.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:226,222,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:25,0,218;--color-primary-4:11,16,32;--color-secondary-0:255,231,220;--color-secondary-1:255,175,138;--color-secondary-2:255,94,20;--color-secondary-3:128,47,10;--color-secondary-4:38,14,3;--color-tertiary-0:255,255,255;--color-tertiary-1:234,231,254;--color-tertiary-2:184,175,253;--color-tertiary-3:92,88,127;--color-tertiary-4:18,17,25;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7480625rem;height:3.1245125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:33.87451171875rem;display:block; }
#O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6230625rem;height:3.1245125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.53125rem;left:46.15283203125rem;display:block; }
#QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5625rem;left:56.5625rem;display:block; }
#a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tiu2wZnoXWGp39xeCg7bFBVP2ECiax2M { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.78125rem;left:64.9375rem;display:block; }
#FglWEyIIT0vT9lrLwoxqtu1JJEnTVpbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qu8gUuXoVKQhp6UAqSJOCJQ0h3OOT9l0 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:46.8125rem;width:32.4375rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#VtrgL26bSyTk7vnz07aCoxQNAk4XieBa { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:23.5rem;width:64.25rem;top:19.195991007473rem;left:-38.75967208897rem;overflow:hidden;display:block; }
#gSvpe2z2V2THG7larxFGs2l6nV2twEoV { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:32.75rem;top:11.7802734375rem;left:27.24755859375rem;overflow:hidden;display:block; }
#U9u9D6qStc8iiynEfJxUmx2A2d0C8eH3 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:18.625rem;top:34.247398376465rem;left:50.625rem;overflow:hidden;display:block; }
#aD9rtutl7mO2yq1G9ambPL9bFMEzfJas { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:21.4375rem;top:18.685546875rem;left:35.77587890625rem;overflow:hidden;display:block; }
#uiUsBzsgfwy3XMrzncgvrOdXhEGXno5x { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:40.80908203125rem;left:35.77587890625rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#qyK9R5OrF6ehnqdyiFuFIJuR1MmsEium { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.49560546875rem;left:31.57763671875rem; }
#qyK9R5OrF6ehnqdyiFuFIJuR1MmsEium > img { max-width: 100%;max-height:100%; width:3.1245125rem; height:3.1245125rem; }#MLCJpDkRpDP7axQ1gtGZ4FRvrTky1MZC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:11.25rem;display:none; }
#fwVzuGBWDe8BpkJrsfHZSpefPigJTXOs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:35.875rem;top:35.287761469116rem;left:66.99750787495rem;overflow:hidden;display:block; }
#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o.adaptive-delivery-prevent-bg, #a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o.lazyload, #a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o.lazyloading { background-image: none; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { background-color: transparent; background-image: none; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container > .video-iframe-container { display: none; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row > .video-iframe-container { display: none; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .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); }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { border-width: 0; border-radius: 0; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#626456;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat: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; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE.adaptive-delivery-prevent-bg, #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE.lazyload, #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE.lazyloading { background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { color:rgba(var(--color-tertiary-4),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.37109375rem;left:18.1875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXRx8nrybAHkdLoJ1Dqlk2iETXyXvXvz { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:9.37060546875rem;left:31.1865234375rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#rK8vkCeFdyPcICRvfH2JvOXCvB7prSNo { color:#93393d;display:block;width:69.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.771484375rem;left:18.625rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M9Hibgb6MuxJ2cwXhR7Qoh7wn6tNZWya { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top: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:45.5rem;width:41.375rem;top:0.93310546875rem;left:-22.522686361085rem;overflow:hidden;display:block; }
#lcKCx95vHqtNqdba8Nu8tioyyvV3WNFB { color:#e2d9d0;display:block;width:55.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:34.7138671875rem;left:0rem;height:5.69791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0r9TxVFJWQLI4W0avpMQp4PfV90J5Hd { box-sizing:content-box;height:12.5rem;width:60.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(41,47,20,0.63);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.74072265625rem;left:-3.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#lK1GA04nSCJ7duKr7ZbNyG0rCeS74oi6 { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top: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:22.625rem;width:60.4375rem;top:22.6875rem;left:-7.6271501733831rem;overflow:hidden;display:block; }
#WsBqO70UlV01ewm02woREH6lc576Hknd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#WsBqO70UlV01ewm02woREH6lc576Hknd.adaptive-delivery-prevent-bg, #WsBqO70UlV01ewm02woREH6lc576Hknd.lazyload, #WsBqO70UlV01ewm02woREH6lc576Hknd.lazyloading { background-image: none; }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row .container { background-color: transparent; background-image: none; }#WsBqO70UlV01ewm02woREH6lc576Hknd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row .container > .video-iframe-container { display: none; }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row > .video-iframe-container { display: none; }#WsBqO70UlV01ewm02woREH6lc576Hknd > .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); }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row .container { border-width: 0; border-radius: 0; }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#TyKk08FwXmzFFLapwpMdF93xshLBcOxW { color:rgba(var(--color-tertiary-4),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:2.2488288879394rem;left:9.09375rem;height:5.000975rem;text-align:center;text-align-last:center;display:block; }
#VroRmW0etWvb7DAwODf4siQQwuvVKz1I { box-sizing:content-box;height:17.187rem;width:17.499rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.248046875rem;left:18.9521484375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#nKbodc0cnH4tShZLa8MXGiZJiswkBPAM { box-sizing:content-box;height:17.187rem;width:17.499rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.248046875rem;left:38.51513671875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#yKJxmUvzKwpzHBNPwWQilPtLQMItx8TP { box-sizing:content-box;height:17.187rem;width:17.499rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.248046875rem;left:57.5009765625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc.adaptive-delivery-prevent-bg, #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc.lazyload, #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc.lazyloading { background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { 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:#e8e0da;background-image:none;top:2.1875rem;left:6.875rem;display:block; }
#w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:7.1875rem;left:1.875rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.8125rem;left:1.875rem;height:6.3958125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.7164077758789rem;left:7.4039039611819rem; }
#A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:7.1875rem;left:20.9375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { 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:15005;background-color:#e8e0da;background-image:none;top:2.1875rem;left:25.9375rem;display:block; }
#e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.8125rem;left:20.9375rem;height:4.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.6875rem;left:26.4375rem; }
#gU3Sbk5WTExspMVDgc6Jb30ZeKDdM8hq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:7.1875rem;left:40.375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { 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:15010;background-color:#e8e0da;background-image:none;top:2.1875rem;left:45.375rem;display:block; }
#lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.8125rem;left:40.375rem;height:4.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.6875rem;left:45.875rem; }
#oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:7.1875rem;left:59.375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { 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:15015;background-color:#e8e0da;background-image:none;top:2.1875rem;left:64.375rem;display:block; }
#eXUygS1rwmpquls0bt58RMWIv8bJDmlh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.8125rem;left:59.375rem;height:4.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.6875rem;left:64.875rem; }
#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u.adaptive-delivery-prevent-bg, #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u.lazyload, #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u.lazyloading { background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .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); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:3.75rem;left:12.5rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#bo5JGIzh3kuFvCvtx5KZB8MuASLxztJE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18686f;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; }#bo5JGIzh3kuFvCvtx5KZB8MuASLxztJE > .row .container { border-width: 0; border-radius: 0; }#bo5JGIzh3kuFvCvtx5KZB8MuASLxztJE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bo5JGIzh3kuFvCvtx5KZB8MuASLxztJE > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#RqD9GAF9xnkiwvBIwNeERMkONHSZi7bm { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7236328125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#Dt9WpZlduBsHMxI27p2GkD5AvUF22y2g { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0029296875rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT { position:relative;display:none; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT { border-width: 0; border-radius: 0; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT > .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; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT > .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:0.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; }#QXkxPUCyHFDyz3eTf1DtspCw5D4Sy7Kw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18686f;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; }#QXkxPUCyHFDyz3eTf1DtspCw5D4Sy7Kw > .row .container { border-width: 0; border-radius: 0; }#QXkxPUCyHFDyz3eTf1DtspCw5D4Sy7Kw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXkxPUCyHFDyz3eTf1DtspCw5D4Sy7Kw > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:none; }#udwST9gq0CT6TBqaHH2kyQBcaEIHITLu { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#xoGceO3CbdlveDPgafRX3nCeWDcM7yCT { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1279296875rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s { position:relative;display:none; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s { border-width: 0; border-radius: 0; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s > .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; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s > .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:0.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; }#WWNweaptrK7qKNAUKoJ8xaQ6how7bMH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18686f;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; }#WWNweaptrK7qKNAUKoJ8xaQ6how7bMH0 > .row .container { border-width: 0; border-radius: 0; }#WWNweaptrK7qKNAUKoJ8xaQ6how7bMH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWNweaptrK7qKNAUKoJ8xaQ6how7bMH0 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#hNTTS19k63O1X8ksKOKxT3UOUAcFvHSZ { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#g2NJWNu6phR3hhkgbdufGtADMQeGVNbS { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#18686f;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; }#g2NJWNu6phR3hhkgbdufGtADMQeGVNbS > .row .container { border-width: 0; border-radius: 0; }#g2NJWNu6phR3hhkgbdufGtADMQeGVNbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2NJWNu6phR3hhkgbdufGtADMQeGVNbS > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#I8lP2knS0RkymVJamsakfUTmDykSBIOA { color:#ff5c00;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ.adaptive-delivery-prevent-bg, #pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ.lazyload, #pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ.lazyloading { background-image: none; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { background-color: transparent; background-image: none; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container > .video-iframe-container { display: none; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row > .video-iframe-container { display: none; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .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); }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { border-width: 0; border-radius: 0; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#m58NvABsPnT4qP2iipOnAeuh8iIUGza9 { color:#d6d6d7;display:block;width:64.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:10.529296875rem;left:7.34423828125rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BE9r2sRUt5JQi29mN6hrc7HhFBNmKkJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:32.625rem;left:10.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhRAvKvM7FUOactzdq3ig3iwRbdlUHO9 { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(42,42,42,0.86);background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kcPx3zA6ZrmO3NU69vK622NH1dW19TUm { 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:15.6875rem;width:15.6875rem;top:7.7490234375rem;left:0rem;overflow:hidden;display:block; }
#ztrMHL7yrO8frBRhtzVwdyRNLtlcKA9Z { color:#93393d;display:block;width:49.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:2.40966796875rem;left:12.498046875rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#Ne5DbrfrTwrfHCDNXsoLcU6ZqxSJe28m { color:#93393d;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.3427734375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MASH66PNuTLiriotrfUUZEhpGFthexEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:28.375rem;left:9.6875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WnP7BTbLa6OyzQese044rnCuaW0BqTaO { color:#93393d;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:16.9365234375rem;left:15.685546875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fo6VIQVVqo125AWv0S7wPntFvI4Awlv1 { 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:12.75rem;width:10.125rem;top:19.375rem;left:13.625rem;overflow:hidden;display:block; }
#enexQgJ3p8Jivf7FuzVEyyKITbnrJtu2 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1850625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:25.75rem;left:1.6875rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nN6cWsVGNq6KKBfTiFcIHnTOv4ZIr5bh { color:#93393d;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wRXW7uifJfgtmQnzwxZPL1BMUzxbWWeH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:32.625rem;left:24.375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#olzJ94mllHNHpUVosM6QXTbNex1BUaLS { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:33.75rem;left:11.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hM3Lc6PpcahyiOOsNxHXI2kpkMZFIFBx { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:33.75rem;left:26.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pQhyNCNqciqDrIVIugb9TQTRdl3JuO55 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:32.625rem;left:23.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ien6B2fQ5uP9pGJKbOvSb7P7kiBudCUr { 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:12.9375rem;width:11.25rem;top:19.0625rem;left:26.375rem;overflow:hidden;display:block; }
#T0CHq62aXCM4Rt3XM028nXRPtCE7wuvH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.8125rem;width:10.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.395832061767rem;left:38.747398376465rem; }
#QezHVMVaXZGtREG2GFAIVDIJeXnQMNbs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.8125rem;width:10.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.395832061767rem;left:49.559898376465rem; }
#m7pIA0KlEzBIy9dL3RnVPNnk8zk8BbtL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.8125rem;width:10.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.395832061767rem;left:61.052085876465rem; }
#upUzeoxDcn9O9bQXEAGX2RJ4n0lfbJsE { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:17.375rem;width:47.6875rem;top:3.55859375rem;left:12.49609375rem;overflow:hidden;display:block; }
#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38727337-b827-4924-92ee-e6a1c5ff11e9/background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3.adaptive-delivery-prevent-bg, #KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3.lazyload, #KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3.lazyloading { background-image: none; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row .container { border-width: 0; border-radius: 0; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#TckRPKQZ32lTgUBGqfTeqZFVTDZ9QHR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#Mn7rU95qJIBMwnKGk97VBW2gi0T3a3Mq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqMQtoHI6uxFgcyHCzw7p4eCINpUhvpJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTFr2m77gyJMgutFXy3ZG2IJEwJAELkx { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#89a7a2;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c4vLvwclCKCJD6qb38FFMlGQWaAW3Zi8 { 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:12.9375rem;width:11.25rem;top:3.21533203125rem;left:0rem;overflow:hidden;display:block; }
#AEz0U6pM3QhnGkm80IyVnBpCLyQ9eIr0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:12.1245rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp.adaptive-delivery-prevent-bg, #qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp.lazyload, #qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp.lazyloading { background-image: none; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { background-color: transparent; background-image: none; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container > .video-iframe-container { display: none; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row > .video-iframe-container { display: none; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .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); }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { border-width: 0; border-radius: 0; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#SUrXZ0tVdMF7Otfs1tIQESb0Sb0SIkzO { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#WTfJxbFUkFlXk9AR9Lhk7X4JSXZxU27h { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sEhJLB1XTfi7fpRDCiOCqBfocaxw5xfB { color:#d6d6d7;display:block;width:17.3100625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.5625rem;left:13.625rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKlpfPXaml7gEmJhVATA3yTcALkCQqdX { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#93393d;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WHwBJ5aviGi5iu82OJBUxQmLACBKTMJN { 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:14.25rem;width:12.5625rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#AsagX1TesyZ7h3sP9rmwW5TxI597vBpg { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:6.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp.adaptive-delivery-prevent-bg, #dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp.lazyload, #dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp.lazyloading { background-image: none; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { background-color: transparent; background-image: none; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container > .video-iframe-container { display: none; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row > .video-iframe-container { display: none; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .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); }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { border-width: 0; border-radius: 0; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#OyCaqUmf21g67LWeLg0qP8DNIZfKZ8rC { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#ZFkZquUE9AlTK0w3KFuQG2kow95ybwxm { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlMr7DzZFalo4MU8z7bCbsSONbOhR0kE { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vu8WL1xoQbQtr04pf0DOsu315I79avWM { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#93393d;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wIZKrZm7P2L98wkGQqvCigkWGUO8gPIt { 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:15rem;width:11.9375rem;top:1.09033203125rem;left:0rem;overflow:hidden;display:block; }
#frenFinM0eHkV27BlDEDPwExe91G5KSr { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC.adaptive-delivery-prevent-bg, #cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC.lazyload, #cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC.lazyloading { background-image: none; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row .container { background-color: transparent; background-image: none; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row .container > .video-iframe-container { display: none; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row > .video-iframe-container { display: none; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .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); }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row .container { border-width: 0; border-radius: 0; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#dQ6BBPuHND07NrVriehOC8Pv2gOt0mah { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#wuidMOVE32PW163r6bVfVlqOdmgD6QOk { color:#d6d6d7;display:block;width:15.622375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.375rem;left:13.0859375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b9WWA9xU0PR3rEhg127WT9kkLeZIOL5p { color:#d6d6d7;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:10.875rem;left:13.0859375rem;height:4.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJcyZgLQR91gE5LuTzf0uHyTOH0tADPO { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#93393d;background-image:none;top:7.8828125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DO2feyDUzHLese9JGg158dC7yWT2WeNJ { 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:14.3125rem;width:10.6875rem;top:2.6119689941406rem;left:0rem;overflow:hidden;display:block; }
#QCWC6T163tdLOXTlPWLfpI84zqc6XXNt { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:6.75rem;top:-0.25rem;left:0rem;overflow:hidden;display:block; }
#k8AelzP9OdlIK46HB4egabcqvL8dhpNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO.adaptive-delivery-prevent-bg, #k8AelzP9OdlIK46HB4egabcqvL8dhpNO.lazyload, #k8AelzP9OdlIK46HB4egabcqvL8dhpNO.lazyloading { background-image: none; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { background-color: transparent; background-image: none; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container > .video-iframe-container { display: none; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row > .video-iframe-container { display: none; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .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); }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { border-width: 0; border-radius: 0; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#FbGQXJFJvuLB5IATNeVbH7aZT7F2GQ3a { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#TuOi735NEOU3aHKulVZHstk4vcWH1hJJ { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HaOWTNzSyT5a1g18TTksuBdbXhgOvfRb { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgcHHyTePVObuTLP9s2yWfoTvNrtGp9T { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#93393d;background-image:none;top:7.8828125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EhGTXPc7QKinE3pAI4J5KFNU5Z5D7TtS { 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:13.5rem;width:9rem;top:2.6125011444092rem;left:0rem;overflow:hidden;display:block; }
#sbE4iEIJRutnSCuvcEIDDdZBkzIcTX6q { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:6.75rem;top:-0.25rem;left:0rem;overflow:hidden;display:block; }
#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR.adaptive-delivery-prevent-bg, #caB2Eb3MoTplCUbg24DRRe2yER7LOEqR.lazyload, #caB2Eb3MoTplCUbg24DRRe2yER7LOEqR.lazyloading { background-image: none; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { background-color: transparent; background-image: none; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container > .video-iframe-container { display: none; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row > .video-iframe-container { display: none; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .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); }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { border-width: 0; border-radius: 0; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#DRsJgTIpntVWD1svymSxgITv54fPNhKi { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#B4nuBl7gxfg4eGo7eINx6Pf0vDEMJpNT { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNWg3WST54RJ2PbEUZAPIpzQIEoEHisI { color:#d6d6d7;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ns0wJOo0Q28psDWEDp9czBJhqM7TH4Tp { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#93393d;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aXloX6OsE3ddEbWFEl6Q3HfAKwl1BTWI { 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:15.1245rem;width:10.3125rem;top:1.0283203125rem;left:1.904296875rem;overflow:hidden;display:block; }
#FJOzdOZTikQ2PPH0IpmTxgZ1GldgmQm3 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4.adaptive-delivery-prevent-bg, #JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4.lazyload, #JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4.lazyloading { background-image: none; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { background-color: transparent; background-image: none; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container > .video-iframe-container { display: none; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row > .video-iframe-container { display: none; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .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); }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { border-width: 0; border-radius: 0; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#KcsmuJKdrvUXPVLT3xbERA4JWmlGiBku { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#cLTbfdTHMMthEFSvyBbWDI62n6KL3Si4 { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zVfLPFMrsXpTol3QUcMTBgqi9AGGcviW { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfpKu5KzeT4lRdnXhfD50zeTrRe83UoW { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#93393d;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Gw3NH4loCwtfVTzvWHlL1upJxy5irHOJ { 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:14.25rem;width:11.6875rem;top:1.3427734375rem;left:0rem;overflow:hidden;display:block; }
#gyqJQHcOGW2KmqTJtSbHkeJRpkaWEE80 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:6.25rem;top:-0.125rem;left:0rem;overflow:hidden;display:block; }
#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz.adaptive-delivery-prevent-bg, #sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz.lazyload, #sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz.lazyloading { background-image: none; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { background-color: transparent; background-image: none; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container > .video-iframe-container { display: none; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row > .video-iframe-container { display: none; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .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); }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { border-width: 0; border-radius: 0; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#eRTKXokNcFs4nvTasG3u3G4LbKeQzSZG { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:7.8125rem;left:28.625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#NHRwIvK8BfSGZDIEwaNq8OQ2fdHPtThA { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7.8125rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6Tqm4UKXEeviwpNsG1ausA2kGQhf6MM { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.3125rem;left:13.625rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5ffHRTZrt5GIXfb5llnnFSFRDKCiqPK { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#93393d;background-image:none;top:5.5rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hM1NEIKTAX1qOEVfDCunsZ0Pc7eMLxew { 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:12.9375rem;width:11.25rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#fALNtHDIVy24eqaLp2bOWOZI2ofgQC5T { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:5.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh.adaptive-delivery-prevent-bg, #pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh.lazyload, #pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh.lazyloading { background-image: none; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row .container { background-color: transparent; background-image: none; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row .container > .video-iframe-container { display: none; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row > .video-iframe-container { display: none; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .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); }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row .container { border-width: 0; border-radius: 0; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#dk6aVqku5QXuxIShJicd6UEW31XaqKW8 { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#azpTcm3KgIwgzG2XBf2eTcXfFcQrdQK5 { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDzxdDLs2wtp7tTK0Q6fRSkF1d4hHVy2 { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFIxmlg5dhul44gkPP6XPmxyE1l4QdgK { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:14998;background-color:#93393d;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g4eKykNwGt6EqlQvrzotXiDECFZFJDPy { 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:14.25rem;width:11.3745rem;top:1.90283203125rem;left:0rem;overflow:hidden;display:block; }
#L6erZzqru78QcxeL9yzT86heJ57qk81r { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd.adaptive-delivery-prevent-bg, #OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd.lazyload, #OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd.lazyloading { background-image: none; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { background-color: transparent; background-image: none; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container > .video-iframe-container { display: none; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row > .video-iframe-container { display: none; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .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); }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { border-width: 0; border-radius: 0; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#ETNNrOsBr9bio7HIu1E0i5Ff6VSPoKSS { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#zJmvlExqDhHAxJTcJ5gOMM33zEynQmoz { color:#d6d6d7;display:block;width:12.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.1875rem;left:13.9013671875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EH6yATMXMOVl1JT8AwhhukJiah3P1E7u { color:#d6d6d7;display:block;width:13.1850625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:12.18310546875rem;left:13.9013671875rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWWMDoM7mEhbyZcgZBva2gyt20oxysra { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#93393d;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VAqVcsqXfuqGGtxMoWb9odHHCBgkamGM { 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:14.5625rem;width:11.5rem;top:1.4658203125rem;left:0.966796875rem;overflow:hidden;display:block; }
#cCBqaAeFGlymDDQDqA4ZCXWe6HxEgafN { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:6.25rem;top:0rem;left:0.96484375rem;overflow:hidden;display:block; }
#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA.adaptive-delivery-prevent-bg, #iGUxHdO0HWuPLeT5oAW76BkE99IIoizA.lazyload, #iGUxHdO0HWuPLeT5oAW76BkE99IIoizA.lazyloading { background-image: none; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { background-color: transparent; background-image: none; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container > .video-iframe-container { display: none; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row > .video-iframe-container { display: none; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .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); }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { border-width: 0; border-radius: 0; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#HAm2ep7fa6i9eaT308TQbiUXDQMQANlx { color:#d6d6d7;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:10.18505859375rem;left:14.87548828125rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E4VvIZxMJ3grbOklnpMnDpnvUeR0pdmL { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(42,42,42,0.86);background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#niVdkrLVvJX381y8oo7KoPlG5MNTVwSD { 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:22.375rem;width:20.375rem;top:0.244140625rem;left:0rem;overflow:hidden;display:block; }
#TBnmJ2koBSnkZylV35Ul10FJL2J4qJz6 { color:#93393d;display:block;width:49.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:3.72216796875rem;left:11.87255859375rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#OEBgnwnkT1XblflPmnPmGDaVHXWcZSzH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.434875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:19.341144561767rem;left:23.18359375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MeySKiOz0l21A0ZfWvsG8V7ah2wAb5sH { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:19.8125rem;width:54.6875rem;top:2.125rem;left:14.875rem;overflow:hidden;display:block; }
#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38727337-b827-4924-92ee-e6a1c5ff11e9/background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5.adaptive-delivery-prevent-bg, #m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5.lazyload, #m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5.lazyloading { background-image: none; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row .container { border-width: 0; border-radius: 0; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:none; }#bBsh0lbH4q1BhRogQGANriQsolEs4uLr { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:12.1245rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uMqlVRsz7ofKSK7c1gR8TJgbvcT6TJdp { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15004;background-color:#89a7a2;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fUqxcVDIxDTyZeezMv08UuPaBH1O4pPR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.4985375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tf5ghoEKMzLkTLawBe8QtEsbeZTtfiKz { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:11.5625rem;left:13.625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlPP78ezGENza1chmqFtxIioSNaPDDUk { color:rgba(var(--color-tertiary-4),1);display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:1.374025rem;text-align:left;text-align-last:left;display:block; }
#GOvZ9IzJLQpeN94GsiJZg3GX7XBgk5cQ { 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:15.625rem;width:10.375rem;top:0.4658203125rem;left:0rem;overflow:hidden;display:block; }
#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25.adaptive-delivery-prevent-bg, #NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25.lazyload, #NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25.lazyloading { background-image: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { background-color: transparent; background-image: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .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); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { border-width: 0; border-radius: 0; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#ezZflQ3D6o4WyWITA74JfFDCyrf0ZQoI { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:23.1875rem;top:1.49853515625rem;left:25.56298828125rem;overflow:hidden;display:block; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa.adaptive-delivery-prevent-bg, #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa.lazyload, #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa.lazyloading { background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:1.90576171875rem;left:10.125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8.adaptive-delivery-prevent-bg, #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8.lazyload, #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8.lazyloading { background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { box-sizing:content-box;height:31.5rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.4375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:18.625rem;left:8.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:23.43017578125rem;left:0.75rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { position:absolute;display:block;z-index:15005;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:15.8125rem;width:23.8125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#gSo99mbDtraV7aTswTnKfobwTWetcD6i { 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:10.5rem;width:7.437rem;top:11.3173828125rem;left:0.96826171875rem;overflow:hidden;display:block; }
#QGTUtS56vRMqkN5rWpISdVwcMRLTkkTI { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.125rem;left:8.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:25.62451171875rem;left:0.779296875rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { box-sizing:content-box;height:31.5615rem;width:23.874rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.4375rem;left:25.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { position:absolute;display:block;z-index:15012;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:15.8125rem;width:23.8125rem;top:2.4375rem;left:25.75rem;overflow:hidden;display:block; }
#yohviILx8VlwHTuEckBgR9Pd0TylP6No { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:18.6240234375rem;left:35.59423828125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LpbPf5iJgJAKRmFB8WXx4LUniDBmk42D { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:23.43017578125rem;left:26.99853515625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TufU0w1WH8hCxg2pKhfG4uieJoy6gMWV { color:rgba(var(--color-tertiary-4),0.5);display:block;width:11.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:20.12255859375rem;left:35.59423828125rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:25.62451171875rem;left:26.625rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpq8aONKqaIDhFVTOfnXxa0lCEC8uXpV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.6875rem;top:11.9677734375rem;left:26.625rem;overflow:hidden;display:block; }
#LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.4375rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { position:absolute;display:block;z-index:15019;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:15.8125rem;width:23.8125rem;top:2.4375rem;left:51.125rem;overflow:hidden;display:block; }
#Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:18.6240234375rem;left:60.25048828125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QEzqqOsAz1FCfwsB3GVroWwTHTzrXkbT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:23.43017578125rem;left:52.93505859375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ruhEDZKLCwdkslnRWVR2xS3UrMh9UJ9X { color:rgba(var(--color-tertiary-4),0.5);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:21.8173828125rem;left:60.25048828125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:25.625rem;left:52.9375rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3ZZLle0DTUT905dITBQP0yA95Dm59tG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:8.6850625rem;top:11.1298828125rem;left:51.216796875rem;overflow:hidden;display:block; }
#ELVTHmFmEJeW51qJ704gbqoTTsIEL6LQ { box-sizing:content-box;height:3.5rem;width:3.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:15024;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:3.1875rem;left:19.875rem;display:block; }
#wNxcFvBrCzrFc9qDrbsIwJfa13wTB9Rh { box-sizing:content-box;height:3.4995125rem;width:3.4995125rem;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:15028;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:3.1875rem;left:70.7490234375rem;display:block; }
#caTWl9mFCfNKGaUxyfB6aknk91LokgeF { 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:15034;opacity:1;top:3.8125rem;left:20.5rem; }
#caTWl9mFCfNKGaUxyfB6aknk91LokgeF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#permGgtPA0teVnwq8eDbTDeOJmxqO1oN { 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:15036;opacity:1;top:3.8125rem;left:45.75rem; }
#permGgtPA0teVnwq8eDbTDeOJmxqO1oN > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#fa1ckr120lwEvPXyeE84TtzV8QgSTcIT { 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:15038;opacity:1;top:3.8115234375rem;left:71.37451171875rem; }
#fa1ckr120lwEvPXyeE84TtzV8QgSTcIT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#JoTaQKyQhoMrNF6tlfCud0MXRg5D7tFr { box-sizing:content-box;height:3.4995125rem;width:3.4995125rem;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:rgba(var(--color-tertiary-0),0.2);background-image:none;top:3.1875rem;left:45.125rem;display:block; }
#Z80azJ5x0oR4UAAFy1yeDlTilsdcRLpq { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:25.375rem;width:67.625rem;top:4.3098964691162rem;left:-41.422490730686rem;overflow:hidden;display:block; }
#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB.adaptive-delivery-prevent-bg, #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB.lazyload, #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB.lazyloading { background-image: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { background-color: transparent; background-image: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .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); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { border-width: 0; border-radius: 0; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { color:rgba(var(--color-tertiary-4),1);display:block;width:15.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.279296875rem;left:9.15380859375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UkT6yTB20839kQCUog6H5leH0uixgdJT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:22.3330078125rem;left:0.84375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#noTfTgyaiohtlGMQIsU2GXAro9pcun2G { position:absolute;display:block;z-index:15005;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:15.875rem;width:23.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wJgxeTtzwbTsA7U41WW91DaPTO6SRQgU { 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:11.5625rem;width:8rem;top:9.841796875rem;left:0.69134825870644rem;overflow:hidden;display:block; }
#VCfmxDOAyHFFxMtTZG6ksoggPahZWOoT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:18.77783203125rem;left:9.15380859375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqpMGgpaDe8uIaSUeJakZHRhb8JVFTUh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:23.9326171875rem;left:1.21875rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSBwdlIMk7ci90tIUioerHhmid8wkFHw { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { position:absolute;display:block;z-index:15012;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:15.875rem;width:23.8125rem;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:16.68603515625rem;left:35.74658203125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xbhCOD5xIuk2v3cElg3hGsZSuaIJLBeU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:22.24072265625rem;left:25.7490234375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4sD7xBODU3ZNA6PbA4Pc59ZLCxKcD3M { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.6225625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:18.1845703125rem;left:35.74658203125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gXHxQPJTxaUXLmFIg5wpar7IwmSOEcVU { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:23.9326171875rem;left:26.935546875rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKDX5mr7cM5ATlOndWVtvpSzv3ag7X8x { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:9.5rem;top:10.2783359375rem;left:26.065596825811rem;overflow:hidden;display:block; }
#io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { position:absolute;display:block;z-index:15019;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:15.8125rem;width:23.8125rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.68603515625rem;left:61.96875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QvBwFSlfFnPvAcWTGcFyeEmZkQ0hXwzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:22.24072265625rem;left:51.9375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ziSnhKBb4Zu58ZVlTWPsDUXH3AJaOE8J { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:18.298828125rem;left:61.875rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A1XmCgeCxGkKzTwWurDDdQlTN1TtTT35 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:23.9326171875rem;left:51.9990234375rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytpfARTeUoULsMfS6eNN3INAvkeQhrcW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:9rem;top:9.24562109375rem;left:51.79110426521rem;overflow:hidden;display:block; }
#I6Au7EhVHrcJNZOL21kE8Ktq2NAnZl6a { box-sizing:content-box;height:3.5rem;width:3.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:15030;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.625rem;left:19.8125rem;display:block; }
#lEuRG9L34O9NXTa0suZXxaTypJHMEWXb { 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:15031;opacity:1;top:1.25rem;left:20.4375rem; }
#lEuRG9L34O9NXTa0suZXxaTypJHMEWXb > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#UbnrzX1sTSv2xb9bP58XOlyH39UdhlKF { box-sizing:content-box;height:3.5rem;width:3.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:15032;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.625rem;left:45.5625rem;display:block; }
#h39JIgonSqrOZny3o5qOACQZDGviGdBZ { 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:15033;opacity:1;top:1.25rem;left:46.1875rem; }
#h39JIgonSqrOZny3o5qOACQZDGviGdBZ > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#wBpoblhXRbTpJeHzlTK5pQdXLDUSUZVx { box-sizing:content-box;height:3.5rem;width:3.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:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.625rem;left:70.875rem;display:block; }
#E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X { 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:15035;opacity:1;top:1.25rem;left:71.5rem; }
#E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#f9R8ZTXaKH4OP12Tt4ZUzLMtxdG3V6ev { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top: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.749025rem;width:23.874rem;top:34.751953125rem;left:25.74755859375rem;overflow:hidden;display:block; }
#CVATKIZsQ1uGLtovSqXgQcJQ3iL6cLot { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:25.5rem;width:67.75rem;top:17.602842111816rem;left:38.112746245166rem;overflow:hidden;display:block; }
#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e85a5e;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { background-color: transparent; background-image: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .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); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { border-width: 0; border-radius: 0; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { font-size:0.875rem;font-family:arial;height:78.0625rem;width:75rem;position:relative;display:block; }#UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:8.18701171875rem;left:46.24951171875rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#CRLkXV2ROJuwhQyi8x4Pw7DzINAOodiq { box-sizing:content-box;height:22.5625rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #e85a5e);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #e85a5e);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #e85a5e);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #e85a5e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#e85a5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#e85a5e' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #e85a5e);background-size:auto !important;top:3.75rem;left:3.75rem;border-top-left-radius:7.5rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #2a2a2a ;display:block; }
#ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.5rem;left:5.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#sLPJAL9FWhDWQpV6sXQldQUebZ9yG3RL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:12.875rem;left:5.625rem;height:1.78645625rem;text-align:left;text-align-last:left;display:block; }
#LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { color:rgba(var(--color-tertiary-0),1);display:block;width:13.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:15.5625rem;left:5.625rem;height:4.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GzkVuIGW93wAL9yJCJEeags4uQE8uPJ0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:16.062rem;width:18.9375rem;top:6.99755859375rem;left:20.25rem;overflow:hidden;display:block; }
#USF6TZ6hZ7KvXlMeofQptpAnw26ZZxs1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:41.99853515625rem;left:34.3740234375rem;height:6.3958125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WEOIBXdV4Nwd8irDZpyRORqnErTDPMFW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:.9;letter-spacing:0;top:36.68701171875rem;left:34.3740234375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#m8OKuK9AvdaOkk38eGfbhl5Q7iM7bTFe { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:33.3125rem;left:34.375rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#dwDa0yW6pe5TNQPxMvxaki4miRVPqdLc { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #5ab1cc;border-left:0.0625rem solid #5ab1cc;border-right:0.0625rem solid #5ab1cc;border-bottom:0.0625rem solid #5ab1cc;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: 0.0625rem 0.0625rem 1.25rem #d6d6d7 ;height:22.3125rem;width:36.6875rem;top:27.779296875rem;left:37.5908203125rem;overflow:hidden;display:block; }
#JH0TlSqZxpNDCyrIGJnzS80rmxoMLyRN { color:#2a2a2a;display:block;width:13.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:30.59326171875rem;left:5.62353515625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#gdT64pFXWmEn1URFd7uuMViM3K6ZUGMJ { color:#2a2a2a;display:block;width:17.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:33.82470703125rem;left:5.625rem;height:1.78645625rem;text-align:left;text-align-last:left;display:block; }
#eqholTAEUzE1lT2J58wL8U9vlAFgDGic { color:#2a2a2a;display:block;width:13.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:42.796875rem;left:5.62353515625rem;height:4.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWT7TcBgU2Nzcyk2ONEJvB2n78T24yra { position:absolute;display:block;z-index:15019;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;box-shadow: none;height:15.4995rem;width:11.7495rem;top:31.27880859375rem;left:21.966796875rem;overflow:hidden;display:block; }
#SwOADABavnG6pEwtE1rtC2IgEGzxyEbs { box-sizing:content-box;height:22.5625rem;width:27.625rem;position:absolute;display:block;z-index:15005;background-color:#e8e0da;background-image:none;top:27.5625rem;left:3.75rem;border-top-left-radius:4rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #2a2a2a ;display:block; }
#z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { color:rgba(var(--color-tertiary-0),1);display:block;width:27.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:58.10009765625rem;left:5.625rem;height:8.39583125rem;text-align:left;text-align-last:left;display:block; }
#zrr1EKkApbwUbHGeMm1zrTmH6bSOzyCf { box-sizing:content-box;height:22.5625rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(203deg, rgba(var(--color-secondary-0),1), #e85a5e);background-image: -moz-linear-gradient(203deg, rgba(var(--color-secondary-0),1), #e85a5e);background-image: -ms-linear-gradient(203deg, rgba(var(--color-secondary-0),1), #e85a5e);background-image: -o-linear-gradient(203deg, rgba(var(--color-secondary-0),1), #e85a5e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#e85a5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#e85a5e' );";background-image: linear-gradient(203deg, rgba(var(--color-secondary-0),1), #e85a5e);background-size:auto !important;top:51.28125rem;left:38.125rem;border-top-left-radius:7.5rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #2a2a2a ;display:block; }
#e3ef40RTdaDoNAfthlMJ43QEZivZeWDk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:56.625rem;left:39.875rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#oDkBTnufgqL8q43uotA7duec1BWh8QeW { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:55.62451171875rem;left:40.623046875rem;height:2.40625rem;text-align:left;text-align-last:left;display:block; }
#CpWLprUvEJuunKiyag1HmybkqMbT0zeA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:65.3115234375rem;left:39.87451171875rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S6N8ayBPx4PReXlTp2NxlRzu9GvfHJHz { position:absolute;display:block;z-index:15024;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;box-shadow: none;height:12.999rem;width:23.3115rem;top:56.8505859375rem;left:51.6884765625rem;overflow:hidden;display:block; }
#fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { background-color:#93393d;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.812rem;height:3.1245125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:69.3779296875rem;left:5.62353515625rem;display:block; }
#Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spFTNVd0U86kw4oT1T5eFlRXgGLZOQfx { background-color:#93393d;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.375rem;left:46.25rem;display:block; }
#EThqNJgRqqI3NuUlEz8ZeWUQr4pnkkF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EbDE1H0GPKXOfulFBa7JISvC6DA8GtCu { color:#2a2a2a;display:block;width:13.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:.9;letter-spacing:0;top:36.125rem;left:5.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#TrNRvei4tmdRpLHh8y5xszECE4p3SpT7 { color:#2a2a2a;display:block;width:17.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:39.375rem;left:5.625rem;height:1.78645625rem;text-align:left;text-align-last:left;display:block; }
#hEAkWkWDao2J17uLpeICm9HAqXHnkLa2 { color:#2a2a2a;display:block;width:17.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:33.875rem;left:15.25rem;height:3.5729125rem;text-align:left;text-align-last:left;display:block; }
#TGAX2zc5ZLzdZ2Uz06U7rat4I9Dkm3V2 { color:#2a2a2a;display:block;width:13.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:30.5625rem;left:15.25rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { background-color: transparent; background-image: none; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container > .video-iframe-container { display: none; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row > .video-iframe-container { display: none; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .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); }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { border-width: 0; border-radius: 0; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#JvKEZ5prrGNPTz4CXgO2piQ77cT8fXlU { color:#306aa0;display:block;width:74.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:0.9375rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cil7J3x7Ip5P23kliByWuXoP9Vcknrw0 { position:absolute;display:block;z-index:15003;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:5.625rem;width:17.125rem;top:6.625rem;left:0rem;overflow:hidden;display:block; }
#MwgpouTEOUzcsEaf81PnJcTH6RkM4LZ4 { color:#306aa0;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.5rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epHTcEyxQ9mh1HPsqitQpO6kSqRfWTEZ { 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:13.3125rem;width:35.3100625rem;top:8.9677734375rem;left:12.68701171875rem;overflow:hidden;display:block; }
#B08H8fnULLqMHWB6dqZe4TlHrHpO6OeK { 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:1.875rem;width:12.2475625rem;top:14.6865234375rem;left:40.3330078125rem;overflow:hidden;display:block; }
#thiOatWk7wmU8t1CF54OazCKtdne5wNO { position:absolute;display:block;z-index:15008;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.3120125rem;width:16.374rem;top:8.21630859375rem;left:46.5615234375rem;overflow:hidden;display:block; }
#Lp2RoZrzlKksh5t3lJ7Q7qnbMSP7VxX4 { 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:5.874025rem;width:11.6235625rem;top:6.498046875rem;left:33.123046875rem;overflow:hidden;display:block; }
#fb0uF5QAt1R7yM27eKJXVNRxir1mci7q { 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:3.49805rem;width:10.4355625rem;top:13.8427734375rem;left:9.2490234375rem;overflow:hidden;display:block; }
#NLvPexyk5oZUhEDIscbbEu7wdgWiUBxi { 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.43489375rem;width:16.808625rem;top:43.687500953674rem;left:46.341148376465rem;overflow:hidden;display:block; }
#GRMoSxvCz5VN7BC3HT2lb5QERI6MVyP2 { 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:2.874025rem;width:11.3730625rem;top:14.18701171875rem;left:61.83251953125rem;overflow:hidden;display:block; }
#l7Nzaxr9WHIykXNyifMy14GFOhXmngHd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:18rem;top:31.149740219116rem;left:57rem;overflow:hidden;display:block; }
#hHZhVowwrGx5P7TlUM8ALGbbpu5qdn6B { position:absolute;display:block;z-index:15012;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:6.75rem;width:9.75rem;top:43.6875rem;left:0rem;overflow:hidden;display:block; }
#kfvTT25bqnT2QTTh0w5Mm91Wc9z24Hy3 { position:absolute;display:block;z-index:15013;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.99609375rem;width:15.808625rem;top:45.031250953674rem;left:9.75rem;overflow:hidden;display:block; }
#fwaUivQTBDxJNkQbe1HMOwKsMh1qmQWE { position:absolute;display:block;z-index:15008;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.0610375rem;width:14.0625rem;top:9.09228515625rem;left:17.90625rem;overflow:hidden;display:block; }
#sF7IwMcF2aOJn1r71JqZALRLzAcd4MgZ { position:absolute;display:block;z-index:15014;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.5625rem;width:15.75rem;top:31.148438215256rem;left:19.141929626465rem;overflow:hidden;display:block; }
#dUShdXOxz1P6s8hlDTS9zfIEbIDg69nv { position:absolute;display:block;z-index:14998;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.9986875rem;width:9.0611875rem;top:41.527344703674rem;left:37.583335876465rem;overflow:hidden;display:block; }
#kn4CHolXtnadzFM0lF9rWhD1xFylIAoL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6237rem;width:13.746125rem;top:38.861979246139rem;left:14.833335876465rem;overflow:hidden;display:block; }
#M2eeEzq6wC0EoEPsvRq3myfoaZfkBsRN { position:absolute;display:block;z-index:15014;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:5.6875rem;width:7.875rem;top:35.921877622604rem;left:30.96875rem;overflow:hidden;display:block; }
#GdbExOGU4DQGh6pmF7MrtBQTWnXpwa4T { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.933625rem;width:17.496125rem;top:26.929689407349rem;left:0rem;overflow:hidden;display:block; }
#gAHySFLJ1cnntzhe9sksdqBJZxgHnrOQ { position:absolute;display:block;z-index:15003;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.0612rem;width:13.622375rem;top:37.281252384186rem;left:58.3359375rem;overflow:hidden;display:block; }
#P9VDvhKJT81BhMoBkLPUIt3GLnoqrVHg { 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.496125rem;width:15.496125rem;top:38.781250953674rem;left:24.91796875rem;overflow:hidden;display:block; }
#zdffqWH2CBeVRkyaMwQv5m2fNTvlkxXh { position:absolute;display:block;z-index:15001;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.2487rem;width:10.996125rem;top:44.437500953674rem;left:64.00390625rem;overflow:hidden;display:block; }
#SLFiuIhgb8sdNNNotCISqz61WnkvIxFi { 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:12.4375rem;width:12.5625rem;top:9.25rem;left:-1.8308016025641rem;overflow:hidden;display:block; }
#OVtVNC1fgdt0ab08NfegPcDyP6lRqNgV { position:absolute;display:block;z-index:15001;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.6862rem;width:13.6875rem;top:38.329428434372rem;left:42.53515625rem;overflow:hidden;display:block; }
#ES75aCDItiJamTdWOZn5ZwT6Igqlm9qK { 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:5.8125rem;width:5.8125rem;top:12.7177734375rem;left:54.03076171875rem;overflow:hidden;display:block; }
#yuGGmpPmk4s8apQ75Ts83xf1OnoPAznq { 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:5.8125rem;width:5.8125rem;top:6.5302734375rem;left:66.0263671875rem;overflow:hidden;display:block; }
#WsaTl89kWFKFelbon5DZLi1ETsJ2C9oN { position:absolute;display:block;z-index:15003;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:6.6875rem;width:8.875rem;top:35.464846372604rem;left:4.125rem;overflow:hidden;display:block; }
#zOgbCNSr0giedvoJTndlOTx7JvVROCp5 { position:absolute;display:block;z-index:15016;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:5.25rem;width:14.75rem;top:30.210938215256rem;left:37.911460876465rem;overflow:hidden;display:block; }
#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7.adaptive-delivery-prevent-bg, #Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7.lazyload, #Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7.lazyloading { background-image: none; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row .container { background-color: transparent; background-image: none; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row .container > .video-iframe-container { display: none; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row > .video-iframe-container { display: none; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .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); }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row .container { border-width: 0; border-radius: 0; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-form-header {  }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-3),1);width:40.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-text {padding-top: 0; padding-bottom: 0;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-select {padding-top: 0; padding-bottom: 0;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#5ab1cc;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0.1875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:rgba(var(--color-tertiary-1),1);width:40.625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);vertical-align:top;width:39.375rem;overflow:hidden;font-style:normal; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-container:first-of-type{padding-top:0;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-container:last-of-type{padding-bottom:0;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.9375rem;top:3.2434997558594rem;z-index:15018;position:absolute; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:40.625rem;display:block;vertical-align:top; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-3),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr {display:block;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.9375rem;top:3.2434997558594rem;z-index:15018;position:absolute; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #ZPopsw216glaZHLTDOCK1nyhFsBwTbvU { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #oz37mVFMqbExL3cAW5ExLNlAnbp5MIXL { position:relative;display:none; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #ZSEn9Ru1KXhS5v8nxvqxznfgM21adP0G { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #e1wytpvvt8S7y1N659XAXNRyPMpgP6XE { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #yl1pOE2fD3wz7Mu3gPFVO1UMJp6xkOHB { position:relative;display:none; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #f81QOrNoRemCvn6t2XtTJnFALwac9beS { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #zVBvV35sV37oJ9XUI0uVOicLNNZPKJPC { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #xwwUc4x1TeWDT6UKSQO7faMyGBMpKymm { position:relative;display:none; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #VBhA66CqO23KN97p0uIvDEtqdgsUn5HM { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #zqToJDaPz7QpTOXSS8yUkKeP9fxaZHLB { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #nLtuscpn9nxI3WVuRkmSXK7eNDbNmM2H { position:relative;display:none; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #UThTMg1H9Iozt69LZ7A9zPx7TVqcoN3b { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #MT6Uuf5Xqiw690ErCLk9Sy3UE6bi0KWc { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #t5ENslbuU5olkQW6iaPWnyGSR4mzXfLt { position:relative;display:none; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #AbX72gB91Ioxzu7RsECtPBDlqyHmzmEV { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #Kz4c5s1yfhqcIL7dAxhoWnBmkqWaGh94 { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #Ww0IR8lQDiR1okh6gLVwCQ65HqxZnoMp { position:relative;display:none; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #HL043oFNzqlZ7UGcmggP6Bw0dDG7MRLC { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #vVT3u3gcDdfyGQvBDT0pHT10JzxEzVwP { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #VoFWG1i8taRk9mX9KaxLmXXJCSIoTGM2 { position:relative;display:none; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #pUDnGETH9eXCuQoRrqxA7BiO0hm31bEg { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #ODAHDpQxvqypDKkH1GaFHkK89GbOR9Xm { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #zqHHkiIbyq7OqPvfpm52ICAvTMeBJN2T { position:relative;display:block; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #Zqu3piRCllOpmq54bGAG8EFgxv2vav2r { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #TRP7oOPA0e8PX3oI2g7NcuAPQGIHu0lr { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #qbhKQdk06RFToPCgh38kmhfUhmLe9rs0 { position:relative;display:none; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #XywupWwZzoTWLGzhByCvT1CeQAxKZaag { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #ECC6twooHGZafi8U9ipepF7zKyzIEsHZ { position:relative;display:block;z-index:15000; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #UNI4tKh3AeeO95vy8FncqASTbeRagQ5e { position:relative;display:block;z-index:15000; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #q8qOZMUTrQN3bvPGhXtkJLNqTkiWHx5L { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #AGfBGOssDMFZMtDIHI3ftVAx6XFTOCa7 { position:relative;z-index:2; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #FzwlwXpTxKdiJUm0sgvE06f7TKkebtoZ { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #bPCKtGIkvscsBzxTpSyJgIU8cNFawBOw { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #JbzyuiO11M9IrB4X6hb5VVvV02I7KLuZ { position:relative;z-index:2; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #w3zBUT23fUEL2K4irdGNBDXlGbEUfnIx { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #Rl5gXTw4fmKsI5NrslIsQANknwAC0gRc { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #v4p6eVuq7q9864WrWlrVpKxOCUCFFE8q { position:relative;z-index:2; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #ueTHPZ8CckSPhCqgC3UrrQIEoXlc8cmM { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #q6AuIhrPGsgaNpSbRxCwqoESQFW4fVR3 { position:relative;display:block;z-index:15000; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #MDmVZD5GhE01Tbupk0GIRwCfrrkEbn9k { position:relative;display:block;z-index:15000; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #f0flrhDHFw7ggGdqTXfsBL6hIcCFGowJ { position:relative; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr #UTal6UMIG7fTTovz1BT9Ew6XCXN0bW75 { position:relative; }
#aO3b2H6diysgXhHVvRJ1fIB5b8Vw9DzB { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:24.75rem;width:67.6875rem;top:33.6875rem;left:-41.5609679871rem;overflow:hidden;display:block; }
#QXup47r5itpntkQD9ZlMyITS2BTrPtF9 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:58.3125rem;width:40.0625rem;top:0rem;left:57.938297859206rem;overflow:hidden;display:block; }
#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.adaptive-delivery-prevent-bg, #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.lazyload, #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.lazyloading { background-image: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { background-color: transparent; background-image: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container > .video-iframe-container { display: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container { display: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .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); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { border-width: 0; border-radius: 0; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:block; }#N9d5NbiUc2y0bbv1gFPF18plQpWdb5ld { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1056861877441rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFxV9yrkakvZ45trun2Pp9iEfwRGV1iI { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:29.5625rem;left:55.6875rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaE4RN7lvBLhlp1sMtWIW1MnZwqfehrH { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.0625rem;left:55.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sP5O5dxDeU3W8Nei69lZ7PW3swTFhLVn { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAGAuXvqP9EULtswsCh7501IXT72OELc { color:#2a2a2a;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:27.3125rem;left:29.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3Rg84XMQocMt5zACZV9Su2TFJ3FWVbb { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:29.375rem;left:30.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwiAApKBQlrVayeLTbpL90ExzkBNet1m { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.875rem;left:30.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFOhWTlBOlfQg3FEF1o5UwzP4WTaZTmu { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.3125rem;left:54.4375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTalLLOJOMzNsFU7veI9Uq4ZNQzMuMcG { color:#2a2a2a;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:27.375rem;left:54.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75a66950-6782-4d72-8616-586f53d4f631/_Z627405.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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.25rem;width:13.25rem;top:11.25rem;left:32.125rem;display:block; }#rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI.adaptive-delivery-prevent-bg, #rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI.lazyload, #rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI.lazyloading { background-image: none; }
#qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/efc78239-febe-420b-aa14-b75043d5a3af/Marek.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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.2483125rem;width:13.2483125rem;top:11.125rem;left:57.1875rem;display:block; }#qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm.adaptive-delivery-prevent-bg, #qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm.lazyload, #qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm.lazyloading { background-image: none; }
#y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.9375rem;left:41.75rem; }
#y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#zq0QTx4xZOANfp628fT7vrzuCTDwtvIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.9375rem;left:65.375rem; }
#Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7 { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6d9052f1-e26e-4c4f-a5f0-b675bdaea7c4/_Z627298_11.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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:11.3125rem;left:7.375rem;display:block; }#Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7.adaptive-delivery-prevent-bg, #Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7.lazyload, #Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7.lazyloading { background-image: none; }
#cSkb98kdFwLf2dtkrQsxdaqHUg72TmuR { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:25.125rem;left:4.125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0uqMT8DGrOWrkoPAPotlJEV4LChTQ5u { color:#2a2a2a;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOTz6x1qDVrL8e1gdUukNcEGGlZMnrlT { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBSLu72x2hKToidVqDP5IETdz8GWh1hN { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:30.3125rem;left:5.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:21.5625rem;left:16.9375rem; }
#WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#PTLZXN0NW12r6Owviwdk3hUBbslna8u0 { color:#2a2a2a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tmt7s0zDKtqgv31u6cBS1aRWUthxLBUO { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJLNWMgznlfGbltmrVhLVrKgHM91kiAn { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:6.5rem;left:54.75rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlSv1Q3lCzI4Oc1a89DaQDlgy7wnIRMA { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:24.375rem;top:36.6875rem;left:28.5rem;overflow:hidden;display:block; }
#v1Xl8GGOnn8JDMTz0Bg04mP9Q3SepCNm { position:absolute;display:block;z-index:15052;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.3110375rem;width:12.1245rem;top:57.125rem;left:19.4375rem;overflow:hidden;display:block; }
#y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6235375rem;width:2.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:61.4375rem;left:22.6875rem; }
#y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm > img { max-width: 100%;max-height:100%; width:2.6235375rem; height:2.6235375rem; }#nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6235375rem;width:2.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:61.4375rem;left:27.0625rem; }
#nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT > img { max-width: 100%;max-height:100%; width:2.6235375rem; height:2.6235375rem; }#pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.874025rem;width:2.874025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:61.4375rem;left:30.75rem; }
#pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg > img { max-width: 100%;max-height:100%; width:2.874025rem; height:2.874025rem; }#UBfmuh2dbJqu6uBrIsokVhIFpRXTkwZN { color:rgba(var(--color-tertiary-0),1);display:block;width:24.999rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:54.5rem;left:2.875rem;height:1.54394375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s9Oc8y5StH1Q7v97eOgCn8EO3VqxP60c { position:absolute;display:block;z-index:15051;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.3110375rem;width:12.1245rem;top:57.125rem;left:2.875rem;overflow:hidden;display:block; }
#Xa5gD3h1xTUBGVeutLebkThMUw8HCkWp { position:absolute;display:block;z-index:15054;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:15rem;width:17.937rem;top:38.25rem;left:54.8125rem;overflow:hidden;display:block; }
#iclPc5opiEK0p5OW0fSOFznZJByVTc8W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6235375rem;width:2.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:61.4375rem;left:5.875rem; }
#iclPc5opiEK0p5OW0fSOFznZJByVTc8W > img { max-width: 100%;max-height:100%; width:2.6235375rem; height:2.6235375rem; }#G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6235375rem;width:2.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:61.4375rem;left:9.75rem; }
#G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed > img { max-width: 100%;max-height:100%; width:2.6235375rem; height:2.6235375rem; }#gB7Cr8uAXyBRXlQwCFinicBmpKtLmDeh { position:absolute;display:block;z-index:15050;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.436525rem;width:13.6230625rem;top:47.875rem;left:2.25rem;overflow:hidden;display:block; }
#aUnQSh9xG1UTil6Rb03NMapfADMlZkfG { color:#2a2a2a;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:38.75rem;left:2.8125rem;height:6.171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dys2UfEOT05UOkzSgul6rXlrWU9D7fps { color:#2a2a2a;display:block;width:24.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:36.6875rem;left:2.875rem;height:1.54394375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { width:8.6875rem;height:3.0625rem;top:2.5rem;left:20.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { width:7.5625rem;height:3.0625rem;top:2.5rem;left:32.52783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block; }
 }@media only screen and (max-width: 763px) { #rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { width:6.75rem;height:3.125rem;top:2.5625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block; }
 }@media only screen and (max-width: 763px) { #tiu2wZnoXWGp39xeCg7bFBVP2ECiax2M { width:10.0625rem;height:2.625rem;top:2.75rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FglWEyIIT0vT9lrLwoxqtu1JJEnTVpbH { display:block; }
 }@media only screen and (max-width: 763px) { #qu8gUuXoVKQhp6UAqSJOCJQ0h3OOT9l0 { top:0.5rem;left:0rem;width:32.4375rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtrgL26bSyTk7vnz07aCoxQNAk4XieBa { top:19.1875rem;left:0rem;width:47.75rem;height:17.464980544747rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvpe2z2V2THG7larxFGs2l6nV2twEoV { top:11.75rem;left:13.62255859375rem;width:32.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9u9D6qStc8iiynEfJxUmx2A2d0C8eH3 { top:34.1875rem;left:29.125rem;width:18.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD9rtutl7mO2yq1G9ambPL9bFMEzfJas { top:18.625rem;left:19.375rem;width:21.4375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiUsBzsgfwy3XMrzncgvrOdXhEGXno5x { width:31.125rem;height:2.5rem;top:40.75rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyK9R5OrF6ehnqdyiFuFIJuR1MmsEium { top:40.4375rem;left:17.95263671875rem;width:3.0625rem;height:3.0625rem;display:block; }
#qyK9R5OrF6ehnqdyiFuFIJuR1MmsEium > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #MLCJpDkRpDP7axQ1gtGZ4FRvrTky1MZC { width:11.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwVzuGBWDe8BpkJrsfHZSpefPigJTXOs { top:35.25rem;left:11.875rem;width:35.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o { display:block; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:47.75rem;height:2.5rem;top:4.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRx8nrybAHkdLoJ1Dqlk2iETXyXvXvz { width:36.5625rem;height:9.5625rem;top:9.3125rem;left:11.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK8vkCeFdyPcICRvfH2JvOXCvB7prSNo { width:47.75rem;height:9.75rem;top:20.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Hibgb6MuxJ2cwXhR7Qoh7wn6tNZWya { top:0.875rem;left:0rem;width:41.375rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcKCx95vHqtNqdba8Nu8tioyyvV3WNFB { width:47.75rem;height:8.5rem;top:34.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0r9TxVFJWQLI4W0avpMQp4PfV90J5Hd { top:32.6875rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK1GA04nSCJ7duKr7ZbNyG0rCeS74oi6 { top:22.6875rem;left:0rem;width:47.75rem;height:17.875387797311rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsBqO70UlV01ewm02woREH6lc576Hknd { display:block; }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyKk08FwXmzFFLapwpMdF93xshLBcOxW { width:47.75rem;height:5rem;top:2.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VroRmW0etWvb7DAwODf4siQQwuvVKz1I { width:17.4375rem;height:17.125rem;top:10.1875rem;left:5.3271484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKbodc0cnH4tShZLa8MXGiZJiswkBPAM { width:17.4375rem;height:17.125rem;top:10.1875rem;left:24.89013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKJxmUvzKwpzHBNPwWQilPtLQMItx8TP { width:17.4375rem;height:17.125rem;top:10.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:3.75rem;height:3.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:17.5rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { width:13.75rem;height:1.3125rem;top:7.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:13.75rem;height:6.375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { width:13.75rem;height:1.3125rem;top:7.1875rem;left:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:2.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:13.75rem;height:4.75rem;top:9.8125rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU3Sbk5WTExspMVDgc6Jb30ZeKDdM8hq { width:13.75rem;height:1.3125rem;top:7.1875rem;left:26.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { width:3.75rem;height:3.75rem;top:2.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { width:13.75rem;height:6.375rem;top:9.8125rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { width:13.75rem;height:1.3125rem;top:7.1875rem;left:34rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:2.1875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:13.75rem;height:6.375rem;top:9.8125rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { width:47.75rem;height:2.8125rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5JGIzh3kuFvCvtx5KZB8MuASLxztJE { display:block; }#bo5JGIzh3kuFvCvtx5KZB8MuASLxztJE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqD9GAF9xnkiwvBIwNeERMkONHSZi7bm { width:47.75rem;height:2.1875rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt9WpZlduBsHMxI27p2GkD5AvUF22y2g { width:47.75rem;height:1.5625rem;top:3rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT { display:block; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXkxPUCyHFDyz3eTf1DtspCw5D4Sy7Kw { display:block; }#QXkxPUCyHFDyz3eTf1DtspCw5D4Sy7Kw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udwST9gq0CT6TBqaHH2kyQBcaEIHITLu { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoGceO3CbdlveDPgafRX3nCeWDcM7yCT { width:47.75rem;height:3.1875rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s { display:block; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWNweaptrK7qKNAUKoJ8xaQ6how7bMH0 { display:block; }#WWNweaptrK7qKNAUKoJ8xaQ6how7bMH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNTTS19k63O1X8ksKOKxT3UOUAcFvHSZ { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2NJWNu6phR3hhkgbdufGtADMQeGVNbS { display:block; }#g2NJWNu6phR3hhkgbdufGtADMQeGVNbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8lP2knS0RkymVJamsakfUTmDykSBIOA { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ { display:block; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m58NvABsPnT4qP2iipOnAeuh8iIUGza9 { width:47.75rem;height:3.375rem;top:10.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE9r2sRUt5JQi29mN6hrc7HhFBNmKkJ4 { width:15.5625rem;height:1.125rem;top:32.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhRAvKvM7FUOactzdq3ig3iwRbdlUHO9 { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcPx3zA6ZrmO3NU69vK622NH1dW19TUm { width:15.6875rem;height:15.6875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztrMHL7yrO8frBRhtzVwdyRNLtlcKA9Z { width:47.75rem;height:1.9375rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5DbrfrTwrfHCDNXsoLcU6ZqxSJe28m { width:15.5625rem;height:1.4375rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MASH66PNuTLiriotrfUUZEhpGFthexEJ { width:15.5625rem;height:1.125rem;top:28.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnP7BTbLa6OyzQese044rnCuaW0BqTaO { width:15.5625rem;height:1.4375rem;top:16.875rem;left:2.060546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6VIQVVqo125AWv0S7wPntFvI4Awlv1 { width:10.125rem;height:12.75rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enexQgJ3p8Jivf7FuzVEyyKITbnrJtu2 { width:13.125rem;height:1.5625rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6cWsVGNq6KKBfTiFcIHnTOv4ZIr5bh { width:15.5625rem;height:1.4375rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRXW7uifJfgtmQnzwxZPL1BMUzxbWWeH { width:15.5625rem;height:1.125rem;top:32.625rem;left:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzJ94mllHNHpUVosM6QXTbNex1BUaLS { width:15.75rem;height:1.5rem;top:33.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3Lc6PpcahyiOOsNxHXI2kpkMZFIFBx { width:13.125rem;height:1.5625rem;top:33.75rem;left:12.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQhyNCNqciqDrIVIugb9TQTRdl3JuO55 { width:15.5625rem;height:1.125rem;top:32.625rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ien6B2fQ5uP9pGJKbOvSb7P7kiBudCUr { width:11.25rem;height:12.9375rem;top:19.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CHq62aXCM4Rt3XM028nXRPtCE7wuvH { top:21.375rem;left:25.122398376465rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QezHVMVaXZGtREG2GFAIVDIJeXnQMNbs { top:21.375rem;left:35.934898376465rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7pIA0KlEzBIy9dL3RnVPNnk8zk8BbtL { top:21.375rem;left:36.9375rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUzeoxDcn9O9bQXEAGX2RJ4n0lfbJsE { top:3.5rem;left:0rem;width:47.6875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 { display:block; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TckRPKQZ32lTgUBGqfTeqZFVTDZ9QHR5 { width:45.75rem;height:2.6875rem;top:10rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7rU95qJIBMwnKGk97VBW2gi0T3a3Mq { width:15.5625rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqMQtoHI6uxFgcyHCzw7p4eCINpUhvpJ { width:13.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFr2m77gyJMgutFXy3ZG2IJEwJAELkx { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vLvwclCKCJD6qb38FFMlGQWaAW3Zi8 { width:11.25rem;height:12.9375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEz0U6pM3QhnGkm80IyVnBpCLyQ9eIr0 { top:0rem;left:0rem;width:12.0625rem;height:18.09449616479rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp { display:block; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUrXZ0tVdMF7Otfs1tIQESb0Sb0SIkzO { width:45.75rem;height:2.75rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTfJxbFUkFlXk9AR9Lhk7X4JSXZxU27h { width:15.5625rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEhJLB1XTfi7fpRDCiOCqBfocaxw5xfB { width:17.25rem;height:3.1875rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKlpfPXaml7gEmJhVATA3yTcALkCQqdX { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwBJ5aviGi5iu82OJBUxQmLACBKTMJN { width:12.5625rem;height:14.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsagX1TesyZ7h3sP9rmwW5TxI597vBpg { top:0rem;left:0rem;width:6.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp { display:block; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyCaqUmf21g67LWeLg0qP8DNIZfKZ8rC { width:45.75rem;height:1.375rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFkZquUE9AlTK0w3KFuQG2kow95ybwxm { width:15.5625rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlMr7DzZFalo4MU8z7bCbsSONbOhR0kE { width:13.125rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8WL1xoQbQtr04pf0DOsu315I79avWM { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIZKrZm7P2L98wkGQqvCigkWGUO8gPIt { width:11.9375rem;height:15rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frenFinM0eHkV27BlDEDPwExe91G5KSr { top:0rem;left:0rem;width:6.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC { display:block; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQ6BBPuHND07NrVriehOC8Pv2gOt0mah { width:45.75rem;height:2.75rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuidMOVE32PW163r6bVfVlqOdmgD6QOk { width:15.5625rem;height:1.5rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9WWA9xU0PR3rEhg127WT9kkLeZIOL5p { width:17.9375rem;height:4.75rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJcyZgLQR91gE5LuTzf0uHyTOH0tADPO { width:47.75rem;height:8.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO2feyDUzHLese9JGg158dC7yWT2WeNJ { width:10.6875rem;height:14.3125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCWC6T163tdLOXTlPWLfpI84zqc6XXNt { top:-0.25rem;left:0rem;width:6.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8AelzP9OdlIK46HB4egabcqvL8dhpNO { display:block; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbGQXJFJvuLB5IATNeVbH7aZT7F2GQ3a { width:45.75rem;height:4.0625rem;top:10rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOi735NEOU3aHKulVZHstk4vcWH1hJJ { width:15.5625rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaOWTNzSyT5a1g18TTksuBdbXhgOvfRb { width:13.125rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgcHHyTePVObuTLP9s2yWfoTvNrtGp9T { width:47.75rem;height:8.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhGTXPc7QKinE3pAI4J5KFNU5Z5D7TtS { width:9rem;height:13.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbE4iEIJRutnSCuvcEIDDdZBkzIcTX6q { top:-0.25rem;left:0rem;width:6.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caB2Eb3MoTplCUbg24DRRe2yER7LOEqR { display:block; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRsJgTIpntVWD1svymSxgITv54fPNhKi { width:45.75rem;height:2.75rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4nuBl7gxfg4eGo7eINx6Pf0vDEMJpNT { width:15.5625rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNWg3WST54RJ2PbEUZAPIpzQIEoEHisI { width:13.75rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns0wJOo0Q28psDWEDp9czBJhqM7TH4Tp { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXloX6OsE3ddEbWFEl6Q3HfAKwl1BTWI { width:10.3125rem;height:15.1245rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJOzdOZTikQ2PPH0IpmTxgZ1GldgmQm3 { top:0rem;left:0rem;width:6.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 { display:block; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcsmuJKdrvUXPVLT3xbERA4JWmlGiBku { width:45.75rem;height:2.75rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLTbfdTHMMthEFSvyBbWDI62n6KL3Si4 { width:15.5625rem;height:1.5rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVfLPFMrsXpTol3QUcMTBgqi9AGGcviW { width:13.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfpKu5KzeT4lRdnXhfD50zeTrRe83UoW { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3NH4loCwtfVTzvWHlL1upJxy5irHOJ { width:11.6875rem;height:14.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyqJQHcOGW2KmqTJtSbHkeJRpkaWEE80 { top:-0.125rem;left:0rem;width:6.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz { display:block; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRTKXokNcFs4nvTasG3u3G4LbKeQzSZG { width:45.75rem;height:2.75rem;top:7.8125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHRwIvK8BfSGZDIEwaNq8OQ2fdHPtThA { width:15.5625rem;height:1.5rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Tqm4UKXEeviwpNsG1ausA2kGQhf6MM { width:13.1875rem;height:1.5625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ffHRTZrt5GIXfb5llnnFSFRDKCiqPK { width:47.75rem;height:8.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM1NEIKTAX1qOEVfDCunsZ0Pc7eMLxew { width:11.25rem;height:12.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fALNtHDIVy24eqaLp2bOWOZI2ofgQC5T { top:0rem;left:0rem;width:5.6875rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh { display:block; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk6aVqku5QXuxIShJicd6UEW31XaqKW8 { width:45.75rem;height:2.6875rem;top:10rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpTcm3KgIwgzG2XBf2eTcXfFcQrdQK5 { width:15.5625rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDzxdDLs2wtp7tTK0Q6fRSkF1d4hHVy2 { width:13.1875rem;height:3.1875rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFIxmlg5dhul44gkPP6XPmxyE1l4QdgK { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4eKykNwGt6EqlQvrzotXiDECFZFJDPy { width:11.3125rem;height:14.172326256099rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6erZzqru78QcxeL9yzT86heJ57qk81r { top:0rem;left:0rem;width:6.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd { display:block; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETNNrOsBr9bio7HIu1E0i5Ff6VSPoKSS { width:45.75rem;height:2.6875rem;top:10rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJmvlExqDhHAxJTcJ5gOMM33zEynQmoz { width:12.5625rem;height:2.9375rem;top:9.1875rem;left:0.2763671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6yATMXMOVl1JT8AwhhukJiah3P1E7u { width:13.125rem;height:3.1875rem;top:12.125rem;left:0.2763671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWWMDoM7mEhbyZcgZBva2gyt20oxysra { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqVcsqXfuqGGtxMoWb9odHHCBgkamGM { width:11.5rem;height:14.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCBqaAeFGlymDDQDqA4ZCXWe6HxEgafN { top:0rem;left:0rem;width:6.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGUxHdO0HWuPLeT5oAW76BkE99IIoizA { display:block; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAm2ep7fa6i9eaT308TQbiUXDQMQANlx { width:47.75rem;height:3.375rem;top:10.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4VvIZxMJ3grbOklnpMnDpnvUeR0pdmL { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niVdkrLVvJX381y8oo7KoPlG5MNTVwSD { width:20.375rem;height:22.375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnmJ2koBSnkZylV35Ul10FJL2J4qJz6 { width:47.75rem;height:1.9375rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEBgnwnkT1XblflPmnPmGDaVHXWcZSzH { width:21.375rem;height:1.5rem;top:19.3125rem;left:9.55859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeySKiOz0l21A0ZfWvsG8V7ah2wAb5sH { top:2.125rem;left:0rem;width:47.75rem;height:17.299142857143rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 { display:block; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBsh0lbH4q1BhRogQGANriQsolEs4uLr { top:0rem;left:0rem;width:12.0625rem;height:18.096641731411rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMqlVRsz7ofKSK7c1gR8TJgbvcT6TJdp { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUqxcVDIxDTyZeezMv08UuPaBH1O4pPR { width:15.5625rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5ghoEKMzLkTLawBe8QtEsbeZTtfiKz { width:13.125rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPP78ezGENza1chmqFtxIioSNaPDDUk { width:45.75rem;height:1.3125rem;top:10rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvZ9IzJLQpeN94GsiJZg3GX7XBgk5cQ { width:10.375rem;height:15.625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { display:block; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezZflQ3D6o4WyWITA74JfFDCyrf0ZQoI { top:1.4375rem;left:11.93798828125rem;width:23.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:47.75rem;height:5rem;top:1.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:23.8125rem;height:31.5rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { width:15.5625rem;height:1.4375rem;top:18.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { width:20.25rem;height:1.5625rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:23.8125rem;height:15.8115rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSo99mbDtraV7aTswTnKfobwTWetcD6i { width:7.375rem;height:10.412464703509rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTUtS56vRMqkN5rWpISdVwcMRLTkkTI { width:15.5625rem;height:1.5625rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { width:22.3125rem;height:6.9375rem;top:25.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { width:23.8125rem;height:31.5rem;top:2.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { width:23.8125rem;height:15.8115rem;top:2.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yohviILx8VlwHTuEckBgR9Pd0TylP6No { width:15.5625rem;height:1.4375rem;top:18.5625rem;left:21.96923828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbPf5iJgJAKRmFB8WXx4LUniDBmk42D { width:20.25rem;height:1.5625rem;top:23.375rem;left:13.37353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufU0w1WH8hCxg2pKhfG4uieJoy6gMWV { width:11.5rem;height:3.1875rem;top:20.0625rem;left:21.96923828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { width:21.75rem;height:6.9375rem;top:25.5625rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpq8aONKqaIDhFVTOfnXxa0lCEC8uXpV { width:7.6875rem;height:10.5rem;top:11.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { width:23.8125rem;height:31.5rem;top:2.4375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { width:23.8125rem;height:15.8115rem;top:2.4375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { width:14.6875rem;height:2.9375rem;top:18.5625rem;left:33rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEzqqOsAz1FCfwsB3GVroWwTHTzrXkbT { width:20.25rem;height:1.5625rem;top:23.375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruhEDZKLCwdkslnRWVR2xS3UrMh9UJ9X { width:11.0625rem;height:1.5625rem;top:21.8125rem;left:36.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { width:20.25rem;height:5.5625rem;top:25.625rem;left:27.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ZZLle0DTUT905dITBQP0yA95Dm59tG { width:8.625rem;height:10.799792747605rem;top:11.125rem;left:37.591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELVTHmFmEJeW51qJ704gbqoTTsIEL6LQ { width:3.4375rem;height:3.4375rem;top:3.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNxcFvBrCzrFc9qDrbsIwJfa13wTB9Rh { width:3.4375rem;height:3.4375rem;top:3.1875rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTWl9mFCfNKGaUxyfB6aknk91LokgeF { width:2.25rem;height:2.25rem;top:3.8125rem;left:6.875rem;display:block; }
#caTWl9mFCfNKGaUxyfB6aknk91LokgeF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #permGgtPA0teVnwq8eDbTDeOJmxqO1oN { width:2.25rem;height:2.25rem;top:3.8125rem;left:32.125rem;display:block; }
#permGgtPA0teVnwq8eDbTDeOJmxqO1oN > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #fa1ckr120lwEvPXyeE84TtzV8QgSTcIT { width:2.25rem;height:2.25rem;top:3.75rem;left:45.5rem;display:block; }
#fa1ckr120lwEvPXyeE84TtzV8QgSTcIT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #JoTaQKyQhoMrNF6tlfCud0MXRg5D7tFr { width:3.4375rem;height:3.4375rem;top:3.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z80azJ5x0oR4UAAFy1yeDlTilsdcRLpq { top:4.25rem;left:0rem;width:47.75rem;height:17.917282809612rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { width:23.875rem;height:31.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { width:15.5625rem;height:1.4375rem;top:17.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkT6yTB20839kQCUog6H5leH0uixgdJT { width:20.25rem;height:1.5625rem;top:22.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noTfTgyaiohtlGMQIsU2GXAro9pcun2G { width:23.8125rem;height:15.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJgxeTtzwbTsA7U41WW91DaPTO6SRQgU { width:8rem;height:11.5625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCfmxDOAyHFFxMtTZG6ksoggPahZWOoT { width:15.5625rem;height:1.5625rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqpMGgpaDe8uIaSUeJakZHRhb8JVFTUh { width:19.5rem;height:5.5625rem;top:23.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSBwdlIMk7ci90tIUioerHhmid8wkFHw { width:23.875rem;height:31.5625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { width:23.8125rem;height:15.875rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { width:15.5625rem;height:1.4375rem;top:16.625rem;left:22.12158203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbhCOD5xIuk2v3cElg3hGsZSuaIJLBeU { width:20.25rem;height:1.5625rem;top:22.1875rem;left:12.1240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4sD7xBODU3ZNA6PbA4Pc59ZLCxKcD3M { width:15.5625rem;height:1.5625rem;top:18.125rem;left:22.12158203125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXHxQPJTxaUXLmFIg5wpar7IwmSOEcVU { width:21.0625rem;height:6.9375rem;top:23.875rem;left:13.310546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKDX5mr7cM5ATlOndWVtvpSzv3ag7X8x { width:9.5rem;height:11.1875rem;top:10.25rem;left:12.440596825811rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { width:23.875rem;height:31.5625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { width:23.8125rem;height:15.8125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { width:12.4375rem;height:1.4375rem;top:16.625rem;left:35.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvBwFSlfFnPvAcWTGcFyeEmZkQ0hXwzQ { width:20.25rem;height:1.5625rem;top:22.1875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziSnhKBb4Zu58ZVlTWPsDUXH3AJaOE8J { width:12.625rem;height:3.1875rem;top:18.25rem;left:35.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1XmCgeCxGkKzTwWurDDdQlTN1TtTT35 { width:20.0625rem;height:5.5625rem;top:23.875rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytpfARTeUoULsMfS6eNN3INAvkeQhrcW { width:9rem;height:11.8125rem;top:9.1875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Au7EhVHrcJNZOL21kE8Ktq2NAnZl6a { width:3.5rem;height:3.5rem;top:0.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEuRG9L34O9NXTa0suZXxaTypJHMEWXb { width:2.25rem;height:2.25rem;top:1.25rem;left:6.8125rem;display:block; }
#lEuRG9L34O9NXTa0suZXxaTypJHMEWXb > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #UbnrzX1sTSv2xb9bP58XOlyH39UdhlKF { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h39JIgonSqrOZny3o5qOACQZDGviGdBZ { width:2.25rem;height:2.25rem;top:1.25rem;left:32.5625rem;display:block; }
#h39JIgonSqrOZny3o5qOACQZDGviGdBZ > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #wBpoblhXRbTpJeHzlTK5pQdXLDUSUZVx { width:3.5rem;height:3.5rem;top:0.625rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X { width:2.25rem;height:2.25rem;top:1.25rem;left:45.5rem;display:block; }
#E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #f9R8ZTXaKH4OP12Tt4ZUzLMtxdG3V6ev { top:34.75rem;left:12.12255859375rem;width:23.8125rem;height:4.7367913970219rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVATKIZsQ1uGLtovSqXgQcJQ3iL6cLot { top:17.5625rem;left:0rem;width:47.75rem;height:17.972324723247rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { width:27.4375rem;height:9.375rem;top:8.125rem;left:20.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRLkXV2ROJuwhQyi8x4Pw7DzINAOodiq { width:36.875rem;height:22.5625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { width:13.75rem;height:2.75rem;top:9.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLPJAL9FWhDWQpV6sXQldQUebZ9yG3RL { width:13.75rem;height:1.75rem;top:12.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { width:13.75rem;height:4.75rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzkVuIGW93wAL9yJCJEeags4uQE8uPJ0 { width:18.9375rem;height:16.062rem;top:6.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USF6TZ6hZ7KvXlMeofQptpAnw26ZZxs1 { width:22.6875rem;height:6.375rem;top:41.9375rem;left:20.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEOIBXdV4Nwd8irDZpyRORqnErTDPMFW { width:17.8125rem;height:1.4375rem;top:36.625rem;left:20.7490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8OKuK9AvdaOkk38eGfbhl5Q7iM7bTFe { width:11.8125rem;height:2.75rem;top:33.25rem;left:20.7490234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDa0yW6pe5TNQPxMvxaki4miRVPqdLc { width:36.6875rem;height:22.3125rem;top:27.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH0TlSqZxpNDCyrIGJnzS80rmxoMLyRN { width:13.75rem;height:2.75rem;top:30.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdT64pFXWmEn1URFd7uuMViM3K6ZUGMJ { width:17.625rem;height:1.75rem;top:33.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqholTAEUzE1lT2J58wL8U9vlAFgDGic { width:13.75rem;height:4.75rem;top:42.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWT7TcBgU2Nzcyk2ONEJvB2n78T24yra { width:11.6875rem;height:15.417711923912rem;top:31.25rem;left:8.341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwOADABavnG6pEwtE1rtC2IgEGzxyEbs { width:27.625rem;height:22.5625rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { width:27.9375rem;height:10.5rem;top:58.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrr1EKkApbwUbHGeMm1zrTmH6bSOzyCf { width:36.875rem;height:22.5625rem;top:51.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ef40RTdaDoNAfthlMJ43QEZivZeWDk { width:13.75rem;height:2.75rem;top:56.625rem;left:26.24951171875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDkBTnufgqL8q43uotA7duec1BWh8QeW { width:20.4375rem;height:4.75rem;top:55.5625rem;left:26.998046875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpWLprUvEJuunKiyag1HmybkqMbT0zeA { width:12.9375rem;height:3.1875rem;top:65.25rem;left:26.24951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6N8ayBPx4PReXlTp2NxlRzu9GvfHJHz { width:23.25rem;height:12.964706260858rem;top:56.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { width:13.75rem;height:3.0625rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block; }
 }@media only screen and (max-width: 763px) { #spFTNVd0U86kw4oT1T5eFlRXgGLZOQfx { width:10.6875rem;height:3.125rem;top:19.375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThqNJgRqqI3NuUlEz8ZeWUQr4pnkkF5 { display:block; }
 }@media only screen and (max-width: 763px) { #EbDE1H0GPKXOfulFBa7JISvC6DA8GtCu { width:13.75rem;height:2.75rem;top:36.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNRvei4tmdRpLHh8y5xszECE4p3SpT7 { width:17.625rem;height:1.75rem;top:39.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEAkWkWDao2J17uLpeICm9HAqXHnkLa2 { width:17.625rem;height:3.5625rem;top:33.875rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGAX2zc5ZLzdZ2Uz06U7rat4I9Dkm3V2 { width:13.75rem;height:2.75rem;top:30.5625rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF { display:block; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvKEZ5prrGNPTz4CXgO2piQ77cT8fXlU { width:47.75rem;height:3.875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cil7J3x7Ip5P23kliByWuXoP9Vcknrw0 { top:6.625rem;left:0rem;width:17.0625rem;height:5.6047980903994rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgpouTEOUzcsEaf81PnJcTH6RkM4LZ4 { width:47.75rem;height:3.875rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHTcEyxQ9mh1HPsqitQpO6kSqRfWTEZ { top:8.9375rem;left:0rem;width:35.25rem;height:13.289855405948rem;display:block; }
 }@media only screen and (max-width: 763px) { #B08H8fnULLqMHWB6dqZe4TlHrHpO6OeK { top:14.625rem;left:26.7080078125rem;width:12.1875rem;height:1.8658049305729rem;display:block; }
 }@media only screen and (max-width: 763px) { #thiOatWk7wmU8t1CF54OazCKtdne5wNO { top:8.1875rem;left:31.4375rem;width:16.3125rem;height:3.2995727315409rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2RoZrzlKksh5t3lJ7Q7qnbMSP7VxX4 { top:6.4375rem;left:19.498046875rem;width:11.5625rem;height:5.8431667625567rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb0uF5QAt1R7yM27eKJXVNRxir1mci7q { top:13.8125rem;left:0rem;width:10.375rem;height:3.4777491630183rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLvPexyk5oZUhEDIscbbEu7wdgWiUBxi { top:43.6875rem;left:31rem;width:16.75rem;height:4.4194257598406rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMoSxvCz5VN7BC3HT2lb5QERI6MVyP2 { top:14.125rem;left:36.4375rem;width:11.3125rem;height:2.8587205787799rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Nzaxr9WHIykXNyifMy14GFOhXmngHd { top:31.125rem;left:29.75rem;width:18rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZhVowwrGx5P7TlUM8ALGbbpu5qdn6B { top:43.6875rem;left:0rem;width:9.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfvTT25bqnT2QTTh0w5Mm91Wc9z24Hy3 { top:45rem;left:0rem;width:15.75rem;height:2.9849829800188rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwaUivQTBDxJNkQbe1HMOwKsMh1qmQWE { top:9.0625rem;left:4.28125rem;width:14.0625rem;height:2.0610375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF7IwMcF2aOJn1r71JqZALRLzAcd4MgZ { top:31.125rem;left:5.5169296264649rem;width:15.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUShdXOxz1P6s8hlDTS9zfIEbIDg69nv { top:41.5rem;left:23.958335876465rem;width:9rem;height:9.9311693417667rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn4CHolXtnadzFM0lF9rWhD1xFylIAoL { top:38.8125rem;left:1.2083358764649rem;width:13.6875rem;height:1.6167751820968rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2eeEzq6wC0EoEPsvRq3myfoaZfkBsRN { top:35.875rem;left:17.34375rem;width:7.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbExOGU4DQGh6pmF7MrtBQTWnXpwa4T { top:26.875rem;left:0rem;width:17.4375rem;height:11.893638502097rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAHySFLJ1cnntzhe9sksdqBJZxgHnrOQ { top:37.25rem;left:34.1875rem;width:13.5625rem;height:3.0477449783903rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9VDvhKJT81BhMoBkLPUIt3GLnoqrVHg { top:38.75rem;left:11.29296875rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdffqWH2CBeVRkyaMwQv5m2fNTvlkxXh { top:44.4375rem;left:36.8125rem;width:10.9375rem;height:4.2260483806796rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLFiuIhgb8sdNNNotCISqz61WnkvIxFi { top:9.25rem;left:0rem;width:12.5625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtVNC1fgdt0ab08NfegPcDyP6lRqNgV { top:38.3125rem;left:28.91015625rem;width:13.6875rem;height:2.6862rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES75aCDItiJamTdWOZn5ZwT6Igqlm9qK { top:12.6875rem;left:40.40576171875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuGGmpPmk4s8apQ75Ts83xf1OnoPAznq { top:6.5rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsaTl89kWFKFelbon5DZLi1ETsJ2C9oN { top:35.4375rem;left:0rem;width:8.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOgbCNSr0giedvoJTndlOTx7JvVROCp5 { top:30.1875rem;left:24.286460876465rem;width:14.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 { display:block; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-regular-label { display:block;width:40.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-text { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-text {padding-top: 0; padding-bottom: 0;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-textarea { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-select { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-select {padding-top: 0; padding-bottom: 0;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-button { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-checkbox-label { width:39.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr  { width:40.625rem;height:auto;top:3.1875rem;left:2.3125rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .radio-container { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr {display:block;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr { width:40.625rem;height:auto;top:3.1875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ZPopsw216glaZHLTDOCK1nyhFsBwTbvU {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #oz37mVFMqbExL3cAW5ExLNlAnbp5MIXL {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ZSEn9Ru1KXhS5v8nxvqxznfgM21adP0G {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #e1wytpvvt8S7y1N659XAXNRyPMpgP6XE {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #yl1pOE2fD3wz7Mu3gPFVO1UMJp6xkOHB {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #f81QOrNoRemCvn6t2XtTJnFALwac9beS {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #zVBvV35sV37oJ9XUI0uVOicLNNZPKJPC {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #xwwUc4x1TeWDT6UKSQO7faMyGBMpKymm { display:block; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #VBhA66CqO23KN97p0uIvDEtqdgsUn5HM {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #zqToJDaPz7QpTOXSS8yUkKeP9fxaZHLB {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #nLtuscpn9nxI3WVuRkmSXK7eNDbNmM2H {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #UThTMg1H9Iozt69LZ7A9zPx7TVqcoN3b {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #MT6Uuf5Xqiw690ErCLk9Sy3UE6bi0KWc {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #t5ENslbuU5olkQW6iaPWnyGSR4mzXfLt { display:block; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #AbX72gB91Ioxzu7RsECtPBDlqyHmzmEV {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #Kz4c5s1yfhqcIL7dAxhoWnBmkqWaGh94 {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #Ww0IR8lQDiR1okh6gLVwCQ65HqxZnoMp { display:block; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #HL043oFNzqlZ7UGcmggP6Bw0dDG7MRLC {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #vVT3u3gcDdfyGQvBDT0pHT10JzxEzVwP {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #VoFWG1i8taRk9mX9KaxLmXXJCSIoTGM2 {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #pUDnGETH9eXCuQoRrqxA7BiO0hm31bEg {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ODAHDpQxvqypDKkH1GaFHkK89GbOR9Xm {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #zqHHkiIbyq7OqPvfpm52ICAvTMeBJN2T { display:block; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #Zqu3piRCllOpmq54bGAG8EFgxv2vav2r {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #TRP7oOPA0e8PX3oI2g7NcuAPQGIHu0lr {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #qbhKQdk06RFToPCgh38kmhfUhmLe9rs0 {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #XywupWwZzoTWLGzhByCvT1CeQAxKZaag {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ECC6twooHGZafi8U9ipepF7zKyzIEsHZ {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #UNI4tKh3AeeO95vy8FncqASTbeRagQ5e {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #q8qOZMUTrQN3bvPGhXtkJLNqTkiWHx5L {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #AGfBGOssDMFZMtDIHI3ftVAx6XFTOCa7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #FzwlwXpTxKdiJUm0sgvE06f7TKkebtoZ {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #bPCKtGIkvscsBzxTpSyJgIU8cNFawBOw {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #JbzyuiO11M9IrB4X6hb5VVvV02I7KLuZ {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #w3zBUT23fUEL2K4irdGNBDXlGbEUfnIx {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #Rl5gXTw4fmKsI5NrslIsQANknwAC0gRc {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #v4p6eVuq7q9864WrWlrVpKxOCUCFFE8q {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ueTHPZ8CckSPhCqgC3UrrQIEoXlc8cmM {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #q6AuIhrPGsgaNpSbRxCwqoESQFW4fVR3 {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #MDmVZD5GhE01Tbupk0GIRwCfrrkEbn9k {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #f0flrhDHFw7ggGdqTXfsBL6hIcCFGowJ {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #UTal6UMIG7fTTovz1BT9Ew6XCXN0bW75 {  }
 }@media only screen and (max-width: 763px) { #aO3b2H6diysgXhHVvRJ1fIB5b8Vw9DzB { top:33.6875rem;left:0rem;width:47.75rem;height:17.459833795014rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXup47r5itpntkQD9ZlMyITS2BTrPtF9 { top:0rem;left:7.6875rem;width:40.0625rem;height:58.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn { display:block; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9d5NbiUc2y0bbv1gFPF18plQpWdb5ld { width:47.75rem;height:3.875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFxV9yrkakvZ45trun2Pp9iEfwRGV1iI { width:16.1875rem;height:1.5rem;top:29.5rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaE4RN7lvBLhlp1sMtWIW1MnZwqfehrH { width:16.1875rem;height:1.5rem;top:31rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP5O5dxDeU3W8Nei69lZ7PW3swTFhLVn { width:18.9375rem;height:2rem;top:25.25rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAGAuXvqP9EULtswsCh7501IXT72OELc { width:19.0625rem;height:1.4375rem;top:27.3125rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Rg84XMQocMt5zACZV9Su2TFJ3FWVbb { width:16.25rem;height:1.5rem;top:29.375rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwiAApKBQlrVayeLTbpL90ExzkBNet1m { width:16.25rem;height:1.5rem;top:30.875rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFOhWTlBOlfQg3FEF1o5UwzP4WTaZTmu { width:18.9375rem;height:2rem;top:25.3125rem;left:28.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTalLLOJOMzNsFU7veI9Uq4ZNQzMuMcG { width:19.0625rem;height:1.4375rem;top:27.375rem;left:28.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI { width:13.1875rem;height:13.1875rem;top:11.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm { width:13.1875rem;height:13.1875rem;top:11.125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg { top:21.9375rem;left:28.125rem;width:2.5625rem;height:2.5625rem;display:block; }
#y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #zq0QTx4xZOANfp628fT7vrzuCTDwtvIs { top:21.9375rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7 { width:12.8125rem;height:12.8125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSkb98kdFwLf2dtkrQsxdaqHUg72TmuR { width:18.9375rem;height:2rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0uqMT8DGrOWrkoPAPotlJEV4LChTQ5u { width:19rem;height:1.4375rem;top:27.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOTz6x1qDVrL8e1gdUukNcEGGlZMnrlT { width:16.25rem;height:1.5rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSLu72x2hKToidVqDP5IETdz8GWh1hN { width:16.25rem;height:1.5rem;top:30.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu { top:21.5625rem;left:3.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
#WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #PTLZXN0NW12r6Owviwdk3hUBbslna8u0 { width:25rem;height:3.0625rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmt7s0zDKtqgv31u6cBS1aRWUthxLBUO { width:18.9375rem;height:3.0625rem;top:6.5625rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJLNWMgznlfGbltmrVhLVrKgHM91kiAn { width:19rem;height:3.0625rem;top:6.5rem;left:28.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSv1Q3lCzI4Oc1a89DaQDlgy7wnIRMA { top:36.6875rem;left:14.875rem;width:24.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Xl8GGOnn8JDMTz0Bg04mP9Q3SepCNm { top:57.125rem;left:5.8125rem;width:12.0625rem;height:4.2889925228875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm { top:61.4375rem;left:9.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
#y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT { top:61.4375rem;left:13.4375rem;width:2.5625rem;height:2.5625rem;display:block; }
#nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg { top:61.4375rem;left:17.125rem;width:2.8125rem;height:2.8125rem;display:block; }
#pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UBfmuh2dbJqu6uBrIsokVhIFpRXTkwZN { width:24.9375rem;height:1.5rem;top:54.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Oc8y5StH1Q7v97eOgCn8EO3VqxP60c { top:57.125rem;left:0rem;width:12.0625rem;height:4.2889925228875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5gD3h1xTUBGVeutLebkThMUw8HCkWp { top:38.25rem;left:29.875rem;width:17.875rem;height:14.94815186486rem;display:block; }
 }@media only screen and (max-width: 763px) { #iclPc5opiEK0p5OW0fSOFznZJByVTc8W { top:61.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#iclPc5opiEK0p5OW0fSOFznZJByVTc8W > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed { top:61.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #gB7Cr8uAXyBRXlQwCFinicBmpKtLmDeh { top:47.875rem;left:0rem;width:13.5625rem;height:3.4212476315439rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnQSh9xG1UTil6Rb03NMapfADMlZkfG { width:19.875rem;height:6.125rem;top:38.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dys2UfEOT05UOkzSgul6rXlrWU9D7fps { width:24.9375rem;height:1.5rem;top:36.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { width:9.687rem;height:2.625rem;top:0.685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { width:9.687rem;height:2.625rem;top:0.779296875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block; }
 }@media only screen and (max-width: 763px) { #rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { width:5.4375rem;height:2.625rem;top:3.310546875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block; }
 }@media only screen and (max-width: 763px) { #tiu2wZnoXWGp39xeCg7bFBVP2ECiax2M { width:9.9995rem;height:2.5625rem;top:3.310546875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FglWEyIIT0vT9lrLwoxqtu1JJEnTVpbH { display:block; }
 }@media only screen and (max-width: 763px) { #qu8gUuXoVKQhp6UAqSJOCJQ0h3OOT9l0 { width:9.0625rem;height:13.125rem;top:25.4365234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtrgL26bSyTk7vnz07aCoxQNAk4XieBa { width:20rem;height:7.625rem;top:11.0615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSvpe2z2V2THG7larxFGs2l6nV2twEoV { width:19.5625rem;height:2.8125rem;top:39.8495859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9u9D6qStc8iiynEfJxUmx2A2d0C8eH3 { width:18.625rem;height:3.75rem;top:55.6005484375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aD9rtutl7mO2yq1G9ambPL9bFMEzfJas { width:19.3125rem;height:10.4375rem;top:12.099609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiUsBzsgfwy3XMrzncgvrOdXhEGXno5x { width:13.1875rem;height:3rem;top:41.875rem;left:5.625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qyK9R5OrF6ehnqdyiFuFIJuR1MmsEium { display:flex;width:3.0612rem;height:3.0612rem;top:41.875rem;left:1.1875rem; }
#qyK9R5OrF6ehnqdyiFuFIJuR1MmsEium > img { max-width: 100%;max-height:100%; width:3.0612rem; height:3.0612rem; } }@media only screen and (max-width: 763px) { #MLCJpDkRpDP7axQ1gtGZ4FRvrTky1MZC { top:6.90625rem;left:0rem;width:20rem;height:33.75rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fwVzuGBWDe8BpkJrsfHZSpefPigJTXOs { width:20rem;height:6.9686411149826rem;top:35.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o { display:block; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { width:20rem;height:0.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:19.9995rem;height:4.6875rem;top:1.1865234375rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KXRx8nrybAHkdLoJ1Dqlk2iETXyXvXvz { width:19.9980625rem;height:4.3125rem;top:4.93505859375rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rK8vkCeFdyPcICRvfH2JvOXCvB7prSNo { width:19.9980625rem;height:7.71484375rem;top:31.93212890625rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9Hibgb6MuxJ2cwXhR7Qoh7wn6tNZWya { width:19.9980625rem;height:21.9975625rem;top:7.55859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcKCx95vHqtNqdba8Nu8tioyyvV3WNFB { width:19.9995rem;height:8.2421875rem;top:22.166015625rem;left:0rem;font-size:0.6875rem;font-weight:300;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I0r9TxVFJWQLI4W0avpMQp4PfV90J5Hd { width:20rem;height:10.25rem;top:20.900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK1GA04nSCJ7duKr7ZbNyG0rCeS74oi6 { width:20rem;height:7.4870734229576rem;top:15.645833015442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsBqO70UlV01ewm02woREH6lc576Hknd { display:block; }#WsBqO70UlV01ewm02woREH6lc576Hknd > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyKk08FwXmzFFLapwpMdF93xshLBcOxW { width:19.9995rem;height:1.875rem;top:1.1865234375rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VroRmW0etWvb7DAwODf4siQQwuvVKz1I { width:17.4375rem;height:17.125rem;top:12.37257421875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKbodc0cnH4tShZLa8MXGiZJiswkBPAM { width:17.4375rem;height:17.125rem;top:30.74757421875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKJxmUvzKwpzHBNPwWQilPtLQMItx8TP { width:17.4375rem;height:17.125rem;top:49.12257421875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:3.75rem;height:3.75rem;top:0.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:17.5rem;height:15.9375rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { width:13.75rem;height:1.35rem;top:5.625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:13.75rem;height:6.3958125rem;top:8.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { display:flex;width:2.6875rem;height:2.6875rem;top:1.0625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { width:13.75rem;height:1.35rem;top:20.4375rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:15.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:13.75rem;height:4.796875rem;top:23.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { display:flex;width:2.6875rem;height:2.6875rem;top:15.9375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #gU3Sbk5WTExspMVDgc6Jb30ZeKDdM8hq { width:13.75rem;height:1.35rem;top:33.875rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { width:3.75rem;height:3.75rem;top:28.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { width:13.75rem;height:6.3958125rem;top:36.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { display:flex;width:2.6875rem;height:2.6875rem;top:29.375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { width:13.75rem;height:1.35rem;top:49.125rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:44.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:13.75rem;height:6.3958125rem;top:51.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { display:flex;width:2.6875rem;height:2.6875rem;top:44.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { width:19.625rem;height:1.09895625rem;top:1.7981796264649rem;left:0rem;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bo5JGIzh3kuFvCvtx5KZB8MuASLxztJE { display:none; }#bo5JGIzh3kuFvCvtx5KZB8MuASLxztJE > .row .container { width:20rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RqD9GAF9xnkiwvBIwNeERMkONHSZi7bm { width:19.9995rem;height:1.3066375rem;top:0.68701171875rem;left:0rem;font-size:1.1875rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dt9WpZlduBsHMxI27p2GkD5AvUF22y2g { width:19.9995rem;height:1.921875rem;top:1.99072265625rem;left:0.00146484375rem;font-size:0.875rem;line-height:1.1;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT { display:none; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXkxPUCyHFDyz3eTf1DtspCw5D4Sy7Kw { display:none; }#QXkxPUCyHFDyz3eTf1DtspCw5D4Sy7Kw > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #udwST9gq0CT6TBqaHH2kyQBcaEIHITLu { width:19.9995rem;height:1.374025rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xoGceO3CbdlveDPgafRX3nCeWDcM7yCT { width:19.9995rem;height:4.8046875rem;top:3.228515625rem;left:0rem;font-size:0.875rem;line-height:1.1;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s { display:none; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WWNweaptrK7qKNAUKoJ8xaQ6how7bMH0 { display:none; }#WWNweaptrK7qKNAUKoJ8xaQ6how7bMH0 > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hNTTS19k63O1X8ksKOKxT3UOUAcFvHSZ { width:19.9995rem;height:1.374025rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2NJWNu6phR3hhkgbdufGtADMQeGVNbS { display:none; }#g2NJWNu6phR3hhkgbdufGtADMQeGVNbS > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I8lP2knS0RkymVJamsakfUTmDykSBIOA { width:19.9995rem;height:1.374025rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ { display:block; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m58NvABsPnT4qP2iipOnAeuh8iIUGza9 { width:19.9980625rem;height:4.671875rem;top:5.02734375rem;left:0.00146484375rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BE9r2sRUt5JQi29mN6hrc7HhFBNmKkJ4 { width:12.9375rem;height:1.35rem;top:27.02783203125rem;left:6.99951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhRAvKvM7FUOactzdq3ig3iwRbdlUHO9 { width:20rem;height:8.125rem;top:2.77734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcPx3zA6ZrmO3NU69vK622NH1dW19TUm { width:8.8125rem;height:8.8125rem;top:12.24755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztrMHL7yrO8frBRhtzVwdyRNLtlcKA9Z { width:19.9995rem;height:1.375rem;top:0.81005859375rem;left:0.00146484375rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5DbrfrTwrfHCDNXsoLcU6ZqxSJe28m { width:10.1875rem;height:1.35rem;top:10.89990234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MASH66PNuTLiriotrfUUZEhpGFthexEJ { width:13.5rem;height:0;top:27.46435546875rem;left:6.43701171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WnP7BTbLa6OyzQese044rnCuaW0BqTaO { width:20rem;height:1.35rem;top:22.6171875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6VIQVVqo125AWv0S7wPntFvI4Awlv1 { width:7.5625rem;height:9.5rem;top:23.96718788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enexQgJ3p8Jivf7FuzVEyyKITbnrJtu2 { width:13.125rem;height:1.6rem;top:14.845313072204rem;left:6.8750000596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nN6cWsVGNq6KKBfTiFcIHnTOv4ZIr5bh { width:15.5625rem;height:1.35rem;top:13.49560546875rem;left:4.43701171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRXW7uifJfgtmQnzwxZPL1BMUzxbWWeH { width:15.5625rem;height:0;top:47.97216796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #olzJ94mllHNHpUVosM6QXTbNex1BUaLS { width:15.8125rem;height:1.5rem;top:28.37734413147rem;left:4.1875000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hM3Lc6PpcahyiOOsNxHXI2kpkMZFIFBx { width:13.1875rem;height:1.6rem;top:38.809374809265rem;left:6.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQhyNCNqciqDrIVIugb9TQTRdl3JuO55 { width:15.5625rem;height:1.35rem;top:36.890625rem;left:4.4375000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ien6B2fQ5uP9pGJKbOvSb7P7kiBudCUr { width:8.25rem;height:9.5625rem;top:34.828125rem;left:0.55000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CHq62aXCM4Rt3XM028nXRPtCE7wuvH { display:flex;width:10.8125rem;height:10.8125rem;top:59.106753002929rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QezHVMVaXZGtREG2GFAIVDIJeXnQMNbs { display:flex;width:10.8125rem;height:10.8125rem;top:71.169253002931rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7pIA0KlEzBIy9dL3RnVPNnk8zk8BbtL { display:flex;width:10.8125rem;height:10.8125rem;top:83.231753002931rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #upUzeoxDcn9O9bQXEAGX2RJ4n0lfbJsE { width:20rem;height:7.2870249017038rem;top:3.7174477577209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 { display:none; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TckRPKQZ32lTgUBGqfTeqZFVTDZ9QHR5 { width:19.9980625rem;height:3.50244375rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7rU95qJIBMwnKGk97VBW2gi0T3a3Mq { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqMQtoHI6uxFgcyHCzw7p4eCINpUhvpJ { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTFr2m77gyJMgutFXy3ZG2IJEwJAELkx { width:20rem;height:11.9375rem;top:10.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vLvwclCKCJD6qb38FFMlGQWaAW3Zi8 { width:9.8745rem;height:11.3745rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEz0U6pM3QhnGkm80IyVnBpCLyQ9eIr0 { width:10.5615rem;height:16.062rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp { display:block; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUrXZ0tVdMF7Otfs1tIQESb0Sb0SIkzO { width:19.9995rem;height:4.671875rem;top:18.97265625rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTfJxbFUkFlXk9AR9Lhk7X4JSXZxU27h { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEhJLB1XTfi7fpRDCiOCqBfocaxw5xfB { width:20rem;height:3.19791875rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKlpfPXaml7gEmJhVATA3yTcALkCQqdX { width:20rem;height:15.5625rem;top:9.8111991882325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwBJ5aviGi5iu82OJBUxQmLACBKTMJN { width:9.687rem;height:11.187rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsagX1TesyZ7h3sP9rmwW5TxI597vBpg { width:4.6875rem;height:13.4375rem;top:0.43489456176758rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp { display:block; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyCaqUmf21g67LWeLg0qP8DNIZfKZ8rC { width:19.9980625rem;height:2.3359375rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFkZquUE9AlTK0w3KFuQG2kow95ybwxm { width:19.9995rem;height:1.34895625rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlMr7DzZFalo4MU8z7bCbsSONbOhR0kE { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8WL1xoQbQtr04pf0DOsu315I79avWM { width:20rem;height:11.0625rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIZKrZm7P2L98wkGQqvCigkWGUO8gPIt { width:9rem;height:11.3125rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frenFinM0eHkV27BlDEDPwExe91G5KSr { width:4.125rem;height:12.4375rem;top:0.91666698455813rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC { display:block; }#cJcpoi8eCa89QQTZtG3Xsp4H6KBIERtC > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQ6BBPuHND07NrVriehOC8Pv2gOt0mah { width:19.996125rem;height:3.50390625rem;top:18.720051765442rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuidMOVE32PW163r6bVfVlqOdmgD6QOk { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9WWA9xU0PR3rEhg127WT9kkLeZIOL5p { width:20rem;height:3rem;top:14.619792938233rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eJcyZgLQR91gE5LuTzf0uHyTOH0tADPO { width:20rem;height:14rem;top:9.44970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO2feyDUzHLese9JGg158dC7yWT2WeNJ { width:9.0625rem;height:12.1875rem;top:0.6796875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCWC6T163tdLOXTlPWLfpI84zqc6XXNt { width:4.25rem;height:13.125rem;top:0.6796875rem;left:5.8424482345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8AelzP9OdlIK46HB4egabcqvL8dhpNO { display:block; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbGQXJFJvuLB5IATNeVbH7aZT7F2GQ3a { width:19.9980625rem;height:5.83984375rem;top:16.78271484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuOi735NEOU3aHKulVZHstk4vcWH1hJJ { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaOWTNzSyT5a1g18TTksuBdbXhgOvfRb { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgcHHyTePVObuTLP9s2yWfoTvNrtGp9T { width:20rem;height:14rem;top:9.44970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhGTXPc7QKinE3pAI4J5KFNU5Z5D7TtS { width:8rem;height:12.3125rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbE4iEIJRutnSCuvcEIDDdZBkzIcTX6q { width:4.25rem;height:13.125rem;top:0.6796875rem;left:5.8424482345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #caB2Eb3MoTplCUbg24DRRe2yER7LOEqR { display:block; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRsJgTIpntVWD1svymSxgITv54fPNhKi { width:19.9980625rem;height:3.50390625rem;top:20.34228515625rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4nuBl7gxfg4eGo7eINx6Pf0vDEMJpNT { width:19.9980625rem;height:1.35rem;top:16.013671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNWg3WST54RJ2PbEUZAPIpzQIEoEHisI { width:19.9980625rem;height:1.6rem;top:17.14306640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ns0wJOo0Q28psDWEDp9czBJhqM7TH4Tp { width:20rem;height:14.4375rem;top:10.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXloX6OsE3ddEbWFEl6Q3HfAKwl1BTWI { width:9.375rem;height:13.4375rem;top:0.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJOzdOZTikQ2PPH0IpmTxgZ1GldgmQm3 { width:5rem;height:15.4375rem;top:0.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 { display:block; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcsmuJKdrvUXPVLT3xbERA4JWmlGiBku { width:19.9980625rem;height:3.50390625rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLTbfdTHMMthEFSvyBbWDI62n6KL3Si4 { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVfLPFMrsXpTol3QUcMTBgqi9AGGcviW { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfpKu5KzeT4lRdnXhfD50zeTrRe83UoW { width:20rem;height:12.4375rem;top:9.44970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3NH4loCwtfVTzvWHlL1upJxy5irHOJ { width:9.875rem;height:12.0625rem;top:0rem;left:5.5911459922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyqJQHcOGW2KmqTJtSbHkeJRpkaWEE80 { width:4.625rem;height:13.75rem;top:0rem;left:4.5286459922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz { display:block; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRTKXokNcFs4nvTasG3u3G4LbKeQzSZG { width:19.9980625rem;height:3.50390625rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHRwIvK8BfSGZDIEwaNq8OQ2fdHPtThA { width:19.9986875rem;height:1.34895625rem;top:13.354166984558rem;left:0.0013021230697632rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6Tqm4UKXEeviwpNsG1ausA2kGQhf6MM { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5ffHRTZrt5GIXfb5llnnFSFRDKCiqPK { width:20rem;height:11.9375rem;top:10.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM1NEIKTAX1qOEVfDCunsZ0Pc7eMLxew { width:9.8745rem;height:11.3745rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fALNtHDIVy24eqaLp2bOWOZI2ofgQC5T { width:4.625rem;height:14.125rem;top:1.0490417480469E-5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh { display:block; }#pVh2mpcKTxQS9ZzGEVyC8xFLg7avKDmh > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk6aVqku5QXuxIShJicd6UEW31XaqKW8 { width:19.9980625rem;height:3.50390625rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azpTcm3KgIwgzG2XBf2eTcXfFcQrdQK5 { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDzxdDLs2wtp7tTK0Q6fRSkF1d4hHVy2 { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFIxmlg5dhul44gkPP6XPmxyE1l4QdgK { width:20rem;height:11.9375rem;top:10.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4eKykNwGt6EqlQvrzotXiDECFZFJDPy { width:8.875rem;height:11.125rem;top:1.6953125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6erZzqru78QcxeL9yzT86heJ57qk81r { width:4.125rem;height:12.75rem;top:1.1653633117676rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd { display:block; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETNNrOsBr9bio7HIu1E0i5Ff6VSPoKSS { width:19.9980625rem;height:3.50390625rem;top:16.22021484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJmvlExqDhHAxJTcJ5gOMM33zEynQmoz { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EH6yATMXMOVl1JT8AwhhukJiah3P1E7u { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWWMDoM7mEhbyZcgZBva2gyt20oxysra { width:20rem;height:10.4375rem;top:10.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqVcsqXfuqGGtxMoWb9odHHCBgkamGM { width:9.5625rem;height:12.25rem;top:0.05517578125rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCBqaAeFGlymDDQDqA4ZCXWe6HxEgafN { width:4.375rem;height:13.125rem;top:0rem;left:5.6223959922791rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #iGUxHdO0HWuPLeT5oAW76BkE99IIoizA { display:block; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAm2ep7fa6i9eaT308TQbiUXDQMQANlx { width:19.9980625rem;height:4.671875rem;top:15.91552734375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4VvIZxMJ3grbOklnpMnDpnvUeR0pdmL { width:19.9995rem;height:8.124rem;top:13.49560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niVdkrLVvJX381y8oo7KoPlG5MNTVwSD { width:11.9375rem;height:13.125rem;top:2.0597934984992rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnmJ2koBSnkZylV35Ul10FJL2J4qJz6 { width:19.9995rem;height:1.375rem;top:0.81005859375rem;left:0.00146484375rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OEBgnwnkT1XblflPmnPmGDaVHXWcZSzH { width:11.3745rem;height:2.69824375rem;top:7.271484375rem;left:8.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeySKiOz0l21A0ZfWvsG8V7ah2wAb5sH { width:20rem;height:7.2457142857143rem;top:8.7513008117675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 { display:none; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row .container { width:20rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bBsh0lbH4q1BhRogQGANriQsolEs4uLr { width:12.0615rem;height:18.09375rem;top:1.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMqlVRsz7ofKSK7c1gR8TJgbvcT6TJdp { width:20rem;height:10.5rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUqxcVDIxDTyZeezMv08UuPaBH1O4pPR { width:15.5625rem;height:1.34911875rem;top:15.875rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5ghoEKMzLkTLawBe8QtEsbeZTtfiKz { width:13.1850625rem;height:1.5996125rem;top:17.125rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlPP78ezGENza1chmqFtxIioSNaPDDUk { width:19.9995rem;height:3.50244375rem;top:19.1875rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOvZ9IzJLQpeN94GsiJZg3GX7XBgk5cQ { width:10.3125rem;height:15.5625rem;top:0.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { display:block; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezZflQ3D6o4WyWITA74JfFDCyrf0ZQoI { width:19.625rem;height:3.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:17.9375rem;height:1.875rem;top:1.5625rem;left:1.03125rem;font-size:0.9375rem;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:20rem;height:30.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { width:12.4995rem;height:1.125rem;top:13.8427734375rem;left:7.5rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { width:17.499rem;height:1.6rem;top:16.93359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:20rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSo99mbDtraV7aTswTnKfobwTWetcD6i { width:6.3125rem;height:8.5625rem;top:8.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTUtS56vRMqkN5rWpISdVwcMRLTkkTI { width:12.4995rem;height:1.6rem;top:14.8740234375rem;left:6.96826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { width:19.9995rem;height:8.3984375rem;top:18.533203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { width:20rem;height:31.5625rem;top:31.5625rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0.79);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { width:19.9995rem;height:13.2495rem;top:27.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yohviILx8VlwHTuEckBgR9Pd0TylP6No { width:12.4995rem;height:1.35rem;top:41.30859375rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbPf5iJgJAKRmFB8WXx4LUniDBmk42D { width:17.5rem;height:1.6rem;top:45.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufU0w1WH8hCxg2pKhfG4uieJoy6gMWV { width:12.4995rem;height:3.19791875rem;top:42.65625rem;left:6.96533203125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { width:20rem;height:6.9986875rem;top:47.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpq8aONKqaIDhFVTOfnXxa0lCEC8uXpV { width:5.8125rem;height:7.5rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { width:20rem;height:31.5625rem;top:64.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { width:19.9995rem;height:13.2495rem;top:55.34326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { width:12.4995rem;height:2.69824375rem;top:68.74365234375rem;left:6.96533203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEzqqOsAz1FCfwsB3GVroWwTHTzrXkbT { width:17.5rem;height:1.6rem;top:73.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruhEDZKLCwdkslnRWVR2xS3UrMh9UJ9X { width:12.4995rem;height:1.6rem;top:71.44189453125rem;left:6.310546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { width:20rem;height:5.59895625rem;top:74.84912109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ZZLle0DTUT905dITBQP0yA95Dm59tG { width:6.312rem;height:7.875rem;top:64.04150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELVTHmFmEJeW51qJ704gbqoTTsIEL6LQ { width:3.5rem;height:3.5rem;top:0.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNxcFvBrCzrFc9qDrbsIwJfa13wTB9Rh { width:3.5rem;height:3.5rem;top:65rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTWl9mFCfNKGaUxyfB6aknk91LokgeF { display:flex;width:2.25rem;height:2.25rem;top:0rem;left:17.74951171875rem; }
#caTWl9mFCfNKGaUxyfB6aknk91LokgeF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #permGgtPA0teVnwq8eDbTDeOJmxqO1oN { display:flex;width:2.25rem;height:2.25rem;top:27.498046875rem;left:17.49755859375rem; }
#permGgtPA0teVnwq8eDbTDeOJmxqO1oN > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #fa1ckr120lwEvPXyeE84TtzV8QgSTcIT { display:flex;width:2.25rem;height:2.25rem;top:55.34326171875rem;left:17.74951171875rem; }
#fa1ckr120lwEvPXyeE84TtzV8QgSTcIT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #JoTaQKyQhoMrNF6tlfCud0MXRg5D7tFr { width:3.436525rem;height:3.436525rem;top:95.49609375rem;left:2.96630859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z80azJ5x0oR4UAAFy1yeDlTilsdcRLpq { width:19.9375rem;height:7.5625rem;top:8.8100609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { width:20rem;height:30.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { width:12.4995rem;height:1.125rem;top:13.90576171875rem;left:7.5rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UkT6yTB20839kQCUog6H5leH0uixgdJT { width:17.499rem;height:1.6rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noTfTgyaiohtlGMQIsU2GXAro9pcun2G { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJgxeTtzwbTsA7U41WW91DaPTO6SRQgU { width:6.5rem;height:9.5625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCfmxDOAyHFFxMtTZG6ksoggPahZWOoT { width:12.4995rem;height:1.6rem;top:14.93701171875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqpMGgpaDe8uIaSUeJakZHRhb8JVFTUh { width:20rem;height:5.59895625rem;top:18.474609375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSBwdlIMk7ci90tIUioerHhmid8wkFHw { width:20rem;height:31.5625rem;top:31.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { width:19.9995rem;height:13.3125rem;top:24.9375rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { width:12.5rem;height:1.35rem;top:39.3125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbhCOD5xIuk2v3cElg3hGsZSuaIJLBeU { width:17.5rem;height:1.6rem;top:42.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4sD7xBODU3ZNA6PbA4Pc59ZLCxKcD3M { width:12.5rem;height:1.6rem;top:40.375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXHxQPJTxaUXLmFIg5wpar7IwmSOEcVU { width:20rem;height:6.9986875rem;top:45.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKDX5mr7cM5ATlOndWVtvpSzv3ag7X8x { width:7.375rem;height:8.625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { width:20rem;height:31.5625rem;top:53.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { width:20rem;height:13.25rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { width:10.374rem;height:1.35rem;top:66.43505859375rem;left:8.560546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvBwFSlfFnPvAcWTGcFyeEmZkQ0hXwzQ { width:17.5rem;height:1.6rem;top:71.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziSnhKBb4Zu58ZVlTWPsDUXH3AJaOE8J { width:12.375rem;height:3.19791875rem;top:67.78271484375rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1XmCgeCxGkKzTwWurDDdQlTN1TtTT35 { width:20rem;height:5.59895625rem;top:73.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytpfARTeUoULsMfS6eNN3INAvkeQhrcW { width:7.2495rem;height:9.1875rem;top:62.0302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Au7EhVHrcJNZOL21kE8Ktq2NAnZl6a { width:3.5rem;height:3.5rem;top:0.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEuRG9L34O9NXTa0suZXxaTypJHMEWXb { display:flex;width:2.25rem;height:2.25rem;top:1.25rem;left:16.5rem; }
#lEuRG9L34O9NXTa0suZXxaTypJHMEWXb > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #UbnrzX1sTSv2xb9bP58XOlyH39UdhlKF { width:3.5rem;height:3.5rem;top:24.9375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h39JIgonSqrOZny3o5qOACQZDGviGdBZ { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:17.1875rem; }
#h39JIgonSqrOZny3o5qOACQZDGviGdBZ > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #wBpoblhXRbTpJeHzlTK5pQdXLDUSUZVx { width:3.5rem;height:3.5rem;top:53.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X { display:flex;width:2.25rem;height:2.25rem;top:54.5rem;left:16.5rem; }
#E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #f9R8ZTXaKH4OP12Tt4ZUzLMtxdG3V6ev { width:19.9995rem;height:3.9785125rem;top:81.0322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVATKIZsQ1uGLtovSqXgQcJQ3iL6cLot { width:19.9375rem;height:7.5625rem;top:108.8730234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { width:20rem;height:117.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { width:20rem;height:3.59895625rem;top:1.9296875rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRLkXV2ROJuwhQyi8x4Pw7DzINAOodiq { width:17.0625rem;height:21.6875rem;top:10.6875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { width:16rem;height:1.40625rem;top:12.75rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLPJAL9FWhDWQpV6sXQldQUebZ9yG3RL { width:9rem;height:1.375rem;top:12.76611328125rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { width:15.999rem;height:4.796875rem;top:14.8740234375rem;left:0.5302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzkVuIGW93wAL9yJCJEeags4uQE8uPJ0 { width:12.4365rem;height:10.5615rem;top:19.67138671875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USF6TZ6hZ7KvXlMeofQptpAnw26ZZxs1 { width:20rem;height:6.3958125rem;top:70.58349609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEOIBXdV4Nwd8irDZpyRORqnErTDPMFW { width:13.875rem;height:1.125rem;top:59.390625rem;left:6.12451171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8OKuK9AvdaOkk38eGfbhl5Q7iM7bTFe { width:15.999rem;height:1.40625rem;top:59.24853515625rem;left:0.53173828125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDa0yW6pe5TNQPxMvxaki4miRVPqdLc { width:19.812rem;height:11.937rem;top:58.46044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH0TlSqZxpNDCyrIGJnzS80rmxoMLyRN { width:15.9975625rem;height:1.40625rem;top:35.24853515625rem;left:2.65576171875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdT64pFXWmEn1URFd7uuMViM3K6ZUGMJ { width:6.6855625rem;height:1.375rem;top:35.2646484375rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqholTAEUzE1lT2J58wL8U9vlAFgDGic { width:8.937rem;height:7.9948125rem;top:43.56005859375rem;left:2.65576171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWT7TcBgU2Nzcyk2ONEJvB2n78T24yra { width:10.875rem;height:14.3100625rem;top:40.40478515625rem;left:9.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwOADABavnG6pEwtE1rtC2IgEGzxyEbs { width:18.4375rem;height:23rem;top:33.9990234375rem;left:1.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { width:16.5615rem;height:9.898425rem;top:99.68701171875rem;left:0.5947265625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrr1EKkApbwUbHGeMm1zrTmH6bSOzyCf { width:18.9375rem;height:20.125rem;top:78.4375rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ef40RTdaDoNAfthlMJ43QEZivZeWDk { width:13.8125rem;height:1.40625rem;top:80.25rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDkBTnufgqL8q43uotA7duec1BWh8QeW { width:9.999rem;height:2.75rem;top:79.5791015625rem;left:6.12451171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpWLprUvEJuunKiyag1HmybkqMbT0zeA { width:14.3745rem;height:3.19791875rem;top:83.560546875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6N8ayBPx4PReXlTp2NxlRzu9GvfHJHz { width:18.249rem;height:10.2495rem;top:86.24853515625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { width:11.3125rem;height:3.125rem;top:106.5498046875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block; }
 }@media only screen and (max-width: 763px) { #spFTNVd0U86kw4oT1T5eFlRXgGLZOQfx { width:10.6875rem;height:3.1245125rem;top:6.35302734375rem;left:4.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThqNJgRqqI3NuUlEz8ZeWUQr4pnkkF5 { display:block; }
 }@media only screen and (max-width: 763px) { #EbDE1H0GPKXOfulFBa7JISvC6DA8GtCu { width:13.7475625rem;height:1.40625rem;top:37.078125rem;left:4.21728515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNRvei4tmdRpLHh8y5xszECE4p3SpT7 { width:6.6855625rem;height:1.375rem;top:37.09423828125rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEAkWkWDao2J17uLpeICm9HAqXHnkLa2 { width:8.937rem;height:2.75rem;top:39.09228515625rem;left:7.154296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGAX2zc5ZLzdZ2Uz06U7rat4I9Dkm3V2 { width:13.7475625rem;height:1.40625rem;top:39.09228515625rem;left:4.21728515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF { display:block; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvKEZ5prrGNPTz4CXgO2piQ77cT8fXlU { width:20rem;height:2.6rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#f1b002;display:block; }
 }@media only screen and (max-width: 763px) { #cil7J3x7Ip5P23kliByWuXoP9Vcknrw0 { width:7.9375rem;height:2.5625rem;top:4.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgpouTEOUzcsEaf81PnJcTH6RkM4LZ4 { width:19.9980625rem;height:2.59895625rem;top:28.4326171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#f1b002;display:block; }
 }@media only screen and (max-width: 763px) { #epHTcEyxQ9mh1HPsqitQpO6kSqRfWTEZ { width:19.9995rem;height:7.374rem;top:9.779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B08H8fnULLqMHWB6dqZe4TlHrHpO6OeK { width:8.937rem;height:1.3125rem;top:15.93603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thiOatWk7wmU8t1CF54OazCKtdne5wNO { width:9.749375rem;height:1.93685rem;top:8.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2RoZrzlKksh5t3lJ7Q7qnbMSP7VxX4 { width:9rem;height:4.3125rem;top:18.4365234375rem;left:10.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb0uF5QAt1R7yM27eKJXVNRxir1mci7q { width:7.7495625rem;height:2.43706875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLvPexyk5oZUhEDIscbbEu7wdgWiUBxi { width:11.3125rem;height:3.0625rem;top:76.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMoSxvCz5VN7BC3HT2lb5QERI6MVyP2 { width:8.875rem;height:2.24895625rem;top:5.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Nzaxr9WHIykXNyifMy14GFOhXmngHd { width:11.0625rem;height:2.124025rem;top:32.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZhVowwrGx5P7TlUM8ALGbbpu5qdn6B { width:7.434875rem;height:5.05989375rem;top:69.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfvTT25bqnT2QTTh0w5Mm91Wc9z24Hy3 { width:11.747375rem;height:2.1862rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwaUivQTBDxJNkQbe1HMOwKsMh1qmQWE { width:7.875rem;height:1.0625rem;top:16.06201171875rem;left:11.942876880787rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF7IwMcF2aOJn1r71JqZALRLzAcd4MgZ { width:9.1245rem;height:2.124025rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUShdXOxz1P6s8hlDTS9zfIEbIDg69nv { width:8.746125rem;height:9.683625rem;top:73.125rem;left:11.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kn4CHolXtnadzFM0lF9rWhD1xFylIAoL { width:13.6875rem;height:1.6171875rem;top:52.625rem;left:3.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #M2eeEzq6wC0EoEPsvRq3myfoaZfkBsRN { width:8.0625rem;height:5.874025rem;top:59.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbExOGU4DQGh6pmF7MrtBQTWnXpwa4T { width:16.0625rem;height:10.625rem;top:32.125000953674rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAHySFLJ1cnntzhe9sksdqBJZxgHnrOQ { width:9.6875rem;height:1.9375rem;top:55.937540531159rem;left:4.02734375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #P9VDvhKJT81BhMoBkLPUIt3GLnoqrVHg { width:9.125rem;height:9.125rem;top:43.8125rem;left:10.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zdffqWH2CBeVRkyaMwQv5m2fNTvlkxXh { width:8.3125rem;height:3.125rem;top:60.6875rem;left:10.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SLFiuIhgb8sdNNNotCISqz61WnkvIxFi { width:10.1850625rem;height:10.0605625rem;top:14.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtVNC1fgdt0ab08NfegPcDyP6lRqNgV { width:13.6875rem;height:2.6862rem;top:66.0625rem;left:3.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ES75aCDItiJamTdWOZn5ZwT6Igqlm9qK { width:4.186525rem;height:4.186525rem;top:22.7490234375rem;left:4.0283203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuGGmpPmk4s8apQ75Ts83xf1OnoPAznq { width:4.374025rem;height:4.374025rem;top:22.7490234375rem;left:11.43603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsaTl89kWFKFelbon5DZLi1ETsJ2C9oN { width:9.375rem;height:7rem;top:44.875rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #zOgbCNSr0giedvoJTndlOTx7JvVROCp5 { width:14.75rem;height:5.25rem;top:38.645834445953rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 { display:block; }#Rpi1dhx87pV07WJbk6bNMZTKytgNAGt7 > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:1.2;height:1.8125rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-text {padding-top: 0; padding-bottom: 0;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:1.2;height:3.4375rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-select {padding-top: 0; padding-bottom: 0;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr  { width:17.4986875rem;height:auto;top:5.8124599456787rem;left:0.0026041865348816rem; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sycflfsudyDSXpkFlq42rE2a9tOTapmr {display:block;}#sycflfsudyDSXpkFlq42rE2a9tOTapmr { width:17.4986875rem;height:auto;top:5.8124599456787rem;left:0.0026041865348816rem; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ZPopsw216glaZHLTDOCK1nyhFsBwTbvU {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #oz37mVFMqbExL3cAW5ExLNlAnbp5MIXL { display:none; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ZSEn9Ru1KXhS5v8nxvqxznfgM21adP0G {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #e1wytpvvt8S7y1N659XAXNRyPMpgP6XE {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #yl1pOE2fD3wz7Mu3gPFVO1UMJp6xkOHB { display:none; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #f81QOrNoRemCvn6t2XtTJnFALwac9beS {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #zVBvV35sV37oJ9XUI0uVOicLNNZPKJPC {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #xwwUc4x1TeWDT6UKSQO7faMyGBMpKymm { display:block; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #VBhA66CqO23KN97p0uIvDEtqdgsUn5HM {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #zqToJDaPz7QpTOXSS8yUkKeP9fxaZHLB {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #nLtuscpn9nxI3WVuRkmSXK7eNDbNmM2H { display:none; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #UThTMg1H9Iozt69LZ7A9zPx7TVqcoN3b {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #MT6Uuf5Xqiw690ErCLk9Sy3UE6bi0KWc {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #t5ENslbuU5olkQW6iaPWnyGSR4mzXfLt { display:block; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #AbX72gB91Ioxzu7RsECtPBDlqyHmzmEV {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #Kz4c5s1yfhqcIL7dAxhoWnBmkqWaGh94 {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #Ww0IR8lQDiR1okh6gLVwCQ65HqxZnoMp { display:block; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #HL043oFNzqlZ7UGcmggP6Bw0dDG7MRLC {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #vVT3u3gcDdfyGQvBDT0pHT10JzxEzVwP {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #VoFWG1i8taRk9mX9KaxLmXXJCSIoTGM2 { display:none; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #pUDnGETH9eXCuQoRrqxA7BiO0hm31bEg {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ODAHDpQxvqypDKkH1GaFHkK89GbOR9Xm {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #zqHHkiIbyq7OqPvfpm52ICAvTMeBJN2T { display:block; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #Zqu3piRCllOpmq54bGAG8EFgxv2vav2r {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #TRP7oOPA0e8PX3oI2g7NcuAPQGIHu0lr {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #qbhKQdk06RFToPCgh38kmhfUhmLe9rs0 { display:none; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #XywupWwZzoTWLGzhByCvT1CeQAxKZaag {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ECC6twooHGZafi8U9ipepF7zKyzIEsHZ {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #UNI4tKh3AeeO95vy8FncqASTbeRagQ5e {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #q8qOZMUTrQN3bvPGhXtkJLNqTkiWHx5L {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #AGfBGOssDMFZMtDIHI3ftVAx6XFTOCa7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #FzwlwXpTxKdiJUm0sgvE06f7TKkebtoZ {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #bPCKtGIkvscsBzxTpSyJgIU8cNFawBOw {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #JbzyuiO11M9IrB4X6hb5VVvV02I7KLuZ {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #w3zBUT23fUEL2K4irdGNBDXlGbEUfnIx {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #Rl5gXTw4fmKsI5NrslIsQANknwAC0gRc {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #v4p6eVuq7q9864WrWlrVpKxOCUCFFE8q {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #ueTHPZ8CckSPhCqgC3UrrQIEoXlc8cmM {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #q6AuIhrPGsgaNpSbRxCwqoESQFW4fVR3 {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #MDmVZD5GhE01Tbupk0GIRwCfrrkEbn9k {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #f0flrhDHFw7ggGdqTXfsBL6hIcCFGowJ {  }
 }@media only screen and (max-width: 763px) { #sycflfsudyDSXpkFlq42rE2a9tOTapmr #UTal6UMIG7fTTovz1BT9Ew6XCXN0bW75 {  }
 }@media only screen and (max-width: 763px) { #aO3b2H6diysgXhHVvRJ1fIB5b8Vw9DzB { width:20rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXup47r5itpntkQD9ZlMyITS2BTrPtF9 { width:10.625rem;height:15.375rem;top:15.250020027161rem;left:9.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn { background-color:#f2f3f7;background-image:url("https://images.assets-landingi.com/uc/9bff1b82-52c0-4805-81ff-0021dbb3daf5/ST2025J_KAT_tlo.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.adaptive-delivery-prevent-bg, #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.lazyload, #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.lazyloading { background-image: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { background-color: transparent; background-image: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container > .video-iframe-container { display: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container { display: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .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); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9d5NbiUc2y0bbv1gFPF18plQpWdb5ld { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #iFxV9yrkakvZ45trun2Pp9iEfwRGV1iI { width:11.3748125rem;height:1.1375rem;top:36.9375rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaE4RN7lvBLhlp1sMtWIW1MnZwqfehrH { width:10.1248125rem;height:1.1375rem;top:38rem;left:8.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #sP5O5dxDeU3W8Nei69lZ7PW3swTFhLVn { width:12rem;height:1.1375rem;top:20.125rem;left:8rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #mAGAuXvqP9EULtswsCh7501IXT72OELc { width:12.6875rem;height:1.1375rem;top:21.25rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #B3Rg84XMQocMt5zACZV9Su2TFJ3FWVbb { width:12.9375rem;height:1.1375rem;top:22.9375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #LwiAApKBQlrVayeLTbpL90ExzkBNet1m { width:12.3123125rem;height:1.1375rem;top:24.0625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #zFOhWTlBOlfQg3FEF1o5UwzP4WTaZTmu { width:12.624rem;height:1.1375rem;top:34.39453125rem;left:7.37548828125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #sTalLLOJOMzNsFU7veI9Uq4ZNQzMuMcG { width:11.936875rem;height:1.1375rem;top:35.4375rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI { width:6.9375rem;height:6.9375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm { width:7.1875rem;height:7.1875rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg { display:flex;width:1.81206875rem;height:1.81206875rem;top:24.0625rem;left:5.1875rem; }
#y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; } }@media only screen and (max-width: 763px) { #zq0QTx4xZOANfp628fT7vrzuCTDwtvIs { display:flex;width:1.68728125rem;height:1.68728125rem;top:37.4375rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7 { width:7.125rem;height:7.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSkb98kdFwLf2dtkrQsxdaqHUg72TmuR { width:11.5rem;height:1.1375rem;top:8.0625rem;left:8.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #A0uqMT8DGrOWrkoPAPotlJEV4LChTQ5u { width:12.061625rem;height:1.1375rem;top:9.1875rem;left:7.875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #xOTz6x1qDVrL8e1gdUukNcEGGlZMnrlT { width:12.4370625rem;height:1.1375rem;top:11.3125rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #QBSLu72x2hKToidVqDP5IETdz8GWh1hN { width:13.125rem;height:1.1375rem;top:12.75rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu { display:flex;width:1.875rem;height:1.875rem;top:12.754991531372rem;left:5.3179255127907rem; }
#WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PTLZXN0NW12r6Owviwdk3hUBbslna8u0 { width:15.0615rem;height:2.4375rem;top:5.09326171875rem;left:2.466796875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #Tmt7s0zDKtqgv31u6cBS1aRWUthxLBUO { width:12.874375rem;height:2.4375rem;top:16.508246421814rem;left:3.5622830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #IJLNWMgznlfGbltmrVhLVrKgHM91kiAn { width:12.9375rem;height:2.4375rem;top:28.125rem;left:3.5302734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #TlSv1Q3lCzI4Oc1a89DaQDlgy7wnIRMA { width:9.999rem;height:8.3745rem;top:56.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Xl8GGOnn8JDMTz0Bg04mP9Q3SepCNm { width:12.0625rem;height:4.2903723592094rem;top:74.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm { display:flex;width:2.5625rem;height:2.5625rem;top:78.4375rem;left:7.1875rem; }
#y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT { display:flex;width:2.5625rem;height:2.5625rem;top:78.4375rem;left:11.5625rem; }
#nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg { display:flex;width:2.8125rem;height:2.8125rem;top:70rem;left:14.1875rem; }
#pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UBfmuh2dbJqu6uBrIsokVhIFpRXTkwZN { width:19.9995rem;height:1.21875rem;top:42.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Oc8y5StH1Q7v97eOgCn8EO3VqxP60c { width:12.0625rem;height:4.2903723592094rem;top:66rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5gD3h1xTUBGVeutLebkThMUw8HCkWp { width:11.937rem;height:9.9375rem;top:54.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iclPc5opiEK0p5OW0fSOFznZJByVTc8W { display:flex;width:2.5625rem;height:2.5625rem;top:70.3125rem;left:6.9375rem; }
#iclPc5opiEK0p5OW0fSOFznZJByVTc8W > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed { display:flex;width:2.5625rem;height:2.5625rem;top:70.3125rem;left:10.8125rem; }
#G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #gB7Cr8uAXyBRXlQwCFinicBmpKtLmDeh { width:13.5615rem;height:3.421875rem;top:45.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnQSh9xG1UTil6Rb03NMapfADMlZkfG { width:19.812rem;height:4.546875rem;top:50.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #Dys2UfEOT05UOkzSgul6rXlrWU9D7fps { width:19.9995rem;height:1.21875rem;top:3.8466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#d6d6d7;display:block; }
 }