.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:195,195,195;--color-tertiary-2:155,155,155;--color-tertiary-3:93,93,93;--color-tertiary-4:0,0,0;--headlines-font-family:manrope;--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:0rem none rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;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;z-index:auto;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:5.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; }
#WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { position:absolute;display:block;z-index:15005;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:11.25rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.1875rem;left:65.1875rem;height:1.21875rem;font-style:normal;display:block; }
#EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.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:1rem;width:1rem;top:2.3125rem;left:63.8125rem;display:block; }#EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.adaptive-delivery-prevent-bg, #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.lazyload, #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.lazyloading { background-image: none; }
#TkN3XhzAeTXLNGnn0RMy0685uCIo204y { position:relative;display:none; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y { border-width: 0; border-radius: 0; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .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; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6rem;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:none; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.adaptive-delivery-prevent-bg, #TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.lazyload, #TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.lazyloading { background-image: none; }#e596JvmBgZHzV0BPosn41CCzw9sBPmvr { 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:15000;opacity:1;display:none; }
#oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:1.125rem;left:2.5rem;display:none; }
#y23UNZIlycTOZxH62LcJvpTz49VbXktW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:4.125rem;left:0.6875rem;display:none; }
#HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:5.875rem;left:0.6875rem;display:none; }
#B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:7.9375rem;left:0.6875rem;display:none; }
#pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:12.25rem;left:0.75rem;display:none; }
#gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:14.75rem;left:0.75rem;display:none; }
#cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { 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; }
#F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17.125rem;left:0.6875rem;display:none; }
#Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:19.625rem;left:0.6875rem;display:none; }
#K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:22.125rem;left:0.6875rem;display:none; }
#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { position:relative;display:none; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { border-width: 0; border-radius: 0; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .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; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .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:18.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:none; }#rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { 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:15000;opacity:1;display:none; }
#d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.0625rem;top:0.4375rem;left:0rem;display:none; }
#D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.8125rem;top:11rem;left:0rem;display:none; }
#HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { 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; }
#W22SI45UUFEzwMloyeidv8MbASB9hbGn { 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; }
#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { position:relative;display:none; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { border-width: 0; border-radius: 0; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .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; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .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:18.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:none; }#RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { 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:block; }
#kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { color:rgba(var(--color-tertiary-2),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:block; }
#UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { color:#161616;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:block; }
#rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { color:#161616;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:block; }
#ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { color:rgba(var(--color-tertiary-2),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:block; }
#nHKvFrcRLClwGP9pTGuzHScGgsmvlXz6 { color:#161616;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:block; }
#bfCMTO8fBlaVk1NO3748WQ8X72wwMWxS { color:rgba(var(--color-tertiary-2),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:block; }
#RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { 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:block; }
#s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { 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:15018;opacity:1;top:16.625rem;left:53.75rem; }
#cthKTz7PkhQ0Z5FWlftLA4xJzL8MxThc { color:rgba(var(--color-tertiary-2),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; }
#VHFP3GzDnkvGdfR9FAfInvIwuvrcEZJ3 { color:#161616;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; }
#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f98da57c-40e8-475b-8c1d-9b91522a4d97/54023046740_70b543c539_o2.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; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.adaptive-delivery-prevent-bg, #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.lazyload, #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.lazyloading { background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { background-color: transparent; background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.46); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.46); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .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); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { border-width: 0; border-radius: 0; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::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; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { color:rgba(var(--color-tertiary-0),1);display:block;width:62.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.37109375rem;left:1.6236991882324rem;height:4.875rem;font-style:normal;display:block; }
#sEzcECRJZK5mT8ICc3MewsaOhEU6sCRb { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:18.876304626465rem;left:1.6236991882324rem;height:5.625rem;font-style:normal;display:block; }
#ro08zrp1ww4PoPKG1KRUGRiNLCXqrQkL { color:#0060ab;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:12.1875rem;left:2.75rem;height:1.12521875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lT7tC4dgNO4bWZoksLp0wwFd7c73yEHS { 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:35.875rem;width:75rem;display:none; }
#KG4GUlJxH6nBqMtegtiivvM3XStZQNIR { box-sizing:content-box;height:2.375rem;width:22.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:2.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { position:relative;display:none; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { border-width: 0; border-radius: 0; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .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; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .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:none; }#uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { 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; }
#LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { color:rgba(var(--color-tertiary-2),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:5rem;height:1.3125rem;font-style:normal;display:block; }
#ZDNNLTATWQOkExklSrCkUbDOltivWb3S { color:#161616;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.0625rem;left:5rem;height:1.40625rem;font-style:normal;display:block; }
#noc18Ds2DQFplzT3TSNERy90gIVcM5bW { color:#161616;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.0625rem;left:13.0625rem;height:1.40625rem;font-style:normal;display:block; }
#XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { color:rgba(var(--color-tertiary-2),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; }
#nOE0AC8NLduFRAeqG3z83yS4O8INZxhb { color:#161616;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; }
#mbw9vSbtuM6qTCIkz0yczbEG9GZCdBTa { color:rgba(var(--color-tertiary-2),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; }
#q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { 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; }
#rumgRT0xUHTtu8fuT8MuduDT4wq9Kp6M { color:rgba(var(--color-tertiary-2),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.5rem;left:34.25rem;height:1.3125rem;font-style:normal;display:block; }
#K298hmcOWuv577ellHfWx8gCLdBQnfNA { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.0625rem;left:34.375rem;height:1.40625rem;font-style:normal;display:block; }
#JABVkT6vm3cdA466hwrZdq95hPpUCfsa { position:relative;display:none; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa { border-width: 0; border-radius: 0; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .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; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .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:none; }#AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { color:#161616;display:block;width:26.4375rem;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.9140834808349rem;left:1.3723983764649rem;height:4.7109375rem;font-style:normal;display:block; }
#CWhAweDHNyixTvuH6ryfp56rlM0HWACi { position:relative;display:none; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi { border-width: 0; border-radius: 0; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .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; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .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.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:none; }#K401MCRdOlOMyfUhwka7uy1dkryruGAT { color:#0060ab;display:block;width:15.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.248779296875rem;height:2.3556875rem;font-style:normal;display:block; }
#K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { color:#161616;display:block;width:15.7486875rem;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.1681861877441rem;left:1.2467460632324rem;height:1.625rem;font-style:normal;display:block; }
#shfVktChy23h3GLrgdVM6iH97Nl5KXyv { 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; }
#DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { 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; }
#DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { 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; }
#VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { color:#161616;display:block;width:18.81225rem;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.873291015625rem;left:26.25rem;height:0;font-style:normal;display:none; }
#i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { color:#161616;display:block;width:15.7495rem;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.167236328125rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { color:#0060ab;display:block;width:15.7495rem;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.8125rem;left:26.25rem;height:2.3556875rem;font-style:normal;display:block; }
#TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { color:#161616;display:block;width:17.249375rem;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.1681861877441rem;left:51.28147315979rem;height:1.625rem;font-style:normal;display:block; }
#FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { color:#0060ab;display:block;width:22.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:51.28173828125rem;height:2.3556875rem;font-style:normal;display:block; }
#fPQQwLJTEytglUwT2p4tBrLHU16KDR6p { color:#161616;display:block;width:16.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.3111982345581rem;left:51.28147315979rem;height:4.21875rem;font-style:normal;display:block; }
#JSai3iDGAhdgfoGTnxIJNPWCnuwuxevW { color:#161616;display:block;width:18.811875rem;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:7.3111982345581rem;left:26.250001907349rem;height:4.21875rem;font-style:normal;display:block; }
#sObEfU4I9bwBI33Mov6bnouFX2oMcT9J { color:#161616;display:block;width:15.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3111991882325rem;left:1.2467460632324rem;height:4.21875rem;font-style:normal;display:block; }
#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { position:relative;display:none; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { border-width: 0; border-radius: 0; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .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; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .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.875rem;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:none; }#DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:1.25rem;height:2.3559rem;font-style:normal;display:block; }
#K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { color:#161616;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.125rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { color:#161616;display:block;width:18.8125rem;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.5625rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { 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; }
#s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { 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; }
#MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { 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; }
#bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { color:#161616;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:7.5625rem;left:26.25rem;height:4.21875rem;font-style:normal;display:block; }
#SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { color:#161616;display:block;width:15.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.125rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { 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:1.9375rem;left:26.25rem;height:2.3559rem;font-style:normal;display:block; }
#rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { color:#161616;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:7.5625rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { color:#161616;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.125rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { color:#0060ab;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:51.25rem;height:2.3559rem;font-style:normal;display:block; }
#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { position:relative;display:none; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { border-width: 0; border-radius: 0; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .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; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .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.875rem;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:none; }#wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:1.25rem;height:2.3556875rem;font-style:normal;display:block; }
#pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { color:#161616;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.125rem;left:1.25rem;height:1.62435rem;font-style:normal;display:block; }
#klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { color:#161616;display:block;width:18.8125rem;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.5625rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { 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; }
#pJilDXydGS30DDS5LMO7TKGwgMrKphWM { 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; }
#A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { 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; }
#uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { color:#161616;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:7.5625rem;left:26.25rem;height:4.21875rem;font-style:normal;display:block; }
#gsuvawdORRFTx099sqFQTWTPs6MUarSx { color:#161616;display:block;width:15.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.125rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { 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:1.9375rem;left:26.25rem;height:2.35618125rem;font-style:normal;display:block; }
#sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { color:#161616;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:7.5625rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { color:#161616;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.125rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:51.25rem;height:2.35618125rem;font-style:normal;display:block; }
#sFh5Qb8lxDustlow8JhhORfL62soLCRt { position:relative;display:none; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt { border-width: 0; border-radius: 0; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt > .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; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt > .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:32.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:none; }#ovZSGMMT0OPTVUPspQXd9HXmxqiayHiu { position:absolute;display:block;z-index:15001;background-color:#f5f5f5;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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.5rem;width:21.5625rem;top:9.0625rem;left:1.125rem;display:block; }
#ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6414ac27-b12c-4ae1-984d-2003c65548de/Gemini_Generated_Image_j9yl7fj9yl7fj9yl.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.4375rem;width:21.5rem;top:9.0625rem;left:1.125rem;display:block; }#ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4.adaptive-delivery-prevent-bg, #ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4.lazyload, #ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4.lazyloading { background-image: none; }
#dCdT2Bhnach848UoDQqgvRukf6Fx3lX7 { color:#0060ab;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:23.375rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSAkQ6BhwZcIxOK2N1QZoTHHfs4MUuPW { color:#0060ab;display:block;width:16.125rem;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:23.375rem;left:30rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwC4eEVIVSE5TMZ4OmKSC9irM286qpr9 { color:#0060ab;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:23.375rem;left:57.125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvV8qT2279xTSJuRyomUchIwJolkWACR { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49760602-e190-4e1b-838c-dd2b35ccbaf5/420_BANCOIMAGENUAX5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:21.5625rem;top:9.0625rem;left:26.875rem;display:block; }#EvV8qT2279xTSJuRyomUchIwJolkWACR.adaptive-delivery-prevent-bg, #EvV8qT2279xTSJuRyomUchIwJolkWACR.lazyload, #EvV8qT2279xTSJuRyomUchIwJolkWACR.lazyloading { background-image: none; }
#yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ec464e70-741c-49d3-be74-955b645262d3/fe06ac4a23a5carrerarelacionesinternacionales.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:21.25rem;top:9.0625rem;left:52.5625rem;display:block; }#yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob.adaptive-delivery-prevent-bg, #yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob.lazyload, #yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob.lazyloading { background-image: none; }
#wQiSNUIg8EWP9lBmJpfnAKvDQhc7Lxgx { color:#161616;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:25.875rem;left:2.6875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x78qeQKs1OmHxSB7dCKAxiLXorrsxEwP { position:absolute;display:block;z-index:15002;background-color:#f5f5f5;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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.5rem;width:21.5625rem;top:9.0625rem;left:26.8125rem;display:block; }
#TUe2b8o5ZwdR8UkwS19KTkFPb2lSovWF { color:#161616;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:25.875001907349rem;left:30.15625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ouzgTzpXzn2VqTZg9Qk4xHtgDoyGltCz { position:absolute;display:block;z-index:15003;background-color:#f5f5f5;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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.5rem;width:21.5625rem;top:9.0625rem;left:52.375rem;display:block; }
#Lm33HktaNV13Rm5UDZl3dtE224NJPTkm { color:#161616;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:25.875001907349rem;left:54.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L08atpvKi0s3JUKeELc5Vm73U5OGQMZv { 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: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:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:20rem;left:1.25rem;display:none; }
#xBKFH8IXDMhqt44BZTtRoeKpLSvXzGep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#turASAsZofgUBQkwdFQQrly49BnnarDG { color:#161616;display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.83203125rem;left:1.6875rem;height:2.35625rem;font-style:normal;display:block; }
#kmTtihFTH6sdMXwaAwguJn6zs7OuXcKZ { color:#161616;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.89453125rem;left:1.6875rem;height:2.4375rem;font-style:normal;display:block; }
#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH { position:relative;display:block; }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH { background-color: transparent; background-image: none; }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .row .container > .video-iframe-container { display: none; }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .row > .video-iframe-container { display: none; }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .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); }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH { border-width: 0; border-radius: 0; }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .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; }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .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:5.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; }#tTbA8QSm5mDHiimsHhbvcgaVPVVliwZI { color:#161616;display:block;width:33.0625rem;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.7890625rem;left:1.375rem;height:2.35625rem;font-style:normal;display:block; }
#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { 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; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { background-color: transparent; background-image: none; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container > .video-iframe-container { display: none; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row > .video-iframe-container { display: none; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .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); }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { border-width: 0; border-radius: 0; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2819061279297rem;left:1.1859817504882rem;height:0;font-style:normal;display:none; }
#UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;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:20.4375rem;left:0.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.332292556762rem;left:4.1552085876465rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8114375rem;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:20.437501907349rem;left:19.560417175293rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;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:19.332292556762rem;left:21.186458587646rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9989375rem;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:21.910417556762rem;left:56.688541412354rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.332292556762rem;left:56.222919464111rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNIbXio3e4NrICH3GNnOJF1zDznyzsnN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:21.140626907349rem;left:37.564586639404rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iln5UDZUg0uBOdwMaZghvri5LC5nqGsD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.332292556762rem;left:39.242710113526rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gVIICl74VwWRv7CWID2FhWfkyo7bziE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;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:2.6927089691162rem;left:1.1239585876465rem;height:2.8125rem;font-style:normal;display:block; }
#mGEBOAKm4EXiLImKOBIO8iXKRn6dpbJA { position:absolute;display:block;z-index:15035;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.9375rem;width:2.9375rem;top:15.711460113526rem;left:59.222919464111rem;overflow:hidden;display:block; }
#ffpBCTk6inKmnDZNyApcTCNmTkZhJDwz { position:absolute;display:block;z-index:15037;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.625rem;width:3.625rem;top:15.367710113526rem;left:41.461460113526rem;overflow:hidden;display:block; }
#Kcn9fuPRuHrEHTZXFv4STJDgTvNvrWB0 { position:absolute;display:block;z-index:15038;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.93645625rem;width:2.93645625rem;top:15.375rem;left:7.25rem;overflow:hidden;display:block; }
#SUhSWrFBaDUyIC1VJnMMeTBSR139ADJ3 { position:absolute;display:block;z-index:15036;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.1875rem;width:3.1875rem;top:15.586460113526rem;left:24.498958587646rem;overflow:hidden;display:block; }
#eZyhdzs6T78I4emTEbIe4Js3624IgVWN { box-sizing:content-box;height:9.4375rem;width:13.375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:14.192708969116rem;left:1.9624996185302rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:block; }
#fA7Ds8ik7d7OSJGLOT7KDWttts4Ua001 { box-sizing:content-box;height:12.5rem;width:19.6245625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:16.125rem;left:34.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:none; }
#JNil8QqsTy5l1Dpdlyi6LOaJvZBRGwqG { box-sizing:content-box;height:12.5rem;width:19.6245625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:16.125rem;left:55.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:none; }
#WidkTdWQFCN39WDOzkwzgP1OnNn1x94F { box-sizing:content-box;height:12.5rem;width:19.6245625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:14.5625rem;left:18.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:none; }
#UewWiypoBkXsyOwepXSfNoOSN3rOgJOK { color:rgba(var(--color-tertiary-0),1);display:block;width:22.561875rem;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:7.375rem;left:4.125rem;height:4.21875rem;font-style:normal;display:block; }
#rwgUe7grWFfAPuvkbMcC2O6MbQSUqgr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.1875rem;left:1.8125rem; }
#Z90uiIz5THhWbLCTWgQ3z6h7nsoF2Tne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:10rem;left:1.8125rem; }
#PRTUaG8oVSe2TifRKVH1m0xrveXLTnJv { box-sizing:content-box;height:9.4375rem;width:13.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:14.192708969116rem;left:19.337501525879rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:block; }
#pP0xRJxTeFcmqhRZadNmUhZdeMSwODQq { box-sizing:content-box;height:9.4375rem;width:13.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:14.192708969116rem;left:36.519794464111rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:block; }
#oaxwgz8dQgQifTyzShb435Umtgh1BuvF { box-sizing:content-box;height:9.4375rem;width:13.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:14.326042175293rem;left:53.936458587646rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:block; }
#JNLd6eRNW6HSp0WTzpz97UD43itkLJrk { box-sizing:content-box;height:9.4375rem;width:13.375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:14.192708969116rem;left:1.9624996185302rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:none; }
#Xh0hR3XpbaImMWi9gFk08rlBMT0dFEIJ { box-sizing:content-box;height:9.4375rem;width:13.375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:14.192708969116rem;left:1.9624996185302rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:none; }
#gbzgFHhBnB0Azt3CQyZWADwUL6SOtWqJ { box-sizing:content-box;height:9.4375rem;width:13.375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:14.192708969116rem;left:1.9624996185302rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:none; }
#xRIaiUIFkDb5W2H5KQTEVnGREgbcdoD9 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;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:2.6927089691162rem;left:1.1239585876465rem;height:2.8125rem;font-style:normal;display:none; }
#svnLwqENQX5bTrOpJAxCItxO3y8r5T8m { 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:none; }#svnLwqENQX5bTrOpJAxCItxO3y8r5T8m > .row .container { border-width: 0; border-radius: 0; }#svnLwqENQX5bTrOpJAxCItxO3y8r5T8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svnLwqENQX5bTrOpJAxCItxO3y8r5T8m > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:none; }#GPTUsLQAKDK7LA8QF5zhsGcp6uXSfhM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2819061279297rem;left:1.1859817504882rem;height:7.475rem;font-style:normal;display:block; }
#FzxwaxUDAIowfIegxBChRmkwGt3IAAAn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;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:7.7452259063719rem;left:36.373697280884rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZ7la3LBuh991QQXoilyoTnordS4uCb0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.436rem;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:5.9396686553955rem;left:35.936418533325rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8ho1tMQ45U1or46gVMQImix6fRAzoZR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.811625rem;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:7.7452259063719rem;left:57.500001907349rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrmCe32CCbiQaMHIVENPaAJve8uM9XBI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.374375rem;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:5.9396686553955rem;left:57.718103408814rem;height:1.875rem;font-style:normal;display:block; }
#KPfI3AVEBWoRLMHTlaRuQNfZChxgVHki { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9998125rem;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:23.374567031861rem;left:56.905382156372rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGb0GCJHZEIwXKI7s6XNhKZWREGd0hJl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4370625rem;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:21.311849594116rem;left:56.686204910278rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7MeDzcCc3zWoOF1tubhsqJDiDnu0OdR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:23.437501907349rem;left:35.811632156372rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdwrlzE15eyslm0xattuf8HkfACmZv3e { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:21.311849594116rem;left:36.062288284302rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKHlcUSy1u4sxi0JAnHhSXPN6MdztyQZ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;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:12.309026718139rem;left:1.1859817504882rem;height:5.625rem;font-style:normal;display:block; }
#GmD8CxonVWakMehT3UaOzRef6GhdhdzL { position:absolute;display:block;z-index:15035;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.37456875rem;width:3.37456875rem;top:17.059461593628rem;left:63.717454910281rem;overflow:hidden;display:block; }
#UsOvXQovQQKHk0p9X7Lz8ZfVSpy09cim { position:absolute;display:block;z-index:15037;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.43685rem;width:4.43685rem;top:16.526693344116rem;left:42.031251907349rem;overflow:hidden;display:block; }
#TgzyKTiBx3Jw8QZff3NtZNatr7oBy21d { position:absolute;display:block;z-index:15038;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.93728125rem;width:2.93728125rem;top:2.6931419372559rem;left:42.781038284302rem;overflow:hidden;display:block; }
#sOTo6apidknsyacZrSZyygm6I2BcSTFi { position:absolute;display:block;z-index:15036;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.31163125rem;width:3.31163125rem;top:2.2797298431396rem;left:63.7478351593rem;overflow:hidden;display:block; }
#KtzEawlFcOQBDpTFSoaOA7rV06hxohvq { box-sizing:content-box;height:12.5rem;width:19.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:1.875rem;left:34.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:block; }
#oSOEBetLKcw9oKzt8fkTnkppdETTo37h { box-sizing:content-box;height:12.5rem;width:19.6245625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:16.125rem;left:34.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:block; }
#dZmxBlJ2tJCRtsCNiXc85n7Zet6eiipH { box-sizing:content-box;height:12.5rem;width:19.6245625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:16.125rem;left:55.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:block; }
#usmPNN5E2g3tDu34zWyE6VVBH2KIDUuT { box-sizing:content-box;height:12.5rem;width:19.6245625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:1.875rem;left:55.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);display:block; }
#cPPnHN0NagQ9ek4un6iZ1gVNHhPbFlly { color:rgba(var(--color-tertiary-0),1);display:block;width:22.561875rem;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:21.5rem;left:4.375rem;height:4.21875rem;font-style:normal;display:block; }
#Gz5uzwEGrQWrxpvH3u8LnlJlQvMCLQME { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:21.3125rem;left:2.0625rem; }
#T8E2LJWucki4CgusEHtaCyUEdcHUol4x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:24.125rem;left:2.0625rem; }
#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { 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:none; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { border-width: 0; border-radius: 0; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:none; }#edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.25rem;height:11.6979375rem;font-style:normal;display:block; }
#C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17.375rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#on804I6wUdNVfuFdV1HgT2xih972HoQh { 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:24.5625rem;left:1.25rem;display:block; }
#f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;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:10rem;left:38.125rem;height:4.21875rem;font-style:normal;display:block; }
#Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { 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:15007;line-height:1.5;letter-spacing:0;top:7.1875rem;left:38.125rem;height:1.875rem;font-style:normal;display:block; }
#Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;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:10rem;left:56.875rem;height:4.21875rem;font-style:normal;display:block; }
#aakmBVFh8z2tqSppZWSE49EHI0MT2usz { 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:7.1875rem;left:56.875rem;height:1.875rem;font-style:normal;display:block; }
#hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;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:23.4375rem;left:38.25rem;height:4.21875rem;font-style:normal;display:block; }
#ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;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:23.4375rem;left:57rem;height:4.21875rem;font-style:normal;display:block; }
#bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { 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:15011;line-height:1.5;letter-spacing:0;top:20.625rem;left:38.25rem;height:1.875rem;font-style:normal;display:block; }
#M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { 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:20.625rem;left:57rem;height:1.875rem;font-style:normal;display:block; }
#lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.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:3.875rem;left:38rem;display:block; }#lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.adaptive-delivery-prevent-bg, #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.lazyload, #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.lazyloading { background-image: none; }
#nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { 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:3.875rem;left:56.375rem;display:block; }#nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.adaptive-delivery-prevent-bg, #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.lazyload, #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.lazyloading { background-image: none; }
#MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { position:absolute;display:block;z-index:15022;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.6875rem;left:38.25rem;display:block; }#MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.adaptive-delivery-prevent-bg, #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.lazyload, #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.lazyloading { background-image: none; }
#LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.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.625rem;width:2.625rem;top:17.5rem;left:56.875rem;display:block; }#LyKQDrQCgcTxHxGusEJw1iGB494eGno9.adaptive-delivery-prevent-bg, #LyKQDrQCgcTxHxGusEJw1iGB494eGno9.lazyload, #LyKQDrQCgcTxHxGusEJw1iGB494eGno9.lazyloading { background-image: none; }
#zeomv30kkdug3bEatyOX6a5v6EIHFM7i { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.5625rem;width:20.8125rem;top:12.974998474121rem;left:33.099999427796rem;overflow:hidden;display:block; }
#OvziZRvkH4SlnmTIH1DHBR3xIFrhQrGS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18671875rem;width:4.18671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.993748188019rem;left:41.25546836853rem; }
#OvziZRvkH4SlnmTIH1DHBR3xIFrhQrGS > img { max-width: 100%;max-height:100%; width:4.18671875rem; height:4.18671875rem; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi { position:relative;display:none; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi { border-width: 0; border-radius: 0; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:71.5rem; }
#LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:1.71875rem;left:6.625rem;height:1.68728125rem;font-style:normal;display:block; }
#l8GmG51w2O2n99PBaZh2cNom2rm76LTD { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.25rem;left:1rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LoPrOnqvHsgvznWmnwiNZWgIdCwUiuIe { box-sizing:content-box;height:2.625rem;width:71.8125rem;position:absolute;display:block;z-index:14997;background-color:#0060ab;background-image:none;top:1.25rem;left:2.75rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block; }
#SPL1uUFN5lQQnTeS8LTk6f78HKaxTqKe { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#0060ab;background-image:none;top:0.6875rem;left:0.4375rem;display:block; }
#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(39,109,162,0.06);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; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row .container { border-width: 0; border-radius: 0; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:rgba(39,109,162,0.06);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; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row .container { background-color: transparent; background-image: none; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row .container > .video-iframe-container { display: none; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row > .video-iframe-container { display: none; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .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); }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row .container { border-width: 0; border-radius: 0; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row .container { font-size:0.875rem;font-family:arial;height:42.243055625rem;width:75rem;position:relative;display:block; }#STCAUAMEahwAd7uyTPWxqrgHwAiRAnWl { color:#161616;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.5rem;left:3.75rem;height:0;font-style:normal;display:none; }
#VevU2OZp0ErleVKpx3yMwPLizF4mZyOL { color:#0060ab;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.4552955627441rem;left:4.5616321563721rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#rqpegTXAvgIS3JZOm34CqIWtrezMCuBN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:7.5505523681637rem;left:33.854166030884rem;display:none; }
#mx0nx0HqAFIh8yeLuqk6A3MEViXr4r4t { color:#0060ab;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.4375rem;left:1.3125rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rw4nkRNO8Tuf9rU31npEv5X9ons37RFo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.5625rem;width:20.8125rem;top:9.875rem;left:4.4375rem;overflow:hidden;display:none; }
#SBwINQl4y1qTSa2N5KGQkqPyBxznaSwv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18671875rem;width:4.18671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.893749952316rem;left:12.592968940735rem;display:none; }
#SBwINQl4y1qTSa2N5KGQkqPyBxznaSwv > img { max-width: 100%;max-height:100%; width:4.18671875rem; height:4.18671875rem; }#RlL2Qgm0yHg7085LtT1B0lD7qwsCtiQC { box-sizing:content-box;height:16.75rem;width:22.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:11.5rem;left:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hZLfzxOwDFzQb7Mck5WcgFGfHCRnNvOq { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.3125rem;width:22.4375rem;top:16rem;left:1.3125rem;display:block; }
#iqHAMhy99eUJuXqkfDXrTteCq3D70hsF { color:#0060ab;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125rem;left:27.6875rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mWAnyEWTS0hHWbps8MziQZfM99d1CSdx { box-sizing:content-box;height:16.6875rem;width:22.0625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:11.5625rem;left:26.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J8I4tcFOnl5Wv8HAcTpmKaU37lFeZsVg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.0625rem;width:21.9375rem;top:16.0625rem;left:26.3125rem;display:block; }
#KFhQhasy8fhaZlMGa8lzB9bZOnw1i2Hd { color:#161616;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:31.4375rem;left:11.4375rem;height:6.1875rem;font-style:normal;display:none; }
#xbWKOtxQmpkivNnwF4432BC2VXb3vCxD { color:#161616;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.1229166984558rem;left:3.75rem;height:2.0625rem;font-style:normal;display:none; }
#soMKPOLnagJD3rqLq1NxfBXOCa4DFSUe { color:#0060ab;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.875rem;left:20.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ymgWEUSGrPhgf3mIKiBXrmMQcHC9sVcp { color:#0060ab;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.875rem;left:46.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Xiqin0GJqOQLhMncdJDWaNpU49CFUGB6 { color:#161616;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.25rem;left:1.3125rem;height:3.574225rem;font-style:normal;display:block; }
#kpkwuBmU2LTtNlrFC2LmEAKFL39XyQ0q { color:#0060ab;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.4375rem;left:51.125rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uaGbPcm9hih2TOCf0CEeeT0VOH3EUOoo { box-sizing:content-box;height:16.75rem;width:22.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:11.5rem;left:51.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wiu7Iyf7sLA7A4QUtXGFo4TtfZZLhd01 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.3125rem;width:22.4375rem;top:16rem;left:51.125rem;display:block; }
#AxBZhA3W9Ndcp651Qfelsf4fZKGAxSqH { color:#161616;display:block;width:8.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:36.8125rem;left:3.8125rem;height:1.2999125rem;font-style:normal;display:block; }
#CHI5FaxS581pQkxlBl4lxMS8eOudIRfh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:36.4375rem;left:1.3125rem; }
#dFSpyhwoH9RHMGOgeugE4P5AuAuHwsQr { color:#161616;display:block;width:8.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.8125rem;left:13.1875rem;height:1.2999125rem;font-style:normal;display:block; }
#wGsyLJrE2TnVp7yAugImQJopABU6u1d3 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:36.4375rem;left:10.8125rem; }
#kNiGL2TWZVTRA9wWxya28RXNAp0IQf3E { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:31.75rem;left:26.4375rem;height:6.4019rem;font-style:normal;display:block; }
#awlmXgRvAQilpqAvx73PIyTFxw5dpM9L { color:#161616;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.875rem;left:51.125rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SiAmH8Rs5tPR02k9vT9s04pbecW5hzrE { color:#161616;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.875rem;left:1.3125rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qfzlWKRKXSTFffTlNzanH0lT5GiuXGr0 { color:#0060ab;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.875rem;left:20.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#pePLgWMkgNK5Mpmk3Q5fcfidqHaNPz4K { color:#161616;display:block;width:22.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.125rem;left:27.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { color:#161616;display:block;width:20.625rem;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:3.75rem;left:28.5625rem;height:2.3556875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vNBUFUZ92o8UQBSKBEttV22sOL4ds8XP { position:absolute;display:block;z-index:14999;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:9.375rem;width:9.375rem;top:0.75rem;left:19.8125rem;overflow:hidden;display:block; }
#QCbTQPECntATXDMVMF01tolToSBtVA5b { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:rgba(39,109,162,0.06);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; }#QCbTQPECntATXDMVMF01tolToSBtVA5b > .row .container { border-width: 0; border-radius: 0; }#QCbTQPECntATXDMVMF01tolToSBtVA5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCbTQPECntATXDMVMF01tolToSBtVA5b > .row .container { font-size:0.875rem;font-family:arial;height:45.305625rem;width:75rem;position:relative;display:none; }#zZdSyC31UHWBZKbxLIuOA7cAXXix7332 { color:#161616;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.5rem;left:3.75rem;height:0;font-style:normal;display:none; }
#BcvruiNCVoubqzqhZlu3oBKhSgWpriU8 { color:#0060ab;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.4552955627441rem;left:4.5616321563721rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#IqTaBZtFAd6TdEMNbiaGAtxtX577ix2L { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:7.5505523681637rem;left:33.854166030884rem;display:none; }
#tvLpVp0KXqHKv1IQOHm3vs0J1aShJHM4 { color:#0060ab;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.9375rem;left:23.4375rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mt8xRGJm07vy5CuqJiTnp7LixLcGkai2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.5625rem;width:20.8125rem;top:9.875rem;left:4.4375rem;overflow:hidden;display:none; }
#OVlDQCHCs487Z8lBTk3fZsQvK42RRCEG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18671875rem;width:4.18671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.893749952316rem;left:12.592968940735rem;display:none; }
#OVlDQCHCs487Z8lBTk3fZsQvK42RRCEG > img { max-width: 100%;max-height:100%; width:4.18671875rem; height:4.18671875rem; }#Rh9S2I7RynbIi0OQcrl2Py823mrpyc7T { box-sizing:content-box;height:16.75rem;width:22.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:3rem;left:23.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CXyi4SysQrPa3rVughdVHW5KondMBsB7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.3125rem;width:22.4375rem;top:7.5208339691163rem;left:23.46875rem;display:block; }
#GvZExciTTQF12ZbHOzGIq51wGLKqXOZK { color:#0060ab;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5625rem;left:49.4375rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZaSdGtWMee71TnBo0uzepDlfv0DcGUMe { box-sizing:content-box;height:16.6875rem;width:22.0625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:3rem;left:48rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UzGZO2BvTLTCZ9gQ9IiTvwi8p9sv57VK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.0625rem;width:21.9375rem;top:7.5208339691163rem;left:48.09375rem;display:block; }
#HmL5yGTcRTHbWGf7GpdLMTGIEPdXgiIv { color:#161616;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3rem;left:3.0625rem;height:3.57421875rem;font-style:normal;display:block; }
#XrAEBHKQ8LcAWg8GkBXf8y80rUQyW9Rk { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:6.5rem;left:1.1875rem;overflow:hidden;display:block; }
#kn535int0OwAT0ygrNHXopNNBq5tor4w { color:#161616;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:31.4375rem;left:11.4375rem;height:6.1875rem;font-style:normal;display:none; }
#pTleCzZ7dZSTqskGT9BwEhPJEXuGDhMx { color:#161616;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.1229166984558rem;left:3.75rem;height:2.0625rem;font-style:normal;display:none; }
#yPtgL7JRlX8v4bk6DqfdE3K9xuf82tTZ { color:#0060ab;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.875rem;left:20.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#v4CM0PI2Fzybhd40WCcXQ4mTtDVBRc68 { color:#0060ab;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.875rem;left:46.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#AbZCDi5u5LoEka72XTHkZDqHubOI3yqa { color:#161616;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.1875rem;left:48rem;height:3.574225rem;font-style:normal;display:block; }
#uwnybha0ravHwmzT0bdQXTKTltF9yD1B { color:#0060ab;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:23.4375rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xU8OpPcTiEv4QlX7frl0Dga0QhGvcmF1 { box-sizing:content-box;height:16.75rem;width:22.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:25.1875rem;left:23.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#onTkvsHaTJQuWBHUSHinyNeHxRc5D8Ba { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.3125rem;width:22.4375rem;top:29.6875rem;left:23.4375rem;display:block; }
#qctPgVKplNT61qb9ag5NfLXPNB69PKyK { color:#161616;display:block;width:8.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.75rem;left:50.375rem;height:1.2999125rem;font-style:normal;display:block; }
#P2y95GwsKlGwcznpT408autLcNTD18WZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:30.375rem;left:48rem; }
#uHUOZkauJ46Z6XtEq3lTeoUiXOIIgq0y { color:#161616;display:block;width:8.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.75rem;left:59.8125rem;height:1.2999125rem;font-style:normal;display:block; }
#BEvI9rhanyaJBsIbTZ3amDpCfmmRh1Zr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.375rem;left:57.4375rem; }
#N3KqdT0LvuisizSguMtgLuFTUS7NTO0D { color:#161616;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:33.999567985534rem;left:47.999132156372rem;height:8.00238125rem;font-style:normal;display:block; }
#PGG95DptpR36aUd4VOyFw5pwccUfmxGC { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.875rem;left:5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lh3c5IfmrHllt2Q3wOfLe5aXcl7w8Udt { box-sizing:content-box;height:2.1875rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(177deg, #d8effb, #0075d0);background-image: -moz-linear-gradient(177deg, #d8effb, #0075d0);background-image: -ms-linear-gradient(177deg, #d8effb, #0075d0);background-image: -o-linear-gradient(177deg, #d8effb, #0075d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effb', endColorstr='#0075d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effb', endColorstr='#0075d0' );";background-image: linear-gradient(177deg, #d8effb, #0075d0);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:4.5625rem;display:block; }
#iIQoO1DpsioWH6iTFlJs3pMc20tTPf6T { color:#ffffff;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.6875rem;left:2.9375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MihbU9dbJLtupkULrLSGscXuQB38vuBJ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:38.6875rem;left:1.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAl41TkLpk1dgOcihQuKnJygCfVErPC8 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #0075d0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #0075d0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #0075d0);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #0075d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#0075d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#0075d0' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #0075d0);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:9.8125rem;display:block; }
#U3wTftMyPAB7obM0PIipIT8hGe7wmyfP { box-sizing:content-box;height:2.1875rem;width:16.6873125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(177deg, #d8effb, #0075d0);background-image: -moz-linear-gradient(177deg, #d8effb, #0075d0);background-image: -ms-linear-gradient(177deg, #d8effb, #0075d0);background-image: -o-linear-gradient(177deg, #d8effb, #0075d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effb', endColorstr='#0075d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effb', endColorstr='#0075d0' );";background-image: linear-gradient(177deg, #d8effb, #0075d0);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:2.5625rem;display:block; }
#u8o8ROXPaNdHKx0RBPehC7auusiH0PKV { box-sizing:content-box;height:2.1875rem;width:19.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(177deg, #d8effb, #0075d0);background-image: -moz-linear-gradient(177deg, #d8effb, #0075d0);background-image: -ms-linear-gradient(177deg, #d8effb, #0075d0);background-image: -o-linear-gradient(177deg, #d8effb, #0075d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effb', endColorstr='#0075d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effb', endColorstr='#0075d0' );";background-image: linear-gradient(177deg, #d8effb, #0075d0);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:1.25rem;display:block; }
#qPaawq4zdkpaVMrZ6zR7aTVmfkdJGrfl { color:#161616;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:27.531468391419rem;left:23.437501907349rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dBkndbF69Zux46uRDHB4Lmychph3giRL { color:#161616;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:23.437501907349rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yxEpfrrHbmRk8Gz4lQTyso0S57Ol3D2D { color:#0060ab;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.875rem;left:20.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw { position:relative;display:block; }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw { background-color: transparent; background-image: none; }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .row .container > .video-iframe-container { display: none; }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .row > .video-iframe-container { display: none; }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .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); }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw { border-width: 0; border-radius: 0; }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .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; }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .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:1.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; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { position:relative;display:block; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { background-color: transparent; background-image: none; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container > .video-iframe-container { display: none; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row > .video-iframe-container { display: none; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .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); }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { border-width: 0; border-radius: 0; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:71.5rem; }
#PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:1.71875rem;left:6.625rem;height:1.6875rem;font-style:normal;display:block; }
#CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.3125rem;left:0.75rem;height:2.62478125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTtbf6ScSK79OCDRlDW8Zv6Vll9Jp4OL { box-sizing:content-box;height:2.625rem;width:71.8125rem;position:absolute;display:block;z-index:14999;background-color:#0060ab;background-image:none;top:1.25rem;left:3.1875rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block; }
#TKKnsfWzgJwKPqeZAzU4LWPWw3C8nfir { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#0060ab;background-image:none;top:0.6875rem;left:0.4375rem;display:block; }
#O9GdTKvIp0I5qalcW63WonTvJCIT8STM { position:relative;display:block; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM { background-color: transparent; background-image: none; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container > .video-iframe-container { display: none; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row > .video-iframe-container { display: none; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .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); }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM { border-width: 0; border-radius: 0; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:rgba(39,109,162,0.06);background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { color:#161616;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.1875rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#Ga7h2552PJH9SrDwqTBUBurHTyDr2SNW { color:#161616;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.436197280884rem;left:3.7500019073486rem;height:1.40625rem;font-style:normal;display:block; }
#PLDlinz5O2pnr6iDwlq3t2BsUlLeLtaT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:4.2295989990234rem;left:3.9683170318604rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#PLDlinz5O2pnr6iDwlq3t2BsUlLeLtaT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PLDlinz5O2pnr6iDwlq3t2BsUlLeLtaT li:before{  }
#ebaA5c4CevedFBZDw1O2XWeJ9nvQ8rJ2 { box-sizing:content-box;height:1.75rem;width:7.125rem;position:absolute;display:block;z-index:15008;background-color:#161616;background-image:none;top:4.1875rem;left:3.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ycBbOTeaCT7Q32tDS6N99cqSNCJtK2VN { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:4.1875rem;left:12.3125rem;height:1.6875rem;font-style:normal;display:block; }#ycBbOTeaCT7Q32tDS6N99cqSNCJtK2VN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ycBbOTeaCT7Q32tDS6N99cqSNCJtK2VN li:before{  }
#HFgD8BXDKSXVfeDJe6G3RULVZCRSUGCF { box-sizing:content-box;height:1.75rem;width:3.375rem;position:absolute;display:block;z-index:15010;background-color:#727b7b;background-image:none;top:4.1875rem;left:11.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Qu5FpuioKvs16ZuusV2M4afsCUOA4579 { color:#0060ab;display:block;width:17.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:4.25rem;left:16.375rem;height:;font-style:normal;display:block; }#Qu5FpuioKvs16ZuusV2M4afsCUOA4579 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qu5FpuioKvs16ZuusV2M4afsCUOA4579 li:before{  }
#JPFqkGDqfASClbfCH6dCazQRkJ3XI4wr { color:#0060ab;display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:6.8125rem;left:16.375rem;height:;font-style:normal;display:block; }#JPFqkGDqfASClbfCH6dCazQRkJ3XI4wr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JPFqkGDqfASClbfCH6dCazQRkJ3XI4wr li:before{  }
#aHTv3qEfonBIT6gnPQRGPRltu1CJVfxz { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:6.75rem;left:12.3125rem;height:1.6875rem;font-style:normal;display:block; }#aHTv3qEfonBIT6gnPQRGPRltu1CJVfxz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aHTv3qEfonBIT6gnPQRGPRltu1CJVfxz li:before{  }
#MQkHHDf4eG7Bn0XD5KMTLagKKF86x2N4 { box-sizing:content-box;height:1.75rem;width:3.375rem;position:absolute;display:block;z-index:15015;background-color:#727b7b;background-image:none;top:6.75rem;left:11.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#CExnptDzq4C26DfE8sTE7zPIwlO9t9qW { box-sizing:content-box;height:1.75rem;width:7.125rem;position:absolute;display:block;z-index:15013;background-color:#161616;background-image:none;top:6.75rem;left:3.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#u1LDIu3KQ0wa70QViROTNJL2Jxwo5y4e { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:6.8109779357913rem;left:3.8433170318604rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#u1LDIu3KQ0wa70QViROTNJL2Jxwo5y4e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u1LDIu3KQ0wa70QViROTNJL2Jxwo5y4e li:before{  }
#FdJpc8DU6fOwCG4K4abhCtarWoq4qz70 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #09699d;border-left:0.125rem dotted #09699d;border-right:0.125rem dotted #09699d;border-bottom:0.125rem dotted #09699d;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#0060ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.1623229980469rem;left:33.780385971069rem;display:block; }
#IxftrmuMEzDgGvXzU4XiiNcoofA8aFUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAxr2VqPVqLNuku5rTZTzpE6QQicWiPJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #09699d;border-left:0.125rem dotted #09699d;border-right:0.125rem dotted #09699d;border-bottom:0.125rem dotted #09699d;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#0060ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:6.7632141113281rem;left:39.034288406372rem;display:block; }
#bnMO8W5FXd0hlWa4pB0ZFrVR47AFFu66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exIhGwV6NaomTl07swMGTFzyJp7lJJWL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xQuo7JxHfO6TpXO9EtiRp1u1J7XSlIEA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TD2GkRnToJeO4tmVtXU2RZSAbAWCciXV { color:#0060ab;display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:6.8125rem;left:16.375rem;height:1.68728125rem;font-style:normal;display:none; }#TD2GkRnToJeO4tmVtXU2RZSAbAWCciXV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TD2GkRnToJeO4tmVtXU2RZSAbAWCciXV li:before{  }
#tsx8uXHQyB56h49GL9pPnrvgVEVXBqsA { color:#0060ab;display:block;width:17.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:4.25rem;left:16.375rem;height:1.68728125rem;font-style:normal;display:none; }#tsx8uXHQyB56h49GL9pPnrvgVEVXBqsA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tsx8uXHQyB56h49GL9pPnrvgVEVXBqsA li:before{  }
#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI { position:relative;display:block; }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI { background-color: transparent; background-image: none; }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .row .container > .video-iframe-container { display: none; }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .row > .video-iframe-container { display: none; }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .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); }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI { border-width: 0; border-radius: 0; }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .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; }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .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:1.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; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD { position:relative;display:block; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD { background-color: transparent; background-image: none; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .row .container > .video-iframe-container { display: none; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .row > .video-iframe-container { display: none; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .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); }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD { border-width: 0; border-radius: 0; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nlwgRpchBlcS0NgSrGu2yXqQ5oTICRAC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:71.5rem; }
#fJ0LP0vs55oU17fLeuLrmMEiIHQcx9rP { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.71875rem;left:6.625rem;height:1.6875rem;font-style:normal;display:block; }
#Dywo3GwrPWwT34ITA0I7kip7H9v9TNn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.25rem;left:1.0818157196045rem;height:2.62478125rem;font-style:normal;display:block; }
#loLR7tQUBDGqvSoOXE5QoASLHcXPkfPI { box-sizing:content-box;height:2.625rem;width:71.8125rem;position:absolute;display:block;z-index:14995;background-color:#0060ab;background-image:none;top:1.25rem;left:3.1875rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block; }
#ywCAcP3dzcKNSPuPyNgfwai73Oi1ZQ8q { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#0060ab;background-image:none;top:0.6875rem;left:0.4375rem;display:block; }
#foRiu6h7f6RKg6QGruOhDvDwVnK94eva { position:relative;display:block; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva { background-color: transparent; background-image: none; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container > .video-iframe-container { display: none; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row > .video-iframe-container { display: none; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .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); }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva { border-width: 0; border-radius: 0; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:rgba(39,109,162,0.06);background-image:none;font-size:0.875rem;font-family:arial;height:11.0555625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { color:#161616;display:block;width:58.3125rem;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:1.1875rem;left:3.75rem;height:4.21875rem;font-style:normal;display:block; }
#C5ogyDm5CqPP3TtvJtTA0dyXIQ8AAgqb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:6.625rem;left:5.1875rem; }
#C5ogyDm5CqPP3TtvJtTA0dyXIQ8AAgqb > img { max-width: 100%;max-height:100%; width:2.12456875rem; height:2.12456875rem; }#WihsJbV0uveJDPLQBgfUvB11GZnloww8 { 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.125rem solid #0060ab;border-left:0.125rem solid #0060ab;border-right:0.125rem solid #0060ab;border-bottom:0.125rem solid #0060ab;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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.3;overflow:hidden;position:absolute;width:13.34654875rem;height:1.78407375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:6.8125rem;left:8.1875rem;display:block; }
#RFGxVohNfS17xIOPZTwITssqfNOCZkWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AfEENkdNQhiyTWiViUGzJwTN1IrnXaKT { 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.125rem solid #0060ab;border-left:0.125rem solid #0060ab;border-right:0.125rem solid #0060ab;border-bottom:0.125rem solid #0060ab;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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.3;overflow:hidden;position:absolute;width:13.33248625rem;height:1.7699675rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:6.8125rem;left:26.5rem;display:block; }
#EWIySFBfwNl9b3aUqwF9xwLlsXRXpTN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OWL7Lz7PRWXfeLPB6S3Kade2UfOF2D5V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.4375rem;left:23.3125rem; }
#WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { 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: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.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.3125rem;height:2rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:6.8109836578369rem;left:45.686853408814rem;display:block; }
#qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ed22htoKMpmBi9iy99C7ZpDTG5X475wi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.4366321563719rem;left:42.353517532349rem; }
#rA8chCRSAZPXn2kyTw7LOli41ftZD53X { position:relative;display:block; }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X { background-color: transparent; background-image: none; }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .row .container > .video-iframe-container { display: none; }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .row > .video-iframe-container { display: none; }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .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); }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X { border-width: 0; border-radius: 0; }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .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; }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .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:1.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; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc { position:relative;display:block; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc { background-color: transparent; background-image: none; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .row .container > .video-iframe-container { display: none; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .row > .video-iframe-container { display: none; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .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); }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc { border-width: 0; border-radius: 0; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Kza9VbIcEWOL1lx3Eo5U23dyfb9pbBPV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:71.5rem; }
#QmzcW7QIyPdvgNCF8mgt5g5srpdlg6Tg { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.71875rem;left:6.625rem;height:1.68728125rem;font-style:normal;display:block; }
#uTwMJOzZmid3LB2NkyUJGpNyvHv0mI2I { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.25rem;left:1.0625rem;height:2.62478125rem;font-style:normal;display:block; }
#tVKlp3JbuDJz8LuiK3HFTlMV9eVadTrF { box-sizing:content-box;height:2.625rem;width:71.8125rem;position:absolute;display:block;z-index:14992;background-color:#0060ab;background-image:none;top:1.25rem;left:3.1875rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block; }
#KnZ98qEWaB3d9cMTIkkVcluL95NbLnBo { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:#0060ab;background-image:none;top:0.6875rem;left:0.4375rem;display:block; }
#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 { position:relative;display:block; }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 { background-color: transparent; background-image: none; }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .row .container > .video-iframe-container { display: none; }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .row > .video-iframe-container { display: none; }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .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); }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 { border-width: 0; border-radius: 0; }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:rgba(39,109,162,0.06);background-image:none;font-size:0.875rem;font-family:arial;height:20.5555625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lr4VhH9n5Wkg4LMM5vIIhwRFAs8tWvhr { box-sizing:content-box;height:15.625rem;width:19.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:2.4375rem;left:3.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cHnO0TMEoilWsCn6JrKMWlkMwF8qzsgR { position:absolute;display:block;z-index:15030;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.37456875rem;width:5.12478125rem;top:4.3125rem;left:4.375rem;overflow:hidden;display:block; }
#NOsK3DPmfWIAKmFbFMw12bOQcXkVQfES { color:#161616;display:block;width:13.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:4rem;left:9.75rem;height:3.574225rem;font-style:normal;display:block; }
#xu6sGlRmVaWPfEr0HN0f4nUETOqIK2lf { color:#0060ab;display:block;width:14.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:9.0625rem;left:5rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sBaUJQDL9TqHEKvMBeExETax7E1nLCB0 { color:#161616;display:block;width:10.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:11.6875rem;left:5rem;height:4.84375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#sBaUJQDL9TqHEKvMBeExETax7E1nLCB0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sBaUJQDL9TqHEKvMBeExETax7E1nLCB0 li:before{  }
#AyseXaF4Ayayw0ksTzlxe86rKAIBoM3C { box-sizing:content-box;height:15.3125rem;width:22.6875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:2.5rem;left:26.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lCADCzucoU0T74ryoToKsDG8OSXRH9bH { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:22.7485rem;top:5.5rem;left:26.125rem;display:block; }
#qid7sluhXRKIIDJsEL3Gol4F1OAMPe8h { position:absolute;display:block;z-index:15029;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:18.6870625rem;width:15.9375rem;top:1.8120670318604rem;left:54.498704910278rem;overflow:hidden;display:block; }
#BdAZd46L7Gn8PAMIA2SuL9CRWGuntLdS { color:#0060ab;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3125rem;left:27.0625rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { position:relative;display:block; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { background-color: transparent; background-image: none; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container > .video-iframe-container { display: none; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row > .video-iframe-container { display: none; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .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); }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { border-width: 0; border-radius: 0; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .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; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .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:3.25rem;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; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { position:relative;display:block; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { background-color: transparent; background-image: none; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row .container > .video-iframe-container { display: none; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row > .video-iframe-container { display: none; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .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); }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { border-width: 0; border-radius: 0; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .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; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .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:7.0625rem;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; }#nStg0E9gFuoRZpW3mocurAncpnemow9J { color:#161616;display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9140548706055rem;left:2.6236991882324rem;height:2.35625rem;font-style:normal;display:block; }
#HpEOQ49iX3eUNP3hn1VQb6bAEsMaPiuz { color:#161616;display:block;width:61.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.25rem;height:0;font-style:normal;display:none; }
#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { position:relative;display:block; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { background-color: transparent; background-image: none; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row .container > .video-iframe-container { display: none; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row > .video-iframe-container { display: none; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .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); }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { border-width: 0; border-radius: 0; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .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; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .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:26.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; }#MIwDdoA1PNBAZavoMsaMUWPImuU18sgq { color:#161616;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:9.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#T58lP6MT8oIHqePtHFfdlZgumqgZ6wEE { position:absolute;display:block;z-index:15006;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.8125rem;width:3.8125rem;top:1.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#PMJCxsH7RF4sXmavkJT9iJrnVvVlMvBR { box-sizing:content-box;height:18.75rem;width:0.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.59);background-image:none;top:3.375rem;left:4.5rem;display:block; }
#Sszy46FATmckcExtI6etwhoNyeictFlS { color:#161616;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:9.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#wR0UpvBVZ4TAdN8WzDNw3egetzKlm4BX { color:#161616;display:block;width:12.875rem;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:14.0625rem;left:9.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#wJQUJVUDB7NAIIepqZFJ7r6mm1QnqMJT { color:#161616;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.125rem;left:9.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#Nvq1xubJCOJyIEkDlrX3W9y8ARQH0gL5 { position:absolute;display:block;z-index:15007;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.5rem;width:4.5rem;top:19.0625rem;left:2.5625rem;overflow:hidden;display:block; }
#looTOTQVeyz5gXMqIetmsGhNVrundazv { position:absolute;display:block;z-index:15009;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.125rem;width:4.125rem;top:7.1875rem;left:2.75rem;overflow:hidden;display:block; }
#exO2O5HQ0l6AAm1V1TFEyPT6fHJ4TuLv { position:absolute;display:block;z-index:15010;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.125rem;width:4.125rem;top:13.125rem;left:2.75rem;overflow:hidden;display:block; }
#pq5TiwTwxDuoBVqII1csDNgkfFM3dRNJ { box-sizing:content-box;height:18.75rem;width:0.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.59);background-image:none;top:4.3124895095825rem;left:4.65625rem;display:none; }
#CbEXbTeUCwTKal7TyRc2t3gb4E5Zcx52 { 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:50rem;width:75rem;display:none; }
#TpkZ83sfZXXHhO8NFPwfaWKbtx3JO4IH { box-sizing:content-box;height:18.75rem;width:0.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.59);background-image:none;top:4.3124895095825rem;left:4.65625rem;display:none; }
#QW2ZvdBnM7n28CPUCvWvviVuqw0n6UIt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.811875rem;width:42.4370625rem;top:1.1545143127441rem;left:30.811635971069rem;display:block; }
#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo { position:relative;display:block; }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo { background-color: transparent; background-image: none; }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .row .container > .video-iframe-container { display: none; }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .row > .video-iframe-container { display: none; }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .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); }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo { border-width: 0; border-radius: 0; }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .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; }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .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.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; }#T4ITKeZ1D0vu4R6FB86doDBcKVaqha1T { color:#161616;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.125rem;height:2.35625rem;font-style:normal;display:block; }
#o5SNw5C2IxerC3h0kNTP2bneZhsDeXp6 { color:#161616;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.125rem;height:1.40625rem;font-style:normal;display:block; }
#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 { position:relative;display:block; }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 { background-color: transparent; background-image: none; }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .row .container > .video-iframe-container { display: none; }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .row > .video-iframe-container { display: none; }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .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); }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 { border-width: 0; border-radius: 0; }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .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; }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .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:17.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; }#NpiNpVIZWU9xyGS5trMJC7XV38qyzfuG { 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.11263125rem;font-style:normal;display:block; }
#vbDabULgdcCacdzSgTlkwk59E2T7H15q { color:#161616;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; }
#pUun9teTTUuilkPZpvyWfzqdGkpcsSwM { 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; }
#hqMT1h4IykZKpQzCqqpcsOFkZTlN7Wtt { 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; }
#QVxGBXNtmQf4tlnBh2yysTnOGnrEK7Rw { 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; }
#DyLeACAfyTeGQt0l3VXvdvrVBX0fFarh { color:#161616;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; }
#he9cea3xXquUbTaA0GAdgUgwiblMXwoZ { 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.11263125rem;font-style:normal;display:block; }
#nMbMaLLx3xEXUCloy6Ni4gFDWrHOx3BJ { color:#161616;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; }
#uZO409r2iDDyGSkiExwo5daluG7DrLCG { 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.11263125rem;font-style:normal;display:block; }
#SFxf8bVJz8JzXmyf13iIxCuTbazVPPmE { 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; }#SFxf8bVJz8JzXmyf13iIxCuTbazVPPmE.adaptive-delivery-prevent-bg, #SFxf8bVJz8JzXmyf13iIxCuTbazVPPmE.lazyload, #SFxf8bVJz8JzXmyf13iIxCuTbazVPPmE.lazyloading { background-image: none; }
#NT6fPr9xZcF9hVdzUMOJxoXHKilw7moX { 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; }#NT6fPr9xZcF9hVdzUMOJxoXHKilw7moX.adaptive-delivery-prevent-bg, #NT6fPr9xZcF9hVdzUMOJxoXHKilw7moX.lazyload, #NT6fPr9xZcF9hVdzUMOJxoXHKilw7moX.lazyloading { background-image: none; }
#pA6sRWeN9xWLmH38WVSK8CRAOr4GXm1h { 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; }#pA6sRWeN9xWLmH38WVSK8CRAOr4GXm1h.adaptive-delivery-prevent-bg, #pA6sRWeN9xWLmH38WVSK8CRAOr4GXm1h.lazyload, #pA6sRWeN9xWLmH38WVSK8CRAOr4GXm1h.lazyloading { background-image: none; }
#adDwIwbyi2nDQE18rny6tvUe2KQMlZua { position:relative;display:block; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua { background-color: transparent; background-image: none; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container > .video-iframe-container { display: none; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row > .video-iframe-container { display: none; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .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); }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua { border-width: 0; border-radius: 0; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .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; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .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.375rem;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; }#sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { color:#161616;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:1.25rem;height:2.3556875rem;font-style:normal;display:block; }
#uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { color:#161616;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.1875rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#Ru83MVisnbNLNvDXgCaxMvG623tIh2Gd { 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: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:10.875rem;height:2.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:10.125rem;left:1.25rem;display:block; }
#ZmtBxgugMJkrrr0drFAbpTmVuGzC328x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { background-color: transparent; background-image: none; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container > .video-iframe-container { display: none; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row > .video-iframe-container { display: none; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .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); }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { border-width: 0; border-radius: 0; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24079306-b7c8-4afe-a8e5-00e433809505/uaxpequeo.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:7.1875rem;width:18.75rem;top:2.46875rem;left:0.6875rem;display:block; }#Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.adaptive-delivery-prevent-bg, #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.lazyload, #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.lazyloading { background-image: none; }
#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:glober;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) { #WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { width:11.25rem;height:3.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { top:2.1875rem;left:39.4375rem;width:8.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { top:2.3125rem;left:46.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkN3XhzAeTXLNGnn0RMy0685uCIo204y { display:block; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e596JvmBgZHzV0BPosn41CCzw9sBPmvr { display:none; }
 }@media only screen and (max-width: 763px) { #oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { top:1.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y23UNZIlycTOZxH62LcJvpTz49VbXktW { top:4.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { top:5.875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { top:7.9375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { top:12.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { top:14.75rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { display:none; }
 }@media only screen and (max-width: 763px) { #F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { top:17.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { top:19.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { top:22.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { display:none; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { display:none; }
 }@media only screen and (max-width: 763px) { #d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { top:0.4375rem;left:0rem;width:20rem;height:7.0625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { top:11rem;left:0rem;width:19.8125rem;height:11.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { display:none; }
 }@media only screen and (max-width: 763px) { #W22SI45UUFEzwMloyeidv8MbASB9hbGn { display:none; }
 }@media only screen and (max-width: 763px) { #Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { display:none; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { top:4.0625rem;left:0rem;width:45.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { top:7.25rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { top:8.25rem;left:0rem;width:4.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { top:8.25rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { top:7.3125rem;left:3.875rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHKvFrcRLClwGP9pTGuzHScGgsmvlXz6 { top:12.75rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfCMTO8fBlaVk1NO3748WQ8X72wwMWxS { top:11.3125rem;left:0rem;width:3.1875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { top:1.875rem;left:0rem;width:17.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { top:16.625rem;left:40.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthKTz7PkhQ0Z5FWlftLA4xJzL8MxThc { top:11.3125rem;left:0rem;width:5.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHFP3GzDnkvGdfR9FAfInvIwuvrcEZJ3 { top:12.8125rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { display:block; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { top:5.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEzcECRJZK5mT8ICc3MewsaOhEU6sCRb { top:18.875rem;left:0rem;width:46.1875rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro08zrp1ww4PoPKG1KRUGRiNLCXqrQkL { top:12.1875rem;left:0rem;width:21.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7tC4dgNO4bWZoksLp0wwFd7c73yEHS { width:47.75rem;height:22.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KG4GUlJxH6nBqMtegtiivvM3XStZQNIR { top:11.625rem;left:0rem;width:22.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { display:block; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { top:3.3125rem;left:0rem;width:45.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { top:6.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDNNLTATWQOkExklSrCkUbDOltivWb3S { top:8.0625rem;left:0rem;width:4.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noc18Ds2DQFplzT3TSNERy90gIVcM5bW { top:8.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { top:6.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOE0AC8NLduFRAeqG3z83yS4O8INZxhb { 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) { #mbw9vSbtuM6qTCIkz0yczbEG9GZCdBTa { 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) { #q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { top:3.5625rem;left:0rem;width:27.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rumgRT0xUHTtu8fuT8MuduDT4wq9Kp6M { top:6.5rem;left:20.625rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K298hmcOWuv577ellHfWx8gCLdBQnfNA { top:8.0625rem;left:20.75rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABVkT6vm3cdA466hwrZdq95hPpUCfsa { display:block; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { top:1.875rem;left:0rem;width:26.4375rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWhAweDHNyixTvuH6ryfp56rlM0HWACi { display:block; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K401MCRdOlOMyfUhwka7uy1dkryruGAT { top:2.8125rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { top:5.125rem;left:0rem;width:15.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shfVktChy23h3GLrgdVM6iH97Nl5KXyv { display:none; }
 }@media only screen and (max-width: 763px) { #DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { display:none; }
 }@media only screen and (max-width: 763px) { #DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { display:none; }
 }@media only screen and (max-width: 763px) { #VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { top:8.8125rem;left:13rem;width:18.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { top:5.125rem;left:15.875rem;width:15.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { top:2.8125rem;left:15.875rem;width:15.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { top:5.125rem;left:30.4375rem;width:17.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { top:2.8125rem;left:25.25rem;width:22.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQQwLJTEytglUwT2p4tBrLHU16KDR6p { top:7.25rem;left:31.1875rem;width:16.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSai3iDGAhdgfoGTnxIJNPWCnuwuxevW { top:7.25rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sObEfU4I9bwBI33Mov6bnouFX2oMcT9J { top:7.25rem;left:0rem;width:15.6875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { display:block; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { top:1.9375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { top:5.125rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { top:7.5625rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { display:none; }
 }@media only screen and (max-width: 763px) { #s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { display:none; }
 }@media only screen and (max-width: 763px) { #MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { display:none; }
 }@media only screen and (max-width: 763px) { #bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { top:7.5625rem;left:12.9375rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { top:5.125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { top:1.9375rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { top:7.5625rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { top:5.125rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { top:1.9375rem;left:29.1875rem;width:18.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { display:block; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { top:1.9375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { top:5.125rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { top:7.5625rem;left:0rem;width:18.8125rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { display:none; }
 }@media only screen and (max-width: 763px) { #pJilDXydGS30DDS5LMO7TKGwgMrKphWM { display:none; }
 }@media only screen and (max-width: 763px) { #A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { display:none; }
 }@media only screen and (max-width: 763px) { #uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { top:7.5625rem;left:12.9375rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsuvawdORRFTx099sqFQTWTPs6MUarSx { top:5.125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { top:1.9375rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { top:7.5625rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { top:5.125rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { top:1.9375rem;left:31.75rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFh5Qb8lxDustlow8JhhORfL62soLCRt { display:block; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovZSGMMT0OPTVUPspQXd9HXmxqiayHiu { top:9.0625rem;left:0rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4 { top:9.0625rem;left:0rem;width:21.5rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdT2Bhnach848UoDQqgvRukf6Fx3lX7 { top:23.375rem;left:0rem;width:16.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSAkQ6BhwZcIxOK2N1QZoTHHfs4MUuPW { top:23.375rem;left:15.625rem;width:16.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwC4eEVIVSE5TMZ4OmKSC9irM286qpr9 { top:23.375rem;left:34.3125rem;width:12.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvV8qT2279xTSJuRyomUchIwJolkWACR { top:9.0625rem;left:10.1875rem;width:21.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob { top:9.0625rem;left:26.375rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQiSNUIg8EWP9lBmJpfnAKvDQhc7Lxgx { top:25.875rem;left:0rem;width:18.375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x78qeQKs1OmHxSB7dCKAxiLXorrsxEwP { top:9.0625rem;left:10.1875rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUe2b8o5ZwdR8UkwS19KTkFPb2lSovWF { top:25.875rem;left:15.9375rem;width:15.8125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouzgTzpXzn2VqTZg9Qk4xHtgDoyGltCz { top:9.0625rem;left:26.0625rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm33HktaNV13Rm5UDZl3dtE224NJPTkm { top:25.875rem;left:30.5625rem;width:17.0625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08atpvKi0s3JUKeELc5Vm73U5OGQMZv { width:14.3125rem;height:2.75rem;top:20rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBKFH8IXDMhqt44BZTtRoeKpLSvXzGep { display:block; }
 }@media only screen and (max-width: 763px) { #turASAsZofgUBQkwdFQQrly49BnnarDG { top:1.8125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTtihFTH6sdMXwaAwguJn6zs7OuXcKZ { top:4.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH { display:block; }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTbA8QSm5mDHiimsHhbvcgaVPVVliwZI { top:1.75rem;left:0rem;width:33.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { display:block; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { top:2.25rem;left:0rem;width:20.4375rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { top:20.4375rem;left:0rem;width:16.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { top:19.3125rem;left:0rem;width:9.125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { top:20.4375rem;left:5.935417175293rem;width:15.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { top:19.3125rem;left:7.5614585876462rem;width:9.8125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { top:21.875rem;left:30.8125rem;width:16.9375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { top:19.3125rem;left:38.8125rem;width:8.9375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNIbXio3e4NrICH3GNnOJF1zDznyzsnN { top:21.125rem;left:23.939586639404rem;width:16.875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iln5UDZUg0uBOdwMaZghvri5LC5nqGsD { top:19.3125rem;left:25.617710113526rem;width:8.0625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVIICl74VwWRv7CWID2FhWfkyo7bziE3 { top:2.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGEBOAKm4EXiLImKOBIO8iXKRn6dpbJA { top:15.6875rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffpBCTk6inKmnDZNyApcTCNmTkZhJDwz { top:15.3125rem;left:27.836460113526rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcn9fuPRuHrEHTZXFv4STJDgTvNvrWB0 { top:15.375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUhSWrFBaDUyIC1VJnMMeTBSR139ADJ3 { top:15.5625rem;left:10.873958587646rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZyhdzs6T78I4emTEbIe4Js3624IgVWN { top:14.1875rem;left:0rem;width:13.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA7Ds8ik7d7OSJGLOT7KDWttts4Ua001 { top:16.125rem;left:21rem;width:19.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNil8QqsTy5l1Dpdlyi6LOaJvZBRGwqG { top:16.125rem;left:28.0625rem;width:19.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WidkTdWQFCN39WDOzkwzgP1OnNn1x94F { top:14.5625rem;left:5.25rem;width:19.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UewWiypoBkXsyOwepXSfNoOSN3rOgJOK { top:7.375rem;left:0rem;width:22.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwgUe7grWFfAPuvkbMcC2O6MbQSUqgr0 { top:7.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z90uiIz5THhWbLCTWgQ3z6h7nsoF2Tne { top:10rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTUaG8oVSe2TifRKVH1m0xrveXLTnJv { top:14.1875rem;left:5.7125015258789rem;width:13.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP0xRJxTeFcmqhRZadNmUhZdeMSwODQq { top:14.1875rem;left:22.894794464111rem;width:13.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaxwgz8dQgQifTyzShb435Umtgh1BuvF { top:14.3125rem;left:34.25rem;width:13.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNLd6eRNW6HSp0WTzpz97UD43itkLJrk { top:14.1875rem;left:0rem;width:13.375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xh0hR3XpbaImMWi9gFk08rlBMT0dFEIJ { top:14.1875rem;left:0rem;width:13.375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbzgFHhBnB0Azt3CQyZWADwUL6SOtWqJ { top:14.1875rem;left:0rem;width:13.375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRIaiUIFkDb5W2H5KQTEVnGREgbcdoD9 { top:1.375rem;left:0rem;width:19.25rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #svnLwqENQX5bTrOpJAxCItxO3y8r5T8m { display:block; }#svnLwqENQX5bTrOpJAxCItxO3y8r5T8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPTUsLQAKDK7LA8QF5zhsGcp6uXSfhM2 { top:2.25rem;left:0rem;width:20.4375rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzxwaxUDAIowfIegxBChRmkwGt3IAAAn { top:7.6875rem;left:22.748697280884rem;width:16.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ7la3LBuh991QQXoilyoTnordS4uCb0 { top:5.9375rem;left:22.311418533325rem;width:17.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ho1tMQ45U1or46gVMQImix6fRAzoZR { top:7.6875rem;left:32rem;width:15.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrmCe32CCbiQaMHIVENPaAJve8uM9XBI { top:5.9375rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPfI3AVEBWoRLMHTlaRuQNfZChxgVHki { top:23.3125rem;left:30.8125rem;width:16.9375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGb0GCJHZEIwXKI7s6XNhKZWREGd0hJl { top:21.25rem;left:30.375rem;width:17.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7MeDzcCc3zWoOF1tubhsqJDiDnu0OdR { top:23.4375rem;left:22.186632156372rem;width:16.875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdwrlzE15eyslm0xattuf8HkfACmZv3e { top:21.25rem;left:22.437288284302rem;width:17rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKHlcUSy1u4sxi0JAnHhSXPN6MdztyQZ { top:12.25rem;left:0rem;width:29.0625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmD8CxonVWakMehT3UaOzRef6GhdhdzL { top:17rem;left:44.375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsOvXQovQQKHk0p9X7Lz8ZfVSpy09cim { top:16.5rem;left:28.406251907349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzyKTiBx3Jw8QZff3NtZNatr7oBy21d { top:2.6875rem;left:29.156038284302rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOTo6apidknsyacZrSZyygm6I2BcSTFi { top:2.25rem;left:44.4375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtzEawlFcOQBDpTFSoaOA7rV06hxohvq { top:1.875rem;left:20.9375rem;width:19.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSOEBetLKcw9oKzt8fkTnkppdETTo37h { top:16.125rem;left:21rem;width:19.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZmxBlJ2tJCRtsCNiXc85n7Zet6eiipH { top:16.125rem;left:28.0625rem;width:19.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #usmPNN5E2g3tDu34zWyE6VVBH2KIDUuT { top:1.875rem;left:28.0625rem;width:19.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPPnHN0NagQ9ek4un6iZ1gVNHhPbFlly { top:21.5rem;left:0rem;width:22.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5uzwEGrQWrxpvH3u8LnlJlQvMCLQME { top:21.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8E2LJWucki4CgusEHtaCyUEdcHUol4x { top:24.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { display:block; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { top:4.625rem;left:0rem;width:26.9375rem;height:11.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { top:17.375rem;left:0rem;width:28.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #on804I6wUdNVfuFdV1HgT2xih972HoQh { width:12.8125rem;height:2.75rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block; }
 }@media only screen and (max-width: 763px) { #sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { top:10rem;left:24.5rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { top:7.1875rem;left:24.5rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { top:10rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakmBVFh8z2tqSppZWSE49EHI0MT2usz { top:7.1875rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { top:23.4375rem;left:24.625rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { top:23.4375rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { top:20.625rem;left:24.625rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { top:20.625rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { top:3.875rem;left:24.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { top:3.875rem;left:42.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { top:17.6875rem;left:24.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { top:17.5rem;left:43.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeomv30kkdug3bEatyOX6a5v6EIHFM7i { top:13.5625rem;left:20.099999427796rem;width:20.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvziZRvkH4SlnmTIH1DHBR3xIFrhQrGS { top:17.5625rem;left:28.25546836853rem;width:4.125rem;height:4.125rem;display:block; }
#OvziZRvkH4SlnmTIH1DHBR3xIFrhQrGS > img { max-width: 100%;max-height:100%; width:4.125rem; height:4.125rem; } }@media only screen and (max-width: 763px) { #wSNvuyGscTGu8lcWrtTa0vV0429fogTi { display:block; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { top:1.5625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { top:1.6875rem;left:0rem;width:15.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8GmG51w2O2n99PBaZh2cNom2rm76LTD { top:1.25rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoPrOnqvHsgvznWmnwiNZWgIdCwUiuIe { top:1.25rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPL1uUFN5lQQnTeS8LTk6f78HKaxTqKe { top:0.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { display:block; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQfdgbcISN43XROqAWd4otI6E6vHsPzp { display:block; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STCAUAMEahwAd7uyTPWxqrgHwAiRAnWl { top:1.5rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VevU2OZp0ErleVKpx3yMwPLizF4mZyOL { top:55.3125rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqpegTXAvgIS3JZOm34CqIWtrezMCuBN { top:8.125rem;left:20.854166030884rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mx0nx0HqAFIh8yeLuqk6A3MEViXr4r4t { top:12.4375rem;left:0rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw4nkRNO8Tuf9rU31npEv5X9ons37RFo { top:9.875rem;left:0rem;width:20.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBwINQl4y1qTSa2N5KGQkqPyBxznaSwv { top:13.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
#SBwINQl4y1qTSa2N5KGQkqPyBxznaSwv > img { max-width: 100%;max-height:100%; width:4.125rem; height:4.125rem; } }@media only screen and (max-width: 763px) { #RlL2Qgm0yHg7085LtT1B0lD7qwsCtiQC { top:11.5rem;left:0rem;width:22.375rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZLfzxOwDFzQb7Mck5WcgFGfHCRnNvOq { top:16rem;left:0rem;width:22.375rem;height:12.278255773789rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqHAMhy99eUJuXqkfDXrTteCq3D70hsF { top:13.125rem;left:14.0625rem;width:19.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWAnyEWTS0hHWbps8MziQZfM99d1CSdx { top:11.5625rem;left:12.6875rem;width:22rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8I4tcFOnl5Wv8HAcTpmKaU37lFeZsVg { top:16.0625rem;left:12.6875rem;width:21.875rem;height:12.027604062794rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFhQhasy8fhaZlMGa8lzB9bZOnw1i2Hd { top:91.6875rem;left:0rem;width:17.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbWKOtxQmpkivNnwF4432BC2VXb3vCxD { top:6.3125rem;left:0rem;width:20rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #soMKPOLnagJD3rqLq1NxfBXOCa4DFSUe { top:8.625rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymgWEUSGrPhgf3mIKiBXrmMQcHC9sVcp { top:29.9375rem;left:0rem;width:18.5rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xiqin0GJqOQLhMncdJDWaNpU49CFUGB6 { top:31.25rem;left:0rem;width:22.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpkwuBmU2LTtNlrFC2LmEAKFL39XyQ0q { top:12.4375rem;left:25.25rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaGbPcm9hih2TOCf0CEeeT0VOH3EUOoo { top:11.5rem;left:25.375rem;width:22.375rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiu7Iyf7sLA7A4QUtXGFo4TtfZZLhd01 { top:16rem;left:25.375rem;width:22.375rem;height:12.278255773789rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxBZhA3W9Ndcp651Qfelsf4fZKGAxSqH { top:36.8125rem;left:0rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHI5FaxS581pQkxlBl4lxMS8eOudIRfh { top:36.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSpyhwoH9RHMGOgeugE4P5AuAuHwsQr { top:36.8125rem;left:0rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGsyLJrE2TnVp7yAugImQJopABU6u1d3 { top:36.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNiGL2TWZVTRA9wWxya28RXNAp0IQf3E { top:31.75rem;left:12.8125rem;width:29.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awlmXgRvAQilpqAvx73PIyTFxw5dpM9L { top:13.875rem;left:25.25rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiAmH8Rs5tPR02k9vT9s04pbecW5hzrE { top:13.875rem;left:0rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfzlWKRKXSTFffTlNzanH0lT5GiuXGr0 { top:10.1875rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pePLgWMkgNK5Mpmk3Q5fcfidqHaNPz4K { top:6.125rem;left:14.125rem;width:22.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { top:3.75rem;left:14.9375rem;width:20.625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNBUFUZ92o8UQBSKBEttV22sOL4ds8XP { top:0.75rem;left:6.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCbTQPECntATXDMVMF01tolToSBtVA5b { display:block; }#QCbTQPECntATXDMVMF01tolToSBtVA5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZdSyC31UHWBZKbxLIuOA7cAXXix7332 { top:1.5rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcvruiNCVoubqzqhZlu3oBKhSgWpriU8 { top:55.3125rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqTaBZtFAd6TdEMNbiaGAtxtX577ix2L { top:8.125rem;left:20.854166030884rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #tvLpVp0KXqHKv1IQOHm3vs0J1aShJHM4 { top:3.875rem;left:9.8125019073488rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt8xRGJm07vy5CuqJiTnp7LixLcGkai2 { top:9.875rem;left:0rem;width:20.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVlDQCHCs487Z8lBTk3fZsQvK42RRCEG { top:13.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
#OVlDQCHCs487Z8lBTk3fZsQvK42RRCEG > img { max-width: 100%;max-height:100%; width:4.125rem; height:4.125rem; } }@media only screen and (max-width: 763px) { #Rh9S2I7RynbIi0OQcrl2Py823mrpyc7T { top:3rem;left:9.8125rem;width:22.4375rem;height:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXyi4SysQrPa3rVughdVHW5KondMBsB7 { top:7.5rem;left:9.84375rem;width:22.4375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZExciTTQF12ZbHOzGIq51wGLKqXOZK { top:4.5625rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaSdGtWMee71TnBo0uzepDlfv0DcGUMe { top:3rem;left:25.6875rem;width:22.0625rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzGZO2BvTLTCZ9gQ9IiTvwi8p9sv57VK { top:7.5rem;left:25.8125rem;width:21.9375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmL5yGTcRTHbWGf7GpdLMTGIEPdXgiIv { top:3rem;left:0rem;width:15.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrAEBHKQ8LcAWg8GkBXf8y80rUQyW9Rk { top:6.5rem;left:0rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn535int0OwAT0ygrNHXopNNBq5tor4w { top:91.6875rem;left:0rem;width:17.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTleCzZ7dZSTqskGT9BwEhPJEXuGDhMx { top:6.3125rem;left:0rem;width:20rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPtgL7JRlX8v4bk6DqfdE3K9xuf82tTZ { top:8.625rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4CM0PI2Fzybhd40WCcXQ4mTtDVBRc68 { top:29.9375rem;left:0rem;width:18.5rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbZCDi5u5LoEka72XTHkZDqHubOI3yqa { top:25.1875rem;left:25.25rem;width:22.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwnybha0ravHwmzT0bdQXTKTltF9yD1B { top:26.0625rem;left:9.8125019073488rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU8OpPcTiEv4QlX7frl0Dga0QhGvcmF1 { top:25.1875rem;left:9.8125rem;width:22.375rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #onTkvsHaTJQuWBHUSHinyNeHxRc5D8Ba { top:29.6875rem;left:9.8125rem;width:22.375rem;height:12.278255773789rem;display:block; }
 }@media only screen and (max-width: 763px) { #qctPgVKplNT61qb9ag5NfLXPNB69PKyK { top:30.75rem;left:36.75rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2y95GwsKlGwcznpT408autLcNTD18WZ { top:30.375rem;left:34.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHUOZkauJ46Z6XtEq3lTeoUiXOIIgq0y { top:30.75rem;left:39.625rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEvI9rhanyaJBsIbTZ3amDpCfmmRh1Zr { top:30.375rem;left:43.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3KqdT0LvuisizSguMtgLuFTUS7NTO0D { top:33.9375rem;left:25.9375rem;width:21.8125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGG95DptpR36aUd4VOyFw5pwccUfmxGC { top:30.8125rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh3c5IfmrHllt2Q3wOfLe5aXcl7w8Udt { top:30.4375rem;left:0rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQoO1DpsioWH6iTFlJs3pMc20tTPf6T { top:34.6875rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihbU9dbJLtupkULrLSGscXuQB38vuBJ { top:38.6875rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAl41TkLpk1dgOcihQuKnJygCfVErPC8 { top:26.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3wTftMyPAB7obM0PIipIT8hGe7wmyfP { top:34.1875rem;left:0rem;width:16.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8o8ROXPaNdHKx0RBPehC7auusiH0PKV { top:38.1875rem;left:0rem;width:19.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPaawq4zdkpaVMrZ6zR7aTVmfkdJGrfl { top:27.5rem;left:9.8125019073488rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBkndbF69Zux46uRDHB4Lmychph3giRL { top:5.375rem;left:9.8125rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEpfrrHbmRk8Gz4lQTyso0S57Ol3D2D { top:10.1875rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrF9pS8MCk78cAFvqk52xPFxZdOKufPw { display:block; }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { display:block; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { top:1.5625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { top:1.6875rem;left:0rem;width:34.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { top:1.25rem;left:0rem;width:3.125rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtbf6ScSK79OCDRlDW8Zv6Vll9Jp4OL { top:1.25rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKnsfWzgJwKPqeZAzU4LWPWw3C8nfir { top:0.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GdTKvIp0I5qalcW63WonTvJCIT8STM { display:block; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { top:1.1875rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga7h2552PJH9SrDwqTBUBurHTyDr2SNW { top:10.375rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLDlinz5O2pnr6iDwlq3t2BsUlLeLtaT { top:4.1875rem;left:0rem;width:6.8125rem;height:1.6875rem;font-size:0.9375rem;display:block; }#PLDlinz5O2pnr6iDwlq3t2BsUlLeLtaT li:before{  }
 }@media only screen and (max-width: 763px) { #ebaA5c4CevedFBZDw1O2XWeJ9nvQ8rJ2 { top:4.1875rem;left:0rem;width:7.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycBbOTeaCT7Q32tDS6N99cqSNCJtK2VN { top:4.1875rem;left:0rem;width:2.9375rem;height:1.625rem;font-size:0.9375rem;display:block; }#ycBbOTeaCT7Q32tDS6N99cqSNCJtK2VN li:before{  }
 }@media only screen and (max-width: 763px) { #HFgD8BXDKSXVfeDJe6G3RULVZCRSUGCF { top:4.1875rem;left:0rem;width:3.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu5FpuioKvs16ZuusV2M4afsCUOA4579 { top:4.1875rem;left:2.7497844696045rem;width:17.3125rem;height:;font-size:0.9375rem;display:block; }#Qu5FpuioKvs16ZuusV2M4afsCUOA4579 li:before{  }
 }@media only screen and (max-width: 763px) { #JPFqkGDqfASClbfCH6dCazQRkJ3XI4wr { top:6.75rem;left:2.7497844696045rem;width:23.9375rem;height:;font-size:0.9375rem;display:block; }#JPFqkGDqfASClbfCH6dCazQRkJ3XI4wr li:before{  }
 }@media only screen and (max-width: 763px) { #aHTv3qEfonBIT6gnPQRGPRltu1CJVfxz { top:6.75rem;left:0rem;width:2.9375rem;height:1.625rem;font-size:0.9375rem;display:block; }#aHTv3qEfonBIT6gnPQRGPRltu1CJVfxz li:before{  }
 }@media only screen and (max-width: 763px) { #MQkHHDf4eG7Bn0XD5KMTLagKKF86x2N4 { top:6.75rem;left:0rem;width:3.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CExnptDzq4C26DfE8sTE7zPIwlO9t9qW { top:6.75rem;left:0rem;width:7.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1LDIu3KQ0wa70QViROTNJL2Jxwo5y4e { top:6.75rem;left:0rem;width:6.9375rem;height:1.6875rem;font-size:0.9375rem;display:block; }#u1LDIu3KQ0wa70QViROTNJL2Jxwo5y4e li:before{  }
 }@media only screen and (max-width: 763px) { #FdJpc8DU6fOwCG4K4abhCtarWoq4qz70 { width:8.4375rem;height:1.8125rem;top:4.125rem;left:20.155385971069rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxftrmuMEzDgGvXzU4XiiNcoofA8aFUt { display:block; }
 }@media only screen and (max-width: 763px) { #aAxr2VqPVqLNuku5rTZTzpE6QQicWiPJ { width:8.9375rem;height:1.8125rem;top:6.75rem;left:25.409288406372rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMO8W5FXd0hlWa4pB0ZFrVR47AFFu66 { display:block; }
 }@media only screen and (max-width: 763px) { #exIhGwV6NaomTl07swMGTFzyJp7lJJWL { display:none; }
 }@media only screen and (max-width: 763px) { #xQuo7JxHfO6TpXO9EtiRp1u1J7XSlIEA { display:none; }
 }@media only screen and (max-width: 763px) { #TD2GkRnToJeO4tmVtXU2RZSAbAWCciXV { top:15.9375rem;left:0rem;width:19.125rem;height:;font-size:0.9375rem;display:none; }#TD2GkRnToJeO4tmVtXU2RZSAbAWCciXV li:before{  }
 }@media only screen and (max-width: 763px) { #tsx8uXHQyB56h49GL9pPnrvgVEVXBqsA { top:9.625rem;left:0rem;width:17.25rem;height:;font-size:0.9375rem;display:none; }#tsx8uXHQyB56h49GL9pPnrvgVEVXBqsA li:before{  }
 }@media only screen and (max-width: 763px) { #e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI { display:block; }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hz7kWfoTkl8NxNI5bH40367gxD5rAomD { display:block; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlwgRpchBlcS0NgSrGu2yXqQ5oTICRAC { top:1.5625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJ0LP0vs55oU17fLeuLrmMEiIHQcx9rP { top:1.75rem;left:0rem;width:34.625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dywo3GwrPWwT34ITA0I7kip7H9v9TNn6 { top:1.25rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loLR7tQUBDGqvSoOXE5QoASLHcXPkfPI { top:1.25rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywCAcP3dzcKNSPuPyNgfwai73Oi1ZQ8q { top:0.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #foRiu6h7f6RKg6QGruOhDvDwVnK94eva { display:block; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { top:1.125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5ogyDm5CqPP3TtvJtTA0dyXIQ8AAgqb { top:6.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#C5ogyDm5CqPP3TtvJtTA0dyXIQ8AAgqb > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #WihsJbV0uveJDPLQBgfUvB11GZnloww8 { width:13.3125rem;height:1.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFGxVohNfS17xIOPZTwITssqfNOCZkWK { display:block; }
 }@media only screen and (max-width: 763px) { #AfEENkdNQhiyTWiViUGzJwTN1IrnXaKT { width:13.3125rem;height:1.75rem;top:6.8125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWIySFBfwNl9b3aUqwF9xwLlsXRXpTN6 { display:block; }
 }@media only screen and (max-width: 763px) { #OWL7Lz7PRWXfeLPB6S3Kade2UfOF2D5V { top:6.4375rem;left:9.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { width:13.3125rem;height:2rem;top:6.75rem;left:32.061853408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ed22htoKMpmBi9iy99C7ZpDTG5X475wi { top:6.375rem;left:28.728517532349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA8chCRSAZPXn2kyTw7LOli41ftZD53X { display:block; }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhXoVR5GcAAbn9v5UGCGminVDspMNkSc { display:block; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kza9VbIcEWOL1lx3Eo5U23dyfb9pbBPV { top:1.5625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmzcW7QIyPdvgNCF8mgt5g5srpdlg6Tg { top:1.6875rem;left:0rem;width:34.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTwMJOzZmid3LB2NkyUJGpNyvHv0mI2I { top:1.25rem;left:0rem;width:2.5rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVKlp3JbuDJz8LuiK3HFTlMV9eVadTrF { top:1.25rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnZ98qEWaB3d9cMTIkkVcluL95NbLnBo { top:0.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 { display:block; }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr4VhH9n5Wkg4LMM5vIIhwRFAs8tWvhr { top:2.4375rem;left:0rem;width:19.8125rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHnO0TMEoilWsCn6JrKMWlkMwF8qzsgR { top:4.3125rem;left:0rem;width:5.0625rem;height:3.3335577585629rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOsK3DPmfWIAKmFbFMw12bOQcXkVQfES { top:4rem;left:0rem;width:13.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu6sGlRmVaWPfEr0HN0f4nUETOqIK2lf { top:9.0625rem;left:0rem;width:14.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBaUJQDL9TqHEKvMBeExETax7E1nLCB0 { top:11.6875rem;left:0rem;width:10.375rem;height:4.8125rem;font-size:0.9375rem;display:block; }#sBaUJQDL9TqHEKvMBeExETax7E1nLCB0 li:before{  }
 }@media only screen and (max-width: 763px) { #AyseXaF4Ayayw0ksTzlxe86rKAIBoM3C { top:2.5rem;left:12.5625rem;width:22.625rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCADCzucoU0T74ryoToKsDG8OSXRH9bH { top:5.5rem;left:12.5rem;width:22.6875rem;height:12.46648130646rem;display:block; }
 }@media only screen and (max-width: 763px) { #qid7sluhXRKIIDJsEL3Gol4F1OAMPe8h { top:1.75rem;left:31.8125rem;width:15.9375rem;height:18.6870625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdAZd46L7Gn8PAMIA2SuL9CRWGuntLdS { top:3.3125rem;left:13.4375rem;width:20.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { display:block; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { display:block; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nStg0E9gFuoRZpW3mocurAncpnemow9J { top:2.875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpEOQ49iX3eUNP3hn1VQb6bAEsMaPiuz { top:7.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { display:block; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIwDdoA1PNBAZavoMsaMUWPImuU18sgq { top:2.1875rem;left:3.5rem;width:12.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T58lP6MT8oIHqePtHFfdlZgumqgZ6wEE { top:1.4375rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMJCxsH7RF4sXmavkJT9iJrnVvVlMvBR { top:3.375rem;left:0rem;width:0.625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sszy46FATmckcExtI6etwhoNyeictFlS { top:8.0625rem;left:3.5rem;width:12.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR0UpvBVZ4TAdN8WzDNw3egetzKlm4BX { top:14.0625rem;left:3rem;width:12.875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJQUJVUDB7NAIIepqZFJ7r6mm1QnqMJT { top:20.125rem;left:4.4375rem;width:11.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvq1xubJCOJyIEkDlrX3W9y8ARQH0gL5 { top:19.0625rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #looTOTQVeyz5gXMqIetmsGhNVrundazv { top:7.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exO2O5HQ0l6AAm1V1TFEyPT6fHJ4TuLv { top:13.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq5TiwTwxDuoBVqII1csDNgkfFM3dRNJ { top:4.25rem;left:0.09375rem;width:0.625rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbEXbTeUCwTKal7TyRc2t3gb4E5Zcx52 { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpkZ83sfZXXHhO8NFPwfaWKbtx3JO4IH { top:4.25rem;left:0.09375rem;width:0.625rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QW2ZvdBnM7n28CPUCvWvviVuqw0n6UIt { top:1.125rem;left:0rem;width:42.375rem;height:23.777051088892rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo { display:block; }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ITKeZ1D0vu4R6FB86doDBcKVaqha1T { top:1.3125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5SNw5C2IxerC3h0kNTP2bneZhsDeXp6 { top:4.3125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 { display:block; }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpiNpVIZWU9xyGS5trMJC7XV38qyzfuG { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbDabULgdcCacdzSgTlkwk59E2T7H15q { 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) { #pUun9teTTUuilkPZpvyWfzqdGkpcsSwM { display:none; }
 }@media only screen and (max-width: 763px) { #hqMT1h4IykZKpQzCqqpcsOFkZTlN7Wtt { display:none; }
 }@media only screen and (max-width: 763px) { #QVxGBXNtmQf4tlnBh2yysTnOGnrEK7Rw { display:none; }
 }@media only screen and (max-width: 763px) { #DyLeACAfyTeGQt0l3VXvdvrVBX0fFarh { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he9cea3xXquUbTaA0GAdgUgwiblMXwoZ { 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) { #nMbMaLLx3xEXUCloy6Ni4gFDWrHOx3BJ { 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) { #uZO409r2iDDyGSkiExwo5daluG7DrLCG { 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) { #SFxf8bVJz8JzXmyf13iIxCuTbazVPPmE { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6fPr9xZcF9hVdzUMOJxoXHKilw7moX { top:5.1875rem;left:0rem;width:8.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA6sRWeN9xWLmH38WVSK8CRAOr4GXm1h { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDwIwbyi2nDQE18rny6tvUe2KQMlZua { display:block; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { top:3.0625rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { top:6.1875rem;left:0rem;width:22rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru83MVisnbNLNvDXgCaxMvG623tIh2Gd { width:10.875rem;height:2.0625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmtBxgugMJkrrr0drFAbpTmVuGzC328x { display:block; }
 }@media only screen and (max-width: 763px) { #xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt { display:block; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT { top:2.4375rem;left:0rem;width:18.75rem;height:7.1875rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { 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) { #WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { width:11.6873125rem;height:3.49935rem;top:0.749783039093rem;left:4.1558163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkN3XhzAeTXLNGnn0RMy0685uCIo204y { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { border-width: 0; border-radius: 0; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e596JvmBgZHzV0BPosn41CCzw9sBPmvr { display:flex;top:0.375rem;left:18rem;width:1.9375rem;height:1.9375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { top:0.875rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15022;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #y23UNZIlycTOZxH62LcJvpTz49VbXktW { top:4.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15023;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { top:7.2744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15024;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { top:9.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15025;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { top:12.2744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15026;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { top:14.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15027;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { top:3.125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { top:17.125rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15028;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { top:19.625rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15029;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { top:22.125rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15030;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { display:none; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { display:flex;top:1.1875rem;left:18.0625rem;width:1.9375rem;height:1.9375rem;z-index:15000;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { top:0.4990234375rem;left:0rem;width:20rem;height:7.0670625rem;z-index:15001;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { top:8.4921875rem;left:0rem;width:19.8125rem;height:11.806625rem;z-index:15002;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { top:21.5rem;left:0rem;width:20rem;height:6.875rem;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7bf1b11c-5b87-4086-a534-a9ba9613be3c/fotocomm9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.adaptive-delivery-prevent-bg, #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.lazyload, #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W22SI45UUFEzwMloyeidv8MbASB9hbGn { top:21.5rem;left:10.9375rem;width:9.625rem;height:6.9375rem;z-index:15004;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; }#W22SI45UUFEzwMloyeidv8MbASB9hbGn.adaptive-delivery-prevent-bg, #W22SI45UUFEzwMloyeidv8MbASB9hbGn.lazyload, #W22SI45UUFEzwMloyeidv8MbASB9hbGn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { display:none; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { 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) { #UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { 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) { #rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { width:8.1875rem;height:1.40625rem;top:8.25rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { width:7.25rem;height:1.3125rem;top:6.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHKvFrcRLClwGP9pTGuzHScGgsmvlXz6 { 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) { #bfCMTO8fBlaVk1NO3748WQ8X72wwMWxS { width:5.25rem;height:1.3125rem;top:11.312500208616rem;left:1.2499999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { width:17.375rem;height:1.40625rem;top:2.578125rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { display:flex;width:1.5rem;height:1.5rem;top:2.53125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #cthKTz7PkhQ0Z5FWlftLA4xJzL8MxThc { width:5.25rem;height:1.3125rem;top:11.312500953674rem;left:10.000000357628rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VHFP3GzDnkvGdfR9FAfInvIwuvrcEZJ3 { width:8.1875rem;height:1.40625rem;top:12.812500953674rem;left:10.000000357628rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { background-color:#ffffff;background-image:none;display:block; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { background-color: transparent; background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .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); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { width:16.5rem;height:5.19791875rem;top:1.3125rem;left:1.6875rem;font-size:2rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEzcECRJZK5mT8ICc3MewsaOhEU6sCRb { width:20rem;height:7.3111875rem;top:9.4075522422788rem;left:-0.0625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ro08zrp1ww4PoPKG1KRUGRiNLCXqrQkL { width:20rem;height:0.9375rem;top:7.6158852577213rem;left:0rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT7tC4dgNO4bWZoksLp0wwFd7c73yEHS { top:17.470053195953rem;left:0rem;width:20rem;height:9.5625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KG4GUlJxH6nBqMtegtiivvM3XStZQNIR { width:20rem;height:2.8125rem;top:8.4700522422788rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { display:none; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { 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) { #ZDNNLTATWQOkExklSrCkUbDOltivWb3S { 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) { #noc18Ds2DQFplzT3TSNERy90gIVcM5bW { width:8.1875rem;height:1.40625rem;top:8.25rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { width:7.25rem;height:1.3125rem;top:6.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOE0AC8NLduFRAeqG3z83yS4O8INZxhb { 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) { #mbw9vSbtuM6qTCIkz0yczbEG9GZCdBTa { 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) { #q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { width:18.75rem;height:1.40625rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rumgRT0xUHTtu8fuT8MuduDT4wq9Kp6M { width:7.25rem;height:0;top:15.46875rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K298hmcOWuv577ellHfWx8gCLdBQnfNA { width:8.1875rem;height:0;top:18.03125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABVkT6vm3cdA466hwrZdq95hPpUCfsa { display:none; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { width:20rem;height:3.41145625rem;top:1.44140625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWhAweDHNyixTvuH6ryfp56rlM0HWACi { display:none; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K401MCRdOlOMyfUhwka7uy1dkryruGAT { width:7.5605625rem;height:2.3556875rem;top:0.8125rem;left:2.3125rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { width:12.375rem;height:1.21875rem;top:3.125rem;left:2.3125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #shfVktChy23h3GLrgdVM6iH97Nl5KXyv { top:0rem;left:0.6875rem;width:17.5rem;height:4.9375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(22,22,22,0.42);border-left:0.0625rem solid rgba(22,22,22,0.42);border-right:0.0625rem solid rgba(22,22,22,0.42);border-bottom:0.0625rem solid rgba(22,22,22,0.42);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) { #DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { top:5.8125rem;left:0.75rem;width:17.4375rem;height:5.375rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(22,22,22,0.42);border-left:0.0625rem solid rgba(22,22,22,0.42);border-right:0.0625rem solid rgba(22,22,22,0.42);border-bottom:0.0625rem solid rgba(22,22,22,0.42);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) { #DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { top:12.0625rem;left:0.75rem;width:17.4375rem;height:5.375rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(22,22,22,0.42);border-left:0.0625rem solid rgba(22,22,22,0.42);border-right:0.0625rem solid rgba(22,22,22,0.42);border-bottom:0.0625rem solid rgba(22,22,22,0.42);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) { #VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { width:18.75rem;height:auto;top:8.8125rem;left:0.625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { width:13.625rem;height:1.21875rem;top:9.125rem;left:2.3125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { width:11.3745rem;height:2.3556875rem;top:6.875rem;left:2.3125rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { width:12.9975625rem;height:1.21875rem;top:15.25rem;left:2.3125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { width:15.75rem;height:2.3556875rem;top:13.0625rem;left:2.3125rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #fPQQwLJTEytglUwT2p4tBrLHU16KDR6p { width:16.375rem;height:auto;top:7.25rem;left:1.8125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #JSai3iDGAhdgfoGTnxIJNPWCnuwuxevW { width:18.75rem;height:auto;top:7.25rem;left:0.625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #sObEfU4I9bwBI33Mov6bnouFX2oMcT9J { width:15.6875rem;height:auto;top:7.25rem;left:2.125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { display:none; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { width:7.5625rem;height:2.3559rem;top:2.875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { width:9.375rem;height:1.21875rem;top:6.1875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { 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) { #nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { top:1.5rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { top:10.25rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { top:19rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { width:12.375rem;height:1.21875rem;top:15rem;left:3.8125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { width:11.375rem;height:2.3559rem;top:11.625rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { width:11.6875rem;height:1.21875rem;top:23.8671875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { width:9.125rem;height:2.3559rem;top:20.38671875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { display:none; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { width:7.5625rem;height:2.3559rem;top:2.875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { width:9.375rem;height:1.21875rem;top:6.1875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { 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) { #a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { top:1.5rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #pJilDXydGS30DDS5LMO7TKGwgMrKphWM { top:10.25rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { top:19rem;left:1.25rem;width:17.4375rem;height:7.4375rem;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) { #uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #gsuvawdORRFTx099sqFQTWTPs6MUarSx { width:12.375rem;height:1.21875rem;top:15rem;left:3.8125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { width:11.375rem;height:2.3559rem;top:11.625rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { width:11.6875rem;height:1.21875rem;top:23.8671875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { width:9.125rem;height:2.3559rem;top:20.38671875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #sFh5Qb8lxDustlow8JhhORfL62soLCRt { display:none; }#sFh5Qb8lxDustlow8JhhORfL62soLCRt > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ovZSGMMT0OPTVUPspQXd9HXmxqiayHiu { width:20rem;height:9.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZndlG2BAGqZFkT0OLmPUramADiwhEaQ4 { width:5.0625rem;height:5.0625rem;top:13.625rem;left:0.625rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdT2Bhnach848UoDQqgvRukf6Fx3lX7 { width:9.9375rem;height:1.40625rem;top:13.4375rem;left:6.4375rem;font-size:0.9375rem;color:#161616;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uSAkQ6BhwZcIxOK2N1QZoTHHfs4MUuPW { width:10.4375rem;height:1.40625rem;top:23.875rem;left:6.4375rem;font-size:0.9375rem;color:#161616;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwC4eEVIVSE5TMZ4OmKSC9irM286qpr9 { width:10.8125rem;height:1.40625rem;top:34.125rem;left:6.4375rem;font-size:0.9375rem;color:#161616;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvV8qT2279xTSJuRyomUchIwJolkWACR { width:5rem;height:5rem;top:24.1875rem;left:0.625rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHqwk9cPd8VRg2Z4KaLHi8xdUcHVKOob { width:5.0625rem;height:5.0625rem;top:34.625rem;left:0.625rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQiSNUIg8EWP9lBmJpfnAKvDQhc7Lxgx { width:12.875rem;height:3.93555rem;top:15rem;left:6.4375rem;font-size:0.875rem;color:#161616;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x78qeQKs1OmHxSB7dCKAxiLXorrsxEwP { width:20rem;height:9.25rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUe2b8o5ZwdR8UkwS19KTkFPb2lSovWF { width:13.1875rem;height:3.93555rem;top:25.6875rem;left:6.4375rem;font-size:0.875rem;color:#161616;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ouzgTzpXzn2VqTZg9Qk4xHtgDoyGltCz { width:20rem;height:9.25rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm33HktaNV13Rm5UDZl3dtE224NJPTkm { width:12.375rem;height:3.93555rem;top:36.1875rem;left:6.4375rem;font-size:0.875rem;color:#161616;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L08atpvKi0s3JUKeELc5Vm73U5OGQMZv { width:19.7851875rem;height:2.53515625rem;top:37.375rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #xBKFH8IXDMhqt44BZTtRoeKpLSvXzGep { display:block; }
 }@media only screen and (max-width: 763px) { #turASAsZofgUBQkwdFQQrly49BnnarDG { width:15.8125rem;height:1.7871125rem;top:1.6875rem;left:2.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmTtihFTH6sdMXwaAwguJn6zs7OuXcKZ { width:20rem;height:6.09266875rem;top:4.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH { display:block; }#xHU55iHbqsZZ2ithtg9A1QQrp5dRUdsH > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTbA8QSm5mDHiimsHhbvcgaVPVVliwZI { width:20rem;height:1.7871125rem;top:1.44921875rem;left:-0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { display:block; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { width:19.9980625rem;height:4.550775rem;top:1.37109375rem;left:0rem;font-size:1.625rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { width:18.499375rem;height:0;top:18rem;left:0.75rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { width:8.375rem;height:2.4375rem;top:11.125rem;left:0.5rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { width:17.125rem;height:0;top:32.3125rem;left:1.4375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { width:7.25rem;height:2.4375rem;top:11.125rem;left:10.6875rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { width:17.0625rem;height:0;top:46.4375rem;left:1.5rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { width:7.375rem;height:2.4375rem;top:21.0625rem;left:1rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CNIbXio3e4NrICH3GNnOJF1zDznyzsnN { width:16.3125rem;height:0;top:60.5625rem;left:1.875rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iln5UDZUg0uBOdwMaZghvri5LC5nqGsD { width:6.25rem;height:2.4375rem;top:21.0625rem;left:11.1875rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVIICl74VwWRv7CWID2FhWfkyo7bziE3 { width:19.25rem;height:0;top:1.24609375rem;left:0.6875rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mGEBOAKm4EXiLImKOBIO8iXKRn6dpbJA { width:3.3125rem;height:3.3125rem;top:17.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffpBCTk6inKmnDZNyApcTCNmTkZhJDwz { width:4.0625rem;height:4.0625rem;top:16.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcn9fuPRuHrEHTZXFv4STJDgTvNvrWB0 { width:2.8737rem;height:2.8737rem;top:7.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUhSWrFBaDUyIC1VJnMMeTBSR139ADJ3 { width:3.2487rem;height:3.2487rem;top:7.375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZyhdzs6T78I4emTEbIe4Js3624IgVWN { width:8rem;height:8rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA7Ds8ik7d7OSJGLOT7KDWttts4Ua001 { width:19.5625rem;height:8rem;top:30.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNil8QqsTy5l1Dpdlyi6LOaJvZBRGwqG { width:19.5625rem;height:8.125rem;top:40.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WidkTdWQFCN39WDOzkwzgP1OnNn1x94F { width:19.5625rem;height:8.625rem;top:20.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UewWiypoBkXsyOwepXSfNoOSN3rOgJOK { width:13.0625rem;height:6.55925rem;top:26rem;left:3.1875rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rwgUe7grWFfAPuvkbMcC2O6MbQSUqgr0 { display:flex;width:1.5625rem;height:1.5625rem;top:26.4375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #Z90uiIz5THhWbLCTWgQ3z6h7nsoF2Tne { display:flex;width:1.5625rem;height:1.5625rem;top:30.25rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #PRTUaG8oVSe2TifRKVH1m0xrveXLTnJv { width:13.375rem;height:9.4375rem;top:104.89689172791rem;left:1.8375015258789rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP0xRJxTeFcmqhRZadNmUhZdeMSwODQq { width:13.375rem;height:9.4375rem;top:80.562515258787rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaxwgz8dQgQifTyzShb435Umtgh1BuvF { width:13.375rem;height:9.4375rem;top:119.15001650879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNLd6eRNW6HSp0WTzpz97UD43itkLJrk { width:8rem;height:8rem;top:6.5rem;left:10.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Xh0hR3XpbaImMWi9gFk08rlBMT0dFEIJ { width:8rem;height:8rem;top:16.125rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gbzgFHhBnB0Azt3CQyZWADwUL6SOtWqJ { width:8rem;height:8rem;top:16.125rem;left:10.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #xRIaiUIFkDb5W2H5KQTEVnGREgbcdoD9 { width:18.875rem;height:3.93555rem;top:1.25rem;left:0.625rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #svnLwqENQX5bTrOpJAxCItxO3y8r5T8m { display:none; }#svnLwqENQX5bTrOpJAxCItxO3y8r5T8m > .row .container { width:20rem;height:81.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPTUsLQAKDK7LA8QF5zhsGcp6uXSfhM2 { width:19.9980625rem;height:4.550775rem;top:1.37109375rem;left:0rem;font-size:1.625rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzxwaxUDAIowfIegxBChRmkwGt3IAAAn { width:18.499375rem;height:3.9375rem;top:23.375rem;left:0.75rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZ7la3LBuh991QQXoilyoTnordS4uCb0 { width:20rem;height:1.40625rem;top:21.1875rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8ho1tMQ45U1or46gVMQImix6fRAzoZR { width:17.125rem;height:3.9375rem;top:37.6875rem;left:1.4375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrmCe32CCbiQaMHIVENPaAJve8uM9XBI { width:20rem;height:1.40625rem;top:35.8125rem;left:0.125rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPfI3AVEBWoRLMHTlaRuQNfZChxgVHki { width:17.0625rem;height:3.9375rem;top:51.8125rem;left:1.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IGb0GCJHZEIwXKI7s6XNhKZWREGd0hJl { width:14.6875rem;height:1.40625rem;top:49.875rem;left:2.6875rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l7MeDzcCc3zWoOF1tubhsqJDiDnu0OdR { width:16.3125rem;height:3.9375rem;top:65.9375rem;left:1.875rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdwrlzE15eyslm0xattuf8HkfACmZv3e { width:15.375rem;height:1.40625rem;top:63.75rem;left:2.3125rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKHlcUSy1u4sxi0JAnHhSXPN6MdztyQZ { width:20rem;height:7.875rem;top:6.7473964691163rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmD8CxonVWakMehT3UaOzRef6GhdhdzL { width:3.3125rem;height:3.3125rem;top:59.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsOvXQovQQKHk0p9X7Lz8ZfVSpy09cim { width:4.375rem;height:4.375rem;top:44.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzyKTiBx3Jw8QZff3NtZNatr7oBy21d { width:2.87435rem;height:2.87435rem;top:17.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOTo6apidknsyacZrSZyygm6I2BcSTFi { width:3.24978125rem;height:3.24978125rem;top:31.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtzEawlFcOQBDpTFSoaOA7rV06hxohvq { width:19.5605625rem;height:12.5rem;top:16.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSOEBetLKcw9oKzt8fkTnkppdETTo37h { width:19.5625rem;height:12.5rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZmxBlJ2tJCRtsCNiXc85n7Zet6eiipH { width:19.5625rem;height:12.5rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usmPNN5E2g3tDu34zWyE6VVBH2KIDUuT { width:19.5611875rem;height:12.5rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPPnHN0NagQ9ek4un6iZ1gVNHhPbFlly { width:13.125rem;height:6.5625rem;top:72.75rem;left:4.125rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5uzwEGrQWrxpvH3u8LnlJlQvMCLQME { display:flex;width:1.5625rem;height:1.5625rem;top:73.1875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #T8E2LJWucki4CgusEHtaCyUEdcHUol4x { display:flex;width:1.5625rem;height:1.5625rem;top:77rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { display:none; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { width:20rem;height:71.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { width:19.375rem;height:11.8125rem;top:7.5625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #on804I6wUdNVfuFdV1HgT2xih972HoQh { width:12.8125rem;height:2.75rem;top:14.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block; }
 }@media only screen and (max-width: 763px) { #sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { width:20rem;height:2.625rem;top:24.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { width:15.375rem;height:1.40625rem;top:22.9375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { width:20rem;height:2.625rem;top:35.25rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aakmBVFh8z2tqSppZWSE49EHI0MT2usz { width:15.375rem;height:1.40625rem;top:33.40625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { width:20rem;height:2.625rem;top:45.3125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { width:20rem;height:2.625rem;top:55.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { width:15.375rem;height:1.40625rem;top:43.53125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { width:15.375rem;height:1.40625rem;top:53.90625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { width:2.8125rem;height:2.8125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { width:2.5rem;height:2.5rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { width:2.8125rem;height:2.8125rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { width:2.625rem;height:2.625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeomv30kkdug3bEatyOX6a5v6EIHFM7i { width:20rem;height:11.111111111111rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvziZRvkH4SlnmTIH1DHBR3xIFrhQrGS { display:flex;width:4.125rem;height:4.125rem;top:63.581250190737rem;left:8.1554679870606rem; }
#OvziZRvkH4SlnmTIH1DHBR3xIFrhQrGS > img { max-width: 100%;max-height:100%; width:4.125rem; height:4.125rem; } }@media only screen and (max-width: 763px) { #wSNvuyGscTGu8lcWrtTa0vV0429fogTi { display:none; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { display:flex;top:0.875rem;left:17.0625rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { width:11.8125rem;height:1.50065rem;top:1rem;left:3.34375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l8GmG51w2O2n99PBaZh2cNom2rm76LTD { width:1.4375rem;height:1.6875rem;top:0.84375rem;left:1rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LoPrOnqvHsgvznWmnwiNZWgIdCwUiuIe { width:17.8125rem;height:2.25rem;top:0.6875rem;left:1.9375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #SPL1uUFN5lQQnTeS8LTk6f78HKaxTqKe { width:2.9375rem;height:2.9375rem;top:0.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { display:none; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FQfdgbcISN43XROqAWd4otI6E6vHsPzp { display:block; }#FQfdgbcISN43XROqAWd4otI6E6vHsPzp > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STCAUAMEahwAd7uyTPWxqrgHwAiRAnWl { width:19.125rem;height:0;top:0.9375rem;left:0.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #VevU2OZp0ErleVKpx3yMwPLizF4mZyOL { width:20rem;height:0;top:49.0625rem;left:0rem;font-size:1rem;color:#0060ab;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #rqpegTXAvgIS3JZOm34CqIWtrezMCuBN { top:31.597213745118rem;left:0rem;width:20rem;height:13.8748125rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mx0nx0HqAFIh8yeLuqk6A3MEViXr4r4t { width:20rem;height:0;top:12.4375rem;left:0rem;font-size:0.875rem;color:#161616;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #rw4nkRNO8Tuf9rU31npEv5X9ons37RFo { width:20rem;height:11.111111111111rem;top:36.50347161293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBwINQl4y1qTSa2N5KGQkqPyBxznaSwv { display:flex;width:4.125rem;height:4.125rem;top:40.522221326828rem;left:8.155468940735rem;display:none; }
#SBwINQl4y1qTSa2N5KGQkqPyBxznaSwv > img { max-width: 100%;max-height:100%; width:4.125rem; height:4.125rem; } }@media only screen and (max-width: 763px) { #RlL2Qgm0yHg7085LtT1B0lD7qwsCtiQC { top:24.4375rem;left:0rem;width:20rem;height:15.375rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLfzxOwDFzQb7Mck5WcgFGfHCRnNvOq { height:11.1354375rem;width:20rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqHAMhy99eUJuXqkfDXrTteCq3D70hsF { width:18.5rem;height:0;top:30.062501817942rem;left:0.75000005960463rem;font-size:0.875rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #mWAnyEWTS0hHWbps8MziQZfM99d1CSdx { top:41.3125rem;left:0rem;width:20rem;height:14.5rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8I4tcFOnl5Wv8HAcTpmKaU37lFeZsVg { height:11.1354375rem;width:20rem;top:44.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #KFhQhasy8fhaZlMGa8lzB9bZOnw1i2Hd { width:11.9375rem;height:0;top:42.5625rem;left:7.625rem;font-size:1.125rem;color:#161616;line-height:1.4;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #xbWKOtxQmpkivNnwF4432BC2VXb3vCxD { width:13.3735rem;height:2.0616375rem;top:3.7478294372559rem;left:4.7569444775581rem;font-size:0.9375rem;color:#161616;line-height:1.1;z-index:15012;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #soMKPOLnagJD3rqLq1NxfBXOCa4DFSUe { width:20rem;height:1.21853125rem;top:25.3125rem;left:0rem;font-size:0.9375rem;color:#0060ab;line-height:1.3;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ymgWEUSGrPhgf3mIKiBXrmMQcHC9sVcp { width:18.5rem;height:1.21853125rem;top:42.5rem;left:0.75rem;font-size:0.9375rem;color:#0060ab;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Xiqin0GJqOQLhMncdJDWaNpU49CFUGB6 { width:20rem;height:auto;top:31.25rem;left:0rem;font-size:1.125rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #kpkwuBmU2LTtNlrFC2LmEAKFL39XyQ0q { width:20rem;height:1.13606875rem;top:8.4375rem;left:0rem;font-size:0.875rem;color:#0060ab;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uaGbPcm9hih2TOCf0CEeeT0VOH3EUOoo { top:7.625rem;left:0rem;width:20rem;height:15.5625rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiu7Iyf7sLA7A4QUtXGFo4TtfZZLhd01 { height:10.9733125rem;width:20rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxBZhA3W9Ndcp651Qfelsf4fZKGAxSqH { width:8.25rem;height:auto;top:36.8125rem;left:5.875rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #CHI5FaxS581pQkxlBl4lxMS8eOudIRfh { display:flex;width:2rem;height:2rem;top:58.6875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFSpyhwoH9RHMGOgeugE4P5AuAuHwsQr { width:8.125rem;height:auto;top:36.8125rem;left:5.9375rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #wGsyLJrE2TnVp7yAugImQJopABU6u1d3 { display:flex;width:2rem;height:2rem;top:61.9375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNiGL2TWZVTRA9wWxya28RXNAp0IQf3E { width:20rem;height:auto;top:31.75rem;left:0rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #awlmXgRvAQilpqAvx73PIyTFxw5dpM9L { width:20rem;height:1.13606875rem;top:9.9375rem;left:0rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SiAmH8Rs5tPR02k9vT9s04pbecW5hzrE { width:20rem;height:auto;top:13.875rem;left:0rem;font-size:0.875rem;color:#161616;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #qfzlWKRKXSTFffTlNzanH0lT5GiuXGr0 { width:20rem;height:1.21853125rem;top:26.8125rem;left:0rem;font-size:0.9375rem;color:#0060ab;line-height:1.3;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pePLgWMkgNK5Mpmk3Q5fcfidqHaNPz4K { width:20rem;height:0;top:5.1593761444092rem;left:0rem;font-size:1.125rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { width:14.5605625rem;height:1.7871125rem;top:1.4485673904419rem;left:4.7569444775581rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNBUFUZ92o8UQBSKBEttV22sOL4ds8XP { width:5.12478125rem;height:5.12478125rem;top:1.4453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCbTQPECntATXDMVMF01tolToSBtVA5b { display:none; }#QCbTQPECntATXDMVMF01tolToSBtVA5b > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zZdSyC31UHWBZKbxLIuOA7cAXXix7332 { width:19.125rem;height:0;top:0.9375rem;left:0.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #BcvruiNCVoubqzqhZlu3oBKhSgWpriU8 { width:20rem;height:0;top:49.0625rem;left:0rem;font-size:1rem;color:#0060ab;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #IqTaBZtFAd6TdEMNbiaGAtxtX577ix2L { top:31.597213745118rem;left:0rem;width:20rem;height:13.8748125rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvLpVp0KXqHKv1IQOHm3vs0J1aShJHM4 { width:20rem;height:0;top:12.4375rem;left:0rem;font-size:0.875rem;color:#161616;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Mt8xRGJm07vy5CuqJiTnp7LixLcGkai2 { width:20rem;height:11.111111111111rem;top:36.50347161293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVlDQCHCs487Z8lBTk3fZsQvK42RRCEG { display:flex;width:4.125rem;height:4.125rem;top:40.522221326828rem;left:8.155468940735rem;display:none; }
#OVlDQCHCs487Z8lBTk3fZsQvK42RRCEG > img { max-width: 100%;max-height:100%; width:4.125rem; height:4.125rem; } }@media only screen and (max-width: 763px) { #Rh9S2I7RynbIi0OQcrl2Py823mrpyc7T { top:23.8125rem;left:0rem;width:20rem;height:15.375rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXyi4SysQrPa3rVughdVHW5KondMBsB7 { height:11.1354375rem;width:20rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvZExciTTQF12ZbHOzGIq51wGLKqXOZK { width:18.5rem;height:0;top:30.062501817942rem;left:0.75000005960463rem;font-size:0.875rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #ZaSdGtWMee71TnBo0uzepDlfv0DcGUMe { top:40.6875rem;left:0rem;width:20rem;height:14.5rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzGZO2BvTLTCZ9gQ9IiTvwi8p9sv57VK { height:11.1354375rem;width:20rem;top:44rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HmL5yGTcRTHbWGf7GpdLMTGIEPdXgiIv { width:20rem;height:0;top:5.1593761444092rem;left:0rem;font-size:1.125rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #XrAEBHKQ8LcAWg8GkBXf8y80rUQyW9Rk { width:6rem;height:6rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn535int0OwAT0ygrNHXopNNBq5tor4w { width:11.9375rem;height:0;top:42.5625rem;left:7.625rem;font-size:1.125rem;color:#161616;line-height:1.4;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #pTleCzZ7dZSTqskGT9BwEhPJEXuGDhMx { width:13.375rem;height:3.148875rem;top:2.4375rem;left:5.6875rem;font-size:1.125rem;color:#161616;line-height:1.4;z-index:15012;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yPtgL7JRlX8v4bk6DqfdE3K9xuf82tTZ { width:20rem;height:1.21853125rem;top:24.6875rem;left:0rem;font-size:0.9375rem;color:#0060ab;line-height:1.3;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #v4CM0PI2Fzybhd40WCcXQ4mTtDVBRc68 { width:18.5rem;height:1.21853125rem;top:41.875rem;left:0.75rem;font-size:0.9375rem;color:#0060ab;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #AbZCDi5u5LoEka72XTHkZDqHubOI3yqa { width:20rem;height:auto;top:25.1875rem;left:0rem;font-size:1.125rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #uwnybha0ravHwmzT0bdQXTKTltF9yD1B { width:20rem;height:1.13606875rem;top:7.8125rem;left:0rem;font-size:0.875rem;color:#0060ab;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xU8OpPcTiEv4QlX7frl0Dga0QhGvcmF1 { top:7rem;left:0rem;width:20rem;height:15.5625rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTkvsHaTJQuWBHUSHinyNeHxRc5D8Ba { height:10.9733125rem;width:20rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qctPgVKplNT61qb9ag5NfLXPNB69PKyK { width:8.25rem;height:auto;top:30.75rem;left:5.875rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #P2y95GwsKlGwcznpT408autLcNTD18WZ { display:flex;width:2rem;height:2rem;top:58.6875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHUOZkauJ46Z6XtEq3lTeoUiXOIIgq0y { width:8.125rem;height:auto;top:30.75rem;left:5.9375rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #BEvI9rhanyaJBsIbTZ3amDpCfmmRh1Zr { display:flex;width:2rem;height:2rem;top:61.9375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3KqdT0LvuisizSguMtgLuFTUS7NTO0D { width:20rem;height:auto;top:33.9375rem;left:0rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #PGG95DptpR36aUd4VOyFw5pwccUfmxGC { width:11.5625rem;height:0;top:55.687282562256rem;left:4.1872825622559rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #lh3c5IfmrHllt2Q3wOfLe5aXcl7w8Udt { width:12.5rem;height:2.1875rem;top:55.25rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIQoO1DpsioWH6iTFlJs3pMc20tTPf6T { width:15.9375rem;height:0;top:65.632381439206rem;left:2.0944004058838rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #MihbU9dbJLtupkULrLSGscXuQB38vuBJ { width:18.75rem;height:0;top:69.069877624513rem;left:0.62521743774412rem;font-size:1rem;color:#161616;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #yAl41TkLpk1dgOcihQuKnJygCfVErPC8 { width:2.1875rem;height:2.1875rem;top:51.8125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3wTftMyPAB7obM0PIipIT8hGe7wmyfP { width:16.625rem;height:2.1875rem;top:65.1875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8o8ROXPaNdHKx0RBPehC7auusiH0PKV { width:19.0625rem;height:2.1875rem;top:68.625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPaawq4zdkpaVMrZ6zR7aTVmfkdJGrfl { width:20rem;height:1.13606875rem;top:9.3125rem;left:0rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dBkndbF69Zux46uRDHB4Lmychph3giRL { width:20rem;height:auto;top:5.375rem;left:0rem;font-size:0.875rem;color:#161616;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #yxEpfrrHbmRk8Gz4lQTyso0S57Ol3D2D { width:20rem;height:1.21853125rem;top:26.1875rem;left:0rem;font-size:0.9375rem;color:#0060ab;line-height:1.3;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NrF9pS8MCk78cAFvqk52xPFxZdOKufPw { display:block; }#NrF9pS8MCk78cAFvqk52xPFxZdOKufPw > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { display:block; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { display:flex;top:0.8125rem;left:17.0625rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { width:13.125rem;height:1.50065rem;top:1.0312404632568rem;left:3.4375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { width:1.4375rem;height:1.6875rem;top:0.9375rem;left:1rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BTtbf6ScSK79OCDRlDW8Zv6Vll9Jp4OL { width:17.8125rem;height:2.25rem;top:0.65625rem;left:1.9375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TKKnsfWzgJwKPqeZAzU4LWPWw3C8nfir { width:2.9375rem;height:2.9375rem;top:0.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GdTKvIp0I5qalcW63WonTvJCIT8STM { display:block; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { width:19.0625rem;height:3.93555rem;top:1.25rem;left:0.75rem;font-size:0.9375rem;color:#161616;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ga7h2552PJH9SrDwqTBUBurHTyDr2SNW { width:19.0625rem;height:2.8125rem;top:20.842014312744rem;left:0rem;font-size:0.9375rem;color:#161616;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PLDlinz5O2pnr6iDwlq3t2BsUlLeLtaT { width:6.811rem;height:1.6875rem;top:7.25rem;left:0.375rem;font-size:0.9375rem;color:#ffffff;display:block; }#PLDlinz5O2pnr6iDwlq3t2BsUlLeLtaT li:before{  }
 }@media only screen and (max-width: 763px) { #ebaA5c4CevedFBZDw1O2XWeJ9nvQ8rJ2 { width:7.061625rem;height:1.68728125rem;top:7.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycBbOTeaCT7Q32tDS6N99cqSNCJtK2VN { width:2.93728125rem;height:1.68728125rem;top:7.25rem;left:8.25rem;font-size:0.9375rem;color:#ffffff;display:block; }#ycBbOTeaCT7Q32tDS6N99cqSNCJtK2VN li:before{  }
 }@media only screen and (max-width: 763px) { #HFgD8BXDKSXVfeDJe6G3RULVZCRSUGCF { width:3.3125rem;height:1.6875rem;top:7.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu5FpuioKvs16ZuusV2M4afsCUOA4579 { width:17.3123125rem;height:0;top:9.7493486404419rem;left:0.74978297948838rem;font-size:0.9375rem;color:#0060ab;display:none; }#Qu5FpuioKvs16ZuusV2M4afsCUOA4579 li:before{  }
 }@media only screen and (max-width: 763px) { #JPFqkGDqfASClbfCH6dCazQRkJ3XI4wr { width:20rem;height:0;top:31.335720539093rem;left:0rem;font-size:0.9375rem;color:#161616;display:none; }#JPFqkGDqfASClbfCH6dCazQRkJ3XI4wr li:before{  }
 }@media only screen and (max-width: 763px) { #aHTv3qEfonBIT6gnPQRGPRltu1CJVfxz { width:3.125rem;height:1.68728125rem;top:13.625rem;left:8.0625rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }#aHTv3qEfonBIT6gnPQRGPRltu1CJVfxz li:before{  }
 }@media only screen and (max-width: 763px) { #MQkHHDf4eG7Bn0XD5KMTLagKKF86x2N4 { width:3.31163125rem;height:1.68728125rem;top:13.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CExnptDzq4C26DfE8sTE7zPIwlO9t9qW { width:7.061625rem;height:1.68728125rem;top:13.650173664093rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1LDIu3KQ0wa70QViROTNJL2Jxwo5y4e { width:7.375rem;height:1.6875rem;top:13.650173664093rem;left:0.24978297948837rem;font-size:0.9375rem;color:#ffffff;display:block; }#u1LDIu3KQ0wa70QViROTNJL2Jxwo5y4e li:before{  }
 }@media only screen and (max-width: 763px) { #FdJpc8DU6fOwCG4K4abhCtarWoq4qz70 { width:7.8125rem;height:1.75rem;top:7.2167978286744rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxftrmuMEzDgGvXzU4XiiNcoofA8aFUt { display:block; }
 }@media only screen and (max-width: 763px) { #aAxr2VqPVqLNuku5rTZTzpE6QQicWiPJ { width:7.8125rem;height:1.75rem;top:13.614364624024rem;left:11.914062798023rem;font-weight:700;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMO8W5FXd0hlWa4pB0ZFrVR47AFFu66 { display:block; }
 }@media only screen and (max-width: 763px) { #exIhGwV6NaomTl07swMGTFzyJp7lJJWL { top:6.1870660781861rem;left:0rem;width:20rem;height:6.3125rem;z-index:15007;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQuo7JxHfO6TpXO9EtiRp1u1J7XSlIEA { top:13.037110328674rem;left:0rem;width:20rem;height:6.311875rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2GkRnToJeO4tmVtXU2RZSAbAWCciXV { width:19.1873125rem;height:2.4370625rem;top:16.019966125488rem;left:0.40581601858139rem;font-size:0.9375rem;color:#161616;z-index:15018;line-height:1.3;display:block; }#TD2GkRnToJeO4tmVtXU2RZSAbAWCciXV li:before{  }
 }@media only screen and (max-width: 763px) { #tsx8uXHQyB56h49GL9pPnrvgVEVXBqsA { width:17.3123125rem;height:1.6875rem;top:9.6853294372556rem;left:0.74978297948838rem;font-size:0.9375rem;color:#161616;z-index:15013;display:block; }#tsx8uXHQyB56h49GL9pPnrvgVEVXBqsA li:before{  }
 }@media only screen and (max-width: 763px) { #e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI { display:block; }#e2LPmwBE6k7Pprqe3ukhvQs2JtU8dbBI > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hz7kWfoTkl8NxNI5bH40367gxD5rAomD { display:block; }#Hz7kWfoTkl8NxNI5bH40367gxD5rAomD > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlwgRpchBlcS0NgSrGu2yXqQ5oTICRAC { display:flex;top:0.9375rem;left:17.0625rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #fJ0LP0vs55oU17fLeuLrmMEiIHQcx9rP { width:14.5rem;height:1.21875rem;top:1.1875rem;left:3.4375rem;font-size:0.9375rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dywo3GwrPWwT34ITA0I7kip7H9v9TNn6 { width:1.4375rem;height:1.6875rem;top:0.9375rem;left:1rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #loLR7tQUBDGqvSoOXE5QoASLHcXPkfPI { width:17.8125rem;height:2.25rem;top:0.6875rem;left:1.9375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ywCAcP3dzcKNSPuPyNgfwai73Oi1ZQ8q { width:2.9375rem;height:2.9375rem;top:0.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foRiu6h7f6RKg6QGruOhDvDwVnK94eva { display:block; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { width:19.0625rem;height:8.52973125rem;top:1.4375rem;left:0.75rem;font-size:0.9375rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C5ogyDm5CqPP3TtvJtTA0dyXIQ8AAgqb { display:flex;width:2.06163125rem;height:2.06163125rem;top:12.625rem;left:1.5625rem; }
#C5ogyDm5CqPP3TtvJtTA0dyXIQ8AAgqb > img { max-width: 100%;max-height:100%; width:2.06163125rem; height:2.06163125rem; } }@media only screen and (max-width: 763px) { #WihsJbV0uveJDPLQBgfUvB11GZnloww8 { width:13.29773625rem;height:1.7352425rem;top:12.652994155884rem;left:4.6223962903022rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFGxVohNfS17xIOPZTwITssqfNOCZkWK { display:block; }
 }@media only screen and (max-width: 763px) { #AfEENkdNQhiyTWiViUGzJwTN1IrnXaKT { width:13.3125rem;height:1.75rem;top:16.004774093628rem;left:4.6137154698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWIySFBfwNl9b3aUqwF9xwLlsXRXpTN6 { display:block; }
 }@media only screen and (max-width: 763px) { #OWL7Lz7PRWXfeLPB6S3Kade2UfOF2D5V { display:flex;width:2.5rem;height:2.5rem;top:15.8125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { width:20rem;height:2.75rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ed22htoKMpmBi9iy99C7ZpDTG5X475wi { display:flex;width:2.5rem;height:2.5rem;top:19.561630249024rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #rA8chCRSAZPXn2kyTw7LOli41ftZD53X { display:block; }#rA8chCRSAZPXn2kyTw7LOli41ftZD53X > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhXoVR5GcAAbn9v5UGCGminVDspMNkSc { display:block; }#yhXoVR5GcAAbn9v5UGCGminVDspMNkSc > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kza9VbIcEWOL1lx3Eo5U23dyfb9pbBPV { display:flex;top:0.875rem;left:17.0625rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #QmzcW7QIyPdvgNCF8mgt5g5srpdlg6Tg { width:14rem;height:1.125rem;top:1.1875rem;left:3.4375rem;font-size:0.9375rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uTwMJOzZmid3LB2NkyUJGpNyvHv0mI2I { width:1.4375rem;height:1.6875rem;top:0.9375rem;left:1rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tVKlp3JbuDJz8LuiK3HFTlMV9eVadTrF { width:17.8125rem;height:2.25rem;top:0.6875rem;left:1.9375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #KnZ98qEWaB3d9cMTIkkVcluL95NbLnBo { width:2.9375rem;height:2.9375rem;top:0.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 { display:block; }#zOEPqBEvQwcFq3KvEgMVPmBdUSw8fAX4 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr4VhH9n5Wkg4LMM5vIIhwRFAs8tWvhr { top:6.125rem;left:0.125rem;width:19.8125rem;height:14.5rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHnO0TMEoilWsCn6JrKMWlkMwF8qzsgR { width:2.99913125rem;height:1.93685rem;top:25.757380008697rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOsK3DPmfWIAKmFbFMw12bOQcXkVQfES { width:12.6248125rem;height:2.69965rem;top:1.9357643127441rem;left:7.374132454395rem;font-size:1.125rem;color:#161616;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xu6sGlRmVaWPfEr0HN0f4nUETOqIK2lf { width:14.436875rem;height:1.40625rem;top:22.125rem;left:2.125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #sBaUJQDL9TqHEKvMBeExETax7E1nLCB0 { width:10.374375rem;height:4.84375rem;top:24.0625rem;left:2.125rem;font-size:0.9375rem;color:#161616;display:block; }#sBaUJQDL9TqHEKvMBeExETax7E1nLCB0 li:before{  }
 }@media only screen and (max-width: 763px) { #AyseXaF4Ayayw0ksTzlxe86rKAIBoM3C { top:27.986113071442rem;left:0rem;width:20rem;height:15.3125rem;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCADCzucoU0T74ryoToKsDG8OSXRH9bH { height:10.9895625rem;width:20rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qid7sluhXRKIIDJsEL3Gol4F1OAMPe8h { width:4.87413125rem;height:5.68685rem;top:0.44053840637207rem;left:0.77907985448838rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BdAZd46L7Gn8PAMIA2SuL9CRWGuntLdS { width:20rem;height:1.21853125rem;top:7.375rem;left:0rem;font-size:0.9375rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { display:block; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF { display:block; }#b6SNk2nDkOa2reukfvqoZ2s2adxSg2hF > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nStg0E9gFuoRZpW3mocurAncpnemow9J { width:20rem;height:1.7875rem;top:2.0625002384186rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpEOQ49iX3eUNP3hn1VQb6bAEsMaPiuz { width:20rem;height:4.21875rem;top:5.0625002384186rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL { display:block; }#oBD8TuNbT6JW7KMcgSAvaZAob3crsFTL > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIwDdoA1PNBAZavoMsaMUWPImuU18sgq { width:12.375rem;height:1.462675rem;top:2.84375rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T58lP6MT8oIHqePtHFfdlZgumqgZ6wEE { width:3.25rem;height:3.25rem;top:1.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMJCxsH7RF4sXmavkJT9iJrnVvVlMvBR { width:0.625rem;height:18.75rem;top:2.03515625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sszy46FATmckcExtI6etwhoNyeictFlS { width:12.375rem;height:1.462675rem;top:7.3333439826962rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR0UpvBVZ4TAdN8WzDNw3egetzKlm4BX { width:12.875rem;height:1.462675rem;top:11.696617126465rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJQUJVUDB7NAIIepqZFJ7r6mm1QnqMJT { width:11.4375rem;height:1.462675rem;top:16.08203125rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvq1xubJCOJyIEkDlrX3W9y8ARQH0gL5 { width:3.5rem;height:3.5rem;top:15.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #looTOTQVeyz5gXMqIetmsGhNVrundazv { width:3.1875rem;height:3.1875rem;top:6.4700527191163rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exO2O5HQ0l6AAm1V1TFEyPT6fHJ4TuLv { width:3.1875rem;height:3.1875rem;top:10.833335876465rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq5TiwTwxDuoBVqII1csDNgkfFM3dRNJ { width:0.625rem;height:20.625rem;top:2.75rem;left:2.75rem;z-index:15001;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CbEXbTeUCwTKal7TyRc2t3gb4E5Zcx52 { top:20.143230438233rem;left:0.5rem;width:19rem;height:12.5625rem;z-index:15010;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpkZ83sfZXXHhO8NFPwfaWKbtx3JO4IH { width:0.625rem;height:13.75rem;top:3.4895834922791rem;left:2.75rem;z-index:15002;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(227,227,227,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QW2ZvdBnM7n28CPUCvWvviVuqw0n6UIt { height:11.222207003607rem;width:20rem;top:19.703777790069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo { display:none; }#Z9wcFIcTiw6HVKUbn5IDaVBzHXTok2Vo > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4ITKeZ1D0vu4R6FB86doDBcKVaqha1T { width:18.375rem;height:1.7875rem;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5SNw5C2IxerC3h0kNTP2bneZhsDeXp6 { 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) { #wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 { display:block; }#wAG1teUwun6ObnKshZO2GNHNOAXuM9E1 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpiNpVIZWU9xyGS5trMJC7XV38qyzfuG { width:10.125rem;height:2.25043125rem;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) { #vbDabULgdcCacdzSgTlkwk59E2T7H15q { width:18.0625rem;height:3.93555rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #pUun9teTTUuilkPZpvyWfzqdGkpcsSwM { 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) { #hqMT1h4IykZKpQzCqqpcsOFkZTlN7Wtt { 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) { #QVxGBXNtmQf4tlnBh2yysTnOGnrEK7Rw { 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) { #DyLeACAfyTeGQt0l3VXvdvrVBX0fFarh { width:17.8125rem;height:5.24739375rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #he9cea3xXquUbTaA0GAdgUgwiblMXwoZ { width:10.6875rem;height:2.62586875rem;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) { #nMbMaLLx3xEXUCloy6Ni4gFDWrHOx3BJ { width:17.625rem;height:5.24739375rem;top:26.687498092651rem;left:1.2499999403954rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #uZO409r2iDDyGSkiExwo5daluG7DrLCG { width:10rem;height:2.62586875rem;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) { #SFxf8bVJz8JzXmyf13iIxCuTbazVPPmE { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6fPr9xZcF9hVdzUMOJxoXHKilw7moX { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA6sRWeN9xWLmH38WVSK8CRAOr4GXm1h { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDwIwbyi2nDQE18rny6tvUe2KQMlZua { display:block; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { width:20rem;height:1.7871125rem;top:2.2493476867676rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { width:20rem;height:2.8125rem;top:4.9370670318604rem;left:0rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ru83MVisnbNLNvDXgCaxMvG623tIh2Gd { width:10.875rem;height:2.0625rem;top:9.4368495941163rem;left:4.5616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmtBxgugMJkrrr0drFAbpTmVuGzC328x { display:block; }
 }@media only screen and (max-width: 763px) { #xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt { display:block; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT { width:10.8745625rem;height:4.56163125rem;top:0.68684768676756rem;left:4.5627172589302rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24079306-b7c8-4afe-a8e5-00e433809505/uaxpequeo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.adaptive-delivery-prevent-bg, #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.lazyload, #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:relative;z-index:auto;background-color:#004478;background-image:none;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.5625rem;left:0rem;width:20rem;height:3rem;z-index:15000;background-color:#004478;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:0.9375rem;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;border-left:0;border-right:0;border-bottom:0;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }