.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container { display: none; }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .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); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { background-color:rgba(57,129,141,0.7);background-image:url("https://images.assets-landingi.com/ccIeTbX0/sophia_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.adaptive-delivery-prevent-bg, #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.lazyload, #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.lazyloading { background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { background-color: transparent; background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .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); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { border-width: 0; border-radius: 0; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:60rem;height:44.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HnPXNuT6bTs8iucDLWfPlSSE6qBF9ueC { color:#389aa9;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:15.375030517578rem;left:15.056423187256rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbTsIA7kxDJ9xzTyaIKZpK41wX42IUgq { z-index:100002;top:31.864583969116rem;left:17.243923187256rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #e9f308, #036ee5);background-image: -moz-linear-gradient(216deg, #e9f308, #036ee5);background-image: -ms-linear-gradient(216deg, #e9f308, #036ee5);background-image: -o-linear-gradient(216deg, #e9f308, #036ee5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f308', endColorstr='#036ee5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f308', endColorstr='#036ee5' );";background-image: linear-gradient(216deg, #e9f308, #036ee5);background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.25rem 1.25rem #c9ddeb ;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bCoUtTai0G8vSwNgmPlde1P9R7EmCBgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mLWv6T3JIipdbgkGZeGebBBAnotgZiac { color:#b72f5c;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.40078163147rem;height:10.5625rem;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; }
#OcGCTMycpWs4TgdDx2lvthuSsSohMbMZ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:24.22109413147rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TypwOQLcrMABv45Snc4Zuq5wDylEwWML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row .container { background-color: transparent; background-image: none; }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row .container > .video-iframe-container { display: none; }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row > .video-iframe-container { display: none; }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .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); }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row .container { border-width: 0; border-radius: 0; }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#bfoIvbIUQGA1Qa9RPTVIh3oBVEXCIyWT { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:4.0804686546326rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo { position:relative;display:block; }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo { background-color: transparent; background-image: none; }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo > .row .container > .video-iframe-container { display: none; }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo > .row > .video-iframe-container { display: none; }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo > .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); }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo { border-width: 0; border-radius: 0; }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#dyut6ddtpf7qVSMJiiuD2QNUCk2GLiOk { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:16.75rem;left:38.75rem;height:4.5rem;text-align:left;text-align-last:left;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;display:block; }
#M1vXlQbuNVNIOXWsILiDBx7TMyWlcdFN { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.375rem;width:17.75rem;top:2.4661459922791rem;left:5.5868053436279rem;overflow:hidden;display:block; }
#lIcAM4MT0ZLv4X3z8OOrdSaqvU8GZgHt { box-sizing:content-box;color:#e86f27;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #4f4b4c;display:block;z-index:100018;top:21.249999761581rem;left:19.1875rem;display:block; }
#JHyWg1xF9FFTDktMIdEZH7NyaM8Av61a { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:5.5625rem;top:2.5286459922791rem;left:33.875rem;overflow:hidden;display:block; }
#S5t3TKrDnTBH2dZI8dr2aaMdNpRKHECK { position:absolute;display:block;z-index:100017;background-color:#87b8c0;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.125rem;width:33.125rem;top:36.161468505859rem;left:1.3125rem;display:block; }
#JIM6simsu2pIlBiM5asNuSo8z97CnGmw { position:absolute;display:block;z-index:100018;background-color:#e1ab6d;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.125rem;width:10.375rem;top:21.09375rem;left:2.75rem;display:block; }
#HI7AOq78tKlfNIF2HMR9CEdKtAPoiJsO { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:9.875rem;width:9.25rem;top:14.0625rem;left:28rem;overflow:hidden;display:block; }
#cf8a3R9xgHrEmlHObhCT6mkShJlOIylF { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:9.875rem;width:7.1875rem;top:26.348968505859rem;left:34.6875rem;overflow:hidden;display:block; }
#RJ34acqXzhRvFXRGQ2VEsq97T1W6AnOA { box-sizing:content-box;color:#e86f27;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #4f4b4c;display:block;z-index:100019;top:9.1840279102325rem;left:16.125rem;display:block; }
#DSJ8LsBETzEcPGnRPm1N4Pgy6mDoVQZG { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100009;line-height:2;letter-spacing:0;top:5.1220703125rem;left:42.5rem;height:2.5rem;text-align:left;text-align-last:left;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;display:block; }
#s4fpWaFanatsvm9NvLtW11r0ZHnK2cty { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.8;letter-spacing:0;top:29.59375rem;left:44.186630249024rem;height:4.5rem;text-align:left;text-align-last:left;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;display:block; }
#gAzR2KG1bMh62oMghp8XxWbreaFVKAET { color:#e1ab6d;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:2;letter-spacing:0;top:18.96875rem;left:3.9375rem;height:6.75rem;text-align:left;text-align-last:left;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;display:block; }
#p16FDgeVBglzXp7KDaS9OSwrzSOiS18S { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #39818d, #ffffff);background-image: -moz-linear-gradient(281deg, #39818d, #ffffff);background-image: -ms-linear-gradient(281deg, #39818d, #ffffff);background-image: -o-linear-gradient(281deg, #39818d, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39818d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39818d', endColorstr='#ffffff' );";background-image: linear-gradient(281deg, #39818d, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.0625rem;width:22.1875rem;top:1.6536459922791rem;left:32.09375rem;display:block; }
#lu83zO3rB9NoGn8Ic3TyZzmgUFqJ4X9t { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #39818d, #ffffff);background-image: -moz-linear-gradient(281deg, #39818d, #ffffff);background-image: -ms-linear-gradient(281deg, #39818d, #ffffff);background-image: -o-linear-gradient(281deg, #39818d, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39818d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39818d', endColorstr='#ffffff' );";background-image: linear-gradient(281deg, #39818d, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.0625rem;width:22.1875rem;top:13.96875rem;left:28rem;display:block; }
#VqthV63lEEKsPCXdUXzN5csON45GvkpX { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #39818d, #ffffff);background-image: -moz-linear-gradient(281deg, #39818d, #ffffff);background-image: -ms-linear-gradient(281deg, #39818d, #ffffff);background-image: -o-linear-gradient(281deg, #39818d, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39818d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39818d', endColorstr='#ffffff' );";background-image: linear-gradient(281deg, #39818d, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.0625rem;width:19.8125rem;top:26.286468505859rem;left:34.4375rem;display:block; }
#E1ZytCucqy4pU0vaasWpTeidUTpSlXAP { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.0625rem;width:22.1875rem;top:13.468746185302rem;left:27.4375rem;display:block; }
#ucFkNywApJVBvDHRkWMZ7papV8yNoPXE { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.0625rem;width:22.1875rem;top:25.786455154419rem;left:31.53125rem;display:block; }
#zUeS57kUnGmxaCQ7svNJ6rdKrTP2l78p { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.0625rem;width:22.1875rem;top:1.1536422222853rem;left:31.561634063721rem;display:block; }
#VaKwXd191m9lgL5P08z20oenxLNgL2tB { box-sizing:content-box;color:#e86f27;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #4f4b4c;display:block;z-index:100019;top:32.006944417954rem;left:20.274307250976rem;display:block; }
#UftPJs7N3lKgkNsFixoM3miJdgddXCou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row .container { background-color: transparent; background-image: none; }#UftPJs7N3lKgkNsFixoM3miJdgddXCou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row .container > .video-iframe-container { display: none; }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row > .video-iframe-container { display: none; }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .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); }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row .container { border-width: 0; border-radius: 0; }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#IRukCHFWuIf0WvariiJPhAXml9Budx7A { color:#e59d4a;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:7.21249961853rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEThiNRyHZbxnFyHEoBX1DevsaqMpQs6 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.1359386444092rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MDKmTKeKUkM36lPmiBzy17p4Ar8gCTCw { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:3.2378549575806rem;left:21.899307250976rem;display:block; }
#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { background-color: transparent; background-image: none; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container > .video-iframe-container { display: none; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row > .video-iframe-container { display: none; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .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); }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { border-width: 0; border-radius: 0; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:60rem;position:relative;display:block; }#Nr1mp1s3FFmBlruQywLzX2bl71U7wEWB { color:#39818d;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:9.1128463745119rem;left:13.3125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6Q0RguVxPuULPd2ByoVskhHVLH7iWp7 { color:#e1ab6d;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:1.3862848281861rem;left:16.15625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZ5IOZr3IS6BPtOTxH8OxFB2lbq4m36V { color:#39818d;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:4.4878473281861rem;left:13.1875rem;height:6.0747rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hhyp2ZfxsIISe98TOgaoapmyJsLnCpZx { color:#e1ab6d;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:1.3862848281861rem;left:48.375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4FEOVoTQtGGihedlT5UHyEvJEB5gJ4C { color:#39818d;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:9.1111106872556rem;left:44.8125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZN97qRPKcJ4B3K9EIhn0kppnPlPVPz3X { color:#39818d;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:4.7005205154419rem;left:44.75rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKTXN8LbRgVDFvVt0cPArxeBlk8XbwlK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.75rem;width:11.75rem;top:1.38623046875rem;left:0rem;overflow:hidden;display:block; }
#Smsf9S5ZAIklUDPw3DnFHKAfxz6zmKeW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:0rem;left:14rem; }
#BtafsEUz9XNGSfJadwnNy3lITefhBabm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:0rem;left:45.25rem; }
#TgvaHXnnH8hWmIQuhgP9c7XoPcF2Iee2 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.6875rem;width:14.4375rem;top:2.52490234375rem;left:30rem;overflow:hidden;display:block; }
#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row .container { background-color: transparent; background-image: none; }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row .container > .video-iframe-container { display: none; }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row > .video-iframe-container { display: none; }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .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); }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row .container { border-width: 0; border-radius: 0; }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#XlZUHimVxPMR3lvAGszowHCcMFd8H8Sn { color:#39818d;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:10.486110687256rem;left:12.78125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTl4T7xiHylsOKtUsS9GXw0D85hvqaKM { color:#39818d;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.8;letter-spacing:0;top:5.375rem;left:12.71875rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7W2VIcCLKKoUS3viPsdxdNZRRoc1BqW { color:#39818d;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:5.375rem;left:45.3125rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mac5A5dHmaihWlidyFrfANf70UkT7UkE { color:#e1ab6d;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:1.5625rem;left:47.71875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5tMr7v0y91UNKrF4v3dDmgxHonqq2og { color:#e1ab6d;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:1.5625rem;left:15.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNMtOqCu2OIcv0ghFT2V65mNR9dx4ZZ8 { color:#39818d;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100018;line-height:1.6;letter-spacing:0;top:10.486110687256rem;left:45.875rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dweqQQS5n9aB2bhgDhHMk2nPyXGQcUcg { z-index:100004;top:20.875rem;left:20.336807250976rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #036ee5, #e9f308);background-image: -moz-linear-gradient(216deg, #036ee5, #e9f308);background-image: -ms-linear-gradient(216deg, #036ee5, #e9f308);background-image: -o-linear-gradient(216deg, #036ee5, #e9f308);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#036ee5', endColorstr='#e9f308' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#036ee5', endColorstr='#e9f308' );";background-image: linear-gradient(216deg, #036ee5, #e9f308);background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:4.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ExltN98Dz0By99egoCtT3g156EaF17ea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LqZZM9EDitR2XnbufTs9s8TUkX7IELbr { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.6875rem;width:14.3125rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#VawAcGHwif3IEKdlhEDJvFIEm2aa0aQn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:0rem;left:13.4375rem; }
#RZpM0nS231P905W9Z1tw6XmwQvB9zdNs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;top:0rem;left:45.3125rem; }
#CGgP8NfZIre8Iw52e74NwBqP96T9eSl0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:10.8125rem;width:14.5rem;top:3.0625rem;left:30rem;overflow:hidden;display:block; }
#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(57,129,141,0.8);background-image:none;position:relative;display:block; }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row .container { background-color: transparent; background-image: none; }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row .container > .video-iframe-container { display: none; }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row > .video-iframe-container { display: none; }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .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); }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row .container { border-width: 0; border-radius: 0; }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#r1iTPqahy9U6qPp2ektfgPpAZPsT6QtT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:4.2059631347656rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toT3WRWGNemOyucrcMwbONNL1QNEe1fO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:8.4616451263425rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(57,129,141,0.25);background-image:none;position:relative;display:block; }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row .container { background-color: transparent; background-image: none; }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row .container > .video-iframe-container { display: none; }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row > .video-iframe-container { display: none; }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .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); }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row .container { border-width: 0; border-radius: 0; }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#yiQuvdJRoKDc9v4uQJiOoqZhzrotg0vL { color:#39818d;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:11.88916015625rem;left:21.53125rem;height:6.798825rem;font-style:normal;display:block; }
#M5TC86M4m51gQSn2nOAL3OcF7SDT5Lx0 { color:#39818d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7rem;left:21.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#Aq3Q6QbnHHyuAEmLNTrr3ud4HuRPAhUU { color:#39818d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:21.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#UH7OFh4athToi5dmzHBEW99XTdZ5PlP7 { color:#39818d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:5.11328125rem;left:41.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#Qf6TJgKwCJvvpBuVqyzuTE2aZvI2gAeN { color:#39818d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7rem;left:41.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#wlrUb9fh8Nv87W54u3fyVHgop4rKJldX { color:#39818d;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:11.88916015625rem;left:41.53125rem;height:5.09911875rem;font-style:normal;display:block; }
#g8GaEZW6Rlpd40DxkIselAnrOfrDVyxg { color:#39818d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:7rem;left:1.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#k1l17koSaOcAp9iOr5XDsLqAlTsNvXb9 { color:#39818d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#E11k8g3uaOh4K8MwyveqaS5f7BvTqDF0 { color:#39818d;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100017;line-height:1.6;letter-spacing:0;top:11.88916015625rem;left:1.53125rem;height:5.09911875rem;font-style:normal;display:block; }
#AXXcNWFIsZtnnZD3ABgS6DD0PcfcXObx { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:1.4375rem;left:45.625rem;overflow:hidden;display:block; }
#R5k1qeMtu1NQRT2mpNBg0sOPc1oT6B4s { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:14.75rem;top:0.9375rem;left:5.3125rem;overflow:hidden;display:block; }
#ZHhhlICUiugwkZXRGTuMXDbQ8rN1eGGq { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:14.75rem;top:0rem;left:23.1875rem;overflow:hidden;display:block; }
#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jXXqR4GP/_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7.adaptive-delivery-prevent-bg, #BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7.lazyload, #BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7.lazyloading { background-image: none; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container { background-color: transparent; background-image: none; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container > .video-iframe-container { display: none; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row > .video-iframe-container { display: none; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .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); }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container { border-width: 0; border-radius: 0; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:60rem;position:relative;display:block; }#M8eLIz3n0Z6Jx2tBul6d8hMkJAMEVy5S { position:absolute;display:block;z-index:100021;background-color:rgba(246,245,244,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:23.75rem;top:42.406248807907rem;left:7.9375rem;display:block; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .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; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;color:#ffb60b;padding-top:0.53rem;padding-right:0.47125rem;padding-bottom:0.53rem;padding-left:0.47125rem;display:block;align-items:center;width:2.826875rem;min-width:2.826875rem;height:2.848125rem;position:relative;font-family:arial;font-size:2.119375rem;font-weight:700;line-height:45.57px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .widget-text.counter-label { background-color:;background-image:none;color:#f3a52f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.769375rem;height:1.12625rem;position:relative;font-family:"open sans";font-size:0.795rem;font-weight:700;line-height:18.02px;text-align:center;text-align-last:center;text-transform:none;top:13%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 { 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:transparent;background-image:none;display:flex;justify-content:space-between;width:19.0625rem;height:5.365625rem;padding-top:3.08125rem;padding-right:3.089375rem;padding-bottom:3.08125rem;padding-left:3.089375rem;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:30.931108474731rem;left:19.883522987366rem;z-index:100026; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #mSfhNg0uUV0xlXtZBNCf6lhApSTwWkk0 { display:flex;position:relative;top:0rem;left:0rem; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #blm6UA4QmFQ3VwNmZZ0UhTBf8MrpHdvK { width:auto; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #zvTXtg7xDwJmILmDEBXdg84oTxkTxsvC {  }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #N8ha1K9HC9uVZU9QTT3XVkczPtDXptPf { display:flex;position:relative;top:0rem;left:0rem; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #ggUNfXzXQcfwJo7yaBgkdLiWHvNic46k {  }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #Bo2h9RDK0zXm4L6PmaTfhxQA7fdkbGIO {  }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #uM3UpET8ttB059X0WkLJ07ug5v9EZBxk { display:flex;position:relative;top:0rem;left:0rem; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #IHxQRRzeubsFTyokFeCIB6I6MwTtO0Pe {  }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #w4sXMPAaFNT9JbQPDpJ89nzhxAr4Qs9J {  }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #nDTcybStNhyvLDBZqvd2ttoIlRl9RNHD { display:flex;position:relative;top:0rem;left:0rem; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #PMoTc6WegusFsAEMNclNOLv9CxQzRAlp {  }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #SlM7rTsqXAX6zWM5AKPZLcDAMCZt4yuq {  }
#haJXGbFSM2L2eFH1vtJT8GCQPxXazMgT { box-sizing:content-box;color:rgba(57,129,141,0.8);font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:2.875rem;left:7.9375rem;display:block; }
#HMmtwZUehAd0OZkLcsQib4MVTe2A9fde { color:rgba(57,129,141,0.8);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:3.4929695129394rem;left:15.125001907349rem;height:1.94970625rem;display:block; }
#LO2EpHdOyu7afkqh80gemHvZGHw6iudT { color:rgba(57,129,141,0.8);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:6.3125rem;left:15.124999523163rem;height:1.94970625rem;display:block; }
#GSHWamUB0DVnb9N8H6r5cHdFyUTTvWMb { box-sizing:content-box;color:rgba(57,129,141,0.8);font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:5.75rem;left:7.875rem;display:block; }
#Tsek9kgrgGJe59GHrOWn6PiRF1UTwHvJ { color:rgba(57,129,141,0.8);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:9.125rem;left:15.125001907349rem;height:1.95rem;display:block; }
#F94Q7BaKGbvrPTBFa73qTokKl9nflT5o { box-sizing:content-box;color:rgba(57,129,141,0.8);font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:8.6875rem;left:7.875rem;display:block; }
#TsMKDkUoTSv1TbMDJU1KkQ2rnIeU1Q9N { z-index:100003;top:42.968749046326rem;left:19.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0368d8, #e9f308);background-image: -moz-linear-gradient(216deg, #0368d8, #e9f308);background-image: -ms-linear-gradient(216deg, #0368d8, #e9f308);background-image: -o-linear-gradient(216deg, #0368d8, #e9f308);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0368d8', endColorstr='#e9f308' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0368d8', endColorstr='#e9f308' );";background-image: linear-gradient(216deg, #0368d8, #e9f308);background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(86,82,70,0.6) ;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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V5Rxv3Edu53CGTpD1l5LBrAZChEkSzCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#al0JOhCTduMgHtUH7XvO4QZ5EMzBQH1z { color:#ffb504;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #897954;top:22.468750953674rem;left:22.9375rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w4zq8SO7NU8GatLAzsf1P6xem1QVvG91 { box-sizing:content-box;color:rgba(219,229,13,0.7);font-size:13.8125rem;font-weight:400;line-height:1;height:19.75rem;width:21.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99999;top:10.323788642883rem;left:9.46875rem;display:block; }
#U9ot4wrIq7Jxo3LMqiMTLLJSMZ0Z7dLS { color:rgba(57,129,141,0.8);display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:34.15625rem;height:2.4375rem;text-align:center;text-align-last:center;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;display:block; }
#N0PcTOrh5OQGImRSWTQkEq8xUKs0UTKm { position:absolute;display:block;z-index:100020;background-color:rgba(57,129,141,0.5);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:20.0625rem;top:8.1931819915769rem;left:33.562500953674rem;display:block; }
#Lk940Ii0EiaRNeBlCuDP6kWSUmhzqChq { position:absolute;display:block;z-index:99995;background-color:rgba(255,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #99bcba;border-left:0.1875rem solid #99bcba;border-right:0.1875rem solid #99bcba;border-bottom:0.1875rem solid #99bcba;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:9.6875rem;width:56.25rem;top:2.1929687261581rem;left:1.875rem;display:block; }
#anczF1XLoMp1kk5qtmVbzu1TA5DJLoks { color:rgba(57,129,141,0.8);display:block;width:9rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:42.34375rem;height:4.875rem;text-align:center;text-align-last:center;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;display:block; }
#ElCDhqlxZv7NsCG4y9xnmUo50yABJdrL { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(98,90,74,0.71);top:16.261288642883rem;left:17.217884063721rem;height:8.125rem;display:block; }
#EhhMC5m2FQSwM5Sowh3yFlawqOlxgZuJ { position:absolute;display:block;z-index:100020;background-color:rgba(208,206,16,0.6);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.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5) ;height:0.125rem;width:22.1875rem;top:37.585939407349rem;left:20.906250953674rem;display:block; }
#T1WzSeu0mcn1WfkUcD0UlNy3HF9GQv3m { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:15.9375rem;top:11.073784589768rem;left:6.9375rem;overflow:hidden;display:block; }
#JZ4gqIcWgp1WWSkgtnyIdzlBQvrWxLVw { position:absolute;display:block;z-index:99996;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;border-top:0.125rem solid rgba(57,129,141,0.5);border-left:0.125rem solid rgba(57,129,141,0.5);border-right:0.125rem solid rgba(57,129,141,0.5);border-bottom:0.125rem solid rgba(57,129,141,0.5);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:9.6875rem;width:55.1875rem;top:2.2556819915771rem;left:2.53125rem;display:block; }
#WfyaZ2F1ex7mZUb4mawRanemcOcVWpeE { box-sizing:content-box;color:rgba(160,159,3,0.1);font-size:28.25rem;font-weight:400;line-height:1;height:40.375rem;width:56rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99997;top:9.1250005364419rem;left:4rem;display:block; }
#OvJUts8dVU8pkTr6twx5m5oNfq3yCIzL { color:#ffb400;display:block;width:3.625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8d7b52;top:25.74077129364rem;left:40.406250953674rem;height:3.4125rem;display:block; }
#IDnydVifIBW9AKs26WB7VTCuqlcrRtPl { color:rgba(57,129,141,0.8);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:8.26171875rem;left:37.34375rem;height:1.94970625rem;display:block; }
#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row .container { background-color: transparent; background-image: none; }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row .container > .video-iframe-container { display: none; }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row > .video-iframe-container { display: none; }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .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); }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row .container { border-width: 0; border-radius: 0; }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.69);background-image:none;position:relative;display:block; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container { background-color: transparent; background-image: none; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container > .video-iframe-container { display: none; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row > .video-iframe-container { display: none; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .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); }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container { border-width: 0; border-radius: 0; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;position:relative;display:block; }#I99W2cl8wbTzUMqKI279Z48SFZByL0T8 { color:#2c2d2d;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1.1875rem;left:36.686719894409rem;height:1.95rem;font-style:normal;display:block; }
#QyHooDTlWuHh2ao7C4oLGDQ2Puo8PTR5 { color:#2c2d2d;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100017;line-height:1.6;letter-spacing:0;top:4.6875rem;left:32.374219894409rem;height:10.19825rem;font-style:normal;display:block; }
#kCLGU9AqeHm2pTZarERBFOlJTgbDvdww { color:#3e3a39;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:17.71249961853rem;left:36.686719894409rem;height:1.95rem;font-style:normal;display:block; }
#QZ0u5ETVQQS7XPM9k8V1RERQ0mW92CIr { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:13.8125rem;top:24.89999961853rem;left:17.312501907349rem;overflow:hidden;display:block; }
#xtSgQWWkrVGQkGrcQmTzdLnEME0Tkp3p { color:#3e3a39;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:21.96249961853rem;left:32.125001907349rem;height:8.4985625rem;font-style:normal;display:block; }
#tZvhUdrpPPbx4VFK0W7rbnWvXB1dtVgE { box-sizing:content-box;color:rgba(202,222,93,0.59);font-size:12.9375rem;font-weight:400;line-height:1;height:18.5rem;width:18.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:11.125rem;left:18.249219894409rem;display:block; }
#xI4fLuTwyHpvgOmNNGGvTOUGOGEfuR78 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:33.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GahbQZwlIAiqimagX2dIfrebFH6MVOyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container { background-color: transparent; background-image: none; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container > .video-iframe-container { display: none; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row > .video-iframe-container { display: none; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .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); }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container { border-width: 0; border-radius: 0; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:block; }#by3vTTByTsFnzVVZZeNSeuPXpRIabrQW { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:8.53750038147rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uO88yp7V1B1i7NPdBf4E9Qtx7RT6hQyX { color:#87b8c0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:12.817186355591rem;left:0rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4Uuc56VMy1TtV0X9xb5zq1xiTFN7RxA { box-sizing:content-box;color:rgba(202,222,93,0.59);font-size:5.5rem;font-weight:400;line-height:1;height:7.875rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:6.1429691314697rem;left:29.437501907349rem;display:block; }
#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { background-color: transparent; background-image: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container > .video-iframe-container { display: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row > .video-iframe-container { display: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .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); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { border-width: 0; border-radius: 0; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#gayixbIp2LWVa51pHJ1WN8cFMHdNSOKI { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:20rem;left:10.6875rem;height:3rem;font-style:normal;display:block; }
#E6IUzwhJJ7OMDfTiQ99WmJwOpWiNeLSn { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:25rem;left:36rem;height:1.6rem;font-style:normal;display:block; }
#lswuhqsHeUwDrMXhWuSznwakhJDxQnqT { box-sizing:content-box;color:#99bcba;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:19.4375rem;left:7.3125rem;display:block; }
#u7X8v8KAKqvCrZlT5PXnNsfTETOwfJKi { box-sizing:content-box;color:#99bcba;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:24.25rem;left:31.875rem;display:block; }
#Bw7I1Ii5xvBRl8rU1KngtX07Ztiwsagn { box-sizing:content-box;color:#99bcba;font-size:7.125rem;font-weight:400;line-height:1;height:10.25rem;width:13.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:31.8125rem;left:27.5625rem;display:block; }
#iSsiV4LEcBo3ZswyoTPCJl9Gc3vJZr5h { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:34.5625rem;left:32.125rem;display:block; }
#dbKtMkJzz9g1ym9cZUX2E1kJuWwfaPcA { box-sizing:content-box;color:#99bcba;font-size:7.3125rem;font-weight:400;line-height:1;height:10.5rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:31.6875rem;left:35.6875rem;display:block; }
#sKi3ZR7v3mac2C7To3OmApXCulxEdxhQ { box-sizing:content-box;color:#ffffff;font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:34.1875rem;left:49.0625rem;display:block; }
#IHhfFW8DhAvfsm8zhWkphsURszMshJI6 { box-sizing:content-box;color:#99bcba;font-size:7.1875rem;font-weight:400;line-height:1;height:10.3125rem;width:14.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:31.75rem;left:44.375rem;display:block; }
#FamCBdtFgnWAFkyJfWWykiKwPIlVxMgq { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100031;line-height:1.6;letter-spacing:0;top:20.1875rem;left:36.0625rem;height:3rem;display:block; }
#hZ2UyLcubhFmbzpmHbVeIJJLluX7WVK1 { box-sizing:content-box;color:#99bcba;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:20.125rem;left:31.9375rem;display:block; }
#du4n2tAwbV599zHT4JUPLwHC8puM6OOt { box-sizing:content-box;color:#99bcba;font-size:7.0625rem;font-weight:400;line-height:1;height:10.125rem;width:13.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:31.875rem;left:19rem;display:block; }
#KDmtA7y0iFma9lkMvXb8UvPJDD1BzQGE { box-sizing:content-box;color:#ffffff;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:34.5rem;left:23.6875rem;display:block; }
#yKawPgODcPnk3FHSzvc9PbuMW7CMJDtN { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:34.4375rem;left:40.3125rem;display:block; }
#ixXAtNglN2Sh6axuy48k7bDTnGJ8Sb5v { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:7.625rem;top:30.812479019165rem;left:0rem;overflow:hidden;display:block; }
#vzbl7rRpuDTTGlSyq2f4RkpWWaduLpnD { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.4375rem;top:39.1875rem;left:5.3125009536743rem;overflow:hidden;display:block; }
#wiamHNnWUmfdMz1qK3sMPqymg4lQ0xs4 { position:absolute;display:block;z-index:100000;background-color:rgba(135,184,192,0.77);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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:9.6875rem;width:56.25rem;top:2.1929687261581rem;left:1.875rem;display:none; }
#qQZcnhPswwDiaxTtNLUTDwhUDNEq1KSX { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.77);background-image:none;border-top:0.25rem solid rgba(57,129,141,0.6);border-left:0.25rem solid rgba(57,129,141,0.6);border-right:0.25rem solid rgba(57,129,141,0.6);border-bottom:0.25rem solid rgba(57,129,141,0.6);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:13rem;width:53rem;top:30.0625rem;left:3.375rem;display:block; }
#PEGBEls2fDt8USqrsprXR1P85bXpQBEf { box-sizing:content-box;color:#99bcba;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:24.4375rem;left:7.1875rem;display:block; }
#OGN7Gfbdy52ucZQb9QBCq1dmDnGTEBG5 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:12.5rem;width:16.6875rem;top:3.4984374046326rem;left:30.999219894409rem;overflow:hidden;display:block; }
#IdxaOuSbE38vPybH5fTMJd1HCmqzDRR8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:25.1875rem;left:10.9375rem;height:1.21875rem;font-style:normal;display:block; }
#bS1PSPchBk10uMtF85N2KwvwbBGDk9hb { color:#389aa9;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:14.125rem;left:15.05703163147rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pwOcBaQ6pDbChZqTrheZsV3zdH8L9xeL { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:4.0804686546326rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uZrOiWtBRiU11IpMPZ9KLN3vKTAV2x6v { box-sizing:content-box;color:rgba(202,222,93,0.59);font-size:5.5rem;font-weight:400;line-height:1;height:7.875rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:6.1429691314697rem;left:29.437501907349rem;display:none; }
#OBxDM9sOddRp2TgI9R3wm6JD9wRHVxga { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:11.375rem;top:32.249269485474rem;left:3.0000009536743rem;overflow:hidden;display:block; }
#doDucFlMzsQITTZGr9KUFmmn6HDCfVlC { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:12.125rem;width:16.1875rem;top:3.4984375834465rem;left:8.1875rem;overflow:hidden;display:block; }
#VJlotiIccQqnV13atGmlSOJbw3V9BZIr { box-sizing:content-box;color:#99bcba;font-size:7.0625rem;font-weight:400;line-height:1;height:10.125rem;width:13.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:31.875000953674rem;left:10.687500953674rem;display:block; }
#pTpf8DydfErRJhH3cBLk3eOaKolTdBMC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100040;top:34.687500953674rem;left:15.000000953674rem; }
#pTpf8DydfErRJhH3cBLk3eOaKolTdBMC > 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) { #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { display:none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:47.75rem;height:64.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HnPXNuT6bTs8iucDLWfPlSSE6qBF9ueC { width:46.3125rem;height:4.125rem;top:21.0625rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbTsIA7kxDJ9xzTyaIKZpK41wX42IUgq { top:29rem;left:17.40625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCoUtTai0G8vSwNgmPlde1P9R7EmCBgV { display:block; }
 }@media only screen and (max-width: 763px) { #mLWv6T3JIipdbgkGZeGebBBAnotgZiac { width:45.9375rem;height:7.375rem;top:11.375rem;left:0.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcGCTMycpWs4TgdDx2lvthuSsSohMbMZ { width:47.75rem;height:4.125rem;top:24.1875rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TypwOQLcrMABv45Snc4Zuq5wDylEwWML { display:block; }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfoIvbIUQGA1Qa9RPTVIh3oBVEXCIyWT { width:47.75rem;height:2.1125rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo { display:block; }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyut6ddtpf7qVSMJiiuD2QNUCk2GLiOk { width:22.1875rem;height:4.5rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1vXlQbuNVNIOXWsILiDBx7TMyWlcdFN { width:17.75rem;height:36.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIcAM4MT0ZLv4X3z8OOrdSaqvU8GZgHt { width:3.125rem;height:3.125rem;top:21.1875rem;left:13.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHyWg1xF9FFTDktMIdEZH7NyaM8Av61a { width:5.5625rem;height:9.125rem;top:2.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5t3TKrDnTBH2dZI8dr2aaMdNpRKHECK { width:33.125rem;height:0.125rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIM6simsu2pIlBiM5asNuSo8z97CnGmw { width:10.375rem;height:0.125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI7AOq78tKlfNIF2HMR9CEdKtAPoiJsO { width:9.25rem;height:9.875rem;top:14.0625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf8a3R9xgHrEmlHObhCT6mkShJlOIylF { width:7.1875rem;height:9.875rem;top:26.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ34acqXzhRvFXRGQ2VEsq97T1W6AnOA { width:3.125rem;height:3.125rem;top:9.125rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSJ8LsBETzEcPGnRPm1N4Pgy6mDoVQZG { width:22.1875rem;height:2.5rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4fpWaFanatsvm9NvLtW11r0ZHnK2cty { width:22.1875rem;height:4.5rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAzR2KG1bMh62oMghp8XxWbreaFVKAET { width:22.1875rem;height:6.75rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p16FDgeVBglzXp7KDaS9OSwrzSOiS18S { width:22.1875rem;height:10.0625rem;top:1.625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu83zO3rB9NoGn8Ic3TyZzmgUFqJ4X9t { width:22.1875rem;height:10.0625rem;top:13.9375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqthV63lEEKsPCXdUXzN5csON45GvkpX { width:19.8125rem;height:10.0625rem;top:26.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZytCucqy4pU0vaasWpTeidUTpSlXAP { width:22.1875rem;height:10.0625rem;top:13.4375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucFkNywApJVBvDHRkWMZ7papV8yNoPXE { width:22.1875rem;height:10.0625rem;top:25.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeS57kUnGmxaCQ7svNJ6rdKrTP2l78p { width:22.1875rem;height:10.0625rem;top:1.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaKwXd191m9lgL5P08z20oenxLNgL2tB { width:3.125rem;height:3.125rem;top:32rem;left:14.149307250976rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UftPJs7N3lKgkNsFixoM3miJdgddXCou { display:block; }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRukCHFWuIf0WvariiJPhAXml9Budx7A { width:46.3125rem;height:4.375rem;top:21.0625rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEThiNRyHZbxnFyHEoBX1DevsaqMpQs6 { width:47.75rem;height:3.33125rem;top:3.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDKmTKeKUkM36lPmiBzy17p4Ar8gCTCw { width:3.125rem;height:3.125rem;top:3.1875rem;left:15.774307250976rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm { display:block; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr1mp1s3FFmBlruQywLzX2bl71U7wEWB { width:22.625rem;height:2.7rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Q0RguVxPuULPd2ByoVskhHVLH7iWp7 { width:22.625rem;height:2.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ5IOZr3IS6BPtOTxH8OxFB2lbq4m36V { width:22.625rem;height:6.0747rem;top:6.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhyp2ZfxsIISe98TOgaoapmyJsLnCpZx { width:22.625rem;height:2.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4FEOVoTQtGGihedlT5UHyEvJEB5gJ4C { width:22.625rem;height:2.7rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN97qRPKcJ4B3K9EIhn0kppnPlPVPz3X { width:22.625rem;height:4.0498rem;top:6.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTXN8LbRgVDFvVt0cPArxeBlk8XbwlK { width:11.75rem;height:11.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smsf9S5ZAIklUDPw3DnFHKAfxz6zmKeW { width:3.125rem;height:3.125rem;top:0rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtafsEUz9XNGSfJadwnNy3lITefhBabm { width:3.125rem;height:3.125rem;top:0rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgvaHXnnH8hWmIQuhgP9c7XoPcF2Iee2 { width:14.4375rem;height:10.6875rem;top:2.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn { display:block; }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlZUHimVxPMR3lvAGszowHCcMFd8H8Sn { width:22.625rem;height:2.7rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTl4T7xiHylsOKtUsS9GXw0D85hvqaKM { width:22.625rem;height:4.0498rem;top:6.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7W2VIcCLKKoUS3viPsdxdNZRRoc1BqW { width:22.625rem;height:4.0498rem;top:6.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mac5A5dHmaihWlidyFrfANf70UkT7UkE { width:22.625rem;height:2.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5tMr7v0y91UNKrF4v3dDmgxHonqq2og { width:22.625rem;height:2.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNMtOqCu2OIcv0ghFT2V65mNR9dx4ZZ8 { width:22.625rem;height:2.7rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dweqQQS5n9aB2bhgDhHMk2nPyXGQcUcg { top:29rem;left:17.40625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExltN98Dz0By99egoCtT3g156EaF17ea { display:block; }
 }@media only screen and (max-width: 763px) { #LqZZM9EDitR2XnbufTs9s8TUkX7IELbr { width:14.3125rem;height:10.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawAcGHwif3IEKdlhEDJvFIEm2aa0aQn { width:3.125rem;height:3.125rem;top:0rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZpM0nS231P905W9Z1tw6XmwQvB9zdNs { width:3.125rem;height:3.125rem;top:0rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGgP8NfZIre8Iw52e74NwBqP96T9eSl0 { width:14.5rem;height:10.8125rem;top:3.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i { display:block; }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1iTPqahy9U6qPp2ektfgPpAZPsT6QtT { width:47.75rem;height:2.11230625rem;top:4.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toT3WRWGNemOyucrcMwbONNL1QNEe1fO { width:46.3125rem;height:2.1rem;top:21.0625rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm { display:block; }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiQuvdJRoKDc9v4uQJiOoqZhzrotg0vL { width:14.8125rem;height:8.49851875rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5TC86M4m51gQSn2nOAL3OcF7SDT5Lx0 { width:12.5rem;height:1.9375rem;top:7rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq3Q6QbnHHyuAEmLNTrr3ud4HuRPAhUU { width:12.5rem;height:1.9375rem;top:5.0625rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH7OFh4athToi5dmzHBEW99XTdZ5PlP7 { width:12.5rem;height:1.9375rem;top:5.0625rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf6TJgKwCJvvpBuVqyzuTE2aZvI2gAeN { width:12.5rem;height:1.9375rem;top:7rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrUb9fh8Nv87W54u3fyVHgop4rKJldX { width:14.8125rem;height:6.7988125rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8GaEZW6Rlpd40DxkIselAnrOfrDVyxg { width:12.5rem;height:1.9375rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1l17koSaOcAp9iOr5XDsLqAlTsNvXb9 { width:12.5rem;height:1.9375rem;top:5.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E11k8g3uaOh4K8MwyveqaS5f7BvTqDF0 { width:14.8125rem;height:6.7988125rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXXcNWFIsZtnnZD3ABgS6DD0PcfcXObx { width:14.375rem;height:14.375rem;top:1.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5k1qeMtu1NQRT2mpNBg0sOPc1oT6B4s { width:14.75rem;height:14.75rem;top:0.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHhhlICUiugwkZXRGTuMXDbQ8rN1eGGq { width:14.75rem;height:14.75rem;top:0rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 { display:block; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8eLIz3n0Z6Jx2tBul6d8hMkJAMEVy5S { width:23.75rem;height:0.0625rem;top:44.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .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; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .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; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 { width:18rem;height:5.0625rem;display:flex;top:23.625rem;left:24.625rem;z-index:100026; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #mSfhNg0uUV0xlXtZBNCf6lhApSTwWkk0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #blm6UA4QmFQ3VwNmZZ0UhTBf8MrpHdvK {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #zvTXtg7xDwJmILmDEBXdg84oTxkTxsvC {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #N8ha1K9HC9uVZU9QTT3XVkczPtDXptPf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #ggUNfXzXQcfwJo7yaBgkdLiWHvNic46k {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #Bo2h9RDK0zXm4L6PmaTfhxQA7fdkbGIO {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #uM3UpET8ttB059X0WkLJ07ug5v9EZBxk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #IHxQRRzeubsFTyokFeCIB6I6MwTtO0Pe {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #w4sXMPAaFNT9JbQPDpJ89nzhxAr4Qs9J {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #nDTcybStNhyvLDBZqvd2ttoIlRl9RNHD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #PMoTc6WegusFsAEMNclNOLv9CxQzRAlp {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #SlM7rTsqXAX6zWM5AKPZLcDAMCZt4yuq {  }
 }@media only screen and (max-width: 763px) { #haJXGbFSM2L2eFH1vtJT8GCQPxXazMgT { width:3.5625rem;height:3.1875rem;top:2.875rem;left:1.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMmtwZUehAd0OZkLcsQib4MVTe2A9fde { width:12.5rem;height:1.7871125rem;top:3.4375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2EpHdOyu7afkqh80gemHvZGHw6iudT { width:12.5rem;height:1.7871125rem;top:6.3125rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSHWamUB0DVnb9N8H6r5cHdFyUTTvWMb { width:3.75rem;height:3.375rem;top:5.75rem;left:1.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsek9kgrgGJe59GHrOWn6PiRF1UTwHvJ { width:12.5rem;height:1.7875rem;top:9.125rem;left:9.0000019073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F94Q7BaKGbvrPTBFa73qTokKl9nflT5o { width:3.5rem;height:3.3125rem;top:8.6875rem;left:1.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMKDkUoTSv1TbMDJU1KkQ2rnIeU1Q9N { top:29rem;left:17.40625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Rxv3Edu53CGTpD1l5LBrAZChEkSzCW { display:block; }
 }@media only screen and (max-width: 763px) { #al0JOhCTduMgHtUH7XvO4QZ5EMzBQH1z { width:17.4375rem;height:8.125rem;top:40rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4zq8SO7NU8GatLAzsf1P6xem1QVvG91 { width:21.0625rem;height:19.75rem;top:10.3125rem;left:3.34375rem;font-size:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ot4wrIq7Jxo3LMqiMTLLJSMZ0Z7dLS { width:17.4375rem;height:4.875rem;top:40rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0PcTOrh5OQGImRSWTQkEq8xUKs0UTKm { width:20.0625rem;height:0.1875rem;top:8.1875rem;left:27.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk940Ii0EiaRNeBlCuDP6kWSUmhzqChq { width:47.75rem;height:9.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anczF1XLoMp1kk5qtmVbzu1TA5DJLoks { width:17.4375rem;height:4.875rem;top:40rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElCDhqlxZv7NsCG4y9xnmUo50yABJdrL { width:13.25rem;height:8.125rem;top:16.25rem;left:11.092884063721rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhhMC5m2FQSwM5Sowh3yFlawqOlxgZuJ { width:22.1875rem;height:0.125rem;top:37.5625rem;left:14.781250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WzSeu0mcn1WfkUcD0UlNy3HF9GQv3m { width:15.9375rem;height:32.75rem;top:11.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ4gqIcWgp1WWSkgtnyIdzlBQvrWxLVw { width:47.375rem;height:9.6875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfyaZ2F1ex7mZUb4mawRanemcOcVWpeE { width:47.75rem;height:34.426897321429rem;top:9.125rem;left:0rem;font-size:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvJUts8dVU8pkTr6twx5m5oNfq3yCIzL { width:3.625rem;height:3.4121125rem;top:25.6875rem;left:34.281250953674rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDnydVifIBW9AKs26WB7VTCuqlcrRtPl { width:12.5rem;height:1.7871125rem;top:8.25rem;left:31.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw { display:block; }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLxndqeeNre6ds43sBHKwRZwintiRDBM { display:block; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I99W2cl8wbTzUMqKI279Z48SFZByL0T8 { width:18.25rem;height:1.4625rem;top:1.1875rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyHooDTlWuHh2ao7C4oLGDQ2Puo8PTR5 { width:14.8125rem;height:20.3965rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLGU9AqeHm2pTZarERBFOlJTgbDvdww { width:18.25rem;height:1.4625rem;top:17.6875rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0u5ETVQQS7XPM9k8V1RERQ0mW92CIr { width:13.8125rem;height:7.625rem;top:24.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtSgQWWkrVGQkGrcQmTzdLnEME0Tkp3p { width:14.8125rem;height:15.297375rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvhUdrpPPbx4VFK0W7rbnWvXB1dtVgE { width:18.5rem;height:18.5rem;top:11.125rem;left:0.75rem;font-size:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI4fLuTwyHpvgOmNNGGvTOUGOGEfuR78 { width:33.6875rem;height:32rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GahbQZwlIAiqimagX2dIfrebFH6MVOyt { display:block; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by3vTTByTsFnzVVZZeNSeuPXpRIabrQW { width:47.75rem;height:2.1125rem;top:8.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO88yp7V1B1i7NPdBf4E9Qtx7RT6hQyX { width:46.3125rem;height:1.575rem;top:21.0625rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4Uuc56VMy1TtV0X9xb5zq1xiTFN7RxA { width:7.375rem;height:7.875rem;top:6.125rem;left:23.312501907349rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq { display:block; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { width:47.75rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gayixbIp2LWVa51pHJ1WN8cFMHdNSOKI { width:23.3125rem;height:3rem;top:9.5rem;left:12.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6IUzwhJJ7OMDfTiQ99WmJwOpWiNeLSn { width:23.3125rem;height:1.6rem;top:22.1875rem;left:12.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lswuhqsHeUwDrMXhWuSznwakhJDxQnqT { width:2.1875rem;height:2.1875rem;top:15.625rem;left:22.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7X8v8KAKqvCrZlT5PXnNsfTETOwfJKi { width:2.1875rem;height:2.1875rem;top:20rem;left:22.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7I1Ii5xvBRl8rU1KngtX07Ztiwsagn { width:13.8125rem;height:10.25rem;top:31.8125rem;left:21.4375rem;font-size:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSsiV4LEcBo3ZswyoTPCJl9Gc3vJZr5h { width:1.875rem;height:1.875rem;top:30.5rem;left:19.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbKtMkJzz9g1ym9cZUX2E1kJuWwfaPcA { width:14.1875rem;height:10.5rem;top:31.6875rem;left:29.5625rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKi3ZR7v3mac2C7To3OmApXCulxEdxhQ { width:4.6875rem;height:5.125rem;top:34.1875rem;left:42.9375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHhfFW8DhAvfsm8zhWkphsURszMshJI6 { width:14.25rem;height:10.3125rem;top:31.75rem;left:33.5rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FamCBdtFgnWAFkyJfWWykiKwPIlVxMgq { width:15.4375rem;height:3rem;top:20.1875rem;left:29.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2UyLcubhFmbzpmHbVeIJJLluX7WVK1 { width:3.125rem;height:3.125rem;top:20.125rem;left:25.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #du4n2tAwbV599zHT4JUPLwHC8puM6OOt { width:13.875rem;height:10.125rem;top:31.875rem;left:12.875rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDmtA7y0iFma9lkMvXb8UvPJDD1BzQGE { width:4.5rem;height:4.875rem;top:34.5rem;left:17.5625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKawPgODcPnk3FHSzvc9PbuMW7CMJDtN { width:4.9375rem;height:5.0625rem;top:34.4375rem;left:34.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixXAtNglN2Sh6axuy48k7bDTnGJ8Sb5v { width:7.625rem;height:7.625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzbl7rRpuDTTGlSyq2f4RkpWWaduLpnD { width:5.4375rem;height:2.9375rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiamHNnWUmfdMz1qK3sMPqymg4lQ0xs4 { width:47.75rem;height:9.6875rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQZcnhPswwDiaxTtNLUTDwhUDNEq1KSX { width:47.125rem;height:13rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEGBEls2fDt8USqrsprXR1P85bXpQBEf { width:3rem;height:2.9375rem;top:24.4375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGN7Gfbdy52ucZQb9QBCq1dmDnGTEBG5 { width:16.6875rem;height:12.5rem;top:3.4375rem;left:24.874219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdxaOuSbE38vPybH5fTMJd1HCmqzDRR8 { width:12.5rem;height:1.3rem;top:25.1875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS1PSPchBk10uMtF85N2KwvwbBGDk9hb { width:46.3125rem;height:4.125rem;top:21.0625rem;left:0.28125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pwOcBaQ6pDbChZqTrheZsV3zdH8L9xeL { width:20rem;height:4.375rem;top:114.5rem;left:0rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZrOiWtBRiU11IpMPZ9KLN3vKTAV2x6v { width:7.375rem;height:7.875rem;top:6.125rem;left:23.312501907349rem;font-size:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBxDM9sOddRp2TgI9R3wm6JD9wRHVxga { width:11.375rem;height:11.375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doDucFlMzsQITTZGr9KUFmmn6HDCfVlC { width:16.1875rem;height:12.125rem;top:3.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJlotiIccQqnV13atGmlSOJbw3V9BZIr { width:13.875rem;height:10.125rem;top:31.875rem;left:4.5625009536743rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpf8DydfErRJhH3cBLk3eOaKolTdBMC { width:5.0625rem;height:4.5rem;top:34.6875rem;left:8.8750009536744rem;display:block; }
#pTpf8DydfErRJhH3cBLk3eOaKolTdBMC > 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) { #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { position:relative;z-index:auto;background-color:#87b8c0;background-image:url("https://images.assets-landingi.com/upUIwfpa/_01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.adaptive-delivery-prevent-bg, #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.lazyload, #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.lazyloading { background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { background-color: transparent; background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .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); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnPXNuT6bTs8iucDLWfPlSSE6qBF9ueC { width:20rem;height:1.4rem;top:9.6987848281863rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTsIA7kxDJ9xzTyaIKZpK41wX42IUgq { top:26.410591125488rem;left:3.7491319775581rem;width:16.25rem;height:4.3125rem;font-size:1.5625rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(239,239,220,0.6) ;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #036ee5, #e9f308);background-image: -moz-linear-gradient(216deg, #036ee5, #e9f308);background-image: -ms-linear-gradient(216deg, #036ee5, #e9f308);background-image: -o-linear-gradient(216deg, #036ee5, #e9f308);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#036ee5', endColorstr='#e9f308' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#036ee5', endColorstr='#e9f308' );";background-image: linear-gradient(216deg, #036ee5, #e9f308);background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #bCoUtTai0G8vSwNgmPlde1P9R7EmCBgV { display:block; }
 }@media only screen and (max-width: 763px) { #mLWv6T3JIipdbgkGZeGebBBAnotgZiac { width:20rem;height:7.3125rem;top:1.6617187261581rem;left:0rem;text-align:right;text-align-last:right;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcGCTMycpWs4TgdDx2lvthuSsSohMbMZ { width:20rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TypwOQLcrMABv45Snc4Zuq5wDylEwWML { display:block; }#TypwOQLcrMABv45Snc4Zuq5wDylEwWML > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfoIvbIUQGA1Qa9RPTVIh3oBVEXCIyWT { width:20rem;height:2.11230625rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo { display:block; }#Q8rQ1PwbU7BEvETy1cGmLkmqNQRlg8zo > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyut6ddtpf7qVSMJiiuD2QNUCk2GLiOk { width:8.875rem;height:4.5rem;top:41.4375rem;left:11.125000298023rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M1vXlQbuNVNIOXWsILiDBx7TMyWlcdFN { width:11.6875rem;height:24rem;top:1.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIcAM4MT0ZLv4X3z8OOrdSaqvU8GZgHt { width:3.125rem;height:3.125rem;top:13.92447912693rem;left:12.749132454395rem;font-size:2.1875rem;color:#4ec9d5;display:block; }
 }@media only screen and (max-width: 763px) { #JHyWg1xF9FFTDktMIdEZH7NyaM8Av61a { width:5.0625rem;height:8.5rem;top:28.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5t3TKrDnTBH2dZI8dr2aaMdNpRKHECK { width:20rem;height:0.125rem;top:23.561632156372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIM6simsu2pIlBiM5asNuSo8z97CnGmw { width:5.125rem;height:0.125rem;top:13.799480438233rem;left:3.3732641339302rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI7AOq78tKlfNIF2HMR9CEdKtAPoiJsO { width:8.875rem;height:9.5625rem;top:38.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf8a3R9xgHrEmlHObhCT6mkShJlOIylF { width:7.25rem;height:9.75rem;top:50.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ34acqXzhRvFXRGQ2VEsq97T1W6AnOA { width:3.125rem;height:3.125rem;top:5.3750001192093rem;left:10.750000298023rem;font-size:2.1875rem;color:#4ec9d5;display:block; }
 }@media only screen and (max-width: 763px) { #DSJ8LsBETzEcPGnRPm1N4Pgy6mDoVQZG { width:9.125rem;height:2.5rem;top:29.15625rem;left:10.874132454395rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s4fpWaFanatsvm9NvLtW11r0ZHnK2cty { width:8rem;height:4.5rem;top:53.25rem;left:11.375000298023rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gAzR2KG1bMh62oMghp8XxWbreaFVKAET { width:12.9375rem;height:6.75rem;top:11.45556640625rem;left:1rem;font-size:1.125rem;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #p16FDgeVBglzXp7KDaS9OSwrzSOiS18S { width:19.625rem;height:10.0625rem;top:26.625rem;left:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -moz-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -ms-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -o-linear-gradient(281deg, #87b8c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8c0', endColorstr='#ffffff' );";background-image: linear-gradient(281deg, #87b8c0, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lu83zO3rB9NoGn8Ic3TyZzmgUFqJ4X9t { width:20rem;height:10.0625rem;top:38.375000953674rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -moz-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -ms-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -o-linear-gradient(281deg, #87b8c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8c0', endColorstr='#ffffff' );";background-image: linear-gradient(281deg, #87b8c0, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VqthV63lEEKsPCXdUXzN5csON45GvkpX { width:19.8125rem;height:10.0625rem;top:50.25rem;left:0.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -moz-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -ms-linear-gradient(281deg, #87b8c0, #ffffff);background-image: -o-linear-gradient(281deg, #87b8c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8c0', endColorstr='#ffffff' );";background-image: linear-gradient(281deg, #87b8c0, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZytCucqy4pU0vaasWpTeidUTpSlXAP { width:19.625rem;height:10.0625rem;top:37.937500953674rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ucFkNywApJVBvDHRkWMZ7papV8yNoPXE { width:19.625rem;height:10.0625rem;top:49.875rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zUeS57kUnGmxaCQ7svNJ6rdKrTP2l78p { width:19.625rem;height:10.0625rem;top:26.25rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VaKwXd191m9lgL5P08z20oenxLNgL2tB { width:3.125rem;height:3.125rem;top:20.497398376465rem;left:13.500000298023rem;font-size:2.1875rem;color:#4ec9d5;display:block; }
 }@media only screen and (max-width: 763px) { #UftPJs7N3lKgkNsFixoM3miJdgddXCou { display:block; }#UftPJs7N3lKgkNsFixoM3miJdgddXCou > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRukCHFWuIf0WvariiJPhAXml9Budx7A { width:14.625rem;height:3.1494125rem;top:4.97607421875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#e1ab6d;display:block; }
 }@media only screen and (max-width: 763px) { #dEThiNRyHZbxnFyHEoBX1DevsaqMpQs6 { width:19.6875rem;height:2.5996125rem;top:1.68408203125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDKmTKeKUkM36lPmiBzy17p4Ar8gCTCw { width:3.125rem;height:3.125rem;top:1.42138671875rem;left:2.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm { display:block; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr1mp1s3FFmBlruQywLzX2bl71U7wEWB { width:16.75rem;height:2.4rem;top:27.335945129394rem;left:2.3741319775581rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Q0RguVxPuULPd2ByoVskhHVLH7iWp7 { width:16.75rem;height:2.4746125rem;top:19.973959445953rem;left:2.3741319775581rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#e1ab6d;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #hZ5IOZr3IS6BPtOTxH8OxFB2lbq4m36V { width:16.875rem;height:5.39941875rem;top:23.173611164093rem;left:2.3116319775581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhyp2ZfxsIISe98TOgaoapmyJsLnCpZx { width:20rem;height:2.2rem;top:52.486980438233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#e1ab6d;display:block; }
 }@media only screen and (max-width: 763px) { #m4FEOVoTQtGGihedlT5UHyEvJEB5gJ4C { width:20rem;height:2.4rem;top:60.698785781861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN97qRPKcJ4B3K9EIhn0kppnPlPVPz3X { width:18.4375rem;height:3.5996125rem;top:55.848958969116rem;left:0.78038197755812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTXN8LbRgVDFvVt0cPArxeBlk8XbwlK { width:13.75rem;height:13.75rem;top:1.72119140625rem;left:3.8740234375rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #Smsf9S5ZAIklUDPw3DnFHKAfxz6zmKeW { width:3.125rem;height:3.125rem;top:16.086805820465rem;left:9.186632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtafsEUz9XNGSfJadwnNy3lITefhBabm { width:3.125rem;height:3.125rem;top:48.347223281861rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgvaHXnnH8hWmIQuhgP9c7XoPcF2Iee2 { width:16.875rem;height:12.5rem;top:34.40966796875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn { display:block; }#ZoLCRnwKcxlTT8MBivS4AQP7WIJt7JSn > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlZUHimVxPMR3lvAGszowHCcMFd8H8Sn { width:16.75rem;height:2.4rem;top:27.623260498047rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTl4T7xiHylsOKtUsS9GXw0D85hvqaKM { width:16.875rem;height:3.6rem;top:23.086806774139rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7W2VIcCLKKoUS3viPsdxdNZRRoc1BqW { width:16.875rem;height:3.5996125rem;top:52.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mac5A5dHmaihWlidyFrfANf70UkT7UkE { width:9.9375rem;height:2.19970625rem;top:49.5625rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#e1ab6d;display:block; }
 }@media only screen and (max-width: 763px) { #w5tMr7v0y91UNKrF4v3dDmgxHonqq2og { width:10.4375rem;height:2.2rem;top:20.221354961395rem;left:4.7812498211861rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#e1ab6d;display:block; }
 }@media only screen and (max-width: 763px) { #pNMtOqCu2OIcv0ghFT2V65mNR9dx4ZZ8 { width:16.75rem;height:2.3999rem;top:57.4375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dweqQQS5n9aB2bhgDhHMk2nPyXGQcUcg { top:65.22216796875rem;left:2.78125rem;width:14.4375rem;height:4.5rem;font-size:1.5rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ExltN98Dz0By99egoCtT3g156EaF17ea { display:block; }
 }@media only screen and (max-width: 763px) { #LqZZM9EDitR2XnbufTs9s8TUkX7IELbr { width:17.625rem;height:13rem;top:2.78271484375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawAcGHwif3IEKdlhEDJvFIEm2aa0aQn { width:3.125rem;height:3.125rem;top:16.508681774139rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZpM0nS231P905W9Z1tw6XmwQvB9zdNs { width:3.125rem;height:3.125rem;top:45.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGgP8NfZIre8Iw52e74NwBqP96T9eSl0 { width:17.625rem;height:13.0625rem;top:32.0625rem;left:1.1875rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i { display:block; }#uBvIEbhPdtQl9C1HWuz0BxrGllWl6T4i > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1iTPqahy9U6qPp2ektfgPpAZPsT6QtT { width:20rem;height:2.11230625rem;top:2.0987224578858rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toT3WRWGNemOyucrcMwbONNL1QNEe1fO { width:20rem;height:1.575rem;top:5.7237224578858rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm { display:block; }#eyqTlHTvTwFbKqbz5i6oOar6OFHwAeKm > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiQuvdJRoKDc9v4uQJiOoqZhzrotg0vL { width:16.9375rem;height:5.59960625rem;top:24.625rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #M5TC86M4m51gQSn2nOAL3OcF7SDT5Lx0 { width:12.5rem;height:1.4624rem;top:21.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #Aq3Q6QbnHHyuAEmLNTrr3ud4HuRPAhUU { width:12.5rem;height:1.4624rem;top:18.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #UH7OFh4athToi5dmzHBEW99XTdZ5PlP7 { width:10.875rem;height:1.4624rem;top:33.5rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #Qf6TJgKwCJvvpBuVqyzuTE2aZvI2gAeN { width:11rem;height:1.4624rem;top:35.75rem;left:9rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #wlrUb9fh8Nv87W54u3fyVHgop4rKJldX { width:16.9375rem;height:4.19970625rem;top:39.55078125rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #g8GaEZW6Rlpd40DxkIselAnrOfrDVyxg { width:12.5rem;height:1.4624rem;top:6.724609375rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #k1l17koSaOcAp9iOr5XDsLqAlTsNvXb9 { width:12.5rem;height:1.4624rem;top:4.75rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #E11k8g3uaOh4K8MwyveqaS5f7BvTqDF0 { width:16.9375rem;height:4.19970625rem;top:9.9736328125rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#3a96a5;display:block; }
 }@media only screen and (max-width: 763px) { #AXXcNWFIsZtnnZD3ABgS6DD0PcfcXObx { width:14.375rem;height:14.375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5k1qeMtu1NQRT2mpNBg0sOPc1oT6B4s { width:13.25rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHhhlICUiugwkZXRGTuMXDbQ8rN1eGGq { width:14.125rem;height:14.125rem;top:13.25rem;left:3.8125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/jXXqR4GP/_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7.adaptive-delivery-prevent-bg, #BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7.lazyload, #BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7.lazyloading { background-image: none; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container { background-color: transparent; background-image: none; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container > .video-iframe-container { display: none; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row > .video-iframe-container { display: none; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .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); }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container { border-width: 0; border-radius: 0; }#BXgq6Ir4QAJ9Xlxp1VKCKLZyszXy02d7 > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8eLIz3n0Z6Jx2tBul6d8hMkJAMEVy5S { width:20rem;height:0.0625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .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; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .widget-text.counter-number { padding-top:0.365rem;padding-right:0.33125rem;padding-bottom:0.365rem;padding-left:0.33125rem;width:1.98875rem;min-width:1.98875rem;height:1.954375rem;font-size:1.456875rem;line-height:31.27px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.100625rem solid #fff1d0;border-right:0.104375rem solid #fff1d0;border-bottom:0.100625rem solid #fff1d0;border-left:0.104375rem solid #fff1d0;background-color:rgba(248,185,34,0.72);background-image:none;color:#ffffff; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.228125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.65125rem;height:0.771875rem;font-size:0.54625rem;line-height:12.35px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#d0950a; }
#RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 { width:15.4375rem;height:3.885625rem;display:flex;top:44.405542373657rem;left:-1.1555398106575rem;z-index:100026;padding-top:3.9375rem;padding-right:3.9375rem;padding-bottom:3.9375rem;padding-left:3.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #mSfhNg0uUV0xlXtZBNCf6lhApSTwWkk0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #blm6UA4QmFQ3VwNmZZ0UhTBf8MrpHdvK {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #zvTXtg7xDwJmILmDEBXdg84oTxkTxsvC {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #N8ha1K9HC9uVZU9QTT3XVkczPtDXptPf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #ggUNfXzXQcfwJo7yaBgkdLiWHvNic46k {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #Bo2h9RDK0zXm4L6PmaTfhxQA7fdkbGIO {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #uM3UpET8ttB059X0WkLJ07ug5v9EZBxk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #IHxQRRzeubsFTyokFeCIB6I6MwTtO0Pe {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #w4sXMPAaFNT9JbQPDpJ89nzhxAr4Qs9J {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #nDTcybStNhyvLDBZqvd2ttoIlRl9RNHD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #PMoTc6WegusFsAEMNclNOLv9CxQzRAlp {  }
 }@media only screen and (max-width: 763px) { #RK9y3FDfnllOMnVZgtsdDVJHTtNh6AB4 #SlM7rTsqXAX6zWM5AKPZLcDAMCZt4yuq {  }
 }@media only screen and (max-width: 763px) { #haJXGbFSM2L2eFH1vtJT8GCQPxXazMgT { width:4.125rem;height:2.6875rem;top:3.85546875rem;left:2.3125001192093rem;font-size:1.875rem;color:rgba(71,158,172,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #HMmtwZUehAd0OZkLcsQib4MVTe2A9fde { width:12rem;height:1.7875rem;top:4.38671875rem;left:6.5624998807906rem;font-size:1.375rem;color:rgba(71,158,172,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #LO2EpHdOyu7afkqh80gemHvZGHw6iudT { width:11.875rem;height:1.7875rem;top:7.3125rem;left:6.6249998807906rem;font-size:1.375rem;color:rgba(71,158,172,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #GSHWamUB0DVnb9N8H6r5cHdFyUTTvWMb { width:3.25rem;height:2.75rem;top:6.75rem;left:2.6875001192093rem;font-size:1.875rem;color:rgba(71,158,172,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #Tsek9kgrgGJe59GHrOWn6PiRF1UTwHvJ { width:11.6875rem;height:1.7875rem;top:10.468765258789rem;left:6.4999998807906rem;font-size:1.375rem;color:rgba(71,158,172,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #F94Q7BaKGbvrPTBFa73qTokKl9nflT5o { width:2.75rem;height:2.8125rem;top:9.8125rem;left:2.9375001192093rem;font-size:1.9375rem;color:rgba(71,158,172,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #TsMKDkUoTSv1TbMDJU1KkQ2rnIeU1Q9N { top:55.436088562012rem;left:1.5624999403954rem;width:16.875rem;height:4.1875rem;font-size:1.5625rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V5Rxv3Edu53CGTpD1l5LBrAZChEkSzCW { display:block; }
 }@media only screen and (max-width: 763px) { #al0JOhCTduMgHtUH7XvO4QZ5EMzBQH1z { width:9.8125rem;height:4.46875rem;top:27.754346847534rem;left:8.811632454395rem;text-align:center;text-align-last:center;font-size:3.4375rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.3125rem #906834;display:block; }
 }@media only screen and (max-width: 763px) { #w4zq8SO7NU8GatLAzsf1P6xem1QVvG91 { width:13.875rem;height:20rem;top:20.795455932618rem;left:6.0492872280894rem;font-size:14rem;color:rgba(251,251,153,0.81);display:block; }
 }@media only screen and (max-width: 763px) { #U9ot4wrIq7Jxo3LMqiMTLLJSMZ0Z7dLS { width:13.875rem;height:1.7871125rem;top:13.77490234375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;color:rgba(71,158,172,0.65);display:block; }
 }@media only screen and (max-width: 763px) { #N0PcTOrh5OQGImRSWTQkEq8xUKs0UTKm { width:14.375rem;height:0.125rem;top:17.125rem;left:3.3134765625rem;background-color:rgba(71,158,172,0.8);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) { #Lk940Ii0EiaRNeBlCuDP6kWSUmhzqChq { width:16.875rem;height:17.25rem;top:2.0419921875rem;left:1.375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(58,150,165,0.4);border-left:0.1875rem solid rgba(58,150,165,0.4);border-right:0.1875rem solid rgba(58,150,165,0.4);border-bottom:0.1875rem solid rgba(58,150,165,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #anczF1XLoMp1kk5qtmVbzu1TA5DJLoks { width:9rem;height:3.25rem;top:15.5625rem;left:9.625rem;text-align:center;text-align-last:center;font-size:2.5rem;color:rgba(71,158,172,0.65);display:block; }
 }@media only screen and (max-width: 763px) { #ElCDhqlxZv7NsCG4y9xnmUo50yABJdrL { width:9.3125rem;height:5.8496125rem;top:21.906249284744rem;left:4.2499998211861rem;font-size:2.25rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #EhhMC5m2FQSwM5Sowh3yFlawqOlxgZuJ { width:20rem;height:0.125rem;top:51.362218856811rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #T1WzSeu0mcn1WfkUcD0UlNy3HF9GQv3m { width:11.5rem;height:23.5625rem;top:25.561632156372rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ4gqIcWgp1WWSkgtnyIdzlBQvrWxLVw { width:16.9375rem;height:18rem;top:2.32177734375rem;left:1.8271484375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(58,150,165,0.4);border-left:0.125rem solid rgba(58,150,165,0.4);border-right:0.125rem solid rgba(58,150,165,0.4);border-bottom:0.125rem solid rgba(58,150,165,0.4);z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #WfyaZ2F1ex7mZUb4mawRanemcOcVWpeE { width:13.375rem;height:12.875rem;top:18.394097566604rem;left:0rem;font-size:9rem;color:rgba(197,232,13,0.39);display:block; }
 }@media only screen and (max-width: 763px) { #OvJUts8dVU8pkTr6twx5m5oNfq3yCIzL { width:3.625rem;height:2.6rem;top:32.222301483154rem;left:12.312500655651rem;font-size:2rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IDnydVifIBW9AKs26WB7VTCuqlcrRtPl { width:12.5rem;height:1.7871125rem;top:16.29345703125rem;left:6.125rem;font-size:1.375rem;color:rgba(71,158,172,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw { display:block; }#za4iS9rUlvHVTxzp7nwRDRtNIm2DTyHw > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLxndqeeNre6ds43sBHKwRZwintiRDBM { background-color:#ffffff;background-image:none;display:block; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container { background-color: transparent; background-image: none; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container > .video-iframe-container { display: none; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row > .video-iframe-container { display: none; }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .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); }#pLxndqeeNre6ds43sBHKwRZwintiRDBM > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I99W2cl8wbTzUMqKI279Z48SFZByL0T8 { width:18.25rem;height:1.4625rem;top:21.8740234375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyHooDTlWuHh2ao7C4oLGDQ2Puo8PTR5 { width:20rem;height:9.7993125rem;top:24.2890625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLGU9AqeHm2pTZarERBFOlJTgbDvdww { width:18.25rem;height:1.4625rem;top:37.7763671875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0u5ETVQQS7XPM9k8V1RERQ0mW92CIr { width:13.8125rem;height:7.625rem;top:13.1552734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtSgQWWkrVGQkGrcQmTzdLnEME0Tkp3p { width:20rem;height:8.3994375rem;top:40.3310546875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvhUdrpPPbx4VFK0W7rbnWvXB1dtVgE { width:8.4375rem;height:8.4375rem;top:7.1865234375rem;left:11.5625rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI4fLuTwyHpvgOmNNGGvTOUGOGEfuR78 { width:20rem;height:19.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GahbQZwlIAiqimagX2dIfrebFH6MVOyt { background-color:rgba(255,255,255,0.39);background-image:none;display:block; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container { background-color: transparent; background-image: none; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container > .video-iframe-container { display: none; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row > .video-iframe-container { display: none; }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .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); }#GahbQZwlIAiqimagX2dIfrebFH6MVOyt > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by3vTTByTsFnzVVZZeNSeuPXpRIabrQW { width:20rem;height:2.1125rem;top:3.0875005722046rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO88yp7V1B1i7NPdBf4E9Qtx7RT6hQyX { width:20rem;height:1.4rem;top:6.1750001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Uuc56VMy1TtV0X9xb5zq1xiTFN7RxA { width:5.5rem;height:6.1875rem;top:1.048828125rem;left:9.4375rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq { background-color:#ffffff;background-image:none;display:block; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { background-color: transparent; background-image: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container > .video-iframe-container { display: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row > .video-iframe-container { display: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .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); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { width:20rem;height:100.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gayixbIp2LWVa51pHJ1WN8cFMHdNSOKI { width:16.375rem;height:3.199225rem;top:43.0625rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6IUzwhJJ7OMDfTiQ99WmJwOpWiNeLSn { width:16.5625rem;height:1.5996125rem;top:58.75rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lswuhqsHeUwDrMXhWuSznwakhJDxQnqT { width:3.375rem;height:3.375rem;top:43rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7X8v8KAKqvCrZlT5PXnNsfTETOwfJKi { width:2.625rem;height:2.625rem;top:58.3125rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7I1Ii5xvBRl8rU1KngtX07Ztiwsagn { width:13rem;height:9.625rem;top:77.75rem;left:7rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSsiV4LEcBo3ZswyoTPCJl9Gc3vJZr5h { width:4.5625rem;height:5.0625rem;top:80.375rem;left:11.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbKtMkJzz9g1ym9cZUX2E1kJuWwfaPcA { width:12.3125rem;height:8.9375rem;top:84.875rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKi3ZR7v3mac2C7To3OmApXCulxEdxhQ { width:4.6875rem;height:5.125rem;top:86.75rem;left:11.5625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHhfFW8DhAvfsm8zhWkphsURszMshJI6 { width:12.125rem;height:8.8125rem;top:84.9375rem;left:7.875rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FamCBdtFgnWAFkyJfWWykiKwPIlVxMgq { width:16.3125rem;height:3.199225rem;top:48.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2UyLcubhFmbzpmHbVeIJJLluX7WVK1 { width:3.125rem;height:3.125rem;top:48.625rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #du4n2tAwbV599zHT4JUPLwHC8puM6OOt { width:12.6875rem;height:9.375rem;top:77.875rem;left:0rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDmtA7y0iFma9lkMvXb8UvPJDD1BzQGE { width:4.5rem;height:4.875rem;top:86.75rem;left:4.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKawPgODcPnk3FHSzvc9PbuMW7CMJDtN { width:4.9375rem;height:5.0625rem;top:80.0625rem;left:3.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixXAtNglN2Sh6axuy48k7bDTnGJ8Sb5v { width:9.3125rem;height:9.3125rem;top:62.625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzbl7rRpuDTTGlSyq2f4RkpWWaduLpnD { width:10.25rem;height:5.625rem;top:68.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiamHNnWUmfdMz1qK3sMPqymg4lQ0xs4 { width:16.875rem;height:25.25rem;top:68.1875rem;left:1.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(71,158,172,0.6);border-left:0.25rem solid rgba(71,158,172,0.6);border-right:0.25rem solid rgba(71,158,172,0.6);border-bottom:0.25rem solid rgba(71,158,172,0.6);z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #qQZcnhPswwDiaxTtNLUTDwhUDNEq1KSX { width:19.375rem;height:12.625rem;top:44.6875rem;left:0rem;background-color:transparent;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;display:block; }
 }@media only screen and (max-width: 763px) { #PEGBEls2fDt8USqrsprXR1P85bXpQBEf { width:2.625rem;height:2.625rem;top:53.9375rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGN7Gfbdy52ucZQb9QBCq1dmDnGTEBG5 { width:18.3125rem;height:13.6875rem;top:12.123046875rem;left:0.96875rem;z-index:100000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdxaOuSbE38vPybH5fTMJd1HCmqzDRR8 { width:12.5rem;height:1.29980625rem;top:54.6875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS1PSPchBk10uMtF85N2KwvwbBGDk9hb { width:14.4375rem;height:1.75rem;top:96.01171875rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100004;color:#99bcba;display:block; }
 }@media only screen and (max-width: 763px) { #pwOcBaQ6pDbChZqTrheZsV3zdH8L9xeL { width:20rem;height:4.38720625rem;top:91.625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.375rem;z-index:100008;font-family:"marck script";font-weight:400;font-style:normal;color:#99bcba;display:block; }
 }@media only screen and (max-width: 763px) { #uZrOiWtBRiU11IpMPZ9KLN3vKTAV2x6v { width:9.0625rem;height:10.375rem;top:1.2456607818604rem;left:0rem;font-size:7.25rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #OBxDM9sOddRp2TgI9R3wm6JD9wRHVxga { width:13.6875rem;height:13.6875rem;top:0.62065982818604rem;left:2.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #doDucFlMzsQITTZGr9KUFmmn6HDCfVlC { width:18.375rem;height:13.75rem;top:27.3125rem;left:0.8125rem;z-index:100000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJlotiIccQqnV13atGmlSOJbw3V9BZIr { width:13.875rem;height:10.125rem;top:71.1875rem;left:3.0625rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpf8DydfErRJhH3cBLk3eOaKolTdBMC { width:5.0625rem;height:4.5rem;top:74rem;left:7.46875rem;display:block; }
#pTpf8DydfErRJhH3cBLk3eOaKolTdBMC > img { max-width: 100%;max-height:100%; } }