.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ebeeef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebeeef;background-image:none;position:relative;z-index:auto;display:block; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container { background-color: transparent; background-image: none; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container > .video-iframe-container { display: none; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row > .video-iframe-container { display: none; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .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); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container { border-width: 0; border-radius: 0; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row > .video-iframe-container {  }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#ALdOSIbL9Hvk9o8cHFv86MCBvOMl9E6h { color:#4886c6;display:block;width:75rem;position:absolute;font-family:humans;font-size:3.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.4685875rem;text-align:center;text-align-last:center;display:block; }
#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/j2FUG1Qh/t_o.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki.adaptive-delivery-prevent-bg, #gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki.lazyload, #gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki.lazyloading { background-image: none; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container { background-color: transparent; background-image: none; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(99,99,99,0.2); }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container > .video-iframe-container { display: none; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(99,99,99,0.2); }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row > .video-iframe-container { display: none; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .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); }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container { border-width: 0; border-radius: 0; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row > .video-iframe-container {  }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#K4nRb0SJQ4DdDagqrTnRxas90h9xrR3f { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.0625rem;width:57.8125rem;top:1.4990234375rem;left:17.688801765442rem;overflow:hidden;display:block; }
#VWCXCpH8bQHbsBGDoPFC9RuaNt3vmkFd { color:#004496;display:block;width:35.374375rem;position:absolute;font-family:humans;font-size:1.625rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:11.1875rem;left:1.875rem;height:10.4004rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L77FVXS9xDGTk9foZt5Igh22rnx6wyDE { color:#0f539c;display:block;width:39.124375rem;position:absolute;font-family:humans;font-size:2.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:3.08675rem;text-align:center;text-align-last:center;display:block; }
#ef7xvR2xuZ3fOPbHvSLOXrdfLk7X82e8 { color:#0e9ae5;display:block;width:12.6871875rem;position:absolute;font-family:humans;font-size:2.1875rem;font-weight:400;z-index:100007;line-height:2;letter-spacing:0;top:14.1875rem;left:13.1875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yWVuRFCVJJw4A6Q6Nhn5bXIspyqGukbK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -moz-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -ms-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -o-linear-gradient(180deg, #66b1ea, #3f87d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b1ea', endColorstr='#3f87d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b1ea', endColorstr='#3f87d3' );";background-image: linear-gradient(180deg, #66b1ea, #3f87d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.624375rem;height:3.0623375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:25.625rem;left:11.25rem;display:block; }
#ISIM199L96IkIKtmq6HPNSfnQigpH9mQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UZPbZKtVLqy86b2cGVU0KJCOi1qWlTff { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.56185rem;width:8.6873125rem;top:0.625rem;left:66.177572250369rem;overflow:hidden;display:block; }
#qD77NW6gxZXW03X09B56aB932NGdkfrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebeeef;background-image:none;position:relative;display:block; }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row .container { background-color: transparent; background-image: none; }#qD77NW6gxZXW03X09B56aB932NGdkfrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row .container > .video-iframe-container { display: none; }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row > .video-iframe-container { display: none; }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .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); }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row .container { border-width: 0; border-radius: 0; }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row > .video-iframe-container {  }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#o8fkeS6Xbz5PKNKzFC8QAT1pS91PtGLp { color:#636363;display:block;width:53.3731875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:2.75rem;left:18.0625rem;height:9.56055rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bbCoX6W33rw02vb78bTlWQBBDkgO2lht { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:3.5625rem;left:14.5rem; }
#uBZqM4ty46PAGFezWogUB55mTbLQZLSR { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:34.2496875rem;top:16.123046239197rem;left:4.0608720779419rem;overflow:hidden;display:block; }
#Ml8mWvDXNIWVbZXLX8bBQ3UJF5w2OTwc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;opacity:1;top:6.625rem;left:14.5rem; }
#Ls8J3SIV8TIhF0JlLluKStocidl2Rx50 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;opacity:1;top:9.8125rem;left:14.5rem; }
#PFJT9OsJ2XWmD9K03i1yrodRbTX8Fuxm { color:#004496;display:block;width:33.811875rem;position:absolute;font-family:"gill sans plus";font-size:2.125rem;font-weight:400;z-index:100042;line-height:1.1;letter-spacing:0;top:28.8125rem;left:37.5625rem;height:4.674475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ms4IOdnuGn4XJV67WzM6fIRpOu9xpkcZ { color:#004496;display:block;width:38.3125rem;position:absolute;font-family:"gill sans";font-size:1.25rem;font-weight:300;z-index:100026;line-height:1.1;letter-spacing:0;top:20rem;left:35.75rem;height:6.8725625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRT102qbmG3FDCCd832uWzWhMliTT7mk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -moz-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -ms-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -o-linear-gradient(180deg, #66b1ea, #3f87d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b1ea', endColorstr='#3f87d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b1ea', endColorstr='#3f87d3' );";background-image: linear-gradient(180deg, #66b1ea, #3f87d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8123125rem;height:3.0623375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:36.75rem;left:43.5625rem;display:block; }
#iw6BUk5DOenSwoyEkQ8IqWNsrQ0v4P99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f87d3, #66b1ea);background-image: -moz-linear-gradient(180deg, #3f87d3, #66b1ea);background-image: -ms-linear-gradient(180deg, #3f87d3, #66b1ea);background-image: -o-linear-gradient(180deg, #3f87d3, #66b1ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f87d3', endColorstr='#66b1ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f87d3', endColorstr='#66b1ea' );";background-image: linear-gradient(180deg, #3f87d3, #66b1ea);background-size:cover !important;position:relative;display:block; }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row .container { background-color: transparent; background-image: none; }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row .container > .video-iframe-container { display: none; }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row > .video-iframe-container { display: none; }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .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); }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row .container { border-width: 0; border-radius: 0; }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row > .video-iframe-container {  }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#vLihFTOO2D8IzOX6qDWseKB2cZq5Qo0n { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:400;z-index:100039;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.85205078125rem;left:0rem;height:2.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs { position:relative;display:block; }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs { background-color: transparent; background-image: none; }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .row .container > .video-iframe-container { display: none; }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .row > .video-iframe-container { display: none; }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .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); }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs { border-width: 0; border-radius: 0; }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .row .container > .video-iframe-container {  }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebeeef;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#vGVs5s6vR2NskmIXDGMFso5pt1oJeUdz { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.2498375rem;width:5.3125rem;top:2.1858730316162rem;left:25.468749046326rem;overflow:hidden;display:block; }
#bm9zHM2hZyM66qzzsKclmScFg0popSBa { color:#636363;display:block;width:17.0621875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100036;line-height:1.1;letter-spacing:0;top:9.0608730316163rem;left:19.593098640442rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zpo8EuuhE3UGDRszBPQumVeNDhWKXVJ8 { color:#636363;display:block;width:18.3748125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100044;line-height:1.1;letter-spacing:0;top:9.3123378753663rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgDtwik0CMHbMu5koaPbTiVdRUeix81e { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:2.625rem;left:7.375rem;overflow:hidden;display:block; }
#DLb9d10kOpSN9TcTgTmNLsX09Cdfn8X8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8745125rem;width:3.8745125rem;top:2.625rem;left:44.25rem;overflow:hidden;display:block; }
#VDRSmHtCeKUJSeUkdmPPTMTvnZG9SR2l { color:#636363;display:block;width:18.6873125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100047;line-height:1.1;letter-spacing:0;top:9.0625rem;left:37.5rem;height:2.3372375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fG4cBAXhMBPPMySefJhEH9ALcN3A3N0t { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8120125rem;width:5.812175rem;top:2.1858725547791rem;left:62.718913078306rem;overflow:hidden;display:block; }
#ePT331681Qo4UPhHMD1I4AW6WuOvU2LO { color:#636363;display:block;width:18.499375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100048;line-height:1.1;letter-spacing:0;top:9.0608730316163rem;left:56.249995231628rem;height:3.50585625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D { position:relative;display:block; }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D { background-color: transparent; background-image: none; }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .row .container > .video-iframe-container { display: none; }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .row > .video-iframe-container { display: none; }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .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); }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D { border-width: 0; border-radius: 0; }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .row .container > .video-iframe-container {  }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebeeef;background-image:none;font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#hN3yrDBxOlozHZIbNFsmbK1lz9PLa5Ia { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.49935rem;width:3.49935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100048;opacity:1;top:0.49967479705811rem;left:26.374510765076rem; }
#C2XOpbwiEef67r9DodU0hSR4Ir5VT7t8 { color:#636363;display:block;width:18.684875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100048;line-height:1.1;letter-spacing:0;top:6.1873369216919rem;left:18.749999046326rem;height:3.50585625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqKPcWtytFvb1R2FU3FoWO6GyRKiWyh5 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4995125rem;width:5.37435rem;top:0rem;left:44.1875rem;overflow:hidden;display:block; }
#L2mTveSg84UfPTyXgW5XJvHkmVseufyl { color:#636363;display:block;width:18.6865rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100046;line-height:1.1;letter-spacing:0;top:6.1875rem;left:37.5rem;height:8.18033125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAK8kGLxkQVw96zQzIZif7q4VxdiS4vg { color:#636363;display:block;width:18.6840625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100049;line-height:1.1;letter-spacing:0;top:6.1206045150757rem;left:0rem;height:3.50585625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuVTCdQ9OaLFK6ywip9tL36F1qqatHfM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100050;opacity:1;top:0.99853515625rem;left:63.843585014344rem; }
#kEusDn6gMLxlMyTwOrcsheX4OtRc5en1 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:0rem;left:7.1866865158081rem;overflow:hidden;display:block; }
#g7tpiZ6BRWGnayVvd8g3BWrFETz406Nh { color:#636363;display:block;width:18.6840625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100049;line-height:1.1;letter-spacing:0;top:6.1873369216919rem;left:56.249995231628rem;height:5.8431rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f87d3, #66b1ea);background-image: -moz-linear-gradient(180deg, #3f87d3, #66b1ea);background-image: -ms-linear-gradient(180deg, #3f87d3, #66b1ea);background-image: -o-linear-gradient(180deg, #3f87d3, #66b1ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f87d3', endColorstr='#66b1ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f87d3', endColorstr='#66b1ea' );";background-image: linear-gradient(180deg, #3f87d3, #66b1ea);background-size:cover !important;position:relative;display:block; }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row .container { background-color: transparent; background-image: none; }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row .container > .video-iframe-container { display: none; }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row > .video-iframe-container { display: none; }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .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); }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row .container { border-width: 0; border-radius: 0; }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row > .video-iframe-container {  }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#rz3EnhrsEe6EZX5Vk3FZPqEakPAeNBt7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:400;z-index:100039;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.85205078125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tlxiezQp/59small.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP.adaptive-delivery-prevent-bg, #Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP.lazyload, #Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP.lazyloading { background-image: none; }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row .container { background-color: transparent; background-image: none; }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(99,99,99,0.8); }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row .container > .video-iframe-container { display: none; }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(99,99,99,0.8); }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row > .video-iframe-container { display: none; }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .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); }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row .container { border-width: 0; border-radius: 0; }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row > .video-iframe-container {  }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;position:relative;display:block; }#POGv2HkhVP1k182RL8vfIq1mSsLC5TsI { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:29.1875rem;top:19.0625rem;left:35.375rem;display:block; }
#ZuwerM6WKBrS2VEbZyXSuyLfasmgxxKs { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1871875rem;width:22.124rem;top:3.5595703125rem;left:50.874022483826rem;overflow:hidden;display:block; }
#kWQZerkfR6IJbXWqpzyHtGmTbn9lDwXd { color:#ffffff;display:block;width:48.9371875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:4.1560859680176rem;left:0.74951171875rem;height:8.9974rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sMrzGczTZKsXOnEAFTHSQ4OV86mF68hN { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:25.67546081543rem;left:8.4366865158081rem;height:3.08675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VWdhTCbaacCgvodBM7kVP54DSrURHWtu { position:absolute;display:block;z-index:100000;background-color:#ebeeef;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:25.9375rem;width:60rem;top:40.875rem;left:7.5rem;display:block; }
#msbWGe6WGFZLxsM6iX60Bocay85bDV5x { color:#33a900;display:block;width:58.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:42.6875rem;left:8.4375rem;height:3.999025rem;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; }
#CUfbQoKMm7dZ05LLOcW3hxcB0tsaw4ym { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bA8imn5h/zdj_cie_Natalia_L.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #f3f3f3;border-left:0.0625rem solid #f3f3f3;border-right:0.0625rem solid #f3f3f3;border-bottom:0.0625rem solid #f3f3f3;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;height:15.1871875rem;width:15.1871875rem;top:48.312171936035rem;left:10.999348640442rem;display:block; }#CUfbQoKMm7dZ05LLOcW3hxcB0tsaw4ym.adaptive-delivery-prevent-bg, #CUfbQoKMm7dZ05LLOcW3hxcB0tsaw4ym.lazyload, #CUfbQoKMm7dZ05LLOcW3hxcB0tsaw4ym.lazyloading { background-image: none; }
#BXxmL3kUK7RtWGq70ftXPHiLC4NTv9iD { color:#0e9ae5;display:block;width:32.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:49.624834060669rem;left:30.373534202576rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OpEn0eRnri4IM3qRSuKOchoTTqXOm5M6 { position:absolute;display:block;z-index:100011;background-color:#636363;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:5.625rem;width:0.124511875rem;top:53.404945373535rem;left:29.187010765076rem;display:block; }
#ETEuTscIDqIz762qlPGBMfk1dWP7pw6k { color:#33a900;display:block;width:26.624375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:54.436845779419rem;left:31.123858451843rem;height:3.5612rem;text-align:left;text-align-last:left;display:block; }
#sT1V0rc7q6gLM8FcVAVsruIzFzEF5KIF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -moz-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -ms-linear-gradient(180deg, #66b1ea, #3f87d3);background-image: -o-linear-gradient(180deg, #66b1ea, #3f87d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b1ea', endColorstr='#3f87d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b1ea', endColorstr='#3f87d3' );";background-image: linear-gradient(180deg, #66b1ea, #3f87d3);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:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.49775rem;height:2.43489375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:62.312007904052rem;left:27.374674797058rem;display:block; }
#Rxnf92BxPQVpmUmppePI66Hf4BfpkH04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MhwItc2qOmTrBztDhRWqWGfFgyQJCwcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;opacity:1;top:12.6513671875rem;left:69.620768547056rem; }
#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,214,204,0.28);background-image:url("https://images.assets-landingi.com/j2FUG1Qh/t_o.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x.adaptive-delivery-prevent-bg, #K9ZTxdNadPTfLFvrommTplRkOD9TsT1x.lazyload, #K9ZTxdNadPTfLFvrommTplRkOD9TsT1x.lazyloading { background-image: none; }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row .container { background-color: transparent; background-image: none; }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row .container > .video-iframe-container { display: none; }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row > .video-iframe-container { display: none; }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .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); }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row .container { border-width: 0; border-radius: 0; }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row > .video-iframe-container {  }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#CLkevlGUrGUfpKKhRiM1acEUKH38ILcf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6245125rem;width:8.499375rem;top:0.56233978271484rem;left:33.249510765076rem;overflow:hidden;display:block; }
#Ql3ELsH4v07TuBBTkX9uaUCTyFw5t3BR { color:#004496;display:block;width:17.874375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:0.73812103271487rem;left:56.311846733093rem;height:2.2737625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ka292Br6DtF48x3NWBrXyZbQNdUraJUK { display:block; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALdOSIbL9Hvk9o8cHFv86MCBvOMl9E6h { top:0rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki { display:block; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4nRb0SJQ4DdDagqrTnRxas90h9xrR3f { top:1.4375rem;left:0rem;width:47.75rem;height:26.481891891892rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWCXCpH8bQHbsBGDoPFC9RuaNt3vmkFd { top:11.1875rem;left:0rem;width:35.3125rem;height:10.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L77FVXS9xDGTk9foZt5Igh22rnx6wyDE { top:4.75rem;left:0rem;width:39.0625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef7xvR2xuZ3fOPbHvSLOXrdfLk7X82e8 { width:12.625rem;height:4.375rem;top:14.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWVuRFCVJJw4A6Q6Nhn5bXIspyqGukbK { width:16.5625rem;height:3rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISIM199L96IkIKtmq6HPNSfnQigpH9mQ { display:block; }
 }@media only screen and (max-width: 763px) { #UZPbZKtVLqy86b2cGVU0KJCOi1qWlTff { top:0.625rem;left:39.0625rem;width:8.625rem;height:2.5434743195896rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD77NW6gxZXW03X09B56aB932NGdkfrh { display:block; }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8fkeS6Xbz5PKNKzFC8QAT1pS91PtGLp { width:47.75rem;height:9.5rem;top:2.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbCoX6W33rw02vb78bTlWQBBDkgO2lht { top:3.5625rem;left:0.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBZqM4ty46PAGFezWogUB55mTbLQZLSR { top:16.0625rem;left:0rem;width:34.1875rem;height:23.706876887563rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8mWvDXNIWVbZXLX8bBQ3UJF5w2OTwc { top:6.625rem;left:0.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls8J3SIV8TIhF0JlLluKStocidl2Rx50 { top:9.8125rem;left:0.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFJT9OsJ2XWmD9K03i1yrodRbTX8Fuxm { top:28.75rem;left:14rem;width:33.75rem;height:4.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms4IOdnuGn4XJV67WzM6fIRpOu9xpkcZ { top:20rem;left:9.5rem;width:38.25rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRT102qbmG3FDCCd832uWzWhMliTT7mk { width:21.75rem;height:3rem;top:36.75rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw6BUk5DOenSwoyEkQ8IqWNsrQ0v4P99 { display:block; }
 }@media only screen and (max-width: 763px) { #aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl { display:block; }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLihFTOO2D8IzOX6qDWseKB2cZq5Qo0n { top:0.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs { display:block; }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGVs5s6vR2NskmIXDGMFso5pt1oJeUdz { width:5.3125rem;height:5.2498375rem;top:2.125rem;left:15.249999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9zHM2hZyM66qzzsKclmScFg0popSBa { top:9rem;left:6.875rem;width:17rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpo8EuuhE3UGDRszBPQumVeNDhWKXVJ8 { top:9.25rem;left:0rem;width:18.3125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgDtwik0CMHbMu5koaPbTiVdRUeix81e { width:4.375rem;height:4.375rem;top:2.625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLb9d10kOpSN9TcTgTmNLsX09Cdfn8X8 { width:3.8125rem;height:3.8125rem;top:2.625rem;left:27.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRSmHtCeKUJSeUkdmPPTMTvnZG9SR2l { top:9.0625rem;left:17.1875rem;width:18.625rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG4cBAXhMBPPMySefJhEH9ALcN3A3N0t { width:5.75rem;height:4.7605366106492rem;top:2.125rem;left:38.875163078308rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePT331681Qo4UPhHMD1I4AW6WuOvU2LO { top:9rem;left:17.3125rem;width:18.4375rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5cBFNGeCzQkOp6BUviV08SSS48vW1D { display:block; }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN3yrDBxOlozHZIbNFsmbK1lz9PLa5Ia { top:0.4375rem;left:16.155760765076rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2XOpbwiEef67r9DodU0hSR4Ir5VT7t8 { top:6.125rem;left:0rem;width:18.625rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqKPcWtytFvb1R2FU3FoWO6GyRKiWyh5 { width:5.3125rem;height:4.4477304522873rem;top:0rem;left:27.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2mTveSg84UfPTyXgW5XJvHkmVseufyl { top:6.1875rem;left:17.1875rem;width:18.625rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAK8kGLxkQVw96zQzIZif7q4VxdiS4vg { top:6.0625rem;left:0rem;width:18.625rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuVTCdQ9OaLFK6ywip9tL36F1qqatHfM { top:0.9375rem;left:39.999835014343rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEusDn6gMLxlMyTwOrcsheX4OtRc5en1 { width:4.375rem;height:4.375rem;top:0rem;left:3.7804365158081rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7tpiZ6BRWGnayVvd8g3BWrFETz406Nh { top:6.125rem;left:17.1875rem;width:18.625rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC { display:block; }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz3EnhrsEe6EZX5Vk3FZPqEakPAeNBt7 { top:0.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP { display:block; }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POGv2HkhVP1k182RL8vfIq1mSsLC5TsI { top:19.0625rem;left:18.625rem;width:29.125rem;height:16.277224770446rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuwerM6WKBrS2VEbZyXSuyLfasmgxxKs { top:3.5rem;left:25.6875rem;width:22.0625rem;height:10.158869292115rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWQZerkfR6IJbXWqpzyHtGmTbn9lDwXd { top:4.125rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMrzGczTZKsXOnEAFTHSQ4OV86mF68hN { top:25.625rem;left:0rem;width:22.1875rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWdhTCbaacCgvodBM7kVP54DSrURHWtu { width:47.75rem;height:25.9375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msbWGe6WGFZLxsM6iX60Bocay85bDV5x { width:47.75rem;height:3.9375rem;top:42.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUfbQoKMm7dZ05LLOcW3hxcB0tsaw4ym { width:15.125rem;height:15.125rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXxmL3kUK7RtWGq70ftXPHiLC4NTv9iD { width:32.5rem;height:2.875rem;top:49.5625rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpEn0eRnri4IM3qRSuKOchoTTqXOm5M6 { width:0.0625rem;height:5.625rem;top:53.375rem;left:15.562010765076rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEuTscIDqIz762qlPGBMfk1dWP7pw6k { width:26.5625rem;height:3.5rem;top:54.375rem;left:17.498858451843rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT1V0rc7q6gLM8FcVAVsruIzFzEF5KIF { width:38.4375rem;height:2.375rem;top:62.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxnf92BxPQVpmUmppePI66Hf4BfpkH04 { display:block; }
 }@media only screen and (max-width: 763px) { #MhwItc2qOmTrBztDhRWqWGfFgyQJCwcT { top:12.625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZTxdNadPTfLFvrommTplRkOD9TsT1x { display:block; }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLkevlGUrGUfpKKhRiM1acEUKH38ILcf { top:0.5rem;left:19.624510765076rem;width:8.4375rem;height:2.605406187955rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql3ELsH4v07TuBBTkX9uaUCTyFw5t3BR { top:0.6875rem;left:29.9375rem;width:17.8125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ka292Br6DtF48x3NWBrXyZbQNdUraJUK { position:relative;z-index:auto;background-color:#ebeeef;background-image:url("https://images.assets-landingi.com/qsRefZjw/sd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK.adaptive-delivery-prevent-bg, #Ka292Br6DtF48x3NWBrXyZbQNdUraJUK.lazyload, #Ka292Br6DtF48x3NWBrXyZbQNdUraJUK.lazyloading { background-image: none; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container { background-color: transparent; background-image: none; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container > .video-iframe-container { display: none; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row > .video-iframe-container { display: none; }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .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); }#Ka292Br6DtF48x3NWBrXyZbQNdUraJUK > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALdOSIbL9Hvk9o8cHFv86MCBvOMl9E6h { width:20rem;height:1.4615875rem;top:0.30029296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki { background-color:rgba(0,0,0,0.58);background-image:url("https://images.assets-landingi.com/78jdVJ6Q/htrdh.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki.adaptive-delivery-prevent-bg, #gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki.lazyload, #gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki.lazyloading { background-image: none; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container { background-color: transparent; background-image: none; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container > .video-iframe-container { display: none; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row > .video-iframe-container { display: none; }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .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); }#gTLKiUhu2WneiCH7IZpoHl5ZyPQzmLki > .row .container { width:20rem;height:12.874375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4nRb0SJQ4DdDagqrTnRxas90h9xrR3f { width:15.1236875rem;height:8.186875rem;top:4.6875rem;left:4.8763019442558rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWCXCpH8bQHbsBGDoPFC9RuaNt3vmkFd { width:9.2496875rem;height:4.777025rem;top:5.3125rem;left:0.875rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #L77FVXS9xDGTk9foZt5Igh22rnx6wyDE { width:20rem;height:1.2182625rem;top:1.9962565898895rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ef7xvR2xuZ3fOPbHvSLOXrdfLk7X82e8 { width:6.499rem;height:1.13688125rem;top:7.6875rem;left:2.25rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yWVuRFCVJJw4A6Q6Nhn5bXIspyqGukbK { width:6.8115rem;height:1.1873375rem;top:10.841470718384rem;left:2.0930988192558rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISIM199L96IkIKtmq6HPNSfnQigpH9mQ { display:block; }
 }@media only screen and (max-width: 763px) { #UZPbZKtVLqy86b2cGVU0KJCOi1qWlTff { width:4.74935rem;height:1.437175rem;top:0rem;left:15.250353693962rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD77NW6gxZXW03X09B56aB932NGdkfrh { display:block; }#qD77NW6gxZXW03X09B56aB932NGdkfrh > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8fkeS6Xbz5PKNKzFC8QAT1pS91PtGLp { width:15.9375rem;height:3.1860375rem;top:1.1875rem;left:2.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bbCoX6W33rw02vb78bTlWQBBDkgO2lht { width:0.99935rem;height:0.99935rem;top:3.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBZqM4ty46PAGFezWogUB55mTbLQZLSR { width:13.499375rem;height:9.375rem;top:10.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8mWvDXNIWVbZXLX8bBQ3UJF5w2OTwc { width:0.8748375rem;height:0.8748375rem;top:2.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls8J3SIV8TIhF0JlLluKStocidl2Rx50 { width:0.8748375rem;height:0.8748375rem;top:1.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFJT9OsJ2XWmD9K03i1yrodRbTX8Fuxm { width:20rem;height:1.51205rem;top:23rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms4IOdnuGn4XJV67WzM6fIRpOu9xpkcZ { width:20rem;height:3.98845rem;top:6.0489907264709rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRT102qbmG3FDCCd832uWzWhMliTT7mk { width:12.0621875rem;height:1.875rem;top:25.4375rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw6BUk5DOenSwoyEkQ8IqWNsrQ0v4P99 { display:block; }
 }@media only screen and (max-width: 763px) { #aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl { display:block; }#aO7Lw4xSW6lHeRhlJqpgudku10NFqFMl > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLihFTOO2D8IzOX6qDWseKB2cZq5Qo0n { width:20rem;height:0.756025rem;top:0.87158203125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs { display:block; }#Jcnm73DpWQK8svOTZ7OOeD8UTMsXZDSs > .row .container { width:20rem;height:40.436194622803rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGVs5s6vR2NskmIXDGMFso5pt1oJeUdz { width:5.3125rem;height:5.2498375rem;top:12.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9zHM2hZyM66qzzsKclmScFg0popSBa { width:17.1875rem;height:2.1988875rem;top:18.625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpo8EuuhE3UGDRszBPQumVeNDhWKXVJ8 { width:17.1875rem;height:3.2983375rem;top:7.4375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgDtwik0CMHbMu5koaPbTiVdRUeix81e { width:4.375rem;height:4.375rem;top:1.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLb9d10kOpSN9TcTgTmNLsX09Cdfn8X8 { width:3.8745125rem;height:3.8745125rem;top:22.692870140076rem;left:8.0623366236688rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRSmHtCeKUJSeUkdmPPTMTvnZG9SR2l { width:17.1875rem;height:2.1988875rem;top:27.992348968983rem;left:1.4062499403954rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fG4cBAXhMBPPMySefJhEH9ALcN3A3N0t { width:5.812175rem;height:4.8120125rem;top:31.828612327576rem;left:7.093912780285rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePT331681Qo4UPhHMD1I4AW6WuOvU2LO { width:18.4375rem;height:2.19889375rem;top:38.237301826477rem;left:0.78043621778488rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wn5cBFNGeCzQkOp6BUviV08SSS48vW1D { display:block; }#wn5cBFNGeCzQkOp6BUviV08SSS48vW1D > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN3yrDBxOlozHZIbNFsmbK1lz9PLa5Ia { width:3.4375rem;height:3.4375rem;top:28.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2XOpbwiEef67r9DodU0hSR4Ir5VT7t8 { width:18.6246875rem;height:3.2983375rem;top:33.374836921692rem;left:0.68684893846512rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqKPcWtytFvb1R2FU3FoWO6GyRKiWyh5 { width:5.37435rem;height:4.4995125rem;top:12.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2mTveSg84UfPTyXgW5XJvHkmVseufyl { width:17.9996875rem;height:7.69611875rem;top:18.625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAK8kGLxkQVw96zQzIZif7q4VxdiS4vg { width:18.6246875rem;height:3.2983375rem;top:7.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuVTCdQ9OaLFK6ywip9tL36F1qqatHfM { width:3.49935rem;height:3.49935rem;top:38.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEusDn6gMLxlMyTwOrcsheX4OtRc5en1 { width:4.75rem;height:4.75rem;top:1.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7tpiZ6BRWGnayVvd8g3BWrFETz406Nh { width:18.6246875rem;height:4.3977875rem;top:44.0625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC { display:block; }#svyiTlgLT9Wv8JH4Go8cXnisrAJx3HGC > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz3EnhrsEe6EZX5Vk3FZPqEakPAeNBt7 { width:20rem;height:0.756025rem;top:0.80891990661619rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP { display:block; }#Zoh55uHkmyb7Isstb3oZnyu2AcoKnJXP > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POGv2HkhVP1k182RL8vfIq1mSsLC5TsI { height:8.9371875rem;width:16.062rem;top:16.064452171326rem;left:1.9685871005058rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuwerM6WKBrS2VEbZyXSuyLfasmgxxKs { width:10.8748125rem;height:4.6248375rem;top:7.3111982345581rem;left:4.5613605380058rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWQZerkfR6IJbXWqpzyHtGmTbn9lDwXd { width:20rem;height:4.6875rem;top:1.4013671875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMrzGczTZKsXOnEAFTHSQ4OV86mF68hN { width:10.0610625rem;height:0.89355625rem;top:13.902180671692rem;left:4.9690753817558rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWdhTCbaacCgvodBM7kVP54DSrURHWtu { width:19.749625rem;height:16.687375rem;top:27.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msbWGe6WGFZLxsM6iX60Bocay85bDV5x { width:20rem;height:3.601075rem;top:28.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUfbQoKMm7dZ05LLOcW3hxcB0tsaw4ym { width:5.8748375rem;height:5.8748375rem;top:33.217772483826rem;left:0.81217449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXxmL3kUK7RtWGq70ftXPHiLC4NTv9iD { width:10.9375rem;height:1.13688125rem;top:33.625rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpEn0eRnri4IM3qRSuKOchoTTqXOm5M6 { width:0.124881875rem;height:2.7497625rem;top:35.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEuTscIDqIz762qlPGBMfk1dWP7pw6k { width:11.062375rem;height:1.875rem;top:35.9375rem;left:8.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT1V0rc7q6gLM8FcVAVsruIzFzEF5KIF { width:15.87475rem;height:1.93714375rem;top:41.125rem;left:2.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxnf92BxPQVpmUmppePI66Hf4BfpkH04 { display:block; }
 }@media only screen and (max-width: 763px) { #MhwItc2qOmTrBztDhRWqWGfFgyQJCwcT { width:1.6870125rem;height:1.6870125rem;top:11.124674797058rem;left:13.808593451977rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZTxdNadPTfLFvrommTplRkOD9TsT1x { display:block; }#K9ZTxdNadPTfLFvrommTplRkOD9TsT1x > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLkevlGUrGUfpKKhRiM1acEUKH38ILcf { width:5.187175rem;height:1.5625rem;top:0.4052734375rem;left:14.812824904919rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql3ELsH4v07TuBBTkX9uaUCTyFw5t3BR { width:9.1861875rem;height:1.13769375rem;top:0.61767578125rem;left:4.5947262644768rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }