.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA { position:relative;display:none; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA { border-width: 0; border-radius: 0; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .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:0.875rem;width:75rem;position:relative;display:none; }#T2MB1Bdp6pT8d5m7JXVvr0AZXVXC7xDI { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:13.1875rem;top:4.1875rem;left:16.53125rem;overflow:hidden;display:none; }
#tIIvskBndqBgNO0rM9zTwczs2OLOpSvz { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:7.125rem;top:4.125rem;left:3.875rem;overflow:hidden;display:none; }
#EhP52a30SZiPuzdBRlXCLN9fG3szaZyl { display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:12.7744140625rem;left:3.875rem;height:;color:#11595a;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:none; }
#HqC3BooxTGzdNBQAQanDIXcV7O5Qz8dw { display:block;width:36.1875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:16.5625rem;left:3.875rem;height:;color:#11595a;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:none; }
#LqvrEeFxCyLy6M97hTKINbc5Vw3Vvo76 { position:absolute;display:block;z-index:100012;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.25rem solid #ebcca6;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:4.4375rem;top:21.8125rem;left:3.875rem;display:none; }
#AkhWAF6rqiKirWob9zm1iEhdRyS1fJHZ { display:block;width:38.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:23.875rem;left:3.875rem;height:4.2246125rem;color:#ffffff;font-style:normal;display:none; }
#JIhLQr2S1q5yZs1mVTZWqpODNLkhbTUy { background-color:#ebcca6;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1f1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.5625rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:27.375rem;left:6.90625rem;display:none; }
#U8HNvTrzVEWf6MrDwISDQLlpJGloxIln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N6ygzEHrWITiakiWOLo9ND5XJmb33IAw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:10.5rem;top:4.1875rem;left:14.09375rem;overflow:hidden;display:none; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#121b37;background-image:url("https://images.assets-landingi.com/qF4LWsUs/CSGP_Landingi_Header_Image_Recovered.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { display:block;width:38.5rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:23.875rem;left:3.875rem;height:4.2246125rem;color:#ffffff;font-style:normal;display:block; }
#s2QcHpG3WM6Kvpsq59k75LD6FowuRrlK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:7.125rem;top:4.125rem;left:3.875rem;overflow:hidden;display:block; }
#f2eE0p249TFBJCSXafrqcXrHJSxIzkJH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:10.5rem;top:4.1875rem;left:14.09375rem;overflow:hidden;display:block; }
#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:36.1875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:16.5625rem;left:3.875rem;height:;color:#11595a;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; }
#LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { display:block;width:31.8125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:37.125rem;left:5.90625rem;height:2.625rem;color:#1f1622;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWHX8IvloZusVi5bgg4LdTRCCev1mkvI { position:absolute;display:block;z-index:100012;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.25rem solid #ebcca6;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:4.4375rem;top:21.8125rem;left:3.875rem;display:block; }
#tLpxemSeEVM2DaKDzSNl1TPQ80UaTF7v { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11595a, #1b7e7f);background-image: -moz-linear-gradient(180deg, #11595a, #1b7e7f);background-image: -ms-linear-gradient(180deg, #11595a, #1b7e7f);background-image: -o-linear-gradient(180deg, #11595a, #1b7e7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11595a', endColorstr='#1b7e7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11595a', endColorstr='#1b7e7f' );";background-image: linear-gradient(180deg, #11595a, #1b7e7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.3125rem 0.4375rem #1f1622 ;height:42.8125rem;width:36.8125rem;top:34.34375rem;left:3.5625rem;display:block; }
#MOXq9SxwV7TAW9KpucsIiEUKqm6qag7U { display:block;width:38.5rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:40.4375rem;left:2.71875rem;height:1.70605625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHQN9S6hoJdMLF9nArMUr6GBsTrkd8Hd { display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:12.7744140625rem;left:3.875rem;height:;color:#11595a;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; }
#Icob5vmrXZ4bmSk4GaHSFxAOC32396Rv { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:31.75rem;top:42.875rem;left:6.09375rem;overflow:hidden;display:block; }
#AA3eEo526lz71TBsGTTKiyzEmpXVAWPJ { background-color:#ebcca6;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1f1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.5625rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:27.375rem;left:6.90625rem;display:none; }
#gRX2GgD0wDQSM8Ixor67U0ssbTtDPQOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A8CBe5G2rLievEBOXhTLyKkLs5MtFOQt { display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:18.75rem;left:5.5625rem;height:2.5996125rem;color:#ffffff;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#B1ybScN8fkaRfv2ZzJH3ARHu7bxLsA1E { display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.6640625rem;left:5.625rem;height:3.8994125rem;color:#ffffff;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eef1;background-image:none;position:relative;display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { background-color: transparent; background-image: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { border-width: 0; border-radius: 0; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#c6u8WhKZWSnqNIoZcm9hThSipDvfTviT { background-color:#ebcca6;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1f1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.5625rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:27.375rem;left:6.90625rem;display:block; }
#kmt5bTIzxWrhE1hN8Icg36F2CPv9yD1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { display:block;width:22.75rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:5.25rem;left:43.6875rem;height:2.11230625rem;text-align:left;text-align-last:left;color:#025b4e;font-style:normal;display:block; }
#g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ebcca6;background-image:none;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:100003;top:9.625rem;left:43.6875rem;display:block; }
#IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { display:block;width:21.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:26.125rem;left:47.9375rem;height:2.44921875rem;color:#000000;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { display:block;width:21.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:20.712890625rem;left:47.875rem;height:2.44921875rem;color:#2f3061;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:15.3125rem;left:47.9375rem;height:2.44921875rem;color:#2f3061;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { display:block;width:21rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:9.9375rem;left:47.75rem;height:2.44921875rem;color:#2f3061;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yOR0M2iF5e8W4sWHEkaqyQT1KI6Jzei9 { display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.875rem;left:47.6875rem;height:2.51855625rem;text-align:center;text-align-last:center;color:#2b3a67;font-style:normal;display:none; }
#TqFtV6x0zWfVEwwi3bGpng8c0ruE68Lt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ebcca6;background-image:none;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:100004;top:15rem;left:43.6875rem;display:block; }
#rEAPJOzTZr0kJ8CyMMPPmsi1JT6O0rKd { position:absolute;display:block;z-index:100002;background-color:#274f68;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.3125rem 0.4375rem #1f1622 ;height:45.75rem;width:36.375rem;top:0.9375rem;left:49.65625rem;display:none; }
#EE9HEymdHTy23ShXXN6E05Zfa5oTZi7Z { position:absolute;display:block;z-index:100003;background-color:#274f68;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.3125rem 0.4375rem #1f1622 ;height:45.75rem;width:36.375rem;top:0.9375rem;left:49.59375rem;display:none; }
#aqrnViAaeExmT4mZAn9m3MGD77cXZHsg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ebcca6;background-image:none;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:100004;top:20.375rem;left:43.6875rem;display:block; }
#PTfaffrUH5oe4FL5tC1vpBhxoiH5xTPf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ebcca6;background-image:none;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:100005;top:25.875rem;left:43.6875rem;display:block; }
#LL5NuNgwNH7dbtmlhsMlBBATyKiUzEeK { display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:18.75rem;left:5.5625rem;height:2.5996125rem;color:#ffffff;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dGuzRMXlLB6IJkaO3TGnn6bsKG7zBwB5 { display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.6640625rem;left:5.625rem;height:3.8994125rem;color:#ffffff;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#s3fgCPCpMyooeFDWJcefCLH6ftxF3iIw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;top:9.9375rem;left:44rem; }
#SWxaCHUfqSUL98H6RHNI5cdgke0KHF4y { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:15.412109375rem;left:44.125rem; }
#PN6d2aUhpKMKyedMbfvcOpv91JFpbmVn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:20.912109375rem;left:44.1875rem; }
#oN4iNPs0pS0KRgSRZTGTTLIFGG8mPUuh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:26.412109375rem;left:44.4375rem; }
#uXNhUUcouentOy8PzH4TUGTxdcf077eN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ebcca6;background-image:none;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:100003;top:9.625rem;left:43.6875rem;display:none; }
#nhpcZu7JAMOzbba5GM2lD1FAWnOmZ4KA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ebcca6;background-image:none;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:100003;top:9.625rem;left:43.6875rem;display:none; }
#Pii5UyHhvRhIJ0HBQEVwCvJJFyML603t { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ebcca6;background-image:none;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:100003;top:9.625rem;left:43.6875rem;display:none; }
#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11595a;background-image:none;position:relative;display:block; }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row .container { background-color: transparent; background-image: none; }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row .container > .video-iframe-container { display: none; }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row > .video-iframe-container { display: none; }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .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); }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row .container { border-width: 0; border-radius: 0; }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#BbI20pp1rI0MoCtWvsB0ZzJMZFkATuZM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:15.5625rem;top:4.5rem;left:2.6875rem;overflow:hidden;display:block; }
#gqaJWvntWZXkvqX7itfzMZhaVUOLoXSU { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.8;letter-spacing:0;top:4.5rem;left:22.5rem;height:9.4453125rem;display:block; }
#COSMvHReyLAeZMFrP0hcCwmSlIbHht8z { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:6.125rem;left:60.875rem;height:6.1230625rem;display:block; }
#uMnA1qc2dGdEVs4usdfoeUkiwU821dfS { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.2;letter-spacing:0;top:9.5rem;left:43.8125rem;height:1.04980625rem;display:block; }
#Tw7PngJ0f8HRDU0c1vxhRpwhcKIt5dw9 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.2;letter-spacing:0;top:7.125rem;left:43.8125rem;height:1.04980625rem;display:block; }
#FthPBoBcLvTsdImXSBLFdcnzMgN3TGT3 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.9375rem;top:9.125rem;left:41rem;overflow:hidden;display:block; }
#F0Tds2ETr2V9fizmHtZVt5fMK7dTSTRu { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.9375rem;top:6.6875rem;left:41.0625rem;overflow:hidden;display:block; }
#seGamrq99KzAB3Lbv2qnm73VcCd3tgkI { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.6875rem;top:4.375rem;left:41.125rem;overflow:hidden;display:block; }
#VUOy8drSAS65LTS4k8v2EHGFkdapeXSH { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.5625rem;top:6rem;left:59.25rem;overflow:hidden;display:block; }
#fT8rcqm1nIRwHwaQ1AaGhM5HRTpgvhwX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.5625rem;top:8.3125rem;left:59.3125rem;overflow:hidden;display:block; }
#aqFXvMtvT59fsrcCTsoK1gE76ypINWDd { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.5625rem;top:10.75rem;left:59.375rem;overflow:hidden;display:block; }
#RIwNvBb0tbrChaqfmrGyK3zf1Swwoge1 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:0.6875rem;top:11.875rem;left:41.375rem;overflow:hidden;display:block; }
#AyDALQfZnJXOAl5rSpSFzWpVhSgPtxtw { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:12.375rem;left:43.5625rem;height:1.04980625rem;display:block; }
#Sr8pd5uCkHWipZTP3uUNMKy2o0uTObi2 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:4.625rem;left:43.8125rem;height:1.04980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA { display:none; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T2MB1Bdp6pT8d5m7JXVvr0AZXVXC7xDI { top:4.1875rem;left:2.90625rem;width:13.1875rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIIvskBndqBgNO0rM9zTwczs2OLOpSvz { top:4.125rem;left:0rem;width:7.125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhP52a30SZiPuzdBRlXCLN9fG3szaZyl { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqC3BooxTGzdNBQAQanDIXcV7O5Qz8dw { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqvrEeFxCyLy6M97hTKINbc5Vw3Vvo76 { top:21.8125rem;left:0rem;width:4.4375rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkhWAF6rqiKirWob9zm1iEhdRyS1fJHZ { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIhLQr2S1q5yZs1mVTZWqpODNLkhbTUy { width:30.125rem;height:3.5625rem;top:27.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8HNvTrzVEWf6MrDwISDQLlpJGloxIln { display:block; }
 }@media only screen and (max-width: 763px) { #N6ygzEHrWITiakiWOLo9ND5XJmb33IAw { top:4.1875rem;left:0.46875rem;width:10.5rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2QcHpG3WM6Kvpsq59k75LD6FowuRrlK { top:4.125rem;left:0rem;width:7.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2eE0p249TFBJCSXafrqcXrHJSxIzkJH { top:4.1875rem;left:0.46875rem;width:10.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWHX8IvloZusVi5bgg4LdTRCCev1mkvI { top:21.8125rem;left:0rem;width:4.4375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLpxemSeEVM2DaKDzSNl1TPQ80UaTF7v { top:34.3125rem;left:0rem;width:36.8125rem;height:42.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOXq9SxwV7TAW9KpucsIiEUKqm6qag7U { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHQN9S6hoJdMLF9nArMUr6GBsTrkd8Hd { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icob5vmrXZ4bmSk4GaHSFxAOC32396Rv { top:42.875rem;left:0rem;width:31.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA3eEo526lz71TBsGTTKiyzEmpXVAWPJ { width:30.125rem;height:3.5625rem;top:27.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRX2GgD0wDQSM8Ixor67U0ssbTtDPQOm { display:block; }
 }@media only screen and (max-width: 763px) { #A8CBe5G2rLievEBOXhTLyKkLs5MtFOQt { width:32.6875rem;height:2.5625rem;top:18.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1ybScN8fkaRfv2ZzJH3ARHu7bxLsA1E { width:32.6875rem;height:3.875rem;top:21.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6u8WhKZWSnqNIoZcm9hThSipDvfTviT { width:30.125rem;height:3.5625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmt5bTIzxWrhE1hN8Icg36F2CPv9yD1U { display:block; }
 }@media only screen and (max-width: 763px) { #WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { width:22.75rem;height:2.0625rem;top:5.25rem;left:25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { width:21.1875rem;height:2.4375rem;top:26.125rem;left:26.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { width:21.3125rem;height:2.4375rem;top:20.6875rem;left:26.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { width:21.125rem;height:2.4375rem;top:15.3125rem;left:26.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { width:21rem;height:2.4375rem;top:9.9375rem;left:26.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOR0M2iF5e8W4sWHEkaqyQT1KI6Jzei9 { width:18.75rem;height:7.75rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqFtV6x0zWfVEwwi3bGpng8c0ruE68Lt { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAPJOzTZr0kJ8CyMMPPmsi1JT6O0rKd { top:1.5625rem;left:11.375rem;width:36.375rem;height:45.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EE9HEymdHTy23ShXXN6E05Zfa5oTZi7Z { top:1.5625rem;left:11.375rem;width:36.375rem;height:45.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqrnViAaeExmT4mZAn9m3MGD77cXZHsg { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfaffrUH5oe4FL5tC1vpBhxoiH5xTPf { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL5NuNgwNH7dbtmlhsMlBBATyKiUzEeK { width:32.6875rem;height:2.5625rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuzRMXlLB6IJkaO3TGnn6bsKG7zBwB5 { width:32.6875rem;height:3.875rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3fgCPCpMyooeFDWJcefCLH6ftxF3iIw { top:9.9375rem;left:30.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxaCHUfqSUL98H6RHNI5cdgke0KHF4y { top:15.375rem;left:30.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6d2aUhpKMKyedMbfvcOpv91JFpbmVn { top:20.875rem;left:30.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN4iNPs0pS0KRgSRZTGTTLIFGG8mPUuh { top:26.375rem;left:30.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXNhUUcouentOy8PzH4TUGTxdcf077eN { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhpcZu7JAMOzbba5GM2lD1FAWnOmZ4KA { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pii5UyHhvRhIJ0HBQEVwCvJJFyML603t { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z { display:block; }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbI20pp1rI0MoCtWvsB0ZzJMZFkATuZM { top:4.5rem;left:0rem;width:15.5625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqaJWvntWZXkvqX7itfzMZhaVUOLoXSU { top:4.5rem;left:8.875rem;width:16.125rem;height:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COSMvHReyLAeZMFrP0hcCwmSlIbHht8z { top:6.125rem;left:37.8125rem;width:9.9375rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMnA1qc2dGdEVs4usdfoeUkiwU821dfS { top:9.5rem;left:30.1875rem;width:9.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7PngJ0f8HRDU0c1vxhRpwhcKIt5dw9 { top:7.125rem;left:30.1875rem;width:9.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FthPBoBcLvTsdImXSBLFdcnzMgN3TGT3 { top:9.125rem;left:27.375rem;width:1.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Tds2ETr2V9fizmHtZVt5fMK7dTSTRu { top:6.6875rem;left:27.4375rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seGamrq99KzAB3Lbv2qnm73VcCd3tgkI { top:4.375rem;left:27.5rem;width:1.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOy8drSAS65LTS4k8v2EHGFkdapeXSH { top:6rem;left:45.625rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8rcqm1nIRwHwaQ1AaGhM5HRTpgvhwX { top:8.3125rem;left:45.6875rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqFXvMtvT59fsrcCTsoK1gE76ypINWDd { top:10.75rem;left:45.75rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIwNvBb0tbrChaqfmrGyK3zf1Swwoge1 { top:11.875rem;left:27.75rem;width:0.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyDALQfZnJXOAl5rSpSFzWpVhSgPtxtw { top:12.375rem;left:29.9375rem;width:9.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr8pd5uCkHWipZTP3uUNMKy2o0uTObi2 { top:4.625rem;left:30.1875rem;width:9.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zz27XG9w/iStock_12096432723.jpg");background-position:bottom left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA.adaptive-delivery-prevent-bg, #sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA.lazyload, #sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA.lazyloading { background-image: none; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .row .container { background-color: transparent; background-image: none; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .row .container > .video-iframe-container { display: none; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .row > .video-iframe-container { display: none; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .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); }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .row .container { border-width: 0; border-radius: 0; }#sPdMlhLmg7wdWsPEvhQel0Hh4MubPGsA > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2MB1Bdp6pT8d5m7JXVvr0AZXVXC7xDI { width:8rem;height:3.4375rem;top:0.71875rem;left:11.0625rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #tIIvskBndqBgNO0rM9zTwczs2OLOpSvz { width:4.125rem;height:2.8125rem;top:1.03125rem;left:1rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #EhP52a30SZiPuzdBRlXCLN9fG3szaZyl { width:9.4375rem;height:2.5371125rem;top:6rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.8125rem;color:#121b37;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #HqC3BooxTGzdNBQAQanDIXcV7O5Qz8dw { width:19.0625rem;height:1.75rem;top:8.375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#121b37;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #LqvrEeFxCyLy6M97hTKINbc5Vw3Vvo76 { width:5.75rem;height:0.4375rem;top:11.0625rem;left:0.5625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #AkhWAF6rqiKirWob9zm1iEhdRyS1fJHZ { width:17.9375rem;height:2.625rem;top:12.3125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;color:#121b37;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #JIhLQr2S1q5yZs1mVTZWqpODNLkhbTUy { width:17.8125rem;height:3.0625rem;top:34.39453125rem;left:1.09375rem;z-index:100014;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8HNvTrzVEWf6MrDwISDQLlpJGloxIln { display:block; }
 }@media only screen and (max-width: 763px) { #N6ygzEHrWITiakiWOLo9ND5XJmb33IAw { width:6rem;height:2.75rem;top:1.0625rem;left:12.96875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image: -webkit-linear-gradient(top, #11595a, #1b7e7f);background-image: -moz-linear-gradient(top, #11595a, #1b7e7f);background-image: -ms-linear-gradient(top, #11595a, #1b7e7f);background-image: -o-linear-gradient(top, #11595a, #1b7e7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11595a', endColorstr='#1b7e7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11595a', endColorstr='#1b7e7f' );";background-image: linear-gradient(to bottom, #11595a, #1b7e7f);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:38.625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:15.75rem;height:0;top:14.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#121b37;display:none; }
 }@media only screen and (max-width: 763px) { #s2QcHpG3WM6Kvpsq59k75LD6FowuRrlK { width:4.125rem;height:2.8125rem;top:1.125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2eE0p249TFBJCSXafrqcXrHJSxIzkJH { width:6rem;height:2.75rem;top:2.09375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:19.0625rem;height:0;top:21.7734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#121b37;display:none; }
 }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:20rem;height:1.8125rem;top:2.09375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWHX8IvloZusVi5bgg4LdTRCCev1mkvI { width:5.75rem;height:0.4375rem;top:15.625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLpxemSeEVM2DaKDzSNl1TPQ80UaTF7v { width:20rem;height:37.125rem;top:8.2568359375rem;left:0rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #MOXq9SxwV7TAW9KpucsIiEUKqm6qag7U { width:20rem;height:2.923825rem;top:5.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OHQN9S6hoJdMLF9nArMUr6GBsTrkd8Hd { width:17.5rem;height:0;top:42.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2rem;color:#121b37;display:none; }
 }@media only screen and (max-width: 763px) { #Icob5vmrXZ4bmSk4GaHSFxAOC32396Rv { width:20rem;height:12.3125rem;top:9.76953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA3eEo526lz71TBsGTTKiyzEmpXVAWPJ { width:17.8125rem;height:3.0625rem;top:33.20703125rem;left:1.09375rem;z-index:100013;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRX2GgD0wDQSM8Ixor67U0ssbTtDPQOm { display:block; }
 }@media only screen and (max-width: 763px) { #A8CBe5G2rLievEBOXhTLyKkLs5MtFOQt { width:20rem;height:3.41015625rem;top:22.70703125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #B1ybScN8fkaRfv2ZzJH3ARHu7bxLsA1E { width:20rem;height:4.546875rem;top:26.7080078125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { background-color:#e9eef1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { background-color: transparent; background-image: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { border-width: 0; border-radius: 0; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6u8WhKZWSnqNIoZcm9hThSipDvfTviT { width:17.5rem;height:3.4375rem;top:41.08203125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmt5bTIzxWrhE1hN8Icg36F2CPv9yD1U { display:block; }
 }@media only screen and (max-width: 763px) { #WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { width:18.75rem;height:2.03125rem;top:2.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { width:3.125rem;height:3.125rem;top:6rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { width:11.875rem;height:2.923825rem;top:21.625rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { width:12.375rem;height:2.923825rem;top:16.6875rem;left:6rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { width:11.875rem;height:2.923825rem;top:11.4375rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { width:11.875rem;height:2.923825rem;top:6.375rem;left:6rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yOR0M2iF5e8W4sWHEkaqyQT1KI6Jzei9 { width:18.75rem;height:0;top:2.859375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:100001;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #TqFtV6x0zWfVEwwi3bGpng8c0ruE68Lt { width:4.25rem;height:4.25rem;top:71.2734375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEAPJOzTZr0kJ8CyMMPPmsi1JT6O0rKd { width:18.3125rem;height:21.125rem;top:48.8984375rem;left:0.875rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #EE9HEymdHTy23ShXXN6E05Zfa5oTZi7Z { width:18.3125rem;height:21.125rem;top:48.8984375rem;left:0.8125rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #aqrnViAaeExmT4mZAn9m3MGD77cXZHsg { width:4.25rem;height:4.25rem;top:76.7734375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTfaffrUH5oe4FL5tC1vpBhxoiH5xTPf { width:4.25rem;height:4.25rem;top:82.2734375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LL5NuNgwNH7dbtmlhsMlBBATyKiUzEeK { width:20rem;height:0;top:38.20703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#121b37;display:none; }
 }@media only screen and (max-width: 763px) { #dGuzRMXlLB6IJkaO3TGnn6bsKG7zBwB5 { width:20rem;height:0;top:28.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#121b37;display:none; }
 }@media only screen and (max-width: 763px) { #s3fgCPCpMyooeFDWJcefCLH6ftxF3iIw { width:2.5rem;height:2.5rem;top:6.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxaCHUfqSUL98H6RHNI5cdgke0KHF4y { width:2.25rem;height:2.25rem;top:11.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6d2aUhpKMKyedMbfvcOpv91JFpbmVn { width:2.125rem;height:2.125rem;top:17.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN4iNPs0pS0KRgSRZTGTTLIFGG8mPUuh { width:1.875rem;height:1.875rem;top:22.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXNhUUcouentOy8PzH4TUGTxdcf077eN { width:3.125rem;height:3.125rem;top:11.375rem;left:1.625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #nhpcZu7JAMOzbba5GM2lD1FAWnOmZ4KA { width:3.125rem;height:3.125rem;top:16.5625rem;left:1.625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Pii5UyHhvRhIJ0HBQEVwCvJJFyML603t { width:3.125rem;height:3.125rem;top:21.5625rem;left:1.625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z { display:block; }#GKoK9xExwFdFNMXs8MZlMhVEIx2Prm5Z > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbI20pp1rI0MoCtWvsB0ZzJMZFkATuZM { width:16.6875rem;height:7.6875rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqaJWvntWZXkvqX7itfzMZhaVUOLoXSU { width:16.125rem;height:9.4453125rem;top:10.0625rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #COSMvHReyLAeZMFrP0hcCwmSlIbHht8z { width:9.9375rem;height:4.375rem;top:31.8125rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uMnA1qc2dGdEVs4usdfoeUkiwU821dfS { width:9.9375rem;height:0.875rem;top:25.5rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7PngJ0f8HRDU0c1vxhRpwhcKIt5dw9 { width:9.9375rem;height:0.875rem;top:23.3125rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FthPBoBcLvTsdImXSBLFdcnzMgN3TGT3 { width:1.9375rem;height:1.75rem;top:25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Tds2ETr2V9fizmHtZVt5fMK7dTSTRu { width:1.9375rem;height:1.6875rem;top:22.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seGamrq99KzAB3Lbv2qnm73VcCd3tgkI { width:1.6875rem;height:1.4375rem;top:20.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOy8drSAS65LTS4k8v2EHGFkdapeXSH { width:1.5625rem;height:1.4375rem;top:31.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8rcqm1nIRwHwaQ1AaGhM5HRTpgvhwX { width:1.5625rem;height:1.4375rem;top:33.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqFXvMtvT59fsrcCTsoK1gE76ypINWDd { width:1.5625rem;height:1.4375rem;top:34.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIwNvBb0tbrChaqfmrGyK3zf1Swwoge1 { width:0.6875rem;height:1.75rem;top:27.500000953674rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyDALQfZnJXOAl5rSpSFzWpVhSgPtxtw { width:9.9375rem;height:0.875rem;top:27.958333015442rem;left:4.6875002980232rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Sr8pd5uCkHWipZTP3uUNMKy2o0uTObi2 { width:9.9375rem;height:0.875rem;top:21.0625rem;left:4.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }