.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:215,244,243;--color-primary-1:134,223,218;--color-primary-2:53,201,193;--color-primary-3:3,187,178;--color-primary-4:2,140,127;--color-secondary-0:255,238,240;--color-secondary-1:254,200,205;--color-secondary-2:253,144,155;--color-secondary-3:127,72,78;--color-secondary-4:38,22,23;--color-tertiary-0:255,255,255;--color-tertiary-1:102,102,102;--color-tertiary-2:83,83,83;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ed027315-5080-4640-85ca-3b8b037d6b24/canton.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container { display: none; }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .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); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-4),0.75), rgba(var(--color-tertiary-4),0.13));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-4),0.75), rgba(var(--color-tertiary-4),0.13));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-4),0.75), rgba(var(--color-tertiary-4),0.13));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-4),0.75), rgba(var(--color-tertiary-4),0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.75)', endColorstr='rgba(var(--color-tertiary-4),0.13)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.75)', endColorstr='rgba(var(--color-tertiary-4),0.13)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-4),0.75), rgba(var(--color-tertiary-4),0.13));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { background-color: transparent; background-image: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .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); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { border-width: 0; border-radius: 0; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:60rem;height:42.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rb0a3nhUGNvzfFr65BJOpVrwN5WypyDS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:12.6738625rem;font-style:normal;display:block; }
#gKJTMI2Nf3Qt7Jp42CGkztq8TTw86zPl { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.529949188233rem;left:0rem;height:3.8997375rem;font-style:italic;display:block; }
#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:25.419271469116rem;left:0rem;height:13.125rem;font-style:normal;display:block; }#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1JbZcdSe/dot.png); }
#N20Mnfh3Eioo0mEOOwBGwhM3RRSsx5Qn { position:absolute;display:block;z-index:15009;background-color:#f4f6f8;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;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.6875rem;width:21.25rem;top:7.8125rem;left:38.750001907349rem;display:block; }
#MNOyvsW9hIaEr5u54BCtQdIiVodZ7FPI { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);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;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.4375rem;width:21.25rem;top:7.8125rem;left:38.75rem;display:block; }
#RKZDmXLBCwbD9EGPqteoGTvxBQQICspb { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.09375rem;left:39.781251907349rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-form-header {  }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f3f3f3;border-left:0.0625rem solid #f3f3f3;border-right:0.0625rem solid #f3f3f3;border-bottom:0.0625rem solid #f3f3f3;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f3f3f3;border-left:0.0625rem solid #f3f3f3;border-right:0.0625rem solid #f3f3f3;border-bottom:0.0625rem solid #f3f3f3;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.375rem;margin-bottom:0.25rem;margin-left:1.375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:15.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.0625rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-container:first-of-type{padding-top:0;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-container:last-of-type{padding-bottom:0;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.999170303345rem;left:39.249522030354rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.125rem;display:block;vertical-align:top; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT {display:block;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.999170303345rem;left:39.249522030354rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #CbH5h9BHHvdpITl9wqfr1PwJ3IDOIAGy { position:relative;z-index:1; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #ZfVNWSoy4rTxOZWa1U8cr6cXVwOx4JP1 { position:relative;display:none; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #Vv2anCkyvUtG9sG6NtCU0Gd28I4VGVxI { position:relative; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #uit2HQCdiLgqwICGcSp2BQJr9mg9ugL7 { position:relative;z-index:1; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #QvOhoHdZAkFcpWTDJMUEB2H1nBKhONUC { position:relative;display:none; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #I3t0V2J7N4OHWSXATv0E6fVfTfN0DAgg { position:relative; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #dba2ICWmqNX92PRsU8IL4rWWyAqJlG6P { position:relative;z-index:1; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #daMGATEhmfcoZ60q93E5fK2lVzZz8te9 { position:relative;display:none; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #UPuf269TnFlT1EaqTF1iSd2poWyTNyFx { position:relative; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #F02QoIyurFSsiGeOoW7dZr92xApafbD8 { position:relative;z-index:1; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #ndZ5qzK6V3st0laJXIa2pWFNpdhMJgUC { position:relative; }
#Vr0mECuAp59hiZipM4DLENoNEy6ZaSN4 { color:rgba(var(--color-primary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.625rem;left:45.125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3670da91-86d2-4766-94c4-2737f1fedf55/face_minature1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.5rem;width:3.5rem;top:15.69921875rem;left:40.718751907349rem;display:block; }#SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D.adaptive-delivery-prevent-bg, #SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D.lazyload, #SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D.lazyloading { background-image: none; }
#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.13);background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.adaptive-delivery-prevent-bg, #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.lazyload, #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.lazyloading { background-image: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { background-color: transparent; background-image: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container > .video-iframe-container { display: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container { display: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .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); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { border-width: 0; border-radius: 0; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row .container { background-color: transparent; background-image: none; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row .container > .video-iframe-container { display: none; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row > .video-iframe-container { display: none; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .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); }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row .container { border-width: 0; border-radius: 0; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#zLU4VfepVae24EBAcq0Vu7NQUqhyTJuE { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGIXtF7isMLZOp4AOQn24c8BBDaZZ12c { color:rgba(var(--color-tertiary-1),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:5.5rem;height:3.8997375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row .container { background-color: transparent; background-image: none; }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row .container > .video-iframe-container { display: none; }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row > .video-iframe-container { display: none; }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .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); }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row .container { border-width: 0; border-radius: 0; }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#ggxfHmybRDwDQvt6nccJRIOTJElETc28 { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:5.3125rem;left:0.375rem;display:block; }
#ed7dwoNL4grtBCZtxgCfodm8iFJeQgIc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.1875rem;left:4.375rem;display:block; }
#q056AGEH43OdZVCmEwwiemRVHMawWauI { position:absolute;display:block;z-index:15002;background-color:#f3f3f3;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:5.375rem;left:15.375rem;display:block; }
#UUormSxveUIVdbBT9l4U5RaZwsNMD8tW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.25rem;left:19.375rem;display:block; }
#hgOtfL2t8ITc0sRfUAufRWxc8u6WOcVn { position:absolute;display:block;z-index:15004;background-color:#f3f3f3;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:5.375rem;left:30.375rem;display:block; }
#L9TqPGSeGeGsXPQspJbMQhlga1CdWbKf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.25rem;left:34.375rem;display:block; }
#aQ323PWHhEUbUFmKtmiheHIzRg4D45OO { position:absolute;display:block;z-index:15006;background-color:#f3f3f3;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:5.375rem;left:45.375rem;display:block; }
#PDhxpMSO5uxbo7d8zUfkrpRJeMM9J9l2 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);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;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:2.25rem;left:49.375rem;display:block; }
#nek4zTXZ9POkzMsMkzqfcMoM0Og9yRD3 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.625rem;left:1.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f6BR4hpx2iQ8nURA7RvrSgmmrUfosTDw { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:31.250001907349rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBAryQuzJy1TBNilOiurb1JO7Z7ToSsV { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.0625rem;left:46.250001907349rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1SOfp3P7n2BFIXANn0CvSMOFR3R8DVf { color:rgba(var(--color-tertiary-1),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.354167938233rem;left:16.250001907349rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IhUCWHykLkSyAxzL6HAJLt6B2GH2AzPR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:3.75rem;left:5.9375rem; }
#eeLias05ZmZmxkpDnbyEr2fC1SfMsOvA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:3.75rem;left:20.9375rem; }
#FOnpc4u2tPvqxmU0saaUOTWmO5yIO1mZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:3.75rem;left:35.9375rem; }
#XJzb04JhTOgWgBUGMBBzVceQy5H5RT6b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:3.75rem;left:50.9375rem; }
#h61Hfz0w7q3SxF4FVlz5eClsbTV5P1J0 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.25rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vt33LWNwR9qnLhiQT8d4OK2XRfzoQHoo { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.625rem;left:16.250001907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhM5unFAHRLBl3Dc1XH27zbPskkgKyDS { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.625rem;left:31.250001907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c7ytN3zOJUWy3PBitgAMNpc6nbb1MDlL { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.625rem;left:46.250001907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { background-color: transparent; background-image: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container > .video-iframe-container { display: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container { display: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .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); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { border-width: 0; border-radius: 0; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { font-size:0.875rem;font-family:arial;height:0;width:60rem;position:relative;display:block; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row .container { background-color: transparent; background-image: none; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row .container > .video-iframe-container { display: none; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row > .video-iframe-container { display: none; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .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); }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row .container { border-width: 0; border-radius: 0; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#ZsWvmdmOWLhQJ12xvPZHEffQxbHFaHxF { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:9.375rem;top:1.75rem;left:25.625rem;display:block; }
#LefxKWmumzex3ICbhcBETZX6Uxa3D7D5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:26.4375rem;height:1.625rem;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; }
#ZfTTBdQ9Grxf8Bpb6TdNNzUU74JdtTx9 { color:rgba(var(--color-primary-3),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.875rem;left:25.375rem;height:4.6875rem;font-style:normal;display:block; }
#FSUxiqZGrQ3r5wL20XqWiVTBZ90gR1FW { color:rgba(var(--color-tertiary-4),0.7);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.875;letter-spacing:0;top:12.4375rem;left:25.625rem;height:20.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LOTUHrMNLmlK0Qfr3B9hdePR3ed8hgiH { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:34.5rem;top:34.375rem;left:25.5rem;display:block; }
#MWHPHFCpJv3kUBZ2y3PzcTWRwOHgSefD { background-color:rgba(var(--color-primary-3),1);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;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.8125rem;left:45.5625rem;display:block; }
#BFwWqqolp0yd0HOl9DMHOa6hJTDJA2pH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRN2EJ6E9snKHiqy8nl92TrzGvVR2MTT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.625rem;left:25.625rem;height:1.625rem;display:block; }
#PztDlcWt8odB0uc5MkCvK9yAGeCxHDxk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:37.5625rem;width:21.1875rem;top:1.75rem;left:2.0625rem;overflow:hidden;display:block; }
#bXULfOme3O76BIRq9890X7GU7NPWx5rK { background-color:rgba(var(--color-tertiary-0),0);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-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:2rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.5rem;left:25.625rem;display:block; }
#bMMGpE4VEUzxnnPI87NUSwtSqddHzXgm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { background-color: transparent; background-image: none; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container > .video-iframe-container { display: none; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row > .video-iframe-container { display: none; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .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); }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { border-width: 0; border-radius: 0; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#pTLpuOQOgso5wQqTpA9ehCkarCTH9Cin { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { background-color: transparent; background-image: none; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container > .video-iframe-container { display: none; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row > .video-iframe-container { display: none; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .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); }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { border-width: 0; border-radius: 0; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#E5KTvzaL1emmmLlh7yA9XAaAEFer2odm { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:22.8125rem;top:2rem;left:6.5625rem;display:block; }
#oHKNe1rzqlOfptMvnGR6nS5gUq7bpXbE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:20.875rem;width:22.8125rem;top:2rem;left:30.625rem;display:block; }
#SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60575a66-b2d3-4e00-bf01-a5f48d0114a4/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:7.5rem;width:7.5rem;top:0rem;left:1.84375rem;display:block; }#SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK.adaptive-delivery-prevent-bg, #SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK.lazyload, #SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK.lazyloading { background-image: none; }
#Jas603TTmKax1ROJtlsbrShOdbmdqawG { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49d1c169-91c3-4893-8f30-dda5b299fa7c/12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:7.5rem;width:7.5rem;top:0rem;left:50.625rem;display:block; }#Jas603TTmKax1ROJtlsbrShOdbmdqawG.adaptive-delivery-prevent-bg, #Jas603TTmKax1ROJtlsbrShOdbmdqawG.lazyload, #Jas603TTmKax1ROJtlsbrShOdbmdqawG.lazyloading { background-image: none; }
#w3pVgsS6bqUPVqbQXzGNVhJzMfTMx27R { color:rgba(var(--color-tertiary-1),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:5.1875rem;left:9.84375rem;height:12.596375rem;font-style:italic;display:block; }
#R9iS8TL33Z2XTyw8KWOMkvPtTECCRbVz { color:rgba(var(--color-primary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:18.579429626465rem;left:9.84375rem;height:2.799475rem;font-style:normal;display:block; }
#IrDWEUFeHFy3DxO1RtiFJfW0tAWLWpm1 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:5.1875rem;left:33.90625rem;height:12.596375rem;font-style:italic;display:block; }
#Xy666PtkIcDRZQZndixJR3fQZcG3xO9c { color:rgba(var(--color-primary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:18.578125rem;left:33.90625rem;height:2.799475rem;font-style:normal;display:block; }
#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row .container { background-color: transparent; background-image: none; }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row .container > .video-iframe-container { display: none; }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row > .video-iframe-container { display: none; }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .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); }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row .container { border-width: 0; border-radius: 0; }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#vbFb5nmn1O9cmnAruh3rbSkcZ6hu15aT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.47591018676758rem;left:0rem;height:2.2747375rem;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; }
#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row .container { background-color: transparent; background-image: none; }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row .container > .video-iframe-container { display: none; }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row > .video-iframe-container { display: none; }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .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); }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row .container { border-width: 0; border-radius: 0; }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#MvbMOsvkUMTNW9DeWshzWQ8txNlotk7J { position:absolute;display:block;z-index:15000;height:8.375rem;width:60rem;top:0rem;left:0rem;display:block; }
#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row .container { background-color: transparent; background-image: none; }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row .container > .video-iframe-container { display: none; }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row > .video-iframe-container { display: none; }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .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); }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row .container { border-width: 0; border-radius: 0; }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#Mr3uixDaDxXGhXrr1vrwbRao4TzbMoDK { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7L8kITrzZ1d3JSnaeOp9wFGxdV6UQtq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row .container { background-color: transparent; background-image: none; }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row .container > .video-iframe-container { display: none; }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row > .video-iframe-container { display: none; }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .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); }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row .container { border-width: 0; border-radius: 0; }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#ZEUQr0GTCEqvGL6awTPd3VX6tdyNG7dR { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;height:38.75rem;width:19rem;top:1.5rem;left:0.4375rem;display:block; }
#n99EtulOMulFSQQl1ufqxcwK9pbUJQbC { position:absolute;display:block;z-index:14996;background-color:#f4f6f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.375rem;width:19rem;top:1.5rem;left:0.5rem;display:block; }
#Ou0SdAkUwNsUzTwmol8Eqm3iGUMMiL3B { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6l2enSP3xN3dLKb1RSDzAgieRQPlI27 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tH2sdq40of2rruLfXoREwlJLoJcpH1GL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:7.625rem;left:1.625rem;height:12.148425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DupAqFphDsadoWga3S5olg7v3ACiInPx { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:38.75rem;width:19rem;top:1.5625rem;left:20.5rem;display:block; }
#KxQhBEevJSa7smr8v7rrVFrTzcEMZmzF { position:absolute;display:block;z-index:14992;background-color:#f4f6f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.375rem;width:19.125rem;top:1.5rem;left:20.4375rem;display:block; }
#t3Nye7bSp7mXDd5hcTacUMMNOeDSq1WQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAO7gwSMoU2g7eXREQrt9hBN1B8vMrZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:14997;line-height:1.3;letter-spacing:0;top:4.625rem;left:20rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfBrnaZvuknDk60Wml6oUV3dZAhyqgLW { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;height:38.75rem;width:19rem;top:1.5rem;left:40.5rem;display:block; }
#aRucHWKn45TayNS9MdUKPAkIdFX0eHhK { position:absolute;display:block;z-index:14997;background-color:#f4f6f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.375rem;width:19.125rem;top:1.5rem;left:40.375rem;display:block; }
#hb9bnXsq2VioEMLdvdTxSQ1n0hKdkHnv { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.1875rem;left:40rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emN0MSCQWvtusLRrSegd6apf4VtapDgD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:4.625rem;left:39.9375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSkcOTLxmd1fEvDvFCMBb95nvK6pRqMK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:20.3125rem;left:1.625rem;height:10.123675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTNmcIPluTOQEdPAxM8Mqp7dlyr7OI2U { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:31.375rem;left:1.625rem;height:8.09895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#efgJHBI6nxfuaXg9LLUIfucEBpE3MsTS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:7.6875rem;left:21.6875rem;height:12.148425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NafnSVB2gX4P8WFvPuMlO5h9zpZZzADv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:20.375rem;left:21.6875rem;height:10.123675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNwWvqTqynm6HNgXJBlhAdVmgR1yEmm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:31.4375rem;left:21.6875rem;height:8.09895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2IJHNDXnARInlI60ILf4CKT2nFFEh7t { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:7.5625rem;left:41.6875rem;height:12.148425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XdVaMr01oH2tsW8lZarMqMis9ryT7dla { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:20.25rem;left:41.6875rem;height:10.123675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ePp5CvDRJAWsGOSuWLpHJ058t9LqEBMo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:31.3125rem;left:41.6875rem;height:8.09895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row .container { background-color: transparent; background-image: none; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row .container > .video-iframe-container { display: none; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row > .video-iframe-container { display: none; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .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); }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row .container { border-width: 0; border-radius: 0; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row .container { font-size:0.875rem;font-family:arial;height:75.4375rem;width:60rem;position:relative;display:block; }#JzQMaHpZGzNiNy0nH4GTa6b4CQZ5P4N9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-tertiary-4),0.08) ;height:61.8125rem;width:22.125rem;top:9.1875rem;left:31.6875rem;display:block; }
#iWm25W2rgqmTtCGMu2P861NSQTx6zi8w { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:65.25rem;left:33.9375rem;display:block; }
#ybqfKhLIN1PR9WEgS8F5nyC5Bi97swkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S0mrmKLcQRXvaQaaFfixEshu3sHGBZTS { color:#68b6ff;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.8;letter-spacing:0;top:28.5625rem;left:34.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#S0mrmKLcQRXvaQaaFfixEshu3sHGBZTS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S0mrmKLcQRXvaQaaFfixEshu3sHGBZTS li:before{  }
#HW0xK8meipNie0kGZy56aT3BISuRwkJn { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:17.25rem;left:34.0625rem;height:3.375rem;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; }
#iqXPqvZA1fR6yUV2v0qpG9eNEUOF7F0g { color:#1e3c72;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.375rem;left:33.5rem;height:2.35611875rem;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;font-style:normal;display:block; }
#DS5vz7I4tQOTKbnblnxlGvuNzGBLRMP2 { color:#1e3c72;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.3125rem;left:34.4375rem;height:;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;font-style:normal;display:block; }
#J6c3hgJWkGqteZQZVGoT4rhBRhGOxzIh { position:absolute;display:block;z-index:15020;background-color:#ededed;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:27.5rem;left:34.0625rem;display:block; }
#ruNTMTC8O3dreWCSWCPF2v3PT9rnTUBR { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:9.125rem;left:31.75rem;display:block; }
#KTSx0L3Tx2G1ZGox8ySgvm3lDkyAWTsR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:9.5rem;left:31.8125rem;height:1.79948125rem;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;font-style:normal;display:block; }
#xzvLmDcwpSf0IGWnfVlkybM4eXO1cTEq { color:#1e3c72;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.375rem;left:34.0625rem;height:3.0872375rem;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; }
#nl7u5mU50BNwsnRaemai6OfBtsDQ7y1g { color:rgba(var(--color-tertiary-3),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TBNqbEly4OlaD1scmUlO3nDgfIdUlyGc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.0625rem;width:22.125rem;top:13.875rem;left:6.25rem;overflow:hidden;display:block; }
#ziLx1gmx7PSDvdDKrdiDEfnDycT5q2Hm { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:22.125rem;top:24.875rem;left:6.25rem;overflow:hidden;display:block; }
#vrIh9wt0yVWKv0ITZC5BLMhP5LXTAHA8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:22.125rem;top:35.9375rem;left:6.25rem;overflow:hidden;display:block; }
#TNrT0b13QHzS8t78iGVJS33vl1iyZg8Q { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11rem;width:22.125rem;top:46.625rem;left:6.25rem;overflow:hidden;display:block; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #1e3c72, #2a5298);background-image: -moz-linear-gradient(181deg, #1e3c72, #2a5298);background-image: -ms-linear-gradient(181deg, #1e3c72, #2a5298);background-image: -o-linear-gradient(181deg, #1e3c72, #2a5298);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c72', endColorstr='#2a5298' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c72', endColorstr='#2a5298' );";background-image: linear-gradient(181deg, #1e3c72, #2a5298);background-size:contain !important;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-text.counter-label { background-color:;background-image:none;color:#1e3c72;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:65.75rem;left:8.25rem;z-index:15025; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #gkmL7ISbQiETIBDPTNe5iTEPmE5A5STq { display:flex;position:relative;top:0rem;left:0rem; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #N6mJ9gP2KLH0WMlJ259XCSGVmxi8wUdl { width:auto; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #yuUx3P79oT3pM2DiPPFgb5zbv5tlkwl4 {  }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #kwPbg9TIc5HHtBpxO4AvoldfSPAEt1ZC { display:flex;position:relative;top:0rem;left:0rem; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #q09lCxGFW0yaAuUGn9GWZz2WQfZqwuuQ {  }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #QhFDZHDVcNlwlCIICTHD7S4pJABd2wnp {  }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #AsuOPnZTrfFSO7cGH7mLQzLOcNaTot68 { display:flex;position:relative;top:0rem;left:0rem; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #tIKTiPq7IQmef7GNwM3CPATmqh8lywTE {  }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #SubvBDpMNp7BqUBqE9dWGQeo7EkR9tIB {  }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #zBNV58e34CNHRiatqdECutA3vcntdEtg { display:flex;position:relative;top:0rem;left:0rem; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #vbQTtKTATsIGE4ZbQ3Ey1aqk1b4T5wW7 {  }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #cT3sDD3TKETEgTMAWC8b7yJ7OzITeNS8 {  }
#x4sKIzRXtFMCHIePUuCfV5O1cPf9pmJF { color:#1e3c72;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:59.375rem;left:6.25rem;height:5.84960625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row .container { background-color: transparent; background-image: none; }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row .container > .video-iframe-container { display: none; }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row > .video-iframe-container { display: none; }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .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); }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row .container { border-width: 0; border-radius: 0; }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#yqf6t5fBP57kSGGs30zrCAJGgBItOiH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.47591018676758rem;left:0rem;height:2.2747375rem;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; }
#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row .container { background-color: transparent; background-image: none; }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row .container > .video-iframe-container { display: none; }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row > .video-iframe-container { display: none; }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .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); }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row .container { border-width: 0; border-radius: 0; }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#OXnZcEbG2xDcqA5CH85DQig6TQZlMNO1 { position:absolute;display:block;z-index:15000;height:13.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row .container { background-color: transparent; background-image: none; }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row .container > .video-iframe-container { display: none; }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row > .video-iframe-container { display: none; }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .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); }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row .container { border-width: 0; border-radius: 0; }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row .container { font-size:0.875rem;font-family:arial;height:100.125rem;width:60rem;position:relative;display:block; }#JUTwRUrOpneaTo4RITeH2GeaRiOLR1lg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.1875rem;left:7.3125rem;height:1.625rem;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; }
#rFiAayxAVyESN7WO1Hb21fvTWlqdX7JU { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:12.4375rem;left:7.3125rem;height:18.22265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iMGt2N36u080AuTo9d7VZHKHfS5x2Meo { color:rgba(0,91,174,0.1);display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:10.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:14.137375rem;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; }
#F2WagnpszORIfknxCBiumGqC1mRWZOVR { color:rgba(0,91,174,0.1);display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:10.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.6875rem;left:46.9375rem;height:14.137375rem;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; }
#zzQkKEdT7AudSVVUvDngx9QTcvVvX6zn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:35.875rem;left:22.6875rem;height:22.2721375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JgKbHuMqM6flUBT7mIci6Xp2IvFh4KTw { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.625rem;left:22.6875rem;height:1.625rem;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; }
#kDOsHFSzhoyFnmvDTT5SRMcWlkRUA5fG { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:63.5rem;left:7.3125rem;height:14.1731875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m4CF5V8gu1RD92ZtwrGz3IcZBNtU7fMP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:60.25rem;left:7.3125rem;height:1.625rem;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; }
#k7O2I0o91i6sGLoyIOmdR5KgbSirfuRP { color:rgba(0,91,174,0.1);display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:10.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:58.125rem;left:0rem;height:14.137375rem;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; }
#WufFot3L601ouydPGNgZ5CCiCOPSV6UB { color:rgba(0,91,174,0.1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kt9UcmNxdkTPs3gXkomRb3DPEmk1erDu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:83.6875rem;left:22.6875rem;height:16.19790625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gxInLaU9paCcm6x2OZKJtTuc7sVU5DC1 { color:rgba(0,91,174,0.1);display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:10.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:78.5rem;left:46.9375rem;height:14.137375rem;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; }
#pQw3yFXlrmtf5pmzCG1rFUHrOgenN9BJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:80.4375rem;left:22.6875rem;height:1.625rem;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; }
#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e3c72;background-image:url("https://images.assets-landingi.com/E76S6CMm/bottom-wave2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn.adaptive-delivery-prevent-bg, #SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn.lazyload, #SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn.lazyloading { background-image: none; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { background-color: transparent; background-image: none; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container > .video-iframe-container { display: none; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row > .video-iframe-container { display: none; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .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); }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { border-width: 0; border-radius: 0; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#NifoFKlt14J0URMuozslyLlOCWL8t66F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #1e3c72, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(top, #1e3c72, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(top, #1e3c72, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(top, #1e3c72, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c72', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c72', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(to bottom, #1e3c72, rgba(var(--color-tertiary-4),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { background-color: transparent; background-image: none; }#NifoFKlt14J0URMuozslyLlOCWL8t66F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container > .video-iframe-container { display: none; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row > .video-iframe-container { display: none; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .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); }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { border-width: 0; border-radius: 0; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#yEfSd6DqkrcDTvwMBnxzTv4l1QBWzgHf { background-color:rgba(var(--color-secondary-2),1);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;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:6.1178398132324rem;left:42.500001907349rem;display:block; }
#HTW6ga5Ir0wtAQkfkeVSFm4L6xihzwXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bc2favVnbfb0inTT8SpTP8Rw7Ix2Gnsk { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:6.174475rem;font-style:normal;display:block; }
#Bq0HagGxBxq9X2gcLvvWNWGSpNmvB2rS { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:1.94986875rem;font-style:italic;display:block; }
#Me3HtUErhh4OqwLhOt0vixdbA1MJzuFv { background-color:rgba(var(--color-primary-3),1);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;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:10.924480438233rem;left:42.656251907349rem;display:block; }
#hWMHnAyB7xFlvLf2pkd5pGpXpVNq2RHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F6U27W1ar1nebyJmlLhrS3XroH0OcktM { display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb0a3nhUGNvzfFr65BJOpVrwN5WypyDS { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKJTMI2Nf3Qt7Jp42CGkztq8TTw86zPl { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyVLm52w6uWGxHhB65nz4g12AkoHkrMp { width:23.6875rem;height:10.625rem;top:20.5rem;left:0rem;line-height:1.6;font-size:1.5625rem;display:block; }#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1JbZcdSe/dot.png); }
 }@media only screen and (max-width: 763px) { #N20Mnfh3Eioo0mEOOwBGwhM3RRSsx5Qn { width:21.25rem;height:32.6875rem;top:7.8125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOyvsW9hIaEr5u54BCtQdIiVodZ7FPI { width:21.25rem;height:6.4375rem;top:7.8125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKZDmXLBCwbD9EGPqteoGTvxBQQICspb { width:16.5625rem;height:3.875rem;top:9.09375rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT {display:block;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #CbH5h9BHHvdpITl9wqfr1PwJ3IDOIAGy {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #ZfVNWSoy4rTxOZWa1U8cr6cXVwOx4JP1 { display:none; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #Vv2anCkyvUtG9sG6NtCU0Gd28I4VGVxI {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #uit2HQCdiLgqwICGcSp2BQJr9mg9ugL7 {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #QvOhoHdZAkFcpWTDJMUEB2H1nBKhONUC { display:none; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #I3t0V2J7N4OHWSXATv0E6fVfTfN0DAgg {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #dba2ICWmqNX92PRsU8IL4rWWyAqJlG6P {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #daMGATEhmfcoZ60q93E5fK2lVzZz8te9 { display:none; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #UPuf269TnFlT1EaqTF1iSd2poWyTNyFx {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #F02QoIyurFSsiGeOoW7dZr92xApafbD8 {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #ndZ5qzK6V3st0laJXIa2pWFNpdhMJgUC {  }
 }@media only screen and (max-width: 763px) { #Vr0mECuAp59hiZipM4DLENoNEy6ZaSN4 { width:11.8125rem;height:3.25rem;top:15.625rem;left:33.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D { width:3.5rem;height:3.5rem;top:15.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU { display:block; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXMIODwWO8lPtRoz1F56ucLnCniTx0zx { display:block; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLU4VfepVae24EBAcq0Vu7NQUqhyTJuE { width:47.75rem;height:3.0625rem;top:2.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIXtF7isMLZOp4AOQn24c8BBDaZZ12c { width:47.75rem;height:3.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt { display:block; }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggxfHmybRDwDQvt6nccJRIOTJElETc28 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed7dwoNL4grtBCZtxgCfodm8iFJeQgIc { width:6.25rem;height:6.25rem;top:2.1875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q056AGEH43OdZVCmEwwiemRVHMawWauI { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUormSxveUIVdbBT9l4U5RaZwsNMD8tW { width:6.25rem;height:6.25rem;top:2.25rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOtfL2t8ITc0sRfUAufRWxc8u6WOcVn { width:11.5625rem;height:15.125rem;top:5.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TqPGSeGeGsXPQspJbMQhlga1CdWbKf { width:6.25rem;height:6.25rem;top:2.25rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ323PWHhEUbUFmKtmiheHIzRg4D45OO { width:11.5625rem;height:15.125rem;top:5.3125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDhxpMSO5uxbo7d8zUfkrpRJeMM9J9l2 { width:6.25rem;height:6.25rem;top:2.25rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nek4zTXZ9POkzMsMkzqfcMoM0Og9yRD3 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BR4hpx2iQ8nURA7RvrSgmmrUfosTDw { width:11.25rem;height:4.875rem;top:11.75rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBAryQuzJy1TBNilOiurb1JO7Z7ToSsV { width:11.25rem;height:4.875rem;top:11.75rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1SOfp3P7n2BFIXANn0CvSMOFR3R8DVf { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhUCWHykLkSyAxzL6HAJLt6B2GH2AzPR { width:3.125rem;height:3.125rem;top:3.75rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeLias05ZmZmxkpDnbyEr2fC1SfMsOvA { width:3.125rem;height:3.125rem;top:3.75rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOnpc4u2tPvqxmU0saaUOTWmO5yIO1mZ { width:3.125rem;height:3.125rem;top:3.75rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJzb04JhTOgWgBUGMBBzVceQy5H5RT6b { width:3.125rem;height:3.125rem;top:3.75rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61Hfz0w7q3SxF4FVlz5eClsbTV5P1J0 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt33LWNwR9qnLhiQT8d4OK2XRfzoQHoo { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhM5unFAHRLBl3Dc1XH27zbPskkgKyDS { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ytN3zOJUWy3PBitgAMNpc6nbb1MDlL { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg { display:block; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsWvmdmOWLhQJ12xvPZHEffQxbHFaHxF { width:9.375rem;height:2.875rem;top:1.75rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LefxKWmumzex3ICbhcBETZX6Uxa3D7D5 { width:8.125rem;height:;top:2.5rem;left:20.312501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfTTBdQ9Grxf8Bpb6TdNNzUU74JdtTx9 { width:20.125rem;height:4.6875rem;top:5.875rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSUxiqZGrQ3r5wL20XqWiVTBZ90gR1FW { width:34.1875rem;height:20.625rem;top:12.4375rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOTUHrMNLmlK0Qfr3B9hdePR3ed8hgiH { width:34.5rem;height:0.0625rem;top:34.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWHPHFCpJv3kUBZ2y3PzcTWRwOHgSefD { width:10.125rem;height:3.4375rem;top:36.8125rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFwWqqolp0yd0HOl9DMHOa6hJTDJA2pH { display:block; }
 }@media only screen and (max-width: 763px) { #tRN2EJ6E9snKHiqy8nl92TrzGvVR2MTT { width:12.5rem;height:1.625rem;top:35.625rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PztDlcWt8odB0uc5MkCvK9yAGeCxHDxk { width:21.1875rem;height:37.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXULfOme3O76BIRq9890X7GU7NPWx5rK { width:18.5625rem;height:2rem;top:37.5rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMMGpE4VEUzxnnPI87NUSwtSqddHzXgm { display:block; }
 }@media only screen and (max-width: 763px) { #EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb { display:block; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTLpuOQOgso5wQqTpA9ehCkarCTH9Cin { width:47.75rem;height:3.0625rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvOzPIqr1giaDyFi8DAfmxZJmgppq10b { display:block; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5KTvzaL1emmmLlh7yA9XAaAEFer2odm { width:20rem;height:22.5rem;top:2rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKNe1rzqlOfptMvnGR6nS5gUq7bpXbE { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jas603TTmKax1ROJtlsbrShOdbmdqawG { width:6.25rem;height:6.25rem;top:0rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pVgsS6bqUPVqbQXzGNVhJzMfTMx27R { width:14.25rem;height:11rem;top:5.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9iS8TL33Z2XTyw8KWOMkvPtTECCRbVz { width:16.25rem;height:2.75rem;top:18.5625rem;left:6.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrDWEUFeHFy3DxO1RtiFJfW0tAWLWpm1 { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy666PtkIcDRZQZndixJR3fQZcG3xO9c { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN { display:block; }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbFb5nmn1O9cmnAruh3rbSkcZ6hu15aT { width:47.75rem;height:2.25rem;top:0.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ { display:block; }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvbMOsvkUMTNW9DeWshzWQ8txNlotk7J { width:47.75rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A { display:block; }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mr3uixDaDxXGhXrr1vrwbRao4TzbMoDK { width:47.75rem;height:3.875rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7L8kITrzZ1d3JSnaeOp9wFGxdV6UQtq { width:47.75rem;height:4.0625rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4dSgWdVerMDRdAql8BTfhxC4ft2T115 { display:block; }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEUQr0GTCEqvGL6awTPd3VX6tdyNG7dR { width:19rem;height:38.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n99EtulOMulFSQQl1ufqxcwK9pbUJQbC { width:19rem;height:5.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou0SdAkUwNsUzTwmol8Eqm3iGUMMiL3B { width:20rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6l2enSP3xN3dLKb1RSDzAgieRQPlI27 { width:20rem;height:1.9375rem;top:4.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH2sdq40of2rruLfXoREwlJLoJcpH1GL { width:16.75rem;height:12.125rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DupAqFphDsadoWga3S5olg7v3ACiInPx { width:19rem;height:38.75rem;top:1.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQhBEevJSa7smr8v7rrVFrTzcEMZmzF { width:19.125rem;height:5.375rem;top:1.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Nye7bSp7mXDd5hcTacUMMNOeDSq1WQ { width:20rem;height:2.4375rem;top:2.1875rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAO7gwSMoU2g7eXREQrt9hBN1B8vMrZQ { width:20rem;height:1.9375rem;top:4.5625rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfBrnaZvuknDk60Wml6oUV3dZAhyqgLW { width:19rem;height:38.75rem;top:1.5rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRucHWKn45TayNS9MdUKPAkIdFX0eHhK { width:19.125rem;height:5.375rem;top:1.5rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9bnXsq2VioEMLdvdTxSQ1n0hKdkHnv { width:20rem;height:2.4375rem;top:2.1875rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emN0MSCQWvtusLRrSegd6apf4VtapDgD { width:20rem;height:1.9375rem;top:4.5625rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSkcOTLxmd1fEvDvFCMBb95nvK6pRqMK { width:16.75rem;height:10.0625rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNmcIPluTOQEdPAxM8Mqp7dlyr7OI2U { width:16.75rem;height:8.0625rem;top:31.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efgJHBI6nxfuaXg9LLUIfucEBpE3MsTS { width:16.75rem;height:12.125rem;top:7.6875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NafnSVB2gX4P8WFvPuMlO5h9zpZZzADv { width:16.75rem;height:10.0625rem;top:20.375rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNwWvqTqynm6HNgXJBlhAdVmgR1yEmm3 { width:16.75rem;height:8.0625rem;top:31.4375rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2IJHNDXnARInlI60ILf4CKT2nFFEh7t { width:16.75rem;height:12.125rem;top:7.5625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdVaMr01oH2tsW8lZarMqMis9ryT7dla { width:16.75rem;height:10.0625rem;top:20.25rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePp5CvDRJAWsGOSuWLpHJ058t9LqEBMo { width:16.75rem;height:8.0625rem;top:31.3125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F { display:block; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzQMaHpZGzNiNy0nH4GTa6b4CQZ5P4N9 { top:9.1875rem;left:23.875rem;width:22.125rem;height:61.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWm25W2rgqmTtCGMu2P861NSQTx6zi8w { width:17.875rem;height:4.0625rem;top:65.25rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybqfKhLIN1PR9WEgS8F5nyC5Bi97swkl { display:block; }
 }@media only screen and (max-width: 763px) { #S0mrmKLcQRXvaQaaFfixEshu3sHGBZTS { width:17.25rem;height:;top:28.5rem;left:24.87499666214rem;font-size:0.9375rem;display:block; }#S0mrmKLcQRXvaQaaFfixEshu3sHGBZTS li:before{  }
 }@media only screen and (max-width: 763px) { #HW0xK8meipNie0kGZy56aT3BISuRwkJn { width:17.3125rem;height:3.375rem;top:17.25rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqXPqvZA1fR6yUV2v0qpG9eNEUOF7F0g { width:4.0625rem;height:2.3125rem;top:22.375rem;left:24.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS5vz7I4tQOTKbnblnxlGvuNzGBLRMP2 { width:16.375rem;height:;top:21.25rem;left:25.249641895294rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6c3hgJWkGqteZQZVGoT4rhBRhGOxzIh { top:27.5rem;left:24.875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruNTMTC8O3dreWCSWCPF2v3PT9rnTUBR { width:22.25rem;height:2.3125rem;top:9.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSx0L3Tx2G1ZGox8ySgvm3lDkyAWTsR { width:22.125rem;height:1.75rem;top:9.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzvLmDcwpSf0IGWnfVlkybM4eXO1cTEq { width:16.75rem;height:3.0625rem;top:13.375rem;left:24.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7u5mU50BNwsnRaemai6OfBtsDQ7y1g { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBNqbEly4OlaD1scmUlO3nDgfIdUlyGc { width:22.125rem;height:11.0625rem;top:13.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziLx1gmx7PSDvdDKrdiDEfnDycT5q2Hm { width:22.125rem;height:11.0625rem;top:24.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIh9wt0yVWKv0ITZC5BLMhP5LXTAHA8 { width:22.125rem;height:10.6875rem;top:35.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNrT0b13QHzS8t78iGVJS33vl1iyZg8Q { width:22.125rem;height:11rem;top:46.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq { width:18rem;height:5.0625rem;display:flex;top:61.75rem;left:4.625rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #gkmL7ISbQiETIBDPTNe5iTEPmE5A5STq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #N6mJ9gP2KLH0WMlJ259XCSGVmxi8wUdl {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #yuUx3P79oT3pM2DiPPFgb5zbv5tlkwl4 {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #kwPbg9TIc5HHtBpxO4AvoldfSPAEt1ZC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #q09lCxGFW0yaAuUGn9GWZz2WQfZqwuuQ {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #QhFDZHDVcNlwlCIICTHD7S4pJABd2wnp {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #AsuOPnZTrfFSO7cGH7mLQzLOcNaTot68 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #tIKTiPq7IQmef7GNwM3CPATmqh8lywTE {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #SubvBDpMNp7BqUBqE9dWGQeo7EkR9tIB {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #zBNV58e34CNHRiatqdECutA3vcntdEtg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #vbQTtKTATsIGE4ZbQ3Ey1aqk1b4T5wW7 {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #cT3sDD3TKETEgTMAWC8b7yJ7OzITeNS8 {  }
 }@media only screen and (max-width: 763px) { #x4sKIzRXtFMCHIePUuCfV5O1cPf9pmJF { width:22.1875rem;height:5.8125rem;top:59.375rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm { display:block; }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqf6t5fBP57kSGGs30zrCAJGgBItOiH0 { width:47.75rem;height:2.25rem;top:0.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F { display:block; }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXnZcEbG2xDcqA5CH85DQig6TQZlMNO1 { width:47.75rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ { display:block; }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUTwRUrOpneaTo4RITeH2GeaRiOLR1lg { width:33.9375rem;height:1.625rem;top:9.1875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFiAayxAVyESN7WO1Hb21fvTWlqdX7JU { width:28.9375rem;height:18.1875rem;top:12.4375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMGt2N36u080AuTo9d7VZHKHfS5x2Meo { width:9.4375rem;height:14.125rem;top:7.0625rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2WagnpszORIfknxCBiumGqC1mRWZOVR { width:13.0625rem;height:14.125rem;top:30.6875rem;left:34.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQkKEdT7AudSVVUvDngx9QTcvVvX6zn { width:28.9375rem;height:22.25rem;top:35.875rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgKbHuMqM6flUBT7mIci6Xp2IvFh4KTw { width:30.25rem;height:1.625rem;top:32.625rem;left:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDOsHFSzhoyFnmvDTT5SRMcWlkRUA5fG { width:28.9375rem;height:14.125rem;top:63.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4CF5V8gu1RD92ZtwrGz3IcZBNtU7fMP { width:30.25rem;height:1.625rem;top:60.25rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7O2I0o91i6sGLoyIOmdR5KgbSirfuRP { width:13.5rem;height:14.125rem;top:58.125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WufFot3L601ouydPGNgZ5CCiCOPSV6UB { width:47.75rem;height:;top:3rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt9UcmNxdkTPs3gXkomRb3DPEmk1erDu { width:28.9375rem;height:16.1875rem;top:83.6875rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxInLaU9paCcm6x2OZKJtTuc7sVU5DC1 { width:13.0625rem;height:14.125rem;top:78.5rem;left:34.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQw3yFXlrmtf5pmzCG1rFUHrOgenN9BJ { width:30.25rem;height:1.625rem;top:80.4375rem;left:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn { display:block; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NifoFKlt14J0URMuozslyLlOCWL8t66F { display:block; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEfSd6DqkrcDTvwMBnxzTv4l1QBWzgHf { width:17.5rem;height:3.4375rem;top:6.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTW6ga5Ir0wtAQkfkeVSFm4L6xihzwXH { display:block; }
 }@media only screen and (max-width: 763px) { #bc2favVnbfb0inTT8SpTP8Rw7Ix2Gnsk { width:30rem;height:6.125rem;top:4.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq0HagGxBxq9X2gcLvvWNWGSpNmvB2rS { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me3HtUErhh4OqwLhOt0vixdbA1MJzuFv { width:16.5625rem;height:3.4375rem;top:10.875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWMHnAyB7xFlvLf2pkd5pGpXpVNq2RHc { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(top, #1e3c72, #2a5298);background-image: -moz-linear-gradient(top, #1e3c72, #2a5298);background-image: -ms-linear-gradient(top, #1e3c72, #2a5298);background-image: -o-linear-gradient(top, #1e3c72, #2a5298);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c72', endColorstr='#2a5298' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c72', endColorstr='#2a5298' );";background-image: linear-gradient(to bottom, #1e3c72, #2a5298);background-size:cover !important;display:block; }
#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container { display: none; }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .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); } }@media only screen and (max-width: 763px) { #F6U27W1ar1nebyJmlLhrS3XroH0OcktM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3520a531-74b4-4fde-bc3e-0ca041422212/canton_9_16_gradient2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM.adaptive-delivery-prevent-bg, #F6U27W1ar1nebyJmlLhrS3XroH0OcktM.lazyload, #F6U27W1ar1nebyJmlLhrS3XroH0OcktM.lazyloading { background-image: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { background-color: transparent; background-image: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .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); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb0a3nhUGNvzfFr65BJOpVrwN5WypyDS { width:20rem;height:8.7734375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKJTMI2Nf3Qt7Jp42CGkztq8TTw86zPl { width:20rem;height:2.92495rem;top:11.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyVLm52w6uWGxHhB65nz4g12AkoHkrMp { width:20rem;height:10.82425rem;top:15.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1JbZcdSe/dot.png); }
 }@media only screen and (max-width: 763px) { #N20Mnfh3Eioo0mEOOwBGwhM3RRSsx5Qn { width:20rem;height:31rem;top:27.624879837036rem;left:0rem;background-color:#f4f6f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MNOyvsW9hIaEr5u54BCtQdIiVodZ7FPI { width:20rem;height:5.6875rem;top:27.124761581421rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKZDmXLBCwbD9EGPqteoGTvxBQQICspb { width:17.3125rem;height:3.8997375rem;top:27.999525070191rem;left:1.7495263814926rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-input-button { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.3125rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT  { width:17.5rem;height:auto;top:37.062023162842rem;left:0rem; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT {display:block;}#rQTX9i39EtgStFb9QWPgm11Cucy3TFTT { width:17.5rem;height:auto;top:37.062023162842rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #CbH5h9BHHvdpITl9wqfr1PwJ3IDOIAGy {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #ZfVNWSoy4rTxOZWa1U8cr6cXVwOx4JP1 { display:none; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #Vv2anCkyvUtG9sG6NtCU0Gd28I4VGVxI {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #uit2HQCdiLgqwICGcSp2BQJr9mg9ugL7 {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #QvOhoHdZAkFcpWTDJMUEB2H1nBKhONUC { display:none; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #I3t0V2J7N4OHWSXATv0E6fVfTfN0DAgg {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #dba2ICWmqNX92PRsU8IL4rWWyAqJlG6P {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #daMGATEhmfcoZ60q93E5fK2lVzZz8te9 { display:none; }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #UPuf269TnFlT1EaqTF1iSd2poWyTNyFx {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #F02QoIyurFSsiGeOoW7dZr92xApafbD8 {  }
 }@media only screen and (max-width: 763px) { #rQTX9i39EtgStFb9QWPgm11Cucy3TFTT #ndZ5qzK6V3st0laJXIa2pWFNpdhMJgUC {  }
 }@media only screen and (max-width: 763px) { #Vr0mECuAp59hiZipM4DLENoNEy6ZaSN4 { width:11.8125rem;height:3.25rem;top:33.624523162842rem;left:6.5624996423719rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D { width:3.5rem;height:3.5rem;top:33.603809356689rem;left:1.7495263814926rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3670da91-86d2-4766-94c4-2737f1fedf55/face_minature1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D.adaptive-delivery-prevent-bg, #SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D.lazyload, #SOrBDtq7fpWKeXp4r8NPvwZXwuaZex5D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU { background-color:transparent;background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.adaptive-delivery-prevent-bg, #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.lazyload, #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.lazyloading { background-image: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { background-color: transparent; background-image: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container > .video-iframe-container { display: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container { display: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .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); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXMIODwWO8lPtRoz1F56ucLnCniTx0zx { display:block; }#IXMIODwWO8lPtRoz1F56ucLnCniTx0zx > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLU4VfepVae24EBAcq0Vu7NQUqhyTJuE { width:20rem;height:4.3868375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIXtF7isMLZOp4AOQn24c8BBDaZZ12c { width:20rem;height:3.8984375rem;top:6.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt { display:block; }#SpsPBfra3ApgXqRW3G6IVAciJMpkT2vt > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggxfHmybRDwDQvt6nccJRIOTJElETc28 { width:14.3125rem;height:11.5rem;top:3.125rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed7dwoNL4grtBCZtxgCfodm8iFJeQgIc { width:6.25rem;height:6.25rem;top:0.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q056AGEH43OdZVCmEwwiemRVHMawWauI { width:14.3125rem;height:11.1875rem;top:18.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUormSxveUIVdbBT9l4U5RaZwsNMD8tW { width:6.25rem;height:6.25rem;top:15.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOtfL2t8ITc0sRfUAufRWxc8u6WOcVn { width:14.3125rem;height:12.875rem;top:34.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TqPGSeGeGsXPQspJbMQhlga1CdWbKf { width:6.25rem;height:6.25rem;top:31.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ323PWHhEUbUFmKtmiheHIzRg4D45OO { width:14.3125rem;height:11.5rem;top:51.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDhxpMSO5uxbo7d8zUfkrpRJeMM9J9l2 { width:6.25rem;height:6.25rem;top:48.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nek4zTXZ9POkzMsMkzqfcMoM0Og9yRD3 { width:12.5rem;height:3.25rem;top:6.5rem;left:3.7500001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6BR4hpx2iQ8nURA7RvrSgmmrUfosTDw { width:12.5rem;height:5.19791875rem;top:41.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBAryQuzJy1TBNilOiurb1JO7Z7ToSsV { width:12.5rem;height:3.8984375rem;top:58.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1SOfp3P7n2BFIXANn0CvSMOFR3R8DVf { width:12.5rem;height:3.8984375rem;top:25.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhUCWHykLkSyAxzL6HAJLt6B2GH2AzPR { width:3.125rem;height:3.125rem;top:1.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeLias05ZmZmxkpDnbyEr2fC1SfMsOvA { width:3.125rem;height:3.125rem;top:17.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOnpc4u2tPvqxmU0saaUOTWmO5yIO1mZ { width:3.125rem;height:3.125rem;top:33rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJzb04JhTOgWgBUGMBBzVceQy5H5RT6b { width:3.125rem;height:3.125rem;top:50rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61Hfz0w7q3SxF4FVlz5eClsbTV5P1J0 { width:12.5rem;height:3.8984375rem;top:9.9375rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt33LWNwR9qnLhiQT8d4OK2XRfzoQHoo { width:12.5rem;height:3.25rem;top:22.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhM5unFAHRLBl3Dc1XH27zbPskkgKyDS { width:12.5rem;height:3.25rem;top:37.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ytN3zOJUWy3PBitgAMNpc6nbb1MDlL { width:12.5rem;height:3.25rem;top:54.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { width:20rem;height:undefined;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg { display:block; }#cZLXQV2R6JxqeVhTe3B68VUsMKk3oyzg > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsWvmdmOWLhQJ12xvPZHEffQxbHFaHxF { width:9.375rem;height:2.875rem;top:1.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LefxKWmumzex3ICbhcBETZX6Uxa3D7D5 { width:8.125rem;height:1.29948125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfTTBdQ9Grxf8Bpb6TdNNzUU74JdtTx9 { width:4.625rem;height:4.0625rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSUxiqZGrQ3r5wL20XqWiVTBZ90gR1FW { width:20rem;height:33.75rem;top:10.75rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LOTUHrMNLmlK0Qfr3B9hdePR3ed8hgiH { width:20rem;height:0.0625rem;top:60.937502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWHPHFCpJv3kUBZ2y3PzcTWRwOHgSefD { width:10.125rem;height:3.4375rem;top:55.061850547791rem;left:9.1875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFwWqqolp0yd0HOl9DMHOa6hJTDJA2pH { display:block; }
 }@media only screen and (max-width: 763px) { #tRN2EJ6E9snKHiqy8nl92TrzGvVR2MTT { width:11.5rem;height:1.29948125rem;top:46.929690361023rem;left:8.5000005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PztDlcWt8odB0uc5MkCvK9yAGeCxHDxk { width:7.375rem;height:13.5rem;top:45.625002861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXULfOme3O76BIRq9890X7GU7NPWx5rK { width:10.8125rem;height:2rem;top:50.812502861023rem;left:8.8437505960463rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMMGpE4VEUzxnnPI87NUSwtSqddHzXgm { display:block; }
 }@media only screen and (max-width: 763px) { #EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb { display:block; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTLpuOQOgso5wQqTpA9ehCkarCTH9Cin { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvOzPIqr1giaDyFi8DAfmxZJmgppq10b { display:block; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5KTvzaL1emmmLlh7yA9XAaAEFer2odm { width:20rem;height:22.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKNe1rzqlOfptMvnGR6nS5gUq7bpXbE { width:20rem;height:21.3125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK { width:7.5rem;height:7.5rem;top:0.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jas603TTmKax1ROJtlsbrShOdbmdqawG { width:7.5rem;height:7.5rem;top:29.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pVgsS6bqUPVqbQXzGNVhJzMfTMx27R { width:16.1875rem;height:14.3958125rem;top:8.739585876465rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #R9iS8TL33Z2XTyw8KWOMkvPtTECCRbVz { width:16.25rem;height:2.799475rem;top:23.447265625rem;left:1.8750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrDWEUFeHFy3DxO1RtiFJfW0tAWLWpm1 { width:16.1875rem;height:12.596375rem;top:37.951171875rem;left:1.9062501192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xy666PtkIcDRZQZndixJR3fQZcG3xO9c { width:16.25rem;height:2.799475rem;top:51.047527313233rem;left:1.8750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN { display:block; }#ROdUKsbS1yCEvAGOy13XTqJ1OrCb3AbN > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbFb5nmn1O9cmnAruh3rbSkcZ6hu15aT { width:20rem;height:1.94986875rem;top:0.71484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ { display:block; }#y19dVgIPKlyxWRaEiakvnwTKwmaOUKWZ > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvbMOsvkUMTNW9DeWshzWQ8txNlotk7J { width:20rem;height:8.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A { display:block; }#RdxGHk2UhJtB6clymEw5x4wIAT0EBV7A > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mr3uixDaDxXGhXrr1vrwbRao4TzbMoDK { width:20rem;height:2.92495rem;top:0.71484375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7L8kITrzZ1d3JSnaeOp9wFGxdV6UQtq { width:20rem;height:3.65625rem;top:3.7734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4dSgWdVerMDRdAql8BTfhxC4ft2T115 { display:block; }#l4dSgWdVerMDRdAql8BTfhxC4ft2T115 > .row .container { width:20rem;height:95.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEUQr0GTCEqvGL6awTPd3VX6tdyNG7dR { width:19rem;height:26.625rem;top:0.875rem;left:0.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #n99EtulOMulFSQQl1ufqxcwK9pbUJQbC { width:19.125rem;height:5.375rem;top:0.875rem;left:0.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Ou0SdAkUwNsUzTwmol8Eqm3iGUMMiL3B { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6l2enSP3xN3dLKb1RSDzAgieRQPlI27 { width:20rem;height:1.94986875rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH2sdq40of2rruLfXoREwlJLoJcpH1GL { width:20rem;height:7.19791875rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DupAqFphDsadoWga3S5olg7v3ACiInPx { width:19rem;height:30.3125rem;top:29.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQhBEevJSa7smr8v7rrVFrTzcEMZmzF { width:19.125rem;height:5.375rem;top:29.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Nye7bSp7mXDd5hcTacUMMNOeDSq1WQ { width:20rem;height:2.4375rem;top:29.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAO7gwSMoU2g7eXREQrt9hBN1B8vMrZQ { width:20rem;height:1.94986875rem;top:32rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfBrnaZvuknDk60Wml6oUV3dZAhyqgLW { width:19rem;height:32.0625rem;top:61.125rem;left:0.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #aRucHWKn45TayNS9MdUKPAkIdFX0eHhK { width:19.125rem;height:5.375rem;top:61.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9bnXsq2VioEMLdvdTxSQ1n0hKdkHnv { width:20rem;height:2.4375rem;top:61.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emN0MSCQWvtusLRrSegd6apf4VtapDgD { width:20rem;height:1.94986875rem;top:63.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSkcOTLxmd1fEvDvFCMBb95nvK6pRqMK { width:16.75rem;height:7.19791875rem;top:13.973308563233rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNmcIPluTOQEdPAxM8Mqp7dlyr7OI2U { width:16.75rem;height:5.3984375rem;top:21.483724594116rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efgJHBI6nxfuaXg9LLUIfucEBpE3MsTS { width:16.75rem;height:8.99741875rem;top:34.75rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NafnSVB2gX4P8WFvPuMlO5h9zpZZzADv { width:16.75rem;height:8.99741875rem;top:44.05859375rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNwWvqTqynm6HNgXJBlhAdVmgR1yEmm3 { width:16.75rem;height:5.3984375rem;top:53.3671875rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2IJHNDXnARInlI60ILf4CKT2nFFEh7t { width:16.75rem;height:10.79685625rem;top:66.625rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdVaMr01oH2tsW8lZarMqMis9ryT7dla { width:16.75rem;height:7.19791875rem;top:77.733726501462rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePp5CvDRJAWsGOSuWLpHJ058t9LqEBMo { width:16.75rem;height:7.19791875rem;top:85.244140625rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F { display:block; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLJbN7RIl91z48MwG6LT0RrqhbMGKq2F > .row .container { width:20rem;height:124rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzQMaHpZGzNiNy0nH4GTa6b4CQZ5P4N9 { width:19.75rem;height:62.125rem;top:7.5625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #iWm25W2rgqmTtCGMu2P861NSQTx6zi8w { width:15.625rem;height:4.0625rem;top:63.75rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybqfKhLIN1PR9WEgS8F5nyC5Bi97swkl { display:block; }
 }@media only screen and (max-width: 763px) { #S0mrmKLcQRXvaQaaFfixEshu3sHGBZTS { width:17.3125rem;height:31.8125rem;top:27rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#S0mrmKLcQRXvaQaaFfixEshu3sHGBZTS li:before{  }
 }@media only screen and (max-width: 763px) { #HW0xK8meipNie0kGZy56aT3BISuRwkJn { width:17.3125rem;height:3.375rem;top:15.6875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iqXPqvZA1fR6yUV2v0qpG9eNEUOF7F0g { width:2.5625rem;height:2.35611875rem;top:20.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #DS5vz7I4tQOTKbnblnxlGvuNzGBLRMP2 { width:7.875rem;height:4.46875rem;top:19.75rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #J6c3hgJWkGqteZQZVGoT4rhBRhGOxzIh { width:15.625rem;height:0.125rem;top:25.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruNTMTC8O3dreWCSWCPF2v3PT9rnTUBR { width:20rem;height:2.3125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSx0L3Tx2G1ZGox8ySgvm3lDkyAWTsR { width:20rem;height:1.79948125rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xzvLmDcwpSf0IGWnfVlkybM4eXO1cTEq { width:14.5625rem;height:2.5996125rem;top:11.8125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nl7u5mU50BNwsnRaemai6OfBtsDQ7y1g { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBNqbEly4OlaD1scmUlO3nDgfIdUlyGc { width:20rem;height:10rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziLx1gmx7PSDvdDKrdiDEfnDycT5q2Hm { width:20rem;height:10rem;top:81.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIh9wt0yVWKv0ITZC5BLMhP5LXTAHA8 { width:20rem;height:9.6610169491525rem;top:91.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNrT0b13QHzS8t78iGVJS33vl1iyZg8Q { width:20rem;height:9.9435028248588rem;top:100.84830856323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq { width:18rem;height:5.0625rem;display:flex;top:118.75rem;left:0.9375rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #gkmL7ISbQiETIBDPTNe5iTEPmE5A5STq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #N6mJ9gP2KLH0WMlJ259XCSGVmxi8wUdl {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #yuUx3P79oT3pM2DiPPFgb5zbv5tlkwl4 {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #kwPbg9TIc5HHtBpxO4AvoldfSPAEt1ZC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #q09lCxGFW0yaAuUGn9GWZz2WQfZqwuuQ {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #QhFDZHDVcNlwlCIICTHD7S4pJABd2wnp {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #AsuOPnZTrfFSO7cGH7mLQzLOcNaTot68 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #tIKTiPq7IQmef7GNwM3CPATmqh8lywTE {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #SubvBDpMNp7BqUBqE9dWGQeo7EkR9tIB {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #zBNV58e34CNHRiatqdECutA3vcntdEtg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #vbQTtKTATsIGE4ZbQ3Ey1aqk1b4T5wW7 {  }
 }@media only screen and (max-width: 763px) { #CcQoU8z9nNyEix0DQiAulxOyb8ozQDtq #cT3sDD3TKETEgTMAWC8b7yJ7OzITeNS8 {  }
 }@media only screen and (max-width: 763px) { #x4sKIzRXtFMCHIePUuCfV5O1cPf9pmJF { width:20rem;height:5.84960625rem;top:112.04166793823rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm { display:block; }#qVcPTQf6K2ckf07Q6IlnHJkUGUCgfuWm > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqf6t5fBP57kSGGs30zrCAJGgBItOiH0 { width:20rem;height:1.94986875rem;top:2.73828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F { display:block; }#Xh8JdDgJBeylZWXyL2giLW0Zs8g4xI4F > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXnZcEbG2xDcqA5CH85DQig6TQZlMNO1 { width:20rem;height:13.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ { display:block; }#f1t1fDMLb9ulhrvVU1JsAUvSRGzSTaTJ > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUTwRUrOpneaTo4RITeH2GeaRiOLR1lg { width:17.125rem;height:2.92495rem;top:6.6875rem;left:2.0000001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #rFiAayxAVyESN7WO1Hb21fvTWlqdX7JU { width:20rem;height:15.39714375rem;top:10.518229484558rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #iMGt2N36u080AuTo9d7VZHKHfS5x2Meo { width:6.5625rem;height:5.76881875rem;top:4.75rem;left:0rem;text-align:left;text-align-last:left;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2WagnpszORIfknxCBiumGqC1mRWZOVR { width:13.0625rem;height:5.6875rem;top:25.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQkKEdT7AudSVVUvDngx9QTcvVvX6zn { width:20rem;height:18.19661875rem;top:31.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #JgKbHuMqM6flUBT7mIci6Xp2IvFh4KTw { width:16.1875rem;height:2.92495rem;top:27.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kDOsHFSzhoyFnmvDTT5SRMcWlkRUA5fG { width:20rem;height:13.997375rem;top:55.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #m4CF5V8gu1RD92ZtwrGz3IcZBNtU7fMP { width:16.25rem;height:2.92495rem;top:51.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #k7O2I0o91i6sGLoyIOmdR5KgbSirfuRP { width:13.5rem;height:5.6875rem;top:49.75rem;left:0rem;text-align:left;text-align-last:left;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WufFot3L601ouydPGNgZ5CCiCOPSV6UB { width:20rem;height:2.5996125rem;top:2.19140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt9UcmNxdkTPs3gXkomRb3DPEmk1erDu { width:20rem;height:13.99739375rem;top:76.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gxInLaU9paCcm6x2OZKJtTuc7sVU5DC1 { width:13.0625rem;height:5.6875rem;top:69.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQw3yFXlrmtf5pmzCG1rFUHrOgenN9BJ { width:16.5625rem;height:2.92448125rem;top:72rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn { display:block; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NifoFKlt14J0URMuozslyLlOCWL8t66F { display:block; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEfSd6DqkrcDTvwMBnxzTv4l1QBWzgHf { width:17.5rem;height:3.4375rem;top:13.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTW6ga5Ir0wtAQkfkeVSFm4L6xihzwXH { display:block; }
 }@media only screen and (max-width: 763px) { #bc2favVnbfb0inTT8SpTP8Rw7Ix2Gnsk { width:20rem;height:5.199225rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq0HagGxBxq9X2gcLvvWNWGSpNmvB2rS { width:20rem;height:3.8997375rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Me3HtUErhh4OqwLhOt0vixdbA1MJzuFv { width:16.5625rem;height:3.4375rem;top:18.5625rem;left:1.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWMHnAyB7xFlvLf2pkd5pGpXpVNq2RHc { display:block; }
 }