.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"Rubik"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/753af72c-aa81-4f42-b26f-451c24444d6e/AdobeStock_60989949.jpeg");background-position:center !important;background-repeat:no-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; }#M322OT1u6189KBUBtkul1lFzsZGllJp5.adaptive-delivery-prevent-bg, #M322OT1u6189KBUBtkul1lFzsZGllJp5.lazyload, #M322OT1u6189KBUBtkul1lFzsZGllJp5.lazyloading { background-image: none; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container { background-color: transparent; background-image: none; }#M322OT1u6189KBUBtkul1lFzsZGllJp5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container > .video-iframe-container { display: none; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row > .video-iframe-container { display: none; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .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); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container { border-width: 0; border-radius: 0; }#M322OT1u6189KBUBtkul1lFzsZGllJp5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#hQKLuXbdaEsCGz6VGvHK1Ni33SzwfGcN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:55rem;left:2.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvS8gz5hXkCwWUgICf9DhrOfDpkh1SLw { color:rgba(var(--color-tertiary-0),1);display:block;width:44.875rem;position:absolute;font-family:"yeseva one";font-size:5.25rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:19.25rem;left:0rem;height:9.44925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IigbLA6aaRach77drb16rsxHds5H8nqt { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:16.0625rem;left:0rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ntf9h2v7BJWASDMOsESogmF4hTzwJbol { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:28.375rem;left:0rem;height:4.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SOgu40sBdrVENCvaEb9ISgwsO43tHLpl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:52.8125rem;left:2.75rem; }
#EcMlQrmmE0Rzdi42TsUuKM6VehLXFNPc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:52.8125rem;left:4.5rem; }
#fR7pTUpiCCh5Q86kAyiNiGoOQ1nRrHiJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:52.8125rem;left:6.25rem; }
#wyowgJk95UEgPpVHz2K8TElb1Sxf8VLy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:52.8125rem;left:8rem; }
#ZJu4R2JENk7SeftqT5V4QnpIkDVNEfbV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:52.8125rem;left:9.75rem; }
#qEqrHeh45eRQWtgTIIerDgbKoDJnQNZ9 { box-sizing:content-box;height:7.75rem;width:0.9375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem dotted #ffffff;border-right:0;border-bottom:0;top:51.0625rem;left:25rem;display:block; }
#GQugOEpzNClSEL4coPQha0PmCxho30K0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:5.53125rem;left:63.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sSt6X8RTgRzH6VZPOrkTAuoVbNdJTCEn { box-sizing:content-box;height:7.75rem;width:0.9375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem dotted #ffffff;border-right:0;border-bottom:0;top:51.0625rem;left:49.8125rem;display:block; }
#mJ9nQWQEXtK5Ia3wLCHuN8DuMUcMgvrm { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:52.375rem;left:52.4375rem;display:block; }
#Tx9NoZkVzzROnrFaeRntMEDio3vQbW84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqsqCJZfamx4RqFvC73mgTIT25LHnO0u { position:absolute;display:block;z-index:15017;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:5.6875rem;width:14.0625rem;top:33.25rem;left:29.1875rem;overflow:hidden;display:block; }
#WHEcmv3KvsfdXMddnwkTqgPFChn9GzmJ { position:absolute;display:block;z-index:15018;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:6.25rem;width:6.25rem;top:3.34375rem;left:0rem;overflow:hidden;display:block; }
#PC791ohG2Vy4NlTVdsUnrgmOK5y2rcnH { box-sizing:content-box;height:7.75rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.47);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:51.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#JgyQzHXi3W7LTxBQNCfm9TXw12IC2CTe { background-color:#ed5b26;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:41.71875rem;left:44.0625rem;display:block; }
#dfGTQmLIJTFXKWuHgaNURBgdSAIAv0h0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2sOnIyMpqu9Zz74J6upUrXuXHQ4cJqq { position:absolute;display:block;z-index:15022;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:37.0625rem;width:27.125rem;top:9.59375rem;left:44.0625rem;overflow:hidden;display:block; }
#u1u3NRlHDwgEBtUa4zzUZu3Gow3fWgwE { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:53.1875rem;left:30rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGtzwOD7nUrcFLDPo4VSbdlgqkDbXrPd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:55.3125rem;left:34.0625rem; }
#k0JkP6L3tzxUMGOKPWwzldTPhev8vKfq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:55.3125rem;left:31.875rem; }
#TEcaKoeTd3R9r2Npd3DANX8U0x4OTFgV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:55.25rem;left:36.4375rem; }
#qCQeOZ63CgexxGPz47NEMNK4dCX7Qyg9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:55.25rem;left:38.8125rem; }
#fvZEmTei7VcJ10iv27qWALVeQG9smeWx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:55.25rem;left:41.625rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DMvTHoXR9nNLV34wiNAuHkkUntCcQANZ { color:rgba(var(--color-tertiary-3),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:2.63671875rem;left:0rem;height:4.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gb7nO1ZFDKTiSnXSkNVVTTbdUMICwHFU { 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:28.875rem;width:44.5625rem;top:24.125rem;left:15.21875rem;overflow:hidden;display:block; }
#bdtHhInJ3BPUwAal2wxBxJ8kN6Ked80o { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:12.5rem;left:36.4375rem; }
#D0Hz0JgAn0fAvJuXlZiMGyEF6Km2qkxh { color:#454545;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:29.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0qELSoX7N7XmbZp3HflOBiRs2oOkLXU { color:#454545;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.5625rem;left:30.90625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qovbzUGDNecSg0xwdLVJ5oLLrP14UxKW { color:#454545;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17rem;left:10.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trTPcTI6FCy40BT8O4bRwnXs4EEmxTry { color:#454545;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19rem;left:10.9375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUmzd9lhnoVhOMk5ZtKHt8xp5xExK9HG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:14.375rem;left:16.75rem; }
#qGmPzf8IEAJAoOpXie3LM9Wnn1JOM0C3 { color:#454545;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:40.0625rem;left:2.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDpJiDeqT7TJDzBK2TdWdizgW5VE5WWz { color:#454545;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:43.6376953125rem;left:1.90625rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVdyc0tLrM7WaIT3arahztkhSwNQ2FVT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:35.75rem;left:7.5rem; }
#Xna0U721aIfS4EDpxBDDUt1g9CZTFqiO { color:#454545;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.25rem;left:58.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUR6l5HXzbT4WMTWK1EZlZrVFhrMkh6H { color:#454545;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:31.75rem;left:59.1875rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcGbtPvTxfBQTwRFKhBSXWqyKB5QtnVm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:23.5625rem;left:64.875rem; }
#eTic9TcDQGKfhA0R4xqcFpIGWSEfGaz6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:40.5625rem;left:65.25rem; }
#dXe4GIiFLdTlCZexR3iskCsxIdgmetQ4 { color:#454545;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:43rem;left:59.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7Tc3H9JANa9occfn970rIVzRmnflNIV { color:#454545;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:44.875rem;left:59.5rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7o7pULxuslQwlnL3g34zlmDAuSBCb4G { color:#454545;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:48.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nJ86hcSxUQywEFAHsA0s5wF04aJgJGCH { color:#454545;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.6875rem;left:49.75rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1pzuRftEq7kDTEz8OE0CI6qKVdMxgDk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:15.0625rem;left:55.3125rem; }
#ygTk6V5trlvgOwQKTKXKoQvthkF3JexI { color:#454545;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.3125rem;left:1.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0C3XgA9GrDmBKqKTn3LWNd4Me01BniJ { color:#454545;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.25rem;left:1.40625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTBeOtqX2RTvv0GSg8dscRdFbG9oezzW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:24.6875rem;left:7.5rem; }
#TZIoALbBKGU54nTB3IPquJwOSEowSygr { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:26.75rem;left:61rem;display:block; }
#t05dX9CvwxX1sVd29pbnTxHw5dviV8CR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCr5NDRPm1ClF6i4Ikk8VRo6TelmdvZO { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:38.625rem;left:3.625rem;display:block; }
#RqbAFRB5c7QuC5BmMQK5wNDAtXnQQ66b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ { position:relative;display:block; }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ { background-color: transparent; background-image: none; }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .row .container > .video-iframe-container { display: none; }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .row > .video-iframe-container { display: none; }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .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); }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ { border-width: 0; border-radius: 0; }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .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; }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .row .container { border-top:0.0625rem solid #454545;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JouggWRzyrZcI405ZcZ5rz6tAx1VnNCv { color:rgba(var(--color-tertiary-3),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:4.2001953125rem;left:4.34375rem;height:9.6738125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd300;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; }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row .container { background-color: transparent; background-image: none; }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row .container > .video-iframe-container { display: none; }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row > .video-iframe-container { display: none; }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .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); }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row .container { border-width: 0; border-radius: 0; }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row .container { font-size:0.875rem;font-family:arial;height:86.25rem;width:75rem;position:relative;display:block; }#sRWUL4DL3rn8qVnol7yRRDN8V5AKOlrD { color:rgba(var(--color-tertiary-3),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:4.75rem;left:0rem;height:4.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vsMOCTUSK6CLA0JtVulS9T5aATgAXu7t { position:absolute;display:block;z-index:15010;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.375rem;width:31.5625rem;top:13.75rem;left:4.40625rem;overflow:hidden;display:block; }
#vBxN3JdLRbPClfbzRMLFbeDBU0qsGQep { 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:23.5625rem;width:25.8125rem;top:14.5625rem;left:41.5625rem;overflow:hidden;display:block; }
#q5QA0biIpTgEzpcAkVQKzGO5O1M0VNd2 { box-sizing:content-box;height:56.25rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:#f7f6f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:7.6875rem;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem;display:block; }
#PhMrx0kQyMm08SLcR7Ckypc0pfTubZW5 { box-sizing:content-box;height:56.375rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:#f7f6f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:41.96875rem;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem;display:block; }
#tuXZMNmXckXBH2dHxU3oC0LTVILsIiHo { color:#454545;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39.5rem;left:9.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppJ0G5NpMHQpPOWANFl1722OS2sX58dn { color:#454545;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.5rem;left:44.15625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d87DRbzoM6RabSg2kJC8SoyZy4kVW3Lv { color:#454545;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:42.3623046875rem;left:11.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qk3pFU4uKzRmJ4hgy9a3872ncKzL0wCW { color:#454545;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:42.3623046875rem;left:44.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ktDJ2BsTfTuVzirfmwrN3GaB4OshN8Hs { color:#454545;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:45.1875rem;left:10.84375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2iEWvp9T6PzVv0GHDnvAZQyaQpkMhEd { color:#454545;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:55.75rem;left:10.875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2SvU34LgcMQruTpHiKIXp35c8tzVJs6 { color:#454545;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:61.01171875rem;left:10.84375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuyitDwg91ZHVTiNSie4zJfsWakT0KE8 { color:#454545;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:67.21142578125rem;left:10.84375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abqdTiW9kD2S5meITd9Jm4kCO9DM2wJu { color:#454545;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:49rem;left:11.375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5n7LIVJPmo4Tf3ppUre8JPG8qfyxQds { color:#454545;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:45.1875rem;left:45.75rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tng2zGcgP1b12cy406KTOOT8wdr8zImk { color:#454545;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:52.125rem;left:45.75rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZluAPZNcn88kAhz1bVRFoVyb3DKBouhV { color:#454545;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:59.39892578125rem;left:45.75rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ro22tuBzTbNJcK3cTnWBS398F7FHoqd6 { color:#454545;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:66.56201171875rem;left:45.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aswTL5DoVzs682QW8Oa7S9pgXKOKuitP { color:#454545;display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:77rem;left:25.9375rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxbCIQSNsE9w7XwtnIZxKlUko2KqKfdz { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:77.25rem;left:39.375rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rebCEgqWSDznQtLRLnGzBGiTwIUizASS { box-sizing:content-box;height:5.6875rem;width:28.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.75rem;left:23.125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#RuhD5g0G8pXI7hHPJpxkRn3NkgxMQ3vd { position:absolute;display:block;z-index:15020;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:7.5625rem;width:11.4375rem;top:73.0625rem;left:47.9375rem;overflow:hidden;display:block; }
#QIs21OTuiDMMCci4DnTfMQa4C9TgBN7a { position:absolute;display:block;z-index:15021;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:7.25rem;width:10.8125rem;top:73.6875rem;left:14.78125rem;overflow:hidden;display:block; }
#azxtIEOoNGuOpQh0RFDTOXEO5Tls9wnM { box-sizing:content-box;height:4.0625rem;width:12.5rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dotted #5d92ff;border-left:0;border-right:0;border-bottom:0.0625rem dotted #5d92ff;top:44.3935546875rem;left:13.9375rem;display:block; }
#CTZoNbybO6WO8CihIbxSnCxTSW7PEDoT { box-sizing:content-box;height:4.8125rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dotted #5d92ff;border-left:0;border-right:0;border-bottom:0.0625rem dotted #5d92ff;top:55.23046875rem;left:13.9375rem;display:block; }
#O3QXzCioV0m19pxxsJF3IquTrIA5KwDw { box-sizing:content-box;height:4.8125rem;width:12.5rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dotted #5d92ff;border-left:0;border-right:0;border-bottom:0;top:65.85546875rem;left:13.9375rem;display:block; }
#RaFKFcvNB7tG3wmRdEoN0SXUXhaLHyOC { box-sizing:content-box;height:6.75rem;width:12.5rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dotted #5d92ff;border-left:0;border-right:0;border-bottom:0.0625rem dotted #5d92ff;top:44.375rem;left:48.84375rem;display:block; }
#bDQ904xcvLJ2L9LEgC2CMWGxgZAR5iQL { box-sizing:content-box;height:6.75rem;width:12.5rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem dotted #5d92ff;border-left:0;border-right:0;border-bottom:0.0625rem dotted #5d92ff;top:58.56103515625rem;left:48.84375rem;display:block; }
#t1G9g8RqdepB44Zc3rfGOIPE5Ezqph89 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:5.6875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:75.740234375rem;left:23.125rem;display:block; }
#lHHJ4hvakWD9KrLQXdO6pH7yeiMiGTdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFT4t3iTmNXhnkxxMzyZ9i6CJNvNpRGe { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:77.25rem;left:39.375rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VwqtT71qICbE4uazWHQsqhotqdtIIlVf { color:#454545;display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:77rem;left:25.9375rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gJOoMcyrVf8XsIdz1SlPyy9tyixUSug2 { box-sizing:content-box;height:5.6875rem;width:28.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.75rem;left:23.125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#s4EaKWn1H4O9THkqhfx4T18DTvxVvwwr { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:5.6875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:75.740234375rem;left:23.125rem;display:none; }
#QMQTgv1n6NJo7qFVTkRkJTK4eUGT1i9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 { z-index:;position:relative;display:block; }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 { background-color: transparent; background-image: none; }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 > .row .container > .video-iframe-container { display: none; }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 > .row > .video-iframe-container { display: none; }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 > .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); }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 { border-width: 0; border-radius: 0; }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:126.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#cf0TnBQCCxrZdCk8pLN5WzEZrulPbye4 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:2.63671875rem;left:0rem;height:4.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NHEoP2LPGBrJA3E1N9O7Il2tqAL4Eivs { 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:30.3125rem;width:44.8125rem;top:10.875rem;left:15.09375rem;overflow:hidden;display:block; }
#TGL3xhNErLhsGTt629cXTSN4QFqL04mg { color:rgba(var(--color-tertiary-3),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:45.0625rem;left:16.875rem;height:2.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8uTL4KOZ4WLJgA8vHoSvV6p8HvbscGT { color:#454545;display:block;width:53rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:41.1875rem;left:11rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfkMpmmdsTrzzpKJqLucEh1VszXtFmQq { color:#454545;display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:49.6875rem;left:13.90625rem;height:18.19728125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmCAL9BdTmVPPrxTlwIuuBygfzPfaovq { box-sizing:content-box;height:38.25rem;width:52.875rem;position:absolute;display:block;z-index:15007;background-color:#8dc0c0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.875rem;left:11.0625rem;border-top-right-radius:5rem;border-bottom-right-radius:5rem;border-bottom-left-radius:0.25rem;border-top-left-radius:5rem;display:block; }
#UkIMHyZpWePf9OTztwMNiTipNnWeS0Mp { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:87.5rem;left:20.25rem;height:23.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ie4kevsbgn9xITh2JNOvE2yzvcCx4C3n { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:112.375rem;left:20.125rem;height:4.3872rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t83MJkXwsV2D7yEXr8sCc1CV3QTbvhIv { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:84.9375rem;left:15.75rem;height:7.3935625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dkEHB3MxslaTkegGJroCg22S4qUapw7y { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:108rem;left:51.8125rem;height:7.3935625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UazBpycmPyZUVf7MzM5k3JGHglOH6kWt { position:absolute;display:block;z-index:15030;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:2.6875rem;width:14.125rem;top:69.25rem;left:5.625rem;overflow:hidden;display:block; }
#wfi8C0KPNluUpxSdU66C06beHlPuJQp1 { position:absolute;display:block;z-index:15031;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.9375rem;width:13.5625rem;top:68.625rem;left:22.625rem;overflow:hidden;display:block; }
#VEZcOR6f8Bc2nmf7dkFznwSgnw54fBSn { position:absolute;display:block;z-index:15032;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:1.375rem;width:19.375rem;top:69.9375rem;left:37.75rem;overflow:hidden;display:block; }
#QvoSn8Ro1CMSBMBuICB3Hbg0gdaoCASN { background-color:#f87c56;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:74.1875rem;left:22.5rem;display:block; }
#vX9XHWkdA0A1Wgcgh2BsazU4ARoDzxEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrOivWX57Gt98VIrrpDsISuCohUVpbAH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#0b0b0b;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:79.0625rem;left:3.0625rem;display:none; }
#zEdiD2J492Qg0zorU8BFvDUaXpTOW4mq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBmg2qcZ52zecHOsBsDThigtGTbr6OF4 { position:absolute;display:block;z-index:15033;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.0625rem;width:10.125rem;top:69.0625rem;left:59.25rem;overflow:hidden;display:block; }
#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdddd2;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; }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row .container { background-color: transparent; background-image: none; }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row .container > .video-iframe-container { display: none; }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row > .video-iframe-container { display: none; }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .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); }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row .container { border-width: 0; border-radius: 0; }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;position:relative;display:block; }#TSXTcv36Ezwmdk815sbnTX8zdn64DvhD { color:rgba(var(--color-tertiary-3),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:4.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#meqUpBGJx222gO3bqVM6xlFyzSR070nT { background-color:#f87c56;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.02392578125rem;left:0rem;display:block; }
#sIqGATILSGd9bRJzlDnPh62hKq9JZ3kQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UB6suu4H48KE6tW1l0kz15r7n6Zyp1lT { position:absolute;display:block;z-index:15018;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:57.0625rem;width:57.0625rem;top:0rem;left:34.34275rem;overflow:hidden;display:block; }
#U0rG9Q6ybQa1SiZwNiyp99WqFdxTKkDp { color:#454545;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.1875rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDwtOZEpa5gainiLekTvafDDqxxpdQpc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:13.8125rem;left:7.625rem; }
#ycNgfaHuEw0Re6u7pEhCqUz5dPTnDyAM { color:#454545;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.5rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOdSnzmPnZpKZ5Qs1VO5N2JQpJZ3Nd96 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:13.8125rem;left:28.625rem; }
#v6FU0E6eSP5FmTF6La7TzCpPh9BprZIC { color:#454545;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.3125rem;left:20.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcnJd1AquZTMbGT4TTfan462XllgD1Gv { color:#414141;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.06201171875rem;left:21.4375rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0ab7T99zaAvWUCeFqedT9G46zN8OiGP { color:#454545;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:32.1875rem;left:1.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVPlrGBASUIcOE5Cqtdev420AUW69aFa { color:#414141;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:34.25rem;left:1.25rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8oRGMxafpTQlRZQA4z22JBaIMQ6Kbsg { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:28.875rem;left:7.625rem; }
#u1I8Fr6CymHUznhzKo8fTTLm3uu8b0Js { color:#454545;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.3125rem;left:22.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkQ7NNc7ivNAoCF2ZT0EmI4cqNxoVQAb { color:#414141;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:34.375rem;left:22.625rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptoQs3mTReyL4lm6EoTr0VwncObCCUks { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:28.875rem;left:28.75rem; }
#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row .container { background-color: transparent; background-image: none; }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row .container > .video-iframe-container { display: none; }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row > .video-iframe-container { display: none; }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .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); }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row .container { border-width: 0; border-radius: 0; }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#sbMlva2IWOBhPVl6zbnFpNcXAbto8wtT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:4.15625rem;left:24.4375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDmDTFdDJPa87S7edckt4TTXLNxUSThK { 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:5.1875rem;width:8.1875rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#Z347C1NWOHCHIwH6udOQqQv9qw3ZQqo5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:4.96875rem;left:49.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S2QLx9gvffrngpvvTlKRsUTS4agClJ8v { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:29.46875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KsDOGurbZvr4i8WBnvkO583meGP6Owi9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:4.96875rem;left:49.6875rem;height:2.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#tO6enLWskFymZToiZmFTV0ngzVHdrFVD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.9375rem;left:71.25rem; }
#tO6enLWskFymZToiZmFTV0ngzVHdrFVD > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#aWSTCWNOUPtBitRebUa8weB2Dm5KNFip { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:7.9375rem;left:68.875rem; }
#aWSTCWNOUPtBitRebUa8weB2Dm5KNFip > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#kTSDTnvcDAWyvlSnVBHBZFqoIUExOVug { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8rem;left:73.625rem; }
#kTSDTnvcDAWyvlSnVBHBZFqoIUExOVug > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#WtUTJa5DDBXOuIyrGNhAcng0Dlbf8nhB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:7.9375rem;left:68.875rem;display:none; }
#WtUTJa5DDBXOuIyrGNhAcng0Dlbf8nhB > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#MTyaTyB1XAosg2GWE9AgVJZ6uVmPNq4Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.9375rem;left:71.25rem;display:none; }
#MTyaTyB1XAosg2GWE9AgVJZ6uVmPNq4Z > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#rPMhTxkKhDAqnBqvHM5a63lcvMXghzq7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8rem;left:73.625rem;display:none; }
#rPMhTxkKhDAqnBqvHM5a63lcvMXghzq7 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #M322OT1u6189KBUBtkul1lFzsZGllJp5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/753af72c-aa81-4f42-b26f-451c24444d6e/AdobeStock_60989949.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#M322OT1u6189KBUBtkul1lFzsZGllJp5.adaptive-delivery-prevent-bg, #M322OT1u6189KBUBtkul1lFzsZGllJp5.lazyload, #M322OT1u6189KBUBtkul1lFzsZGllJp5.lazyloading { background-image: none; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container { background-color: transparent; background-image: none; }#M322OT1u6189KBUBtkul1lFzsZGllJp5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,3,3,0.4); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container > .video-iframe-container { display: none; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,3,3,0.4); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row > .video-iframe-container { display: none; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .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); }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container { width:47.75rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hQKLuXbdaEsCGz6VGvHK1Ni33SzwfGcN { width:12.8125rem;height:1.75rem;top:41.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvS8gz5hXkCwWUgICf9DhrOfDpkh1SLw { width:28.9375rem;height:6.1875rem;top:16.0625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IigbLA6aaRach77drb16rsxHds5H8nqt { width:26.8125rem;height:1.85595625rem;top:13.5rem;left:0rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #Ntf9h2v7BJWASDMOsESogmF4hTzwJbol { width:26rem;height:3.75rem;top:21.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SOgu40sBdrVENCvaEb9ISgwsO43tHLpl { width:1.4375rem;height:1.4375rem;top:39.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EcMlQrmmE0Rzdi42TsUuKM6VehLXFNPc { width:1.4375rem;height:1.4375rem;top:39.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fR7pTUpiCCh5Q86kAyiNiGoOQ1nRrHiJ { width:1.4375rem;height:1.4375rem;top:39.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyowgJk95UEgPpVHz2K8TElb1Sxf8VLy { width:1.4375rem;height:1.4375rem;top:39.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJu4R2JENk7SeftqT5V4QnpIkDVNEfbV { width:1.4375rem;height:1.4375rem;top:39.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEqrHeh45eRQWtgTIIerDgbKoDJnQNZ9 { width:0.9375rem;height:5.5rem;top:38.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQugOEpzNClSEL4coPQha0PmCxho30K0 { width:11.9375rem;height:1.875rem;top:4.5rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSt6X8RTgRzH6VZPOrkTAuoVbNdJTCEn { width:0.9375rem;height:5.5rem;top:38.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJ9nQWQEXtK5Ia3wLCHuN8DuMUcMgvrm { width:14.25rem;height:4.3125rem;top:38.9375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tx9NoZkVzzROnrFaeRntMEDio3vQbW84 { display:block; }
 }@media only screen and (max-width: 1199px) { #GqsqCJZfamx4RqFvC73mgTIT25LHnO0u { width:12.9375rem;height:5.0625rem;top:28rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHEcmv3KvsfdXMddnwkTqgPFChn9GzmJ { width:6.25rem;height:6.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PC791ohG2Vy4NlTVdsUnrgmOK5y2rcnH { width:47.75rem;height:5.625rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JgyQzHXi3W7LTxBQNCfm9TXw12IC2CTe { width:16.9375rem;height:4rem;top:30.375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfGTQmLIJTFXKWuHgaNURBgdSAIAv0h0 { display:block; }
 }@media only screen and (max-width: 1199px) { #r2sOnIyMpqu9Zz74J6upUrXuXHQ4cJqq { width:16.6875rem;height:22.8125rem;top:10.1875rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1u3NRlHDwgEBtUa4zzUZu3Gow3fWgwE { width:14.875rem;height:1.125rem;top:39.4375rem;left:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZGtzwOD7nUrcFLDPo4VSbdlgqkDbXrPd { width:1.375rem;height:1.375rem;top:41.5rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0JkP6L3tzxUMGOKPWwzldTPhev8vKfq { width:1.375rem;height:1.375rem;top:41.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEcaKoeTd3R9r2Npd3DANX8U0x4OTFgV { width:1.5rem;height:1.5rem;top:41.4375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCQeOZ63CgexxGPz47NEMNK4dCX7Qyg9 { width:1.5625rem;height:1.5625rem;top:41.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvZEmTei7VcJ10iv27qWALVeQG9smeWx { width:1.5625rem;height:1.5625rem;top:41.375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DMvTHoXR9nNLV34wiNAuHkkUntCcQANZ { width:33.5rem;height:4.0249rem;top:2.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gb7nO1ZFDKTiSnXSkNVVTTbdUMICwHFU { width:25.125rem;height:16.125rem;top:24.87451171875rem;left:11.90625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #bdtHhInJ3BPUwAal2wxBxJ8kN6Ked80o { top:13.625rem;left:23.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0Hz0JgAn0fAvJuXlZiMGyEF6Km2qkxh { width:15.25rem;height:3.25rem;top:16.375rem;left:16.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0qELSoX7N7XmbZp3HflOBiRs2oOkLXU { width:13.1875rem;height:3.41161875rem;top:19.8125rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qovbzUGDNecSg0xwdLVJ5oLLrP14UxKW { width:14.0625rem;height:1.625rem;top:17rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trTPcTI6FCy40BT8O4bRwnXs4EEmxTry { width:12.5625rem;height:4.548825rem;top:19rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUmzd9lhnoVhOMk5ZtKHt8xp5xExK9HG { top:14.9375rem;left:5.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGmPzf8IEAJAoOpXie3LM9Wnn1JOM0C3 { width:12.5625rem;height:3.25rem;top:46.125rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDpJiDeqT7TJDzBK2TdWdizgW5VE5WWz { width:16.1875rem;height:4.548825rem;top:49.818359375rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVdyc0tLrM7WaIT3arahztkhSwNQ2FVT { top:41.625rem;left:11.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xna0U721aIfS4EDpxBDDUt1g9CZTFqiO { width:13.375rem;height:3.25rem;top:46.125rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MUR6l5HXzbT4WMTWK1EZlZrVFhrMkh6H { width:14.3125rem;height:4.548825rem;top:49.81787109375rem;left:26.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcGbtPvTxfBQTwRFKhBSXWqyKB5QtnVm { top:41.625rem;left:33.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTic9TcDQGKfhA0R4xqcFpIGWSEfGaz6 { top:27rem;left:40.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXe4GIiFLdTlCZexR3iskCsxIdgmetQ4 { width:9.625rem;height:3.25rem;top:29.5rem;left:37.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7Tc3H9JANa9occfn970rIVzRmnflNIV { width:10.25rem;height:6.82325rem;top:33rem;left:37.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G7o7pULxuslQwlnL3g34zlmDAuSBCb4G { width:10.75rem;height:3.25rem;top:17.5rem;left:35.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJ86hcSxUQywEFAHsA0s5wF04aJgJGCH { width:11.75rem;height:4.548825rem;top:21rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1pzuRftEq7kDTEz8OE0CI6qKVdMxgDk { top:14.875rem;left:40.09375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygTk6V5trlvgOwQKTKXKoQvthkF3JexI { width:8.6875rem;height:3.25rem;top:30.0625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0C3XgA9GrDmBKqKTn3LWNd4Me01BniJ { width:10.75rem;height:5.6860375rem;top:33.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTBeOtqX2RTvv0GSg8dscRdFbG9oezzW { top:27rem;left:5.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZIoALbBKGU54nTB3IPquJwOSEowSygr { width:9.9375rem;height:1.25rem;top:44.5rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t05dX9CvwxX1sVd29pbnTxHw5dviV8CR { display:block; }
 }@media only screen and (max-width: 1199px) { #oCr5NDRPm1ClF6i4Ikk8VRo6TelmdvZO { width:9.9375rem;height:1.25rem;top:44.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqbAFRB5c7QuC5BmMQK5wNDAtXnQQ66b { display:block; }
 }@media only screen and (max-width: 1199px) { #PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ { display:block; }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .row .container { width:47.75rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JouggWRzyrZcI405ZcZ5rz6tAx1VnNCv { width:45.75rem;height:6.75rem;top:2.1875rem;left:1rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt { display:block; }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row .container { width:47.75rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sRWUL4DL3rn8qVnol7yRRDN8V5AKOlrD { width:32.375rem;height:4.0249rem;top:5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsMOCTUSK6CLA0JtVulS9T5aATgAXu7t { width:20.0625rem;height:14.8125rem;top:14.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBxN3JdLRbPClfbzRMLFbeDBU0qsGQep { width:17.9375rem;height:16.375rem;top:13.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5QA0biIpTgEzpcAkVQKzGO5O1M0VNd2 { width:23.125rem;height:54.1875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhMrx0kQyMm08SLcR7Ckypc0pfTubZW5 { width:23.125rem;height:54.1875rem;top:13.3125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuXZMNmXckXBH2dHxU3oC0LTVILsIiHo { width:21.9375rem;height:1.94970625rem;top:31.1875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ppJ0G5NpMHQpPOWANFl1722OS2sX58dn { width:21.875rem;height:1.94970625rem;top:31.1875rem;left:25.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d87DRbzoM6RabSg2kJC8SoyZy4kVW3Lv { width:17.875rem;height:1.4624rem;top:34.3125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qk3pFU4uKzRmJ4hgy9a3872ncKzL0wCW { width:22rem;height:1.4624rem;top:34.3125rem;left:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktDJ2BsTfTuVzirfmwrN3GaB4OshN8Hs { width:18.6875rem;height:2.5996125rem;top:37.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2iEWvp9T6PzVv0GHDnvAZQyaQpkMhEd { width:18.6875rem;height:3.8994125rem;top:48.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2SvU34LgcMQruTpHiKIXp35c8tzVJs6 { width:18.6875rem;height:3.8994125rem;top:55rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CuyitDwg91ZHVTiNSie4zJfsWakT0KE8 { width:18.6875rem;height:2.5996125rem;top:61.375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abqdTiW9kD2S5meITd9Jm4kCO9DM2wJu { width:17.625rem;height:5.19921875rem;top:41.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5n7LIVJPmo4Tf3ppUre8JPG8qfyxQds { width:18.6875rem;height:5.19921875rem;top:37.625rem;left:26.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tng2zGcgP1b12cy406KTOOT8wdr8zImk { width:18.6875rem;height:5.19921875rem;top:45.5rem;left:26.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZluAPZNcn88kAhz1bVRFoVyb3DKBouhV { width:18.6875rem;height:5.19921875rem;top:53.4375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ro22tuBzTbNJcK3cTnWBS398F7FHoqd6 { width:18.6875rem;height:3.8994125rem;top:61.375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aswTL5DoVzs682QW8Oa7S9pgXKOKuitP { width:13.5rem;height:3.16845625rem;top:72.5rem;left:12.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FxbCIQSNsE9w7XwtnIZxKlUko2KqKfdz { width:19.25rem;height:2.54980625rem;top:72.8125rem;left:25.3125rem;font-size:2.125rem;color:#454545;display:block; }
 }@media only screen and (max-width: 1199px) { #rebCEgqWSDznQtLRLnGzBGiTwIUizASS { width:28.75rem;height:5.6875rem;top:71.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuhD5g0G8pXI7hHPJpxkRn3NkgxMQ3vd { width:9.25rem;height:6.0625rem;top:68.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIs21OTuiDMMCci4DnTfMQa4C9TgBN7a { width:10.8125rem;height:7.25rem;top:68.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #azxtIEOoNGuOpQh0RFDTOXEO5Tls9wnM { width:12.5rem;height:4.0625rem;top:36.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTZoNbybO6WO8CihIbxSnCxTSW7PEDoT { width:12.5rem;height:6.125rem;top:47.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O3QXzCioV0m19pxxsJF3IquTrIA5KwDw { width:12.5rem;height:4.8125rem;top:59.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RaFKFcvNB7tG3wmRdEoN0SXUXhaLHyOC { width:12.5rem;height:7.5rem;top:36.4375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDQ904xcvLJ2L9LEgC2CMWGxgZAR5iQL { width:12.5rem;height:7.8125rem;top:52.0625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1G9g8RqdepB44Zc3rfGOIPE5Ezqph89 { width:28.75rem;height:5.6875rem;top:71.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHHJ4hvakWD9KrLQXdO6pH7yeiMiGTdO { display:block; }
 }@media only screen and (max-width: 1199px) { #NFT4t3iTmNXhnkxxMzyZ9i6CJNvNpRGe { width:19.25rem;height:2.54980625rem;top:76rem;left:25.3125rem;font-size:2.125rem;color:#454545;display:none; }
 }@media only screen and (max-width: 1199px) { #VwqtT71qICbE4uazWHQsqhotqdtIIlVf { width:13.5rem;height:3.16845625rem;top:75.6875rem;left:12.0625rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gJOoMcyrVf8XsIdz1SlPyy9tyixUSug2 { width:28.75rem;height:5.6875rem;top:74.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s4EaKWn1H4O9THkqhfx4T18DTvxVvwwr { width:28.75rem;height:5.6875rem;top:74.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QMQTgv1n6NJo7qFVTkRkJTK4eUGT1i9u { display:block; }
 }@media only screen and (max-width: 1199px) { #cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 { display:block; }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 > .row .container { width:47.75rem;height:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cf0TnBQCCxrZdCk8pLN5WzEZrulPbye4 { width:24.75rem;height:4.0249rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHEoP2LPGBrJA3E1N9O7Il2tqAL4Eivs { width:36.8125rem;height:24.8125rem;top:10.75rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGL3xhNErLhsGTt629cXTSN4QFqL04mg { width:40.875rem;height:2.0249rem;top:38.86328125rem;left:3.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8uTL4KOZ4WLJgA8vHoSvV6p8HvbscGT { width:47.75rem;height:3.16845625rem;top:35.17578125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gfkMpmmdsTrzzpKJqLucEh1VszXtFmQq { width:47.25rem;height:18.19728125rem;top:42.67138671875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmCAL9BdTmVPPrxTlwIuuBygfzPfaovq { width:42.125rem;height:30.1875rem;top:76.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkIMHyZpWePf9OTztwMNiTipNnWeS0Mp { width:32.3125rem;height:14.21875rem;top:81.75rem;left:9.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ie4kevsbgn9xITh2JNOvE2yzvcCx4C3n { width:14.5rem;height:5.199225rem;top:97.875rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t83MJkXwsV2D7yEXr8sCc1CV3QTbvhIv { width:3.0625rem;height:7.3935625rem;top:79.375rem;left:5.0625rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkEHB3MxslaTkegGJroCg22S4qUapw7y { width:3.0625rem;height:7.3935625rem;top:93.9375rem;left:37.625rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UazBpycmPyZUVf7MzM5k3JGHglOH6kWt { width:10.9375rem;height:2.25rem;top:62.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wfi8C0KPNluUpxSdU66C06beHlPuJQp1 { width:9.625rem;height:2.9375rem;top:62.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEZcOR6f8Bc2nmf7dkFznwSgnw54fBSn { width:12.375rem;height:0.875rem;top:63.59375rem;left:24.09765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvoSn8Ro1CMSBMBuICB3Hbg0gdaoCASN { width:35.625rem;height:5rem;top:68.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vX9XHWkdA0A1Wgcgh2BsazU4ARoDzxEE { display:block; }
 }@media only screen and (max-width: 1199px) { #rrOivWX57Gt98VIrrpDsISuCohUVpbAH { width:35.625rem;height:5rem;top:79.8125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zEdiD2J492Qg0zorU8BFvDUaXpTOW4mq { display:block; }
 }@media only screen and (max-width: 1199px) { #pBmg2qcZ52zecHOsBsDThigtGTbr6OF4 { width:10.125rem;height:3.0625rem;top:62.5rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI { display:block; }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TSXTcv36Ezwmdk815sbnTX8zdn64DvhD { width:26.4375rem;height:4.0249rem;top:3rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meqUpBGJx222gO3bqVM6xlFyzSR070nT { width:31.8125rem;height:5rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIqGATILSGd9bRJzlDnPh62hKq9JZ3kQ { display:block; }
 }@media only screen and (max-width: 1199px) { #UB6suu4H48KE6tW1l0kz15r7n6Zyp1lT { width:47.75rem;height:47.75rem;top:0rem;left:31.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #U0rG9Q6ybQa1SiZwNiyp99WqFdxTKkDp { width:15.75rem;height:1.625rem;top:17.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xDwtOZEpa5gainiLekTvafDDqxxpdQpc { top:13.8125rem;left:6.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycNgfaHuEw0Re6u7pEhCqUz5dPTnDyAM { width:15.25rem;height:7.7988125rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOdSnzmPnZpKZ5Qs1VO5N2JQpJZ3Nd96 { top:13.8125rem;left:23.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v6FU0E6eSP5FmTF6La7TzCpPh9BprZIC { width:18.5rem;height:1.625rem;top:17.1875rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcnJd1AquZTMbGT4TTfan462XllgD1Gv { width:17.8125rem;height:7.7988125rem;top:19.0625rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z0ab7T99zaAvWUCeFqedT9G46zN8OiGP { width:15.25rem;height:1.625rem;top:32.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVPlrGBASUIcOE5Cqtdev420AUW69aFa { width:15.25rem;height:7.7988125rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N8oRGMxafpTQlRZQA4z22JBaIMQ6Kbsg { top:28.875rem;left:6.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1I8Fr6CymHUznhzKo8fTTLm3uu8b0Js { width:15.25rem;height:1.625rem;top:32.1875rem;left:17.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkQ7NNc7ivNAoCF2ZT0EmI4cqNxoVQAb { width:15.25rem;height:6.499rem;top:34.25rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptoQs3mTReyL4lm6EoTr0VwncObCCUks { top:28.875rem;left:23.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr { display:block; }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sbMlva2IWOBhPVl6zbnFpNcXAbto8wtT { width:19.4375rem;height:3rem;top:5.25rem;left:12.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDmDTFdDJPa87S7edckt4TTXLNxUSThK { width:8.1875rem;height:5.1875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z347C1NWOHCHIwH6udOQqQv9qw3ZQqo5 { width:11.8125rem;height:1.875rem;top:5.8125rem;left:35.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2QLx9gvffrngpvvTlKRsUTS4agClJ8v { width:15.25rem;height:0.9746125rem;top:10rem;left:15.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsDOGurbZvr4i8WBnvkO583meGP6Owi9 { width:11.8125rem;height:1.875rem;top:5.8125rem;left:35.9375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tO6enLWskFymZToiZmFTV0ngzVHdrFVD { width:1.5rem;height:1.5rem;top:41.3125rem;left:21.875rem;display:none; }
#tO6enLWskFymZToiZmFTV0ngzVHdrFVD > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 1199px) { #aWSTCWNOUPtBitRebUa8weB2Dm5KNFip { width:1.5625rem;height:1.5625rem;top:41.3125rem;left:27.9375rem;display:none; }
#aWSTCWNOUPtBitRebUa8weB2Dm5KNFip > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #kTSDTnvcDAWyvlSnVBHBZFqoIUExOVug { width:1.375rem;height:1.375rem;top:41.375rem;left:19.875rem;display:none; }
#kTSDTnvcDAWyvlSnVBHBZFqoIUExOVug > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 1199px) { #WtUTJa5DDBXOuIyrGNhAcng0Dlbf8nhB { width:1.5625rem;height:1.5625rem;top:8.25rem;left:41.625rem;z-index:15036;display:block; }
#WtUTJa5DDBXOuIyrGNhAcng0Dlbf8nhB > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #MTyaTyB1XAosg2GWE9AgVJZ6uVmPNq4Z { width:1.5rem;height:1.5rem;top:8.25rem;left:44rem;z-index:15033;display:block; }
#MTyaTyB1XAosg2GWE9AgVJZ6uVmPNq4Z > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 1199px) { #rPMhTxkKhDAqnBqvHM5a63lcvMXghzq7 { width:1.375rem;height:1.375rem;top:8.3125rem;left:46.375rem;z-index:15032;display:block; }
#rPMhTxkKhDAqnBqvHM5a63lcvMXghzq7 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M322OT1u6189KBUBtkul1lFzsZGllJp5 { display:block; }#M322OT1u6189KBUBtkul1lFzsZGllJp5 > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQKLuXbdaEsCGz6VGvHK1Ni33SzwfGcN { width:15.75rem;height:2.125rem;top:62.1875rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvS8gz5hXkCwWUgICf9DhrOfDpkh1SLw { width:20rem;height:8.2675625rem;top:12.9375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IigbLA6aaRach77drb16rsxHds5H8nqt { width:19.9375rem;height:1.7871125rem;top:10.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntf9h2v7BJWASDMOsESogmF4hTzwJbol { width:20rem;height:3.2749rem;top:21.2041015625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOgu40sBdrVENCvaEb9ISgwsO43tHLpl { display:flex;width:1.4375rem;height:1.4375rem;top:60.125rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #EcMlQrmmE0Rzdi42TsUuKM6VehLXFNPc { display:flex;width:1.4375rem;height:1.4375rem;top:60.125rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #fR7pTUpiCCh5Q86kAyiNiGoOQ1nRrHiJ { display:flex;width:1.4375rem;height:1.4375rem;top:60.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #wyowgJk95UEgPpVHz2K8TElb1Sxf8VLy { display:flex;width:1.4375rem;height:1.4375rem;top:60.125rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #ZJu4R2JENk7SeftqT5V4QnpIkDVNEfbV { display:flex;width:1.4375rem;height:1.4375rem;top:60.125rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #qEqrHeh45eRQWtgTIIerDgbKoDJnQNZ9 { width:0.9375rem;height:7.5rem;top:93.26171875rem;left:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQugOEpzNClSEL4coPQha0PmCxho30K0 { width:8.25rem;height:4.25rem;top:2.8623046875rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSt6X8RTgRzH6VZPOrkTAuoVbNdJTCEn { width:0.9375rem;height:7.5rem;top:93.51171875rem;left:19rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJ9nQWQEXtK5Ia3wLCHuN8DuMUcMgvrm { width:16.4375rem;height:4.25rem;top:53.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9NoZkVzzROnrFaeRntMEDio3vQbW84 { display:block; }
 }@media only screen and (max-width: 763px) { #GqsqCJZfamx4RqFvC73mgTIT25LHnO0u { width:14.0625rem;height:5.6875rem;top:47.94921875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHEcmv3KvsfdXMddnwkTqgPFChn9GzmJ { width:6.25rem;height:6.25rem;top:1.8623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC791ohG2Vy4NlTVdsUnrgmOK5y2rcnH { width:20rem;height:6.75rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgyQzHXi3W7LTxBQNCfm9TXw12IC2CTe { width:16.4375rem;height:4.25rem;top:48.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfGTQmLIJTFXKWuHgaNURBgdSAIAv0h0 { display:block; }
 }@media only screen and (max-width: 763px) { #r2sOnIyMpqu9Zz74J6upUrXuXHQ4cJqq { width:13.4375rem;height:18.5rem;top:32.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1u3NRlHDwgEBtUa4zzUZu3Gow3fWgwE { width:15rem;height:1.2749rem;top:66.4375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGtzwOD7nUrcFLDPo4VSbdlgqkDbXrPd { display:flex;width:1.375rem;height:1.375rem;top:68.5625rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #k0JkP6L3tzxUMGOKPWwzldTPhev8vKfq { display:flex;width:1.375rem;height:1.375rem;top:68.5625rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #TEcaKoeTd3R9r2Npd3DANX8U0x4OTFgV { display:flex;width:1.5rem;height:1.5rem;top:68.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #qCQeOZ63CgexxGPz47NEMNK4dCX7Qyg9 { display:flex;width:1.5625rem;height:1.5625rem;top:68.4375rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #fvZEmTei7VcJ10iv27qWALVeQG9smeWx { display:flex;width:1.5625rem;height:1.5625rem;top:68.5rem;left:14.5rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMvTHoXR9nNLV34wiNAuHkkUntCcQANZ { width:20rem;height:3.2749rem;top:1.31103515625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7nO1ZFDKTiSnXSkNVVTTbdUMICwHFU { width:20rem;height:12.959rem;top:96.91455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdtHhInJ3BPUwAal2wxBxJ8kN6Ked80o { width:2.1875rem;height:2.1875rem;top:10.75rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Hz0JgAn0fAvJuXlZiMGyEF6Km2qkxh { width:16.0625rem;height:3.25rem;top:13.3125rem;left:1.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0qELSoX7N7XmbZp3HflOBiRs2oOkLXU { width:15rem;height:3.8994125rem;top:16.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qovbzUGDNecSg0xwdLVJ5oLLrP14UxKW { width:14.0625rem;height:1.625rem;top:24.83544921875rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTPcTI6FCy40BT8O4bRwnXs4EEmxTry { width:18.3125rem;height:3.8994125rem;top:27.08544921875rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUmzd9lhnoVhOMk5ZtKHt8xp5xExK9HG { width:2.1875rem;height:2.1875rem;top:21.71044921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGmPzf8IEAJAoOpXie3LM9Wnn1JOM0C3 { width:12.0625rem;height:3.25rem;top:86.6875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDpJiDeqT7TJDzBK2TdWdizgW5VE5WWz { width:18.0625rem;height:5.19921875rem;top:90.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVdyc0tLrM7WaIT3arahztkhSwNQ2FVT { width:2.1875rem;height:2.1875rem;top:82.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xna0U721aIfS4EDpxBDDUt1g9CZTFqiO { width:15.75rem;height:3.25rem;top:60.181640625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUR6l5HXzbT4WMTWK1EZlZrVFhrMkh6H { width:16.1875rem;height:5.19921875rem;top:63.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcGbtPvTxfBQTwRFKhBSXWqyKB5QtnVm { width:2.1875rem;height:2.1875rem;top:55.712890625rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTic9TcDQGKfhA0R4xqcFpIGWSEfGaz6 { width:2.1875rem;height:2.1875rem;top:70.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXe4GIiFLdTlCZexR3iskCsxIdgmetQ4 { width:14.6875rem;height:1.625rem;top:73.125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Tc3H9JANa9occfn970rIVzRmnflNIV { width:17.4375rem;height:5.19921875rem;top:75.5rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7o7pULxuslQwlnL3g34zlmDAuSBCb4G { width:16.625rem;height:1.625rem;top:35.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ86hcSxUQywEFAHsA0s5wF04aJgJGCH { width:16.3125rem;height:3.8994125rem;top:38.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pzuRftEq7kDTEz8OE0CI6qKVdMxgDk { width:2.1875rem;height:2.1875rem;top:33rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygTk6V5trlvgOwQKTKXKoQvthkF3JexI { width:15.75rem;height:1.625rem;top:46.75830078125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0C3XgA9GrDmBKqKTn3LWNd4Me01BniJ { width:16rem;height:5.19921875rem;top:48.82080078125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBeOtqX2RTvv0GSg8dscRdFbG9oezzW { width:2.1875rem;height:2.1875rem;top:43.82080078125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZIoALbBKGU54nTB3IPquJwOSEowSygr { width:9.9375rem;height:1.25rem;top:58.744140625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t05dX9CvwxX1sVd29pbnTxHw5dviV8CR { display:block; }
 }@media only screen and (max-width: 763px) { #oCr5NDRPm1ClF6i4Ikk8VRo6TelmdvZO { width:9.9375rem;height:1.25rem;top:85.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqbAFRB5c7QuC5BmMQK5wNDAtXnQQ66b { display:block; }
 }@media only screen and (max-width: 763px) { #PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ { display:block; }#PwUq7dCQtJKvG9qQ9Faa3DztoOcZiZNZ > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JouggWRzyrZcI405ZcZ5rz6tAx1VnNCv { width:20rem;height:11.25rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt { display:block; }#OykVkTrlGHbXKtEJtJJPXu1LuQmhhhmt > .row .container { width:20rem;height:144rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRWUL4DL3rn8qVnol7yRRDN8V5AKOlrD { width:17.3125rem;height:5.2749rem;top:4.18701171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsMOCTUSK6CLA0JtVulS9T5aATgAXu7t { width:20rem;height:14.8115rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBxN3JdLRbPClfbzRMLFbeDBU0qsGQep { width:17rem;height:15.5rem;top:80.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5QA0biIpTgEzpcAkVQKzGO5O1M0VNd2 { width:20rem;height:52.5625rem;top:12.625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PhMrx0kQyMm08SLcR7Ckypc0pfTubZW5 { width:20rem;height:52.0625rem;top:79.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuXZMNmXckXBH2dHxU3oC0LTVILsIiHo { width:20rem;height:1.7871125rem;top:28.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppJ0G5NpMHQpPOWANFl1722OS2sX58dn { width:20rem;height:1.7871125rem;top:96.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87DRbzoM6RabSg2kJC8SoyZy4kVW3Lv { width:17.875rem;height:1.4624rem;top:32rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk3pFU4uKzRmJ4hgy9a3872ncKzL0wCW { width:20rem;height:1.4624rem;top:99.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktDJ2BsTfTuVzirfmwrN3GaB4OshN8Hs { width:18.6875rem;height:2.5996125rem;top:35.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2iEWvp9T6PzVv0GHDnvAZQyaQpkMhEd { width:18.6875rem;height:3.8994125rem;top:46.875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2SvU34LgcMQruTpHiKIXp35c8tzVJs6 { width:18.6875rem;height:3.8994125rem;top:53.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuyitDwg91ZHVTiNSie4zJfsWakT0KE8 { width:18.6875rem;height:2.5996125rem;top:59.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abqdTiW9kD2S5meITd9Jm4kCO9DM2wJu { width:17.625rem;height:5.19921875rem;top:39.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5n7LIVJPmo4Tf3ppUre8JPG8qfyxQds { width:18.6875rem;height:5.19921875rem;top:103.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tng2zGcgP1b12cy406KTOOT8wdr8zImk { width:18.6875rem;height:5.19921875rem;top:110.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZluAPZNcn88kAhz1bVRFoVyb3DKBouhV { width:18.6875rem;height:5.19921875rem;top:117.625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro22tuBzTbNJcK3cTnWBS398F7FHoqd6 { width:18.6875rem;height:3.8994125rem;top:125.625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aswTL5DoVzs682QW8Oa7S9pgXKOKuitP { width:13.5rem;height:2.5996125rem;top:136.3125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxbCIQSNsE9w7XwtnIZxKlUko2KqKfdz { width:9.75rem;height:1.6499rem;top:138.9375rem;left:5.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rebCEgqWSDznQtLRLnGzBGiTwIUizASS { width:20rem;height:5.6875rem;top:135.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuhD5g0G8pXI7hHPJpxkRn3NkgxMQ3vd { width:11.4375rem;height:7.5625rem;top:65.1875rem;left:5.375rem;z-index:15005;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QIs21OTuiDMMCci4DnTfMQa4C9TgBN7a { width:10.8125rem;height:7.25rem;top:131.625rem;left:6.5625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #azxtIEOoNGuOpQh0RFDTOXEO5Tls9wnM { width:12.5rem;height:4.0625rem;top:34.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTZoNbybO6WO8CihIbxSnCxTSW7PEDoT { width:12.5rem;height:5.9375rem;top:45.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3QXzCioV0m19pxxsJF3IquTrIA5KwDw { width:12.5rem;height:4.8125rem;top:58.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaFKFcvNB7tG3wmRdEoN0SXUXhaLHyOC { width:12.5rem;height:6.75rem;top:102.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDQ904xcvLJ2L9LEgC2CMWGxgZAR5iQL { width:12.5rem;height:7.5625rem;top:116.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1G9g8RqdepB44Zc3rfGOIPE5Ezqph89 { width:20rem;height:5.6875rem;top:135.6875rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #lHHJ4hvakWD9KrLQXdO6pH7yeiMiGTdO { display:block; }
 }@media only screen and (max-width: 763px) { #NFT4t3iTmNXhnkxxMzyZ9i6CJNvNpRGe { width:9.75rem;height:1.6499rem;top:74.8125rem;left:5.125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VwqtT71qICbE4uazWHQsqhotqdtIIlVf { width:12.75rem;height:3.5996125rem;top:70.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15018;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #gJOoMcyrVf8XsIdz1SlPyy9tyixUSug2 { width:20rem;height:8rem;top:69.3125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #s4EaKWn1H4O9THkqhfx4T18DTvxVvwwr { width:20rem;height:8.0625rem;top:69.3125rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #QMQTgv1n6NJo7qFVTkRkJTK4eUGT1i9u { display:block; }
 }@media only screen and (max-width: 763px) { #cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 { display:block; }#cI9QMTyPHTEg9fOiovlK8IWmAGzU80n6 > .row .container { width:20rem;height:129.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cf0TnBQCCxrZdCk8pLN5WzEZrulPbye4 { width:20rem;height:3.2749rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHEoP2LPGBrJA3E1N9O7Il2tqAL4Eivs { width:20rem;height:13.5283125rem;top:10.46142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGL3xhNErLhsGTt629cXTSN4QFqL04mg { width:20rem;height:4.04980625rem;top:30.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8uTL4KOZ4WLJgA8vHoSvV6p8HvbscGT { width:20rem;height:5.19921875rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfkMpmmdsTrzzpKJqLucEh1VszXtFmQq { width:20rem;height:32.4951rem;top:35.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmCAL9BdTmVPPrxTlwIuuBygfzPfaovq { width:20rem;height:27.9375rem;top:92.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkIMHyZpWePf9OTztwMNiTipNnWeS0Mp { width:18.0625rem;height:17.875rem;top:95.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie4kevsbgn9xITh2JNOvE2yzvcCx4C3n { width:16.6875rem;height:3.89941875rem;top:114.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83MJkXwsV2D7yEXr8sCc1CV3QTbvhIv { width:1.9375rem;height:5.0371125rem;top:93.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkEHB3MxslaTkegGJroCg22S4qUapw7y { width:3.0625rem;height:5.0371125rem;top:111rem;left:15.375rem;text-align:center;text-align-last:center;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UazBpycmPyZUVf7MzM5k3JGHglOH6kWt { width:16.6875rem;height:3.0625rem;top:70.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfi8C0KPNluUpxSdU66C06beHlPuJQp1 { width:17.375rem;height:4.9375rem;top:75.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZcOR6f8Bc2nmf7dkFznwSgnw54fBSn { width:18rem;height:1.375rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvoSn8Ro1CMSBMBuICB3Hbg0gdaoCASN { width:18.875rem;height:5rem;top:73.63425rem;left:0.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vX9XHWkdA0A1Wgcgh2BsazU4ARoDzxEE { display:block; }
 }@media only screen and (max-width: 763px) { #rrOivWX57Gt98VIrrpDsISuCohUVpbAH { width:18.875rem;height:5rem;top:122.0625rem;left:0.5625rem;font-size:1.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zEdiD2J492Qg0zorU8BFvDUaXpTOW4mq { display:block; }
 }@media only screen and (max-width: 763px) { #pBmg2qcZ52zecHOsBsDThigtGTbr6OF4 { width:13.8125rem;height:4.0625rem;top:85.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI { display:block; }#Bz4tT0ScNsLLpLnn2yJbGLcKNlIMHZeI > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSXTcv36Ezwmdk815sbnTX8zdn64DvhD { width:20rem;height:3.2749rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meqUpBGJx222gO3bqVM6xlFyzSR070nT { width:19rem;height:5rem;top:71.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIqGATILSGd9bRJzlDnPh62hKq9JZ3kQ { display:block; }
 }@media only screen and (max-width: 763px) { #UB6suu4H48KE6tW1l0kz15r7n6Zyp1lT { width:20rem;height:20rem;top:100.580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0rG9Q6ybQa1SiZwNiyp99WqFdxTKkDp { width:15.75rem;height:1.625rem;top:16.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDwtOZEpa5gainiLekTvafDDqxxpdQpc { width:3rem;height:3rem;top:12.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycNgfaHuEw0Re6u7pEhCqUz5dPTnDyAM { width:18.375rem;height:6.499rem;top:18.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOdSnzmPnZpKZ5Qs1VO5N2JQpJZ3Nd96 { width:3rem;height:3rem;top:26.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6FU0E6eSP5FmTF6La7TzCpPh9BprZIC { width:18.5rem;height:1.625rem;top:30.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcnJd1AquZTMbGT4TTfan462XllgD1Gv { width:17.8125rem;height:7.7988125rem;top:33rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ab7T99zaAvWUCeFqedT9G46zN8OiGP { width:17.5625rem;height:1.625rem;top:46.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVPlrGBASUIcOE5Cqtdev420AUW69aFa { width:17.75rem;height:6.499rem;top:49.25rem;left:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8oRGMxafpTQlRZQA4z22JBaIMQ6Kbsg { width:3rem;height:3rem;top:43rem;left:8.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1I8Fr6CymHUznhzKo8fTTLm3uu8b0Js { width:15.25rem;height:1.625rem;top:61.5625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkQ7NNc7ivNAoCF2ZT0EmI4cqNxoVQAb { width:19.9375rem;height:5.19921875rem;top:63.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptoQs3mTReyL4lm6EoTr0VwncObCCUks { width:3rem;height:3rem;top:58.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr { display:block; }#fOP45KdmgEqT5LLxk5HQqodeZwrLBmfr > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbMlva2IWOBhPVl6zbnFpNcXAbto8wtT { width:20rem;height:5.625rem;top:7.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDmDTFdDJPa87S7edckt4TTXLNxUSThK { width:8.1875rem;height:5.1875rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z347C1NWOHCHIwH6udOQqQv9qw3ZQqo5 { width:20rem;height:0;top:16.7871125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2QLx9gvffrngpvvTlKRsUTS4agClJ8v { width:15.25rem;height:0.9746125rem;top:20.375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsDOGurbZvr4i8WBnvkO583meGP6Owi9 { width:20rem;height:2rem;top:14.5625rem;left:0rem;font-size:2rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tO6enLWskFymZToiZmFTV0ngzVHdrFVD { display:flex;width:1.5rem;height:1.5rem;top:17.25rem;left:9.3125rem; }
#tO6enLWskFymZToiZmFTV0ngzVHdrFVD > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #aWSTCWNOUPtBitRebUa8weB2Dm5KNFip { display:flex;width:1.5625rem;height:1.5625rem;top:17.1875rem;left:7.1875rem; }
#aWSTCWNOUPtBitRebUa8weB2Dm5KNFip > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #kTSDTnvcDAWyvlSnVBHBZFqoIUExOVug { display:flex;width:1.375rem;height:1.375rem;top:17.3125rem;left:11.4375rem; }
#kTSDTnvcDAWyvlSnVBHBZFqoIUExOVug > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #WtUTJa5DDBXOuIyrGNhAcng0Dlbf8nhB { display:flex;width:1.5625rem;height:1.5625rem;top:17.1875rem;left:7.1875rem;display:none; }
#WtUTJa5DDBXOuIyrGNhAcng0Dlbf8nhB > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #MTyaTyB1XAosg2GWE9AgVJZ6uVmPNq4Z { display:flex;width:1.5rem;height:1.5rem;top:17.25rem;left:9.3125rem;display:none; }
#MTyaTyB1XAosg2GWE9AgVJZ6uVmPNq4Z > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #rPMhTxkKhDAqnBqvHM5a63lcvMXghzq7 { display:flex;width:1.375rem;height:1.375rem;top:17.3125rem;left:11.4375rem;display:none; }
#rPMhTxkKhDAqnBqvHM5a63lcvMXghzq7 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }