.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:0,68,120;--color-secondary-0:252,245,217;--color-secondary-1:245,222,128;--color-secondary-2:235,189,0;--color-secondary-3:118,95,0;--color-secondary-4:35,28,0;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:50,50,50;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"Glober";--paragraphs-font-family:"manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { background-color: transparent; background-image: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { border-width: 0; border-radius: 0; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { position:absolute;display:block;z-index:15017;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:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 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(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.75rem;left:60.9375rem;display:block; }
#Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABpFF1rJslMgH17h0WxAcP9DEo4uHfMF { position:absolute;display:block;z-index:15004;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:4.24926875rem;width:14.24925rem;top:0rem;left:0.5615234375rem;overflow:hidden;display:block; }
#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4a7cd2b-d6e5-48df-96ba-835b2e777f55/d08858a541581af7e87881a446872365m1.jpg");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; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp.adaptive-delivery-prevent-bg, #n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp.lazyload, #n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp.lazyloading { background-image: none; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container { background-color: transparent; background-image: none; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,65,114,0.67); }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container > .video-iframe-container { display: none; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,65,114,0.67); }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row > .video-iframe-container { display: none; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .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); }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container { border-width: 0; border-radius: 0; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#G7amA0rmaMHeRaf3WtrSvZm9LDphT3CP { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.625rem;height:3.25rem;font-style:normal;display:block; }
#ZBAfSmyfokrM5lXS1NTK2ixI8rhtHZBS { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:18.5625rem;left:1.625rem;height:9.84375rem;font-style:normal;display:block; }
#H1d6gEQVPkLPW3mMHDTAlnPCv3OysCRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.5625rem;left:53.5rem;display:none; }
#O0yb5B3z0Mw7FvA4v9LTbJcRUOeaNh5H { position:absolute;display:block;z-index:15000;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:16.5rem;width:75rem;display:none; }
#uxqMIrXGiCHqFswCCtzSC6GXukxV4aXu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.34375rem;left:2.5rem;height:1.40625rem;font-style:normal;display:none; }
#kZpCnuuGTHoya7WOxsuU9AUFVSa15gQL { position:absolute;display:block;z-index:15002;background-color:#0060ab;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:3.5rem;width:22.25rem;top:9.92578125rem;left:52rem;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-form-header { font-size:0.8125rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;color:#004e91;width:19.75rem;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;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text { 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 rgba(0,63,112,0.3);border-left:0.0625rem solid rgba(0,63,112,0.3);border-right:0.0625rem solid rgba(0,63,112,0.3);border-bottom:0.0625rem solid rgba(0,63,112,0.3);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:19.75rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-textarea { 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 rgba(0,63,112,0.3);border-left:0.0625rem solid rgba(0,63,112,0.3);border-right:0.0625rem solid rgba(0,63,112,0.3);border-bottom:0.0625rem solid rgba(0,63,112,0.3);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:19.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .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:19.75rem;box-sizing:border-box;height:2.5rem;color:#d3d3d3;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-checkbox { width:1rem;height:1rem;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; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-button { border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.75rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .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(--headlines-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:18.5rem;overflow:hidden;font-style:normal;float:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .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; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .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(--headlines-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-container:first-of-type{padding-top:0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-container:last-of-type{padding-bottom:0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:13.375rem;left:51.9375rem;font-size:0.8125rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-info-text { display:block;height:auto;font-family:var(--headlines-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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 {display:block;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:13.375rem;left:51.9375rem;font-size:0.8125rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MoG4msIgleGzdgLE1i5srkwA7A8rGPLM { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #LEUonafUJmy674fetuTKOtIxO4yRlTCo { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VSPpTTETM1wGQWv9rThEs74GxTrO4eGm { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #L9LlOXO3mRTENiQdBIPPvhso1m83WXvU { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #trGxTsHbUbQvpGLtOKbgBhxIILOi6V4y { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #t97KztkeNAkxa8QlrITgPomnR7FFRp78 { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Xr2dep3TPFaMIkCfn5bVqr4QgKlJnKT0 { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #JyysgUVZID6OqfizMte1hiN0JdnxBZS5 { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #zrPm1eWPbMfyQWrlgSKdNEaRhTTuReiX { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MmS84Zkmf4yV7E7xt0uHwl5dm4wqWJ6n { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #wRp2ZreTOMmGCiXtJK0l9Irpl9Wg2CNZ { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #s4lV6y9p1hUGgAzFyVTLrMkayiFHLXtV { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #hLPSvuMKzsh0RTXFzi04Z1JAXEEANrFE { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #RELqdeFx3dHiUGDuQ4Ms3hzdcGInP5FR { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #pIi5sqSdewRrtBZOQKTZRXAlqA9M8Lhn { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Kn6JqhgxTNGVuau13LR7gyrzuVzh8Mza { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #QCtnq74CW5n5XGzwHpiJTMSfbIbyDewm { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TTVMwtCaK3mILuu49fSgx9T0yeRM8Kkt { position:relative; }
#RcTGP5rN0DaGadNFEXQQhKhcrcFyl2DO { position:relative;display:block; }
#eKr0hmeDgiVdmQCZ8IvJui7EKX2XHBUT { position:relative;display:block; }
#WiSXvUpqWyCT05Sy0HRl4uztXZFhGpoh { position:relative;display:block; }
#UsmHT8QXt2X1EtvD1EX2Zxt3NfokaALe { position:relative;display:block; }
#zGV5ia81ZmEktnRcureZksZICIOz2651 { position:relative;display:block; }
#hsn9w9gnWI7BXRgGROBpnWJaAs5KQ1I1 { position:relative;display:block; }
#NI8x1yrA2FXts0Grh5Xw2ZvkMSTZ1AvX { position:relative;display:block; }
#DmxD7fGbB9CF1Ovf2cRoNbOG1ttBbfQu { position:relative;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #h5r9bBnKpNDcc2VHmNPX0opStx5hIwrO { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #WTzBuOxT8ETIJlMHriEiOyDTkDrdGmKX { position:relative;z-index:2; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #bWXdLFC7hNvI0413ARh8JEO627UVZCrn { position:relative; }
#VfsclsH9gM2nd4VefuESPR5u7gP00U8b { position:relative;display:block; }
#N9LQrAnMAkBqSbPh4PTfnc6nl9ZXIcf6 { position:relative;display:block; }
#yMTryLD6OV9CGyRR5olV6ulxtyeohlQr { position:relative;display:block; }
#REF42cxAotqXEpKQSUPmqk1nv4MOTHcQ { position:relative;display:block; }
#ra6bPiwabw0g3bQaJENHi57otaumGwJW { position:relative;display:block; }
#JiZAQS5NegmzaDGi5o5GDlJ1ovDt3opv { position:relative;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #xTalGiKeh3TB5TXBfTCD0JHJKH3px5r7 { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #fPXmgeTpxSTC3Dztxr8sDhSkt5JPIsc9 { position:relative;z-index:2; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #baQRZBlUmB97ilsMBMoTCcSAXMxmBIru { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Zb4NWKJJTb6cAL67RpVXw7OamtkhrD4g { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #x5WXTFkQBLtT0HGWqB1zul6Z4TuITV9O { position:relative;z-index:2; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #swMrgsVpI94AIUcr3k6oLZCRSbhrPkem { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ozoAAlVDCG1PrGFORs7WB66vxvN4UyOQ { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #uwJCg1s2Mc4wyJxStn2S2mGtm6OGZmMT { position:relative; }
#RqLvnZoDyS5Z2ISxh3dFys5K09HagncN { position:absolute;display:block;z-index:14999;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;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 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:35.1875rem;width:22.25rem;top:10.75rem;left:52rem;display:block; }
#VXHCf1Rb6mP6fq8PRDWUq3QlcTOag7HJ { position:absolute;display:block;z-index:15005;background-color:#f2f5f8;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:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:4.25rem;width:25.8125rem;top:31.5625rem;left:1.625rem;display:block; }
#OHddv3TUUitDXMRXcadluX0GqGA27iRR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.8125rem;left:2.1875rem;height:3.78125rem;text-align:center;text-align-last:center;display:block; }
#tRcvKtksxM0RFR4C5R7ywQkNAqeSHg5l { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.903124809265rem;left:56.374998092651rem;height:1.54375rem;font-style:normal;display:block; }
#zEtict2Az6VhuHqI85BTwr7IfCFFQavr { color:rgba(var(--color-tertiary-2),1);display:block;width:46.497375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.16015625rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FRXFtoF6wKEsdlmzE83e3xPsxshofOBq { color:rgba(var(--color-tertiary-2),1);display:block;width:23.3111875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ol4hgy8u6u4op1F8XP4hkfzZsC5NSoWN { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#h83zlzpvXDS2Tb2y2dftexfCSSbV23hX { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#l6bfhVZJ4EoW1GRrUuJ8WUc1CbOSCmHc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:4.0625rem;left:1.25rem;display:none; }
#WiuUXhyGOG8f91CwaM6dUFDWlTxKOEas { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.34375rem;left:2.5rem;height:1.40625rem;font-style:normal;display:none; }
#eC0d9uBxXpuqWAlvfo1A6sTz6LI9WlFx { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.25rem;left:5rem;height:1.3125rem;font-style:normal;display:none; }
#PFX8pM5IVJFaldkWoCqz6DbbcL64TMc0 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.8125rem;left:5rem;height:1.40625rem;font-style:normal;display:none; }
#hAbEaRAMqFx0hFcKzm2Dw1IOGWmw4r56 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:17.5rem;height:1.40625rem;font-style:normal;display:none; }
#TxT668pT4uWnTzagMaaQkNH3wC11w2Qn { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.3125rem;left:17.5rem;height:1.3125rem;font-style:normal;display:none; }
#CdHfPBr2WQ2u58dgrH4946ltOfkbRiVe { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.3125rem;left:32.5rem;height:1.3125rem;font-style:normal;display:none; }
#z4OzhTPy6Ot9mgK1yexVAIZUwVgqGOdx { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.3125rem;left:17.5rem;height:1.3125rem;font-style:normal;display:none; }
#aviE4glvypE48pnfgNe7CiuSmpIll9Un { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:32.5rem;height:1.40625rem;font-style:normal;display:none; }
#OgmcorSnIZ9WOhxGFyrUz3PxrrtTTJM0 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:32.5rem;height:1.40625rem;font-style:normal;display:none; }
#wfKVFgO3BSwWVEqDdulzmQGH1vTQ3l3h { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.34375rem;left:2.5rem;height:1.40625rem;font-style:normal;display:none; }
#f51JB19FPPFySQaq0RNp46kWbcdOTKCA { position:relative;display:block; }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA { background-color: transparent; background-image: none; }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .row .container > .video-iframe-container { display: none; }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .row > .video-iframe-container { display: none; }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .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); }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA { border-width: 0; border-radius: 0; }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o7BKKigb9b2TEClZHNMRlqIuuOiuN4Mn { position:absolute;display:block;z-index:15000;background-color:#0060ab;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:3.3125rem;left:1.25rem;display:block; }
#mT2z2Oo4WIcLsxDD6NRFwFwK0gNC270S { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.5rem;left:4.5625rem;height:1.3125rem;font-style:normal;display:block; }
#Z2q7baS0yqi9MafZLBIE3wJxE7gNkUfh { color:rgba(var(--color-tertiary-3),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.0625rem;left:4.5625rem;height:1.40625rem;font-style:normal;display:block; }
#CK0gontTNHKJB0yZtmcKsIGnURTNkpRT { color:rgba(var(--color-tertiary-3),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:13.0625rem;height:1.40625rem;font-style:normal;display:block; }
#ON4DCbpH6ftdtJ7tO1hCiuIAfDneUQGn { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.5rem;left:13.25rem;height:1.3125rem;font-style:normal;display:block; }
#ONVWynKRghNfcWN8wfgvBHXXWrSx6F99 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.0625rem;left:26.0625rem;height:1.40625rem;font-style:normal;display:block; }
#W2g7k6sdIBPkh8wgEuO4kJApkDyqdFsV { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:26.0625rem;height:1.3125rem;font-style:normal;display:block; }
#BR22kIPELcoWAgWnzvzdC5VatLnUAluB { color:rgba(var(--color-tertiary-3),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.0625rem;left:35.750001907349rem;height:1.40625rem;font-style:normal;display:block; }
#kCfhDINds6cWIW1So0t3zkV5CB6wh6sI { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:35.75rem;height:1.3125rem;font-style:normal;display:block; }
#F7hBhBlaCbFTBIPcqT84leAC3T5yDdm0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.59375rem;left:2.5rem;height:1.40625rem;font-style:normal;display:block; }
#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX { position:relative;display:block; }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX { background-color: transparent; background-image: none; }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .row .container > .video-iframe-container { display: none; }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .row > .video-iframe-container { display: none; }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .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); }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX { border-width: 0; border-radius: 0; }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dZPC82AcrIB9TETCh91RtJRXP5gGAIFW { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2900390625rem;left:1.373046875rem;height:2.35625rem;font-style:normal;display:block; }
#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui { position:relative;display:block; }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui { background-color: transparent; background-image: none; }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .row .container > .video-iframe-container { display: none; }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .row > .video-iframe-container { display: none; }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .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); }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui { border-width: 0; border-radius: 0; }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lFxqpakzUMBHO3sUkelFTRM7TuwpXmyb { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#x0BZ1K9nZUf9uywH65s3mpzo0ugscq9l { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.5rem;left:26.25rem;height:2.8125rem;font-style:normal;display:block; }
#IHQX0aCt0PSSXL7QoNvNHgfrDVQpiQMT { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#gGNwsXPribBlRI9QogWuSXCZoyqpXI9S { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#osTxI8FDI2pp5m6h6xqHEnovynHLTfBL { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#x1mN5h2IHXo3bXxmFVwp45iR0tZgqlJk { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#qhNDErcxTNA0x1eetZeFlU4EiOVW8TpC { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#ckFaTfJAINk2BnW4OBf6V6eigbAEiMKg { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#vDEoRwBVFa14Mol7QsJinNkNS8CeNyVx { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:51.4375rem;height:1.625rem;font-style:normal;display:block; }
#QTaEeFqM9pg9iW6HK6VxuAq2dwDOUNuh { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:26.25rem;height:2.35625rem;font-style:normal;display:block; }
#kIDQuDuxsLZaPsQIwNP37Lyebyvr90pk { color:#0060ab;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.0625rem;left:51.4375rem;height:2.35625rem;font-style:normal;display:block; }
#dF8R0bPyo9FfwJ1s8sX8hz6MbM6B0Z0N { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.5rem;left:51.4375rem;height:2.8125rem;font-style:normal;display:block; }
#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;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; }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row .container { background-color: transparent; background-image: none; }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row .container > .video-iframe-container { display: none; }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row > .video-iframe-container { display: none; }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .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); }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row .container { border-width: 0; border-radius: 0; }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#nd9Q6g1t8GTWUtM3ypEdgTF3PC944aUl { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4773440361025rem;left:0rem;height:11.2119375rem;font-style:normal;display:block; }
#ueVZbKiccTfwxwPMFF365TBq64pHWCDJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.8125rem;left:0.75rem;display:block; }
#fF5AAZy4TaWREO74TiGsTKbxtaN1N5gM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCSOBLPPgyX0EfKAp1rJA1ZhCQOPoVcP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.9375rem;left:32.875rem;height:1.875rem;font-style:normal;display:block; }
#UiQpNFFnSD1BEolvcgOzWRusCNIwwbMJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:23.125rem;left:55.0625rem;height:7.03125rem;font-style:normal;display:block; }
#s2P305tS8Wtl7M8Kv6p2mGynXmIf3qCV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:20.3125rem;left:55.0625rem;height:1.875rem;font-style:normal;display:block; }
#nBkZWL6iP3z6q2kdnr6K3yIOWGhrFRf4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.4375rem;left:55.5625rem;height:8.4375rem;font-style:normal;display:block; }
#Rb3LiawCmJOMHH0I4eZDnVHtOwZcyUdI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:20.3125rem;left:33rem;height:1.875rem;font-style:normal;display:block; }
#sscAeesC7Bo7TK5xLNUJXNSzbMTEXSgg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:4.9375rem;left:55.5625rem;height:1.875rem;font-style:normal;display:block; }
#pwkt1KMUxWylMBnFrCwKEIzMtK8tLsEH { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.625rem;left:55.0625rem;display:block; }#pwkt1KMUxWylMBnFrCwKEIzMtK8tLsEH.adaptive-delivery-prevent-bg, #pwkt1KMUxWylMBnFrCwKEIzMtK8tLsEH.lazyload, #pwkt1KMUxWylMBnFrCwKEIzMtK8tLsEH.lazyloading { background-image: none; }
#sWyWv1TRsTlmxAZkMzrZo569xAoUKVSt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:23.125rem;left:32.875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p4gMkNfiPNkfy1TwUwD1r28RhVxdcQUT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.375rem;left:32.875rem;height:8.4375rem;font-style:normal;display:block; }
#QeGxO60FxdEse3zrWsJy03cI65H6tayo { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.875rem;left:1.875rem;height:0.8125rem;display:block; }
#bKoLtPJw04EmUxV7w7SGxMOIG5MZhyi4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.625rem;left:32.875rem;display:block; }#bKoLtPJw04EmUxV7w7SGxMOIG5MZhyi4.adaptive-delivery-prevent-bg, #bKoLtPJw04EmUxV7w7SGxMOIG5MZhyi4.lazyload, #bKoLtPJw04EmUxV7w7SGxMOIG5MZhyi4.lazyloading { background-image: none; }
#bxS1JSRHxZQTLpaLwT16bHbgDp3yKcgf { 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:15029;opacity:1;top:1.875rem;left:32.75rem; }
#qkbfH09TABBCfITZTye5mEzxltZRiXrc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.8625001907349rem;left:55.562498092651rem; }
#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE { 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:none; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row .container { border-width: 0; border-radius: 0; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#TCpVRAl7455ng8LSgH7kReX7xzBigzWB { color:rgba(var(--color-tertiary-2),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.15576171875rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LpTnXWIGz0C9Rp4opZuNehEbINMBRp3r { position:absolute;display:block;z-index:15003;background-color:#dedede;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:28.6875rem;width:31.5625rem;top:10.8125rem;left:0rem;display:block; }
#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09396142-37be-4167-9047-7559e6b1db83/odontopediatria.jpg");background-position: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; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI.adaptive-delivery-prevent-bg, #o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI.lazyload, #o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI.lazyloading { background-image: none; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container { background-color: transparent; background-image: none; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container > .video-iframe-container { display: none; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row > .video-iframe-container { display: none; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .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); }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container { border-width: 0; border-radius: 0; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#XT8amTlZmSsDgnWgE24f9IyVX2MDqFJh { position:absolute;display:block;z-index:15017;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:1.6237rem;width:1.6237rem;top:6.375rem;left:1.625rem;overflow:hidden;display:block; }
#As3z2QkFrKRmSElqKxzGkm8iLJNxfc4W { color:rgba(var(--color-tertiary-2),1);display:block;width:26.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.25rem;left:3.9375rem;height:22.28515625rem;display:block; }
#bmr4gvNb20hRr4RIIqN45TDtU7ct58pH { position:absolute;display:block;z-index:15018;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:1.6237rem;width:1.6237rem;top:10.875rem;left:1.625rem;overflow:hidden;display:block; }
#pXTgyvQaGqDHeo1ox8Uq6PrT19a7s8vl { position:absolute;display:block;z-index:15019;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:1.6237rem;width:1.6237rem;top:17.75rem;left:1.625rem;overflow:hidden;display:block; }
#J6XQw1ZLCMTpeLRZeNTE2ZOnZEtUf7WP { position:absolute;display:block;z-index:15020;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:1.6237rem;width:1.6237rem;top:24.5625rem;left:1.625rem;overflow:hidden;display:block; }
#TszU3JFp3EHSsTih1qyZgD84GZLMEAIb { position:absolute;display:block;z-index:15020;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:1.6237rem;width:1.6237rem;top:15.125rem;left:1.625rem;overflow:hidden;display:block; }
#tqU0oThAk1JCZTyKiBnihEN5Cx3RvApy { color:#003f70;display:block;width:23.9343125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.9375rem;height:4.0234375rem;text-align:left;text-align-last:left;display:block; }
#pzWBEIc0gmbTXtTVf4fTnpW8vT87DJit { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;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:28.4375rem;width:31.5625rem;top:0rem;left:0rem;display:block; }
#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR { 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; }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row .container { background-color: transparent; background-image: none; }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row .container > .video-iframe-container { display: none; }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row > .video-iframe-container { display: none; }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .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); }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row .container { border-width: 0; border-radius: 0; }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#MtA6NW74JxmzTWAaefWbibzRsKh3PViZ { color:#003f70;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1249997615814rem;left:37.062501907349rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#mLW78Ze9oo9MV2OZVQL6zMq1g2NT5IqU { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9c3db033-d227-4c5a-b7ef-82a62e0cef08/odontopediatria1.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8735625rem;width:28.3728125rem;top:3.125rem;left:2.1875rem;display:block; }#mLW78Ze9oo9MV2OZVQL6zMq1g2NT5IqU.adaptive-delivery-prevent-bg, #mLW78Ze9oo9MV2OZVQL6zMq1g2NT5IqU.lazyload, #mLW78Ze9oo9MV2OZVQL6zMq1g2NT5IqU.lazyloading { background-image: none; }
#nsCdeVqDGWp047mxmCGwtTLZEWT5LEU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.0624997615813rem;left:37.062501907349rem;height:24.696275rem;text-align:justify;text-align-last:initial;display:block; }#nsCdeVqDGWp047mxmCGwtTLZEWT5LEU0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nsCdeVqDGWp047mxmCGwtTLZEWT5LEU0 li:before{  }
#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki { position:relative;display:block; }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki { background-color: transparent; background-image: none; }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .row .container > .video-iframe-container { display: none; }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .row > .video-iframe-container { display: none; }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .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); }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki { border-width: 0; border-radius: 0; }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#theLIA7xkEJcFLSsBOFvd4RygH1kkJ0L { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1.5625rem;height:2.35625rem;font-style:normal;display:block; }
#c3uCrJlMbN6PJNbwlWIxDlMClQJDh8ve { color:rgba(var(--color-tertiary-3),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.3125rem;left:1.5625rem;height:1.40625rem;font-style:normal;display:block; }
#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 { position:relative;display:block; }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 { background-color: transparent; background-image: none; }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .row .container > .video-iframe-container { display: none; }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .row > .video-iframe-container { display: none; }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .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); }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 { border-width: 0; border-radius: 0; }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E9LQSVIMsSPk9qNIsvcOtFmtfVqrvZQy { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.1125rem;font-style:normal;display:block; }
#ST6po3DNmI0ptNoDWxRPfxa9eSbvW99v { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:26.5625rem;height:5.625rem;font-style:normal;display:block; }
#u5qGMco2AZTPSDewoRt6WkHJRr5IJIkK { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#AbJc2beappTCbiQC5si2HqzrfxbfCI8m { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#FpBzq6NAS6GeZ8daKzJ9ytamhhq3JTVn { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#gQ03H2tskxZE3scT4tRQg06oNnZ2LR9y { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#XTZRBcbQeMRQS5NOdmMCFxXC5TquViiW { color:#0060ab;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.5625rem;height:2.1125rem;font-style:normal;display:block; }
#NyIFrlXloTGyK683rfN1W5QPyi00TMsS { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51.5625rem;height:5.625rem;font-style:normal;display:block; }
#rksiFAPrqSUmi36t0hNOcnZWDCtNQuTP { color:#0060ab;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:51.5625rem;height:2.1125rem;font-style:normal;display:block; }
#qGeysp4FWtlzhkxdI86tr95o72tB9b5E { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e3efb25-ecc2-4ff2-87db-56cc972e342d/uranking.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:3rem;width:6.125rem;top:4.6875rem;left:26.5625rem;display:block; }#qGeysp4FWtlzhkxdI86tr95o72tB9b5E.adaptive-delivery-prevent-bg, #qGeysp4FWtlzhkxdI86tr95o72tB9b5E.lazyload, #qGeysp4FWtlzhkxdI86tr95o72tB9b5E.lazyloading { background-image: none; }
#gIV9fHa1S6v7dKeOS5MKzubtVk7ZKDQd { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eef5184-4184-44c0-bd52-c48cfd9637bc/forbeslogo01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:1.9375rem;width:8.125rem;top:5.1875rem;left:1.5625rem;display:block; }#gIV9fHa1S6v7dKeOS5MKzubtVk7ZKDQd.adaptive-delivery-prevent-bg, #gIV9fHa1S6v7dKeOS5MKzubtVk7ZKDQd.lazyload, #gIV9fHa1S6v7dKeOS5MKzubtVk7ZKDQd.lazyloading { background-image: none; }
#NpPrpiny4F20rzxMsiAwIWnGmVQoZcZf { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/005d7d0f-9247-4e9a-8b16-f6700234480a/logo_coordenadas.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:3rem;width:9.6875rem;top:4.6875rem;left:51.5625rem;display:block; }#NpPrpiny4F20rzxMsiAwIWnGmVQoZcZf.adaptive-delivery-prevent-bg, #NpPrpiny4F20rzxMsiAwIWnGmVQoZcZf.lazyload, #NpPrpiny4F20rzxMsiAwIWnGmVQoZcZf.lazyloading { background-image: none; }
#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB { position:relative;display:block; }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB { background-color: transparent; background-image: none; }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .row .container > .video-iframe-container { display: none; }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .row > .video-iframe-container { display: none; }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .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); }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB { border-width: 0; border-radius: 0; }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AmevFuFqUAtrVaoBgERQ5UtKiJUxXaui { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0625rem;left:31.5rem;height:2.4375rem;display:block; }
#gR9cFA3z4mTLmZtWKms67Lb1U7JRJFWB { color:rgba(56,67,75,0.61);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.4375rem;left:29.5rem;height:1.625rem;display:block; }
#EDiKgWmobQF8A7RKKn1LiJ0dwBv1odwL { background-color:#0060af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:8.6875rem;left:30.0625rem;display:block; }
#xJT69cOmqGFKJsSTV9vHNNUvBC3csRHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row .container { background-color: transparent; background-image: none; }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row .container > .video-iframe-container { display: none; }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row > .video-iframe-container { display: none; }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .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); }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row .container { border-width: 0; border-radius: 0; }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#HQZcS1b8qBV4e1wSXPT9o2KyQFCS30He { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1965810-79c4-4682-b6ed-8ddcf92c02ae/Logotypes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:3.9375rem;width:9.75rem;top:1.9375rem;left:1.25rem;display:block; }#HQZcS1b8qBV4e1wSXPT9o2KyQFCS30He.adaptive-delivery-prevent-bg, #HQZcS1b8qBV4e1wSXPT9o2KyQFCS30He.lazyload, #HQZcS1b8qBV4e1wSXPT9o2KyQFCS30He.lazyloading { background-image: none; }
#HIiFC1KaIcbVvTyNC5OmxrQqbsPifRsT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.25rem;height:1.31303125rem;font-style:normal;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;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-0),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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { 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) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { width:14.0625rem;height:3.125rem;top:0.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block; }
 }@media only screen and (max-width: 763px) { #ABpFF1rJslMgH17h0WxAcP9DEo4uHfMF { top:0rem;left:0rem;width:14.1875rem;height:4.2308542829009rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp { display:block; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7amA0rmaMHeRaf3WtrSvZm9LDphT3CP { top:14.4375rem;left:0rem;width:46.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBAfSmyfokrM5lXS1NTK2ixI8rhtHZBS { top:18.5625rem;left:0rem;width:42.3125rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1d6gEQVPkLPW3mMHDTAlnPCv3OysCRw { top:8.5625rem;left:39.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0yb5B3z0Mw7FvA4v9LTbJcRUOeaNh5H { width:47.75rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxqMIrXGiCHqFswCCtzSC6GXukxV4aXu { top:2.0625rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZpCnuuGTHoya7WOxsuU9AUFVSa15gQL { top:9.875rem;left:25.5rem;width:22.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 {display:block;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MoG4msIgleGzdgLE1i5srkwA7A8rGPLM {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #LEUonafUJmy674fetuTKOtIxO4yRlTCo { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VSPpTTETM1wGQWv9rThEs74GxTrO4eGm {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #L9LlOXO3mRTENiQdBIPPvhso1m83WXvU {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #trGxTsHbUbQvpGLtOKbgBhxIILOi6V4y { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #t97KztkeNAkxa8QlrITgPomnR7FFRp78 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Xr2dep3TPFaMIkCfn5bVqr4QgKlJnKT0 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #JyysgUVZID6OqfizMte1hiN0JdnxBZS5 { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #zrPm1eWPbMfyQWrlgSKdNEaRhTTuReiX {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MmS84Zkmf4yV7E7xt0uHwl5dm4wqWJ6n {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #wRp2ZreTOMmGCiXtJK0l9Irpl9Wg2CNZ { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #s4lV6y9p1hUGgAzFyVTLrMkayiFHLXtV {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #hLPSvuMKzsh0RTXFzi04Z1JAXEEANrFE {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #RELqdeFx3dHiUGDuQ4Ms3hzdcGInP5FR { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #pIi5sqSdewRrtBZOQKTZRXAlqA9M8Lhn {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Kn6JqhgxTNGVuau13LR7gyrzuVzh8Mza {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #QCtnq74CW5n5XGzwHpiJTMSfbIbyDewm { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TTVMwtCaK3mILuu49fSgx9T0yeRM8Kkt {  }
 }@media only screen and (max-width: 763px) { #RcTGP5rN0DaGadNFEXQQhKhcrcFyl2DO { display:block; }
 }@media only screen and (max-width: 763px) { #eKr0hmeDgiVdmQCZ8IvJui7EKX2XHBUT { display:block; }
 }@media only screen and (max-width: 763px) { #WiSXvUpqWyCT05Sy0HRl4uztXZFhGpoh { display:block; }
 }@media only screen and (max-width: 763px) { #UsmHT8QXt2X1EtvD1EX2Zxt3NfokaALe { display:block; }
 }@media only screen and (max-width: 763px) { #zGV5ia81ZmEktnRcureZksZICIOz2651 { display:block; }
 }@media only screen and (max-width: 763px) { #hsn9w9gnWI7BXRgGROBpnWJaAs5KQ1I1 { display:block; }
 }@media only screen and (max-width: 763px) { #NI8x1yrA2FXts0Grh5Xw2ZvkMSTZ1AvX { display:block; }
 }@media only screen and (max-width: 763px) { #DmxD7fGbB9CF1Ovf2cRoNbOG1ttBbfQu { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #h5r9bBnKpNDcc2VHmNPX0opStx5hIwrO {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #WTzBuOxT8ETIJlMHriEiOyDTkDrdGmKX {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #bWXdLFC7hNvI0413ARh8JEO627UVZCrn {  }
 }@media only screen and (max-width: 763px) { #VfsclsH9gM2nd4VefuESPR5u7gP00U8b { display:block; }
 }@media only screen and (max-width: 763px) { #N9LQrAnMAkBqSbPh4PTfnc6nl9ZXIcf6 { display:block; }
 }@media only screen and (max-width: 763px) { #yMTryLD6OV9CGyRR5olV6ulxtyeohlQr { display:block; }
 }@media only screen and (max-width: 763px) { #REF42cxAotqXEpKQSUPmqk1nv4MOTHcQ { display:block; }
 }@media only screen and (max-width: 763px) { #ra6bPiwabw0g3bQaJENHi57otaumGwJW { display:block; }
 }@media only screen and (max-width: 763px) { #JiZAQS5NegmzaDGi5o5GDlJ1ovDt3opv { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #xTalGiKeh3TB5TXBfTCD0JHJKH3px5r7 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #fPXmgeTpxSTC3Dztxr8sDhSkt5JPIsc9 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #baQRZBlUmB97ilsMBMoTCcSAXMxmBIru {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Zb4NWKJJTb6cAL67RpVXw7OamtkhrD4g {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #x5WXTFkQBLtT0HGWqB1zul6Z4TuITV9O {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #swMrgsVpI94AIUcr3k6oLZCRSbhrPkem {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ozoAAlVDCG1PrGFORs7WB66vxvN4UyOQ {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #uwJCg1s2Mc4wyJxStn2S2mGtm6OGZmMT {  }
 }@media only screen and (max-width: 763px) { #RqLvnZoDyS5Z2ISxh3dFys5K09HagncN { top:10.75rem;left:25.5rem;width:22.25rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXHCf1Rb6mP6fq8PRDWUq3QlcTOag7HJ { top:31.5625rem;left:0rem;width:25.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHddv3TUUitDXMRXcadluX0GqGA27iRR { top:31.8125rem;left:0rem;width:24.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRcvKtksxM0RFR4C5R7ywQkNAqeSHg5l { top:10.875rem;left:29.125rem;width:18.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEtict2Az6VhuHqI85BTwr7IfCFFQavr { top:8.9375rem;left:0rem;width:20rem;height:13.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRXFtoF6wKEsdlmzE83e3xPsxshofOBq { width:20rem;height:;top:2.8125rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ol4hgy8u6u4op1F8XP4hkfzZsC5NSoWN { display:none; }
 }@media only screen and (max-width: 763px) { #h83zlzpvXDS2Tb2y2dftexfCSSbV23hX { display:none; }
 }@media only screen and (max-width: 763px) { #l6bfhVZJ4EoW1GRrUuJ8WUc1CbOSCmHc { top:4.0625rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiuUXhyGOG8f91CwaM6dUFDWlTxKOEas { top:2.6875rem;left:0rem;width:20rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eC0d9uBxXpuqWAlvfo1A6sTz6LI9WlFx { top:7.25rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFX8pM5IVJFaldkWoCqz6DbbcL64TMc0 { top:34.3125rem;left:0rem;width:5.3125rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAbEaRAMqFx0hFcKzm2Dw1IOGWmw4r56 { top:34.3125rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxT668pT4uWnTzagMaaQkNH3wC11w2Qn { top:49.5625rem;left:0rem;width:7.1875rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdHfPBr2WQ2u58dgrH4946ltOfkbRiVe { top:11.3125rem;left:0rem;width:3.1875rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4OzhTPy6Ot9mgK1yexVAIZUwVgqGOdx { top:48.5rem;left:0rem;width:8.875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aviE4glvypE48pnfgNe7CiuSmpIll9Un { top:49.8125rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgmcorSnIZ9WOhxGFyrUz3PxrrtTTJM0 { top:38.875rem;left:0rem;width:9.125rem;height:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfKVFgO3BSwWVEqDdulzmQGH1vTQ3l3h { top:44.1875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f51JB19FPPFySQaq0RNp46kWbcdOTKCA { display:block; }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7BKKigb9b2TEClZHNMRlqIuuOiuN4Mn { top:3.3125rem;left:0rem;width:45.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2z2Oo4WIcLsxDD6NRFwFwK0gNC270S { top:6.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2q7baS0yqi9MafZLBIE3wJxE7gNkUfh { top:8.0625rem;left:0rem;width:5.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0gontTNHKJB0yZtmcKsIGnURTNkpRT { top:8.0625rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON4DCbpH6ftdtJ7tO1hCiuIAfDneUQGn { top:6.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONVWynKRghNfcWN8wfgvBHXXWrSx6F99 { top:8.0625rem;left:12.4375rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2g7k6sdIBPkh8wgEuO4kJApkDyqdFsV { top:6.5rem;left:12.4375rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR22kIPELcoWAgWnzvzdC5VatLnUAluB { top:8.0625rem;left:22.125001907349rem;width:13.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCfhDINds6cWIW1So0t3zkV5CB6wh6sI { top:6.5rem;left:22.125rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7hBhBlaCbFTBIPcqT84leAC3T5yDdm0 { top:3.5625rem;left:0rem;width:27.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX { display:block; }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZPC82AcrIB9TETCh91RtJRXP5gGAIFW { top:1.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui { display:block; }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFxqpakzUMBHO3sUkelFTRM7TuwpXmyb { top:5.0625rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0BZ1K9nZUf9uywH65s3mpzo0ugscq9l { top:7.5rem;left:11.125rem;width:20.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHQX0aCt0PSSXL7QoNvNHgfrDVQpiQMT { display:none; }
 }@media only screen and (max-width: 763px) { #gGNwsXPribBlRI9QogWuSXCZoyqpXI9S { display:none; }
 }@media only screen and (max-width: 763px) { #osTxI8FDI2pp5m6h6xqHEnovynHLTfBL { display:none; }
 }@media only screen and (max-width: 763px) { #x1mN5h2IHXo3bXxmFVwp45iR0tZgqlJk { top:7.5625rem;left:0rem;width:21.3125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhNDErcxTNA0x1eetZeFlU4EiOVW8TpC { top:5.0625rem;left:0rem;width:21.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckFaTfJAINk2BnW4OBf6V6eigbAEiMKg { top:2.0625rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDEoRwBVFa14Mol7QsJinNkNS8CeNyVx { top:5.0625rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTaEeFqM9pg9iW6HK6VxuAq2dwDOUNuh { top:2.0625rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIDQuDuxsLZaPsQIwNP37Lyebyvr90pk { top:2.0625rem;left:29.1875rem;width:18.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF8R0bPyo9FfwJ1s8sX8hz6MbM6B0Z0N { top:7.5rem;left:28.8125rem;width:18.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS { display:block; }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nd9Q6g1t8GTWUtM3ypEdgTF3PC944aUl { top:8.4375rem;left:0rem;width:30.4375rem;height:11.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVZbKiccTfwxwPMFF365TBq64pHWCDJ { width:12.6875rem;height:2.625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF5AAZy4TaWREO74TiGsTKbxtaN1N5gM { display:block; }
 }@media only screen and (max-width: 763px) { #uCSOBLPPgyX0EfKAp1rJA1ZhCQOPoVcP { top:4.9375rem;left:19.25rem;width:16.5rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiQpNFFnSD1BEolvcgOzWRusCNIwwbMJ { top:23.125rem;left:27.8125rem;width:19.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2P305tS8Wtl7M8Kv6p2mGynXmIf3qCV { top:20.3125rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBkZWL6iP3z6q2kdnr6K3yIOWGhrFRf4 { top:7.4375rem;left:29.5rem;width:18.25rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb3LiawCmJOMHH0I4eZDnVHtOwZcyUdI { top:20.3125rem;left:19.375rem;width:16.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sscAeesC7Bo7TK5xLNUJXNSzbMTEXSgg { top:4.9375rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwkt1KMUxWylMBnFrCwKEIzMtK8tLsEH { top:17.625rem;left:41.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWyWv1TRsTlmxAZkMzrZo569xAoUKVSt { top:23.125rem;left:19.25rem;width:18.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4gMkNfiPNkfy1TwUwD1r28RhVxdcQUT { top:7.375rem;left:19.25rem;width:20.4375rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeGxO60FxdEse3zrWsJy03cI65H6tayo { top:24.875rem;left:0rem;width:10.8125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKoLtPJw04EmUxV7w7SGxMOIG5MZhyi4 { top:17.625rem;left:19.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxS1JSRHxZQTLpaLwT16bHbgDp3yKcgf { top:1.875rem;left:19.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkbfH09TABBCfITZTye5mEzxltZRiXrc { top:1.8125rem;left:41.937498092651rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE { display:block; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCpVRAl7455ng8LSgH7kReX7xzBigzWB { top:2.125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTnXWIGz0C9Rp4opZuNehEbINMBRp3r { top:10.8125rem;left:0rem;width:31.5625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI { display:block; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT8amTlZmSsDgnWgE24f9IyVX2MDqFJh { top:6.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3z2QkFrKRmSElqKxzGkm8iLJNxfc4W { top:6.25rem;left:0rem;width:26.75rem;height:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmr4gvNb20hRr4RIIqN45TDtU7ct58pH { top:10.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXTgyvQaGqDHeo1ox8Uq6PrT19a7s8vl { top:17.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6XQw1ZLCMTpeLRZeNTE2ZOnZEtUf7WP { top:24.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszU3JFp3EHSsTih1qyZgD84GZLMEAIb { top:15.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqU0oThAk1JCZTyKiBnihEN5Cx3RvApy { top:1.25rem;left:0rem;width:23.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzWBEIc0gmbTXtTVf4fTnpW8vT87DJit { top:0rem;left:0rem;width:31.5625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR { display:block; }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtA6NW74JxmzTWAaefWbibzRsKh3PViZ { top:3.0625rem;left:14.4375rem;width:33.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLW78Ze9oo9MV2OZVQL6zMq1g2NT5IqU { top:3.125rem;left:0rem;width:28.3125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsCdeVqDGWp047mxmCGwtTLZEWT5LEU0 { top:7rem;left:12rem;width:35.75rem;height:24.6875rem;font-size:1rem;display:block; }#nsCdeVqDGWp047mxmCGwtTLZEWT5LEU0 li:before{  }
 }@media only screen and (max-width: 763px) { #hvKWIsNofn8EWMxumWnnCHlqTVCTLnki { display:block; }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #theLIA7xkEJcFLSsBOFvd4RygH1kkJ0L { top:1.3125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3uCrJlMbN6PJNbwlWIxDlMClQJDh8ve { top:4.3125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exAGzFEX3dSuIlBT7JodzwFreTK9XE40 { display:block; }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9LQSVIMsSPk9qNIsvcOtFmtfVqrvZQy { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6po3DNmI0ptNoDWxRPfxa9eSbvW99v { top:8.5rem;left:14.125rem;width:17.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5qGMco2AZTPSDewoRt6WkHJRr5IJIkK { display:none; }
 }@media only screen and (max-width: 763px) { #AbJc2beappTCbiQC5si2HqzrfxbfCI8m { display:none; }
 }@media only screen and (max-width: 763px) { #FpBzq6NAS6GeZ8daKzJ9ytamhhq3JTVn { display:none; }
 }@media only screen and (max-width: 763px) { #gQ03H2tskxZE3scT4tRQg06oNnZ2LR9y { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZRBcbQeMRQS5NOdmMCFxXC5TquViiW { top:1.4375rem;left:10.5625rem;width:21.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyIFrlXloTGyK683rfN1W5QPyi00TMsS { top:8.4375rem;left:28.8125rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rksiFAPrqSUmi36t0hNOcnZWDCtNQuTP { top:1.4375rem;left:24.1875rem;width:23.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGeysp4FWtlzhkxdI86tr95o72tB9b5E { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIV9fHa1S6v7dKeOS5MKzubtVk7ZKDQd { top:5.1875rem;left:0rem;width:8.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpPrpiny4F20rzxMsiAwIWnGmVQoZcZf { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB { display:block; }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmevFuFqUAtrVaoBgERQ5UtKiJUxXaui { top:2.0625rem;left:17.875rem;width:14.5rem;height:2.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR9cFA3z4mTLmZtWKms67Lb1U7JRJFWB { top:5.4375rem;left:15.875rem;width:20.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDiKgWmobQF8A7RKKn1LiJ0dwBv1odwL { width:17.5rem;height:3.1875rem;top:8.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJT69cOmqGFKJsSTV9vHNNUvBC3csRHs { display:block; }
 }@media only screen and (max-width: 763px) { #OtbSUizbyWvTcEl2fPZ97qby3DQudAAt { display:block; }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQZcS1b8qBV4e1wSXPT9o2KyQFCS30He { top:1.9375rem;left:0rem;width:9.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIiFC1KaIcbVvTyNC5OmxrQqbsPifRsT { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { background-color: transparent; background-image: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { width:14.0625rem;height:3.125rem;top:0.75rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block; }
 }@media only screen and (max-width: 763px) { #ABpFF1rJslMgH17h0WxAcP9DEo4uHfMF { width:10.5rem;height:3.25rem;top:0.90625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp { background-color:#ffffff;background-image:none;display:block; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container { background-color: transparent; background-image: none; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container > .video-iframe-container { display: none; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row > .video-iframe-container { display: none; }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .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); }#n5I46O8tk1pqVutXMxy5fPG4ziJZ34xp > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7amA0rmaMHeRaf3WtrSvZm9LDphT3CP { width:20rem;height:0;top:1.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBAfSmyfokrM5lXS1NTK2ixI8rhtHZBS { width:20rem;height:0;top:10.922875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1d6gEQVPkLPW3mMHDTAlnPCv3OysCRw { display:flex;width:1.5rem;height:1.5rem;top:2rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0yb5B3z0Mw7FvA4v9LTbJcRUOeaNh5H { top:44.25rem;left:0rem;width:20rem;height:4.375rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uxqMIrXGiCHqFswCCtzSC6GXukxV4aXu { width:20rem;height:0;top:2.109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #kZpCnuuGTHoya7WOxsuU9AUFVSa15gQL { width:20rem;height:3.5rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3  { width:17.5rem;height:auto;top:46.75rem;left:0rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 {display:block;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 { width:17.5rem;height:auto;top:46.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MoG4msIgleGzdgLE1i5srkwA7A8rGPLM {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #LEUonafUJmy674fetuTKOtIxO4yRlTCo { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VSPpTTETM1wGQWv9rThEs74GxTrO4eGm {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #L9LlOXO3mRTENiQdBIPPvhso1m83WXvU {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #trGxTsHbUbQvpGLtOKbgBhxIILOi6V4y { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #t97KztkeNAkxa8QlrITgPomnR7FFRp78 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Xr2dep3TPFaMIkCfn5bVqr4QgKlJnKT0 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #JyysgUVZID6OqfizMte1hiN0JdnxBZS5 { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #zrPm1eWPbMfyQWrlgSKdNEaRhTTuReiX {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MmS84Zkmf4yV7E7xt0uHwl5dm4wqWJ6n {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #wRp2ZreTOMmGCiXtJK0l9Irpl9Wg2CNZ { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #s4lV6y9p1hUGgAzFyVTLrMkayiFHLXtV {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #hLPSvuMKzsh0RTXFzi04Z1JAXEEANrFE {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #RELqdeFx3dHiUGDuQ4Ms3hzdcGInP5FR { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #pIi5sqSdewRrtBZOQKTZRXAlqA9M8Lhn {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Kn6JqhgxTNGVuau13LR7gyrzuVzh8Mza {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #QCtnq74CW5n5XGzwHpiJTMSfbIbyDewm { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TTVMwtCaK3mILuu49fSgx9T0yeRM8Kkt {  }
 }@media only screen and (max-width: 763px) { #RcTGP5rN0DaGadNFEXQQhKhcrcFyl2DO { display:block; }
 }@media only screen and (max-width: 763px) { #eKr0hmeDgiVdmQCZ8IvJui7EKX2XHBUT { display:block; }
 }@media only screen and (max-width: 763px) { #WiSXvUpqWyCT05Sy0HRl4uztXZFhGpoh { display:block; }
 }@media only screen and (max-width: 763px) { #UsmHT8QXt2X1EtvD1EX2Zxt3NfokaALe { display:block; }
 }@media only screen and (max-width: 763px) { #zGV5ia81ZmEktnRcureZksZICIOz2651 { display:block; }
 }@media only screen and (max-width: 763px) { #hsn9w9gnWI7BXRgGROBpnWJaAs5KQ1I1 { display:block; }
 }@media only screen and (max-width: 763px) { #NI8x1yrA2FXts0Grh5Xw2ZvkMSTZ1AvX { display:block; }
 }@media only screen and (max-width: 763px) { #DmxD7fGbB9CF1Ovf2cRoNbOG1ttBbfQu { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #h5r9bBnKpNDcc2VHmNPX0opStx5hIwrO {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #WTzBuOxT8ETIJlMHriEiOyDTkDrdGmKX {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #bWXdLFC7hNvI0413ARh8JEO627UVZCrn {  }
 }@media only screen and (max-width: 763px) { #VfsclsH9gM2nd4VefuESPR5u7gP00U8b { display:block; }
 }@media only screen and (max-width: 763px) { #N9LQrAnMAkBqSbPh4PTfnc6nl9ZXIcf6 { display:block; }
 }@media only screen and (max-width: 763px) { #yMTryLD6OV9CGyRR5olV6ulxtyeohlQr { display:block; }
 }@media only screen and (max-width: 763px) { #REF42cxAotqXEpKQSUPmqk1nv4MOTHcQ { display:block; }
 }@media only screen and (max-width: 763px) { #ra6bPiwabw0g3bQaJENHi57otaumGwJW { display:block; }
 }@media only screen and (max-width: 763px) { #JiZAQS5NegmzaDGi5o5GDlJ1ovDt3opv { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #xTalGiKeh3TB5TXBfTCD0JHJKH3px5r7 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #fPXmgeTpxSTC3Dztxr8sDhSkt5JPIsc9 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #baQRZBlUmB97ilsMBMoTCcSAXMxmBIru {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Zb4NWKJJTb6cAL67RpVXw7OamtkhrD4g {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #x5WXTFkQBLtT0HGWqB1zul6Z4TuITV9O {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #swMrgsVpI94AIUcr3k6oLZCRSbhrPkem {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ozoAAlVDCG1PrGFORs7WB66vxvN4UyOQ {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #uwJCg1s2Mc4wyJxStn2S2mGtm6OGZmMT {  }
 }@media only screen and (max-width: 763px) { #RqLvnZoDyS5Z2ISxh3dFys5K09HagncN { width:20rem;height:37.4369375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXHCf1Rb6mP6fq8PRDWUq3QlcTOag7HJ { width:20rem;height:4.25rem;top:80.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHddv3TUUitDXMRXcadluX0GqGA27iRR { width:20rem;height:3.65625rem;top:80.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRcvKtksxM0RFR4C5R7ywQkNAqeSHg5l { width:18.625rem;height:auto;top:10.875rem;left:0.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEtict2Az6VhuHqI85BTwr7IfCFFQavr { width:19.1875rem;height:13.40625rem;top:4.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FRXFtoF6wKEsdlmzE83e3xPsxshofOBq { width:20rem;height:2.03125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Ol4hgy8u6u4op1F8XP4hkfzZsC5NSoWN { top:19.8125rem;left:0rem;width:20rem;height:6.4375rem;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f4a7cd2b-d6e5-48df-96ba-835b2e777f55/d08858a541581af7e87881a446872365m1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ol4hgy8u6u4op1F8XP4hkfzZsC5NSoWN.adaptive-delivery-prevent-bg, #Ol4hgy8u6u4op1F8XP4hkfzZsC5NSoWN.lazyload, #Ol4hgy8u6u4op1F8XP4hkfzZsC5NSoWN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h83zlzpvXDS2Tb2y2dftexfCSSbV23hX { top:19.8125rem;left:11.125000357628rem;width:8.875rem;height:6.4375rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c98015-ed8a-449a-bfd4-2fae9f7102b7/X.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h83zlzpvXDS2Tb2y2dftexfCSSbV23hX.adaptive-delivery-prevent-bg, #h83zlzpvXDS2Tb2y2dftexfCSSbV23hX.lazyload, #h83zlzpvXDS2Tb2y2dftexfCSSbV23hX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l6bfhVZJ4EoW1GRrUuJ8WUc1CbOSCmHc { width:20rem;height:2.75rem;top:28.6875rem;left:0rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #WiuUXhyGOG8f91CwaM6dUFDWlTxKOEas { width:20rem;height:1.40625rem;top:29rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #eC0d9uBxXpuqWAlvfo1A6sTz6LI9WlFx { width:4.5625rem;height:1.3125rem;top:32.75rem;left:1.75rem;font-size:0.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #PFX8pM5IVJFaldkWoCqz6DbbcL64TMc0 { width:5.3125rem;height:1.21875rem;top:34.3125rem;left:1.75rem;font-size:0.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #hAbEaRAMqFx0hFcKzm2Dw1IOGWmw4r56 { width:8.1875rem;height:1.21875rem;top:34.3125rem;left:10.3125rem;font-size:0.8125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #TxT668pT4uWnTzagMaaQkNH3wC11w2Qn { width:8.875rem;height:1.3125rem;top:32.75rem;left:10.375rem;font-size:0.875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #CdHfPBr2WQ2u58dgrH4946ltOfkbRiVe { width:5.25rem;height:1.3125rem;top:37.5625rem;left:1.7500001192093rem;font-size:0.875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #z4OzhTPy6Ot9mgK1yexVAIZUwVgqGOdx { width:4.4375rem;height:1.3125rem;top:37.5625rem;left:10.312500357628rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #aviE4glvypE48pnfgNe7CiuSmpIll9Un { width:5rem;height:1.21875rem;top:38.875rem;left:1.7500001192093rem;font-size:0.8125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #OgmcorSnIZ9WOhxGFyrUz3PxrrtTTJM0 { width:9.125rem;height:2.4375rem;top:38.875rem;left:10.250000357628rem;font-size:0.8125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #wfKVFgO3BSwWVEqDdulzmQGH1vTQ3l3h { width:20rem;height:1.59375rem;top:44.203125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #f51JB19FPPFySQaq0RNp46kWbcdOTKCA { display:none; }#f51JB19FPPFySQaq0RNp46kWbcdOTKCA > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o7BKKigb9b2TEClZHNMRlqIuuOiuN4Mn { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2z2Oo4WIcLsxDD6NRFwFwK0gNC270S { width:4.5625rem;height:1.3125rem;top:6.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2q7baS0yqi9MafZLBIE3wJxE7gNkUfh { width:4.5625rem;height:1.40625rem;top:8.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0gontTNHKJB0yZtmcKsIGnURTNkpRT { width:8.1875rem;height:1.40625rem;top:8.25rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON4DCbpH6ftdtJ7tO1hCiuIAfDneUQGn { width:7.25rem;height:1.3125rem;top:6.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONVWynKRghNfcWN8wfgvBHXXWrSx6F99 { width:8.1875rem;height:1.40625rem;top:12.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2g7k6sdIBPkh8wgEuO4kJApkDyqdFsV { width:3.1875rem;height:1.3125rem;top:11.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR22kIPELcoWAgWnzvzdC5VatLnUAluB { width:3.75rem;height:1.40625rem;top:17.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCfhDINds6cWIW1So0t3zkV5CB6wh6sI { width:3.8125rem;height:1.3125rem;top:15.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7hBhBlaCbFTBIPcqT84leAC3T5yDdm0 { width:18.75rem;height:2.8125rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX { display:block; }#aeWT3t4Rk6LQwCS5Uh4mJvpOivezh1xX > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZPC82AcrIB9TETCh91RtJRXP5gGAIFW { width:17.8125rem;height:5.11875rem;top:1.267578125rem;left:1.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui { display:block; }#Uw7F3fpQ18D4eD4TcemyhFOw5U9s0Dui > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFxqpakzUMBHO3sUkelFTRM7TuwpXmyb { width:12.1875rem;height:1.21875rem;top:10.16796875rem;left:2.96875rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #x0BZ1K9nZUf9uywH65s3mpzo0ugscq9l { width:18.8125rem;height:0;top:8.10546875rem;left:0.59375rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #IHQX0aCt0PSSXL7QoNvNHgfrDVQpiQMT { top:0.9375rem;left:1.3125rem;width:17.4375rem;height:5.375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGNwsXPribBlRI9QogWuSXCZoyqpXI9S { top:7.1875rem;left:1.3125rem;width:17.4375rem;height:5.375rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTxI8FDI2pp5m6h6xqHEnovynHLTfBL { top:13.4375rem;left:1.3125rem;width:17.4375rem;height:5.375rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1mN5h2IHXo3bXxmFVwp45iR0tZgqlJk { width:20rem;height:auto;top:7.5625rem;left:0rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #qhNDErcxTNA0x1eetZeFlU4EiOVW8TpC { width:14.0625rem;height:1.21875rem;top:4.125rem;left:2.96875rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ckFaTfJAINk2BnW4OBf6V6eigbAEiMKg { width:11.375rem;height:2.35625rem;top:1.76953125rem;left:2.8125rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #vDEoRwBVFa14Mol7QsJinNkNS8CeNyVx { width:11.6875rem;height:1.21875rem;top:16.5625rem;left:2.96875rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QTaEeFqM9pg9iW6HK6VxuAq2dwDOUNuh { width:15.75rem;height:2.35625rem;top:7.8125rem;left:2.8125rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #kIDQuDuxsLZaPsQIwNP37Lyebyvr90pk { width:14.75rem;height:2.35625rem;top:14.20703125rem;left:2.8125001192093rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #dF8R0bPyo9FfwJ1s8sX8hz6MbM6B0Z0N { width:18.8125rem;height:auto;top:7.5rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS { display:block; }#xNeT3H228bLFu1fEcEwXhQBoMfHLQBdS > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nd9Q6g1t8GTWUtM3ypEdgTF3PC944aUl { width:18.5rem;height:7.3125rem;top:1rem;left:0.4375rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueVZbKiccTfwxwPMFF365TBq64pHWCDJ { width:12.8125rem;height:2.75rem;top:65.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF5AAZy4TaWREO74TiGsTKbxtaN1N5gM { display:block; }
 }@media only screen and (max-width: 763px) { #uCSOBLPPgyX0EfKAp1rJA1ZhCQOPoVcP { width:13.1875rem;height:1.40625rem;top:12.8125rem;left:4.5rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UiQpNFFnSD1BEolvcgOzWRusCNIwwbMJ { width:19.1875rem;height:6.5625rem;top:28.9375rem;left:0.4375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2P305tS8Wtl7M8Kv6p2mGynXmIf3qCV { width:9.25rem;height:1.40625rem;top:27.625rem;left:5.9375rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nBkZWL6iP3z6q2kdnr6K3yIOWGhrFRf4 { width:18.125rem;height:7.875rem;top:55.25rem;left:0.9375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rb3LiawCmJOMHH0I4eZDnVHtOwZcyUdI { width:12.1875rem;height:1.40625rem;top:41.0625rem;left:4.625rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sscAeesC7Bo7TK5xLNUJXNSzbMTEXSgg { width:11.1875rem;height:1.40625rem;top:53.9375rem;left:5.5rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pwkt1KMUxWylMBnFrCwKEIzMtK8tLsEH { width:2.9375rem;height:2.9375rem;top:24.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWyWv1TRsTlmxAZkMzrZo569xAoUKVSt { width:18.1875rem;height:5.25rem;top:42.375rem;left:0.9375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4gMkNfiPNkfy1TwUwD1r28RhVxdcQUT { width:19.4375rem;height:7.875rem;top:14.1875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeGxO60FxdEse3zrWsJy03cI65H6tayo { width:10.8125rem;height:0.8125rem;top:68.875rem;left:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKoLtPJw04EmUxV7w7SGxMOIG5MZhyi4 { width:2.8125rem;height:2.8125rem;top:38rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxS1JSRHxZQTLpaLwT16bHbgDp3yKcgf { display:flex;width:2.875rem;height:2.875rem;top:10rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #qkbfH09TABBCfITZTye5mEzxltZRiXrc { display:flex;width:2.8125rem;height:2.8125rem;top:50.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE { display:none; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row .container { width:20rem;height:29.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCpVRAl7455ng8LSgH7kReX7xzBigzWB { width:20rem;height:13.39844375rem;top:3.18603515625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LpTnXWIGz0C9Rp4opZuNehEbINMBRp3r { width:20rem;height:29.875rem;top:0rem;left:0rem;background-color:#ebf1f6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI { background-color:#f2f5f8;background-image:none;display:block; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container { background-color: transparent; background-image: none; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container > .video-iframe-container { display: none; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row > .video-iframe-container { display: none; }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .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); }#o8Hba10SSnt3w4XnVUOUkgWZmpUhUwUI > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT8amTlZmSsDgnWgE24f9IyVX2MDqFJh { width:1.62475625rem;height:1.62475625rem;top:17.054443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3z2QkFrKRmSElqKxzGkm8iLJNxfc4W { width:17.3730625rem;height:32.90625rem;top:9.74853515625rem;left:2.625732421875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bmr4gvNb20hRr4RIIqN45TDtU7ct58pH { width:1.5625rem;height:1.5625rem;top:9.74853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXTgyvQaGqDHeo1ox8Uq6PrT19a7s8vl { width:1.5625rem;height:1.5625rem;top:26.890869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6XQw1ZLCMTpeLRZeNTE2ZOnZEtUf7WP { width:1.5625rem;height:1.5625rem;top:36.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszU3JFp3EHSsTih1qyZgD84GZLMEAIb { width:1.5625rem;height:1.5625rem;top:23.389892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqU0oThAk1JCZTyKiBnihEN5Cx3RvApy { width:20rem;height:6rem;top:2.186279296875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzWBEIc0gmbTXtTVf4fTnpW8vT87DJit { width:20rem;height:28.4375rem;top:43.873443603516rem;left:0rem;background-color:#ebf1f6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR { display:none; }#Q4KFiTh76wutrEFCJQAr6D97ws3h7bRR > .row .container { width:20rem;height:65rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MtA6NW74JxmzTWAaefWbibzRsKh3PViZ { width:20rem;height:3.9rem;top:2.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLW78Ze9oo9MV2OZVQL6zMq1g2NT5IqU { width:13.9355625rem;height:19.4360625rem;top:45.562744140625rem;left:3.031005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsCdeVqDGWp047mxmCGwtTLZEWT5LEU0 { width:20rem;height:39rem;top:8.1787109375rem;left:0rem;font-size:1rem;display:block; }#nsCdeVqDGWp047mxmCGwtTLZEWT5LEU0 li:before{  }
 }@media only screen and (max-width: 763px) { #hvKWIsNofn8EWMxumWnnCHlqTVCTLnki { display:block; }#hvKWIsNofn8EWMxumWnnCHlqTVCTLnki > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #theLIA7xkEJcFLSsBOFvd4RygH1kkJ0L { width:18.375rem;height:1.7875rem;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3uCrJlMbN6PJNbwlWIxDlMClQJDh8ve { width:18.1875rem;height:4.21875rem;top:4.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #exAGzFEX3dSuIlBT7JodzwFreTK9XE40 { display:block; }#exAGzFEX3dSuIlBT7JodzwFreTK9XE40 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9LQSVIMsSPk9qNIsvcOtFmtfVqrvZQy { width:10.125rem;height:2.25rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ST6po3DNmI0ptNoDWxRPfxa9eSbvW99v { width:18.0625rem;height:3.9375rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #u5qGMco2AZTPSDewoRt6WkHJRr5IJIkK { top:1.5625rem;left:-0.0625rem;width:20rem;height:9.0625rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJc2beappTCbiQC5si2HqzrfxbfCI8m { top:12.083984375rem;left:0rem;width:20rem;height:9.0625rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpBzq6NAS6GeZ8daKzJ9ytamhhq3JTVn { top:22.125rem;left:0rem;width:20rem;height:9.0625rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ03H2tskxZE3scT4tRQg06oNnZ2LR9y { width:17.8125rem;height:5.25rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #XTZRBcbQeMRQS5NOdmMCFxXC5TquViiW { width:10.6875rem;height:2.625rem;top:13rem;left:8.6874993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NyIFrlXloTGyK683rfN1W5QPyi00TMsS { width:17.625rem;height:5.25rem;top:26.687498092651rem;left:1.2499999403954rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #rksiFAPrqSUmi36t0hNOcnZWDCtNQuTP { width:10rem;height:2.625rem;top:23.134546279908rem;left:9.3749993443487rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qGeysp4FWtlzhkxdI86tr95o72tB9b5E { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIV9fHa1S6v7dKeOS5MKzubtVk7ZKDQd { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpPrpiny4F20rzxMsiAwIWnGmVQoZcZf { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB { display:block; }#R1ECLOsC9y9SOIAC8fDdb5MCOt9lcTdB > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmevFuFqUAtrVaoBgERQ5UtKiJUxXaui { width:15.75rem;height:2.35625rem;top:1.4365234375rem;left:2.71875rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gR9cFA3z4mTLmZtWKms67Lb1U7JRJFWB { width:18.3125rem;height:1.54375rem;top:4.375rem;left:0.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EDiKgWmobQF8A7RKKn1LiJ0dwBv1odwL { width:17.5rem;height:3.1875rem;top:7rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJT69cOmqGFKJsSTV9vHNNUvBC3csRHs { display:block; }
 }@media only screen and (max-width: 763px) { #OtbSUizbyWvTcEl2fPZ97qby3DQudAAt { display:block; }#OtbSUizbyWvTcEl2fPZ97qby3DQudAAt > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQZcS1b8qBV4e1wSXPT9o2KyQFCS30He { width:9.75rem;height:3.9375rem;top:0.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIiFC1KaIcbVvTyNC5OmxrQqbsPifRsT { width:17.25rem;height:3.09375rem;top:5.8125rem;left:0.75rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { background-color: transparent; background-image: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .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); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.84375rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;background-color:#003f70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;color:#ffffff;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }