.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:218,229,244;--color-primary-1:131,168,218;--color-primary-2:7,80,181;--color-primary-3:4,40,91;--color-primary-4:1,12,27;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ff1s96VP/BG-3.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;overflow:visible;position:relative;display:block; }#fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:15rem;left:0rem;height:6.325rem;font-style:normal;display:block; }
#GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:22.1875rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#oao2FvnAC7FTbiUmTlwVO59RWenfXTQl { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:26.25rem;left:0rem;display:block; }
#lFfXkWT6oWx89Rgl6Bhmx5wAdDCLWpcl { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:26.625rem;left:0rem;display:block; }
#Z6kx325Wf96kMGHVrX9HRT17i4JGe95T { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:30.3125rem;left:0rem;height:4.4625rem;font-style:normal;display:block; }
#kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:25rem;top:9.6875rem;left:34.9375rem;display:block; }
#xurpaD45vrH60Jis5SGbpMQh3zbMhyzo { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:4.625rem;width:25rem;top:5.125rem;left:35rem;display:block; }
#UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.21875rem;left:38.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NP0CD6ucFSsdfWW26RlZfScpkIwyQnIq { position:absolute;display:block;z-index:15011;height:23.4375rem;width:24.5rem;top:9.6875rem;left:35.1875rem;display:block; }
#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { 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; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { background-color: transparent; background-image: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container > .video-iframe-container { display: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container { display: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .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); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { border-width: 0; border-radius: 0; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#ooIG0PcOooamxar0sEEuoi8AyocdLBdR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.625rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#rPeAVwM6ecPKHrqeQDeh24Um5aqDkfKG { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#ynrwzu3nBFzFKZyXSeBVS9GvO7KnV2Tl { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.25rem;left:0rem;height:4.875rem;display:block; }
#GMh7235kAz53mVZU50OJhmOE7lra2TJB { 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.3125rem;width:3.625rem;top:3.75rem;left:20.4375rem;overflow:hidden;display:block; }
#TMd0a24MwTeN6oS38tAFgoO5tH7h6IHy { color:rgba(var(--color-primary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:20.4375rem;height:1.1375rem;font-style:normal;display:block; }
#OE56N178Mi5l0aAy5Unlqg1kU0NOTRBT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.25rem;left:20.4375rem;height:4.875rem;display:block; }
#uLlBWDMP0XPJZpNni61qB4ATTkaVlhxv { color:rgba(var(--color-primary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0625rem;left:40.4375rem;height:1.1375rem;font-style:normal;display:block; }
#UUDkaerx2C8uZXouECFQTQAn9yCcd8fZ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:11.25rem;left:40.4375rem;height:4.875rem;display:block; }
#VevV3ldqTvMr13k1A41uBeMyzoBN9q1z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.625rem;top:3.75rem;left:40.4375rem;overflow:hidden;display:block; }
#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D { 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/2ck13a03/BG-1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.adaptive-delivery-prevent-bg, #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.lazyload, #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.lazyloading { background-image: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { background-color: transparent; background-image: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container > .video-iframe-container { display: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row > .video-iframe-container { display: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .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); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { border-width: 0; border-radius: 0; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#I1ORdXfhSUmQe3R0RrD1qCpWQISgxOOW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.375rem;top:12.8125rem;left:25.625rem;display:block; }
#ZQ3JUnVX5QrtyvCAJV1u3Q37PUBq5Zrq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:16.25rem;left:27.5rem;height:4.125rem;font-style:normal;display:block; }
#qTiJ6Ver3paaKXc5cmozQLgc2TVrcU3H { color:rgba(var(--color-tertiary-4),0.6);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20rem;left:27.5rem;height:3rem;font-style:normal;display:block; }
#IEuEqerGKmRGS1uTuiluJIqX1yNGfsDS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.3125rem;left:27.5rem;display:block; }
#y5PamZAsesqB6wi6fgxkXDOPdGUfTthT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { 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; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { background-color: transparent; background-image: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container > .video-iframe-container { display: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container { display: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .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); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { border-width: 0; border-radius: 0; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#HkIa4yizItT4COM9f9Ed84tTMGgl5zbm { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.4375rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#IfSpzZMpO8NHvJ5OrVTLSvEKhuWRhi8D { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:5.875rem;left:0rem;display:block; }
#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB { 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; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { background-color: transparent; background-image: none; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container > .video-iframe-container { display: none; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row > .video-iframe-container { display: none; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .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); }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { border-width: 0; border-radius: 0; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#bTAE1DLtLZB9v9eMMmCokECUOW8TS2yv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:19.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#h8GSgJXlBgyM9CmkmswL7QJAAKh3UftH { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.625rem;left:1.5625rem;height:1.4625rem;font-style:normal;display:block; }
#EMbatGuwDz1K2zVqUeQFgThe08z8eMeP { color:rgba(var(--color-tertiary-4),0.5);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.8125rem;left:1.5625rem;height:5.25rem;display:block; }
#DCcVWNNKwaa07h4XRsg538gGlg2CGhKs { color:#333333;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:23.75rem;left:1.5625rem;height:1.875rem;display:block; }
#onCVz395TC4ekqewtekhNSviLCHLIoCS { color:#b50707;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:23.75rem;left:12.375rem;height:1.875rem;font-style:normal;display:block; }
#lVE1tdE0T3MoRKmDIft4AaC9lFUoymoy { 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.9375rem;width:19.375rem;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#RtnmmVVMAlXsKMrcGkT9kKhbR0Ae7FQd { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.625rem;left:21.875rem;height:1.4625rem;font-style:normal;display:block; }
#nuF8eImWno9RQfndLbCDB3qtMIIqRXSv { color:rgba(var(--color-tertiary-4),0.5);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:17.8125rem;left:21.875rem;height:5.25rem;display:block; }
#qp5nRdWWlZklcHaxz2L6BCkTQvk4tL6d { color:#333333;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.75rem;left:21.875rem;height:1.875rem;display:block; }
#A76KrrF43xibtmxDOUeuxLuVDxCJcGKF { color:#b50707;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:23.75rem;left:32.9375rem;height:1.875rem;font-style:normal;display:block; }
#DhT73VdWyTXLr9cDJeRixupVa4ayf2id { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.13) ;height:27.5rem;width:19.375rem;top:0rem;left:20.3125rem;display:block; }
#S8UyN44sotx26stQgvbrdtwKG5PA9whn { 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.9375rem;width:19.375rem;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#KyKk2prps7hIt321u1ezKR0Zc7Stu55B { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.625rem;left:41.875rem;height:1.4625rem;font-style:normal;display:block; }
#POvtbNTZBAlLPBJtaOTo8gdbmOSKpoc5 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:17.8125rem;left:41.875rem;height:5.25rem;display:block; }
#qdpTaqi8U4OgR1z1iNgTwPNEoALXa9Rk { color:#333333;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.75rem;left:41.875rem;height:1.875rem;display:block; }
#FFPtnHW2mkTEKyFtE7yzlHdXVDMN3tmB { color:#b50707;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:23.75rem;left:52.75rem;height:1.875rem;font-style:normal;display:block; }
#K36CCLCmHxkf3y8eA953qNbWkqxiLgim { 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/vD28UAec/BG-2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim.adaptive-delivery-prevent-bg, #K36CCLCmHxkf3y8eA953qNbWkqxiLgim.lazyload, #K36CCLCmHxkf3y8eA953qNbWkqxiLgim.lazyloading { background-image: none; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row .container { background-color: transparent; background-image: none; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row .container > .video-iframe-container { display: none; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row > .video-iframe-container { display: none; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .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); }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row .container { border-width: 0; border-radius: 0; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#TMIGfTmTieovSFvW5PM0pQ1VLPuyCzGF { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:9.5rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSKUuzlrBOIHCuwDm7JgqfrTbyKWMhk9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.5625rem;left:22.1875rem;display:block; }
#y7ssmrJDLnprveZTAWIWIJJgduqTeblo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5wX6kANseQeRIWUF6HsSs2hauKPevUL { 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.625rem;width:4.375rem;top:4rem;left:27.8125rem;overflow:hidden;display:block; }
#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbfd;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; }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row .container { background-color: transparent; background-image: none; }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row .container > .video-iframe-container { display: none; }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row > .video-iframe-container { display: none; }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .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); }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row .container { border-width: 0; border-radius: 0; }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#hqLSTW8saT0X0q3fifaiQI5CJWrTus7x { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.4375rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#an4v55vC8KuGpl5Ab460vr4scsWpQg2n { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:5.875rem;left:0rem;display:block; }
#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbfd;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; }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row .container { background-color: transparent; background-image: none; }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row .container > .video-iframe-container { display: none; }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row > .video-iframe-container { display: none; }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .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); }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row .container { border-width: 0; border-radius: 0; }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#DvU9g00GJRAiJnSQGTZEkA84pBo2lBr4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:13.75rem;width:18.75rem;top:0rem;left:0.625rem;display:block; }
#JsXOT8cKAE5g2rdoJ1z9y84cSlr8wprf { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.375rem;left:3.375rem;height:9.8rem;font-style:italic;display:block; }
#I01Uux5PZbwxXMDuh4rVlkrlK1quqHkT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:0.875rem;top:1.875rem;left:2.125rem;overflow:hidden;display:block; }
#E7axwnO2VT64OmWv8sBtWiF7SKihwtLt { 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:3.75rem;width:3.75rem;top:15.625rem;left:1.25rem;overflow:hidden;display:block; }
#Rl5T5xSFLDfrbEziRHtXCPfFtDkLeycm { color:rgba(var(--color-primary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.3125rem;left:6rem;height:1.1375rem;font-style:normal;display:block; }
#TGFfEgHHdM50DZ1PArb5GT9cWMT4Dc1y { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.5625rem;left:6rem;height:1.21875rem;display:block; }
#mbExxRaCTuMvbReJ9Bevz10khsxsgeta { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:13.75rem;width:18.75rem;top:0rem;left:20.375rem;display:block; }
#UoJ8g8MhgU5rTfaJtc7DI7vbJ5KDtpg9 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.375rem;left:23.125rem;height:8.575rem;font-style:italic;display:block; }
#TQ4LyMeinniQf8KszCfHUpP6t6TfRBRP { 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:0.5625rem;width:0.875rem;top:1.875rem;left:21.875rem;overflow:hidden;display:block; }
#A04RlUnrPv7771zkM949TcOkvWyuC8k3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:15.625rem;left:21rem;overflow:hidden;display:block; }
#gbrkJ8BErNwc0zNKSkzTKB7k9R9FEg58 { color:rgba(var(--color-primary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.3125rem;left:25.75rem;height:1.1375rem;font-style:normal;display:block; }
#I1zPPfvF3eNtIp8WxNyOkwo8qGDU9Afo { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5625rem;left:25.75rem;height:1.21875rem;display:block; }
#Tk7hf9H0XzhtFOgdn7kWZTTiW1RFb45d { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-primary-2),0.1) ;height:13.75rem;width:18.75rem;top:0rem;left:40.75rem;display:block; }
#AkxXO5Nckx44c8u31CmoCkh9t2rgWJBx { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:2.375rem;left:43.5rem;height:9.8rem;font-style:italic;display:block; }
#JPxwr08nTGi7NV1I7cd8MH0XNOw4Qt7v { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:0.875rem;top:1.875rem;left:42.25rem;overflow:hidden;display:block; }
#ErkPguxub3cmJnUn21OJbiTvAVlqFIPw { position:absolute;display:block;z-index:15024;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.75rem;width:3.75rem;top:15.625rem;left:41.375rem;overflow:hidden;display:block; }
#qIa5u6vuw8x7qid7gxqcRNyuMXhTD9mi { color:rgba(var(--color-primary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.3125rem;left:46.125rem;height:1.1375rem;font-style:normal;display:block; }
#nSX4RXr1vJ1Ba3kT7ggRtxcHUDfGZO30 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:17.5625rem;left:46.125rem;height:1.21875rem;display:block; }
#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ff1s96VP/BG-3.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN.adaptive-delivery-prevent-bg, #hha8wFKhiepetqJgIrH9TR6u0gHwTfAN.lazyload, #hha8wFKhiepetqJgIrH9TR6u0gHwTfAN.lazyloading { background-image: none; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row .container { background-color: transparent; background-image: none; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row .container > .video-iframe-container { display: none; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row > .video-iframe-container { display: none; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .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); }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row .container { border-width: 0; border-radius: 0; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;overflow:visible;position:relative;display:block; }#clz7L2xQRokRy0lXDuPo4iZNKAhVMGiM { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:41.9375rem;top:9.625rem;left:2.5rem;display:block; }
#MNnk9HTEFuTBsQtBckxu3CzkAbwAfIOI { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:4.625rem;width:21.875rem;top:5.0625rem;left:2.5rem;display:block; }
#ZMwKdTmg0EHwRwXWQemFpU224QqKEGRP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEfOMbznNZZOPO2QMnwNnCTnvJrNHnPK { position:absolute;display:block;z-index:15011;height:21.75rem;width:38.75rem;top:10.962499856949rem;left:3.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { width:35.625rem;height:6.25rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { width:35.625rem;height:4.125rem;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oao2FvnAC7FTbiUmTlwVO59RWenfXTQl { width:9.375rem;height:0.125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFfXkWT6oWx89Rgl6Bhmx5wAdDCLWpcl { width:6.25rem;height:0.0625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kx325Wf96kMGHVrX9HRT17i4JGe95T { width:33.5625rem;height:4.3125rem;top:30.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { width:25rem;height:32.1875rem;top:9.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xurpaD45vrH60Jis5SGbpMQh3zbMhyzo { width:25rem;height:4.625rem;top:5.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { width:21.875rem;height:2rem;top:6.1875rem;left:25.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP0CD6ucFSsdfWW26RlZfScpkIwyQnIq { top:9.6875rem;left:23.25rem;width:24.5rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { display:block; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooIG0PcOooamxar0sEEuoi8AyocdLBdR { width:3.625rem;height:3.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPeAVwM6ecPKHrqeQDeh24Um5aqDkfKG { width:19.4375rem;height:1.125rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrwzu3nBFzFKZyXSeBVS9GvO7KnV2Tl { width:19.1875rem;height:4.75rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMh7235kAz53mVZU50OJhmOE7lra2TJB { width:3.625rem;height:3.3125rem;top:3.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMd0a24MwTeN6oS38tAFgoO5tH7h6IHy { width:18.9375rem;height:1.125rem;top:9.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE56N178Mi5l0aAy5Unlqg1kU0NOTRBT { width:19.1875rem;height:4.75rem;top:11.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLlBWDMP0XPJZpNni61qB4ATTkaVlhxv { width:19rem;height:1.125rem;top:9.0625rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUDkaerx2C8uZXouECFQTQAn9yCcd8fZ { width:19.1875rem;height:4.75rem;top:11.25rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VevV3ldqTvMr13k1A41uBeMyzoBN9q1z { width:3.625rem;height:3.3125rem;top:3.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D { display:block; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1ORdXfhSUmQe3R0RrD1qCpWQISgxOOW { width:34.375rem;height:14.375rem;top:12.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3JUnVX5QrtyvCAJV1u3Q37PUBq5Zrq { width:31.25rem;height:4.125rem;top:16.25rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiJ6Ver3paaKXc5cmozQLgc2TVrcU3H { width:29.75rem;height:3rem;top:20rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEuEqerGKmRGS1uTuiluJIqX1yNGfsDS { width:15.625rem;height:3.75rem;top:25.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5PamZAsesqB6wi6fgxkXDOPdGUfTthT { display:block; }
 }@media only screen and (max-width: 763px) { #tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { display:block; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkIa4yizItT4COM9f9Ed84tTMGgl5zbm { width:32.625rem;height:4.125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfSpzZMpO8NHvJ5OrVTLSvEKhuWRhi8D { width:6.25rem;height:0.0625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNNbgAaFpMbinCaO2JBWqeiM83XutmB { display:block; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTAE1DLtLZB9v9eMMmCokECUOW8TS2yv { width:19.375rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8GSgJXlBgyM9CmkmswL7QJAAKh3UftH { width:15.8125rem;height:1.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbatGuwDz1K2zVqUeQFgThe08z8eMeP { width:17rem;height:5.25rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCcVWNNKwaa07h4XRsg538gGlg2CGhKs { width:6rem;height:1.875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onCVz395TC4ekqewtekhNSviLCHLIoCS { width:6.5rem;height:1.875rem;top:23.75rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVE1tdE0T3MoRKmDIft4AaC9lFUoymoy { width:19.375rem;height:13.9375rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnmmVVMAlXsKMrcGkT9kKhbR0Ae7FQd { width:15.8125rem;height:1.4375rem;top:15.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuF8eImWno9RQfndLbCDB3qtMIIqRXSv { width:17rem;height:5.25rem;top:17.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp5nRdWWlZklcHaxz2L6BCkTQvk4tL6d { width:6rem;height:1.875rem;top:23.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A76KrrF43xibtmxDOUeuxLuVDxCJcGKF { width:6.5rem;height:1.875rem;top:23.75rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhT73VdWyTXLr9cDJeRixupVa4ayf2id { width:19.375rem;height:27.5rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8UyN44sotx26stQgvbrdtwKG5PA9whn { width:19.375rem;height:13.9375rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyKk2prps7hIt321u1ezKR0Zc7Stu55B { width:15.8125rem;height:1.4375rem;top:15.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvtbNTZBAlLPBJtaOTo8gdbmOSKpoc5 { width:17rem;height:5.25rem;top:17.8125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdpTaqi8U4OgR1z1iNgTwPNEoALXa9Rk { width:6rem;height:1.875rem;top:23.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFPtnHW2mkTEKyFtE7yzlHdXVDMN3tmB { width:6.5rem;height:1.875rem;top:23.75rem;left:41.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K36CCLCmHxkf3y8eA953qNbWkqxiLgim { display:block; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMIGfTmTieovSFvW5PM0pQ1VLPuyCzGF { width:47.75rem;height:2.0625rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSKUuzlrBOIHCuwDm7JgqfrTbyKWMhk9 { width:15.625rem;height:3.75rem;top:13.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ssmrJDLnprveZTAWIWIJJgduqTeblo { display:block; }
 }@media only screen and (max-width: 763px) { #N5wX6kANseQeRIWUF6HsSs2hauKPevUL { width:4.375rem;height:3.625rem;top:4rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 { display:block; }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqLSTW8saT0X0q3fifaiQI5CJWrTus7x { width:47.75rem;height:4.125rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #an4v55vC8KuGpl5Ab460vr4scsWpQg2n { width:6.25rem;height:0.0625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR { display:block; }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvU9g00GJRAiJnSQGTZEkA84pBo2lBr4 { width:18.75rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsXOT8cKAE5g2rdoJ1z9y84cSlr8wprf { width:14.125rem;height:9.5rem;top:2.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I01Uux5PZbwxXMDuh4rVlkrlK1quqHkT { width:0.875rem;height:0.5625rem;top:1.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7axwnO2VT64OmWv8sBtWiF7SKihwtLt { width:3.75rem;height:3.75rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5T5xSFLDfrbEziRHtXCPfFtDkLeycm { width:13.875rem;height:1.125rem;top:16.3125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFfEgHHdM50DZ1PArb5GT9cWMT4Dc1y { width:13.8125rem;height:1.1875rem;top:17.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbExxRaCTuMvbReJ9Bevz10khsxsgeta { width:18.75rem;height:13.75rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoJ8g8MhgU5rTfaJtc7DI7vbJ5KDtpg9 { width:14.125rem;height:9.5rem;top:2.375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4LyMeinniQf8KszCfHUpP6t6TfRBRP { width:0.875rem;height:0.5625rem;top:1.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A04RlUnrPv7771zkM949TcOkvWyuC8k3 { width:3.75rem;height:3.75rem;top:15.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbrkJ8BErNwc0zNKSkzTKB7k9R9FEg58 { width:13.875rem;height:1.125rem;top:16.3125rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zPPfvF3eNtIp8WxNyOkwo8qGDU9Afo { width:13.8125rem;height:1.1875rem;top:17.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk7hf9H0XzhtFOgdn7kWZTTiW1RFb45d { width:18.75rem;height:13.75rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkxXO5Nckx44c8u31CmoCkh9t2rgWJBx { width:14.125rem;height:9.5rem;top:2.375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPxwr08nTGi7NV1I7cd8MH0XNOw4Qt7v { width:0.875rem;height:0.5625rem;top:1.875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErkPguxub3cmJnUn21OJbiTvAVlqFIPw { width:3.75rem;height:3.75rem;top:15.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIa5u6vuw8x7qid7gxqcRNyuMXhTD9mi { width:13.875rem;height:1.125rem;top:16.3125rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSX4RXr1vJ1Ba3kT7ggRtxcHUDfGZO30 { width:13.8125rem;height:1.1875rem;top:17.5625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hha8wFKhiepetqJgIrH9TR6u0gHwTfAN { display:block; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clz7L2xQRokRy0lXDuPo4iZNKAhVMGiM { width:41.9375rem;height:32.1875rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNnk9HTEFuTBsQtBckxu3CzkAbwAfIOI { width:21.875rem;height:4.625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMwKdTmg0EHwRwXWQemFpU224QqKEGRP { width:21.875rem;height:2rem;top:6.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEfOMbznNZZOPO2QMnwNnCTnvJrNHnPK { top:10.9375rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { width:20rem;height:4.8125rem;top:5.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { width:20rem;height:2.75rem;top:11.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oao2FvnAC7FTbiUmTlwVO59RWenfXTQl { width:9.375rem;height:0.125rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFfXkWT6oWx89Rgl6Bhmx5wAdDCLWpcl { width:6.25rem;height:0.0625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kx325Wf96kMGHVrX9HRT17i4JGe95T { width:20rem;height:3.675rem;top:18.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { width:20rem;height:33.25rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xurpaD45vrH60Jis5SGbpMQh3zbMhyzo { width:20rem;height:4.625rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { width:20rem;height:1.7875rem;top:25.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP0CD6ucFSsdfWW26RlZfScpkIwyQnIq { width:20rem;height:23.4375rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { display:block; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooIG0PcOooamxar0sEEuoi8AyocdLBdR { width:3.625rem;height:3.3125rem;top:3.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPeAVwM6ecPKHrqeQDeh24Um5aqDkfKG { width:12.5rem;height:1.3rem;top:7.6875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynrwzu3nBFzFKZyXSeBVS9GvO7KnV2Tl { width:19.1875rem;height:4.875rem;top:10.0625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMh7235kAz53mVZU50OJhmOE7lra2TJB { width:3.625rem;height:3.3125rem;top:14.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMd0a24MwTeN6oS38tAFgoO5tH7h6IHy { width:12.5rem;height:1.3rem;top:19.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OE56N178Mi5l0aAy5Unlqg1kU0NOTRBT { width:19.1875rem;height:4.875rem;top:21.8125rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLlBWDMP0XPJZpNni61qB4ATTkaVlhxv { width:12.5rem;height:1.3rem;top:31.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUDkaerx2C8uZXouECFQTQAn9yCcd8fZ { width:19.1875rem;height:4.875rem;top:33.5625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VevV3ldqTvMr13k1A41uBeMyzoBN9q1z { width:3.625rem;height:3.3125rem;top:26.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D { display:block; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1ORdXfhSUmQe3R0RrD1qCpWQISgxOOW { width:20rem;height:14.375rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3JUnVX5QrtyvCAJV1u3Q37PUBq5Zrq { width:18rem;height:2.75rem;top:17.625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiJ6Ver3paaKXc5cmozQLgc2TVrcU3H { width:18rem;height:4.2rem;top:20.375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEuEqerGKmRGS1uTuiluJIqX1yNGfsDS { width:15.625rem;height:3.75rem;top:26.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5PamZAsesqB6wi6fgxkXDOPdGUfTthT { display:block; }
 }@media only screen and (max-width: 763px) { #tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { display:block; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkIa4yizItT4COM9f9Ed84tTMGgl5zbm { width:20rem;height:3.4375rem;top:3rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfSpzZMpO8NHvJ5OrVTLSvEKhuWRhi8D { width:6.25rem;height:0.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNNbgAaFpMbinCaO2JBWqeiM83XutmB { display:block; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTAE1DLtLZB9v9eMMmCokECUOW8TS2yv { width:19.375rem;height:13.9375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8GSgJXlBgyM9CmkmswL7QJAAKh3UftH { width:15.8125rem;height:1.4625rem;top:16.5rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EMbatGuwDz1K2zVqUeQFgThe08z8eMeP { width:17rem;height:5.25rem;top:18.75rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCcVWNNKwaa07h4XRsg538gGlg2CGhKs { width:6rem;height:1.875rem;top:24.25rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #onCVz395TC4ekqewtekhNSviLCHLIoCS { width:6.5rem;height:1.5rem;top:24.25rem;left:12.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVE1tdE0T3MoRKmDIft4AaC9lFUoymoy { width:19.375rem;height:13.9375rem;top:30.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnmmVVMAlXsKMrcGkT9kKhbR0Ae7FQd { width:15.8125rem;height:1.4625rem;top:46rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nuF8eImWno9RQfndLbCDB3qtMIIqRXSv { width:17rem;height:5.25rem;top:48.1875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qp5nRdWWlZklcHaxz2L6BCkTQvk4tL6d { width:6rem;height:1.875rem;top:53.5rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A76KrrF43xibtmxDOUeuxLuVDxCJcGKF { width:6.5rem;height:1.5rem;top:53.5rem;left:12.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhT73VdWyTXLr9cDJeRixupVa4ayf2id { width:19.375rem;height:27.5rem;top:30.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8UyN44sotx26stQgvbrdtwKG5PA9whn { width:19.375rem;height:13.9375rem;top:61.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyKk2prps7hIt321u1ezKR0Zc7Stu55B { width:15.8125rem;height:1.4625rem;top:76.8125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #POvtbNTZBAlLPBJtaOTo8gdbmOSKpoc5 { width:17rem;height:5.25rem;top:79.0625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qdpTaqi8U4OgR1z1iNgTwPNEoALXa9Rk { width:6rem;height:1.875rem;top:84.3125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFPtnHW2mkTEKyFtE7yzlHdXVDMN3tmB { width:6.5rem;height:1.5rem;top:84.3125rem;left:12.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K36CCLCmHxkf3y8eA953qNbWkqxiLgim { display:block; }#K36CCLCmHxkf3y8eA953qNbWkqxiLgim > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMIGfTmTieovSFvW5PM0pQ1VLPuyCzGF { width:20rem;height:1.375rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSKUuzlrBOIHCuwDm7JgqfrTbyKWMhk9 { width:15.625rem;height:3.75rem;top:12.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ssmrJDLnprveZTAWIWIJJgduqTeblo { display:block; }
 }@media only screen and (max-width: 763px) { #N5wX6kANseQeRIWUF6HsSs2hauKPevUL { width:4.375rem;height:3.625rem;top:3.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 { display:block; }#f4MLMnvuv4ZdUw8W1LwZ2o4ipAQhbdZ1 > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqLSTW8saT0X0q3fifaiQI5CJWrTus7x { width:20rem;height:3.4375rem;top:3rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #an4v55vC8KuGpl5Ab460vr4scsWpQg2n { width:6.25rem;height:0.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR { display:block; }#NiRG60I2yUUiTeN0VTxDZaQJo6xTtwZR > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvU9g00GJRAiJnSQGTZEkA84pBo2lBr4 { width:18.75rem;height:13.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsXOT8cKAE5g2rdoJ1z9y84cSlr8wprf { width:14.125rem;height:9.8rem;top:4.3125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I01Uux5PZbwxXMDuh4rVlkrlK1quqHkT { width:0.875rem;height:0.5625rem;top:2.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7axwnO2VT64OmWv8sBtWiF7SKihwtLt { width:3.75rem;height:3.75rem;top:17.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5T5xSFLDfrbEziRHtXCPfFtDkLeycm { width:10.375rem;height:1.3rem;top:18.1875rem;left:6.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGFfEgHHdM50DZ1PArb5GT9cWMT4Dc1y { width:8.125rem;height:1.21875rem;top:19.4375rem;left:6.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mbExxRaCTuMvbReJ9Bevz10khsxsgeta { width:18.75rem;height:13.75rem;top:23.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoJ8g8MhgU5rTfaJtc7DI7vbJ5KDtpg9 { width:14.125rem;height:8.575rem;top:26.8125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4LyMeinniQf8KszCfHUpP6t6TfRBRP { width:0.875rem;height:0.5625rem;top:25rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A04RlUnrPv7771zkM949TcOkvWyuC8k3 { width:3.75rem;height:3.75rem;top:40rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbrkJ8BErNwc0zNKSkzTKB7k9R9FEg58 { width:9.125rem;height:1.3rem;top:40.6875rem;left:6.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1zPPfvF3eNtIp8WxNyOkwo8qGDU9Afo { width:9.3125rem;height:1.21875rem;top:41.8125rem;left:6.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tk7hf9H0XzhtFOgdn7kWZTTiW1RFb45d { width:18.75rem;height:13.75rem;top:45.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkxXO5Nckx44c8u31CmoCkh9t2rgWJBx { width:14.125rem;height:9.8rem;top:48.4375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPxwr08nTGi7NV1I7cd8MH0XNOw4Qt7v { width:0.875rem;height:0.5625rem;top:46.625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErkPguxub3cmJnUn21OJbiTvAVlqFIPw { width:3.75rem;height:3.75rem;top:61.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIa5u6vuw8x7qid7gxqcRNyuMXhTD9mi { width:10.125rem;height:1.3rem;top:62.3125rem;left:6.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nSX4RXr1vJ1Ba3kT7ggRtxcHUDfGZO30 { width:10.25rem;height:1.21875rem;top:63.5rem;left:6.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hha8wFKhiepetqJgIrH9TR6u0gHwTfAN { display:block; }#hha8wFKhiepetqJgIrH9TR6u0gHwTfAN > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clz7L2xQRokRy0lXDuPo4iZNKAhVMGiM { width:20rem;height:33.3125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNnk9HTEFuTBsQtBckxu3CzkAbwAfIOI { width:20rem;height:4.625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMwKdTmg0EHwRwXWQemFpU224QqKEGRP { width:20rem;height:1.7875rem;top:19rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEfOMbznNZZOPO2QMnwNnCTnvJrNHnPK { width:20rem;height:21.75rem;top:56.8125rem;left:0rem;display:block; }
 }