.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:223,155,111;--color-primary-1:188,173,108;--color-primary-2:255,178,0;--color-primary-3:229,219,14;--color-primary-4:240,149,0;--color-secondary-0:44,194,211;--color-secondary-1:0,153,216;--color-secondary-2:23,71,157;--color-secondary-3:64,81,97;--color-secondary-4:10,60,148;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#16e39b;background-image:url("https://images.assets-landingi.com/uc/8de80948-4c9a-4c77-8166-0314e2029656/abstractpaperbackgroundconcept.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { background-color: transparent; background-image: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .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); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BB03TDOJCD0T0Wf5oUDW45ilG8Qa3Ewd { color:rgba(var(--color-tertiary-2),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m6o8xvTvIiVISk9T1wk1dVHkvgVWr3Ns { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:1.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.0625rem;left:0rem;display:block; }
#VUOLcxOV6bV9cTfperfo3g77AU8PMdO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWnD9IK1TT0JJKiRyXFRCocxMfOnD8VD { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:1.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.0625rem;left:9.375rem;display:block; }
#du2effcL7cPxoFI3iLX0Q0Pl436TXHuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7eaV6PnP5VAPxOdAqf4pNTWLHmpzl6S { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.0625rem;left:16.84375rem;display:block; }
#VEzVUoix0X2qglwiaSuRLAxmTgLyW7HT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o7ZEpWqucm6KtbfTdvI8TgNWS85Dnoi9 { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:1.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.0625rem;left:28.90625rem;display:block; }
#TKO1uWaiGOPTcEVSF68rlprQ58geWvg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3ceFSvnobmEyLT50t4eANhT6cXUfLZG { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.0625rem;left:41.59375rem;display:block; }
#IAhkzXg8PKbRVtpbtTtwImztxPlxIqKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MHpRhL9RBPrl6nBn6cxsgB445iyHWWrb { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.0625rem;left:51.1875rem;display:block; }
#rAprQTCOP6B1zrua8Rp33r1KsezyRGL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rRocG6x7nSz38PIJn6QKePR8r2IR17ys { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:3.625rem;left:0rem;display:block; }
#Erw6xeWLEksaxlEerfLKoMRLnu6SdM9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMepqDgsoh3WUFELxkyICZbvekMUJolS { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:3.625rem;left:6.46875rem;display:block; }
#D6SRsoCxeDi0L5g5l3lEDeOyu3FJFAs0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XX1hmvPAvqXJTzf4tdxWhZ2521ZxeqCX { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:1.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:3.625rem;left:15.25rem;display:block; }
#lcfJykxF196G2IGAunuZRHNFnxnhQlEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FioMnCqX66XCO0cDrWpdQEcn2kWxMHXG { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:1.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:3.625rem;left:27.625rem;display:block; }
#gdRlyZfvrVRZzwDRc14kpLcqGdvET0LJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJPMTLKdXmrHGPyeq3eo0pnvCpNG6iJr { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:1.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:3.625rem;left:39.40625rem;display:block; }
#at2dA5FoiAxHoy4A9KdufZbBHASoSCU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAP3miNncOig1J5pT3sFkHUTnSnm2VPZ { background-color:rgba(var(--color-tertiary-2),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:3.625rem;left:51.25rem;display:block; }
#wWmu70vPgwm5KRogg8bhCXrKDuOboBhn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8de80948-4c9a-4c77-8166-0314e2029656/abstractpaperbackgroundconcept.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);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: 0.0625rem 0.0625rem 1.0625rem #ffffff ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.625rem;left:21.96875rem;display:block; }
#QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { color:rgba(var(--color-tertiary-2),1);display:block;width:54.625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.4791669845581rem;left:1.5rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9APbA1LOiiTeou37tBueFlxI0JgDoM7 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #cd290e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #cd290e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.25rem;width:9.125rem;top:31.5rem;left:24.250001907349rem;display:block; }
#uo2hbDld114A6yXgfkDfQxZLQDSW5Bwd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:37.5rem;left:27.250001907349rem; }
#uo2hbDld114A6yXgfkDfQxZLQDSW5Bwd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JIw4DPnsVbHMeowza9ryezeiuanwoZGb { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:20.6875rem;top:10.854166984558rem;left:14.947916030884rem;overflow:hidden;display:block; }
#D26IxoPSoNkSX8GJsoMkAJDowIt12wwl { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:19.291666507721rem;left:28.135416030884rem;overflow:hidden;display:block; }
#eshTiJDX9JalPogML1xZe84hLMfTmqTr { position:absolute;display:block;z-index:15026;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:14.1875rem;width:13.9375rem;top:12.03125rem;left:24.250001907349rem;overflow:hidden;display:block; }
#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa { position:relative;display:block; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa { background-color: transparent; background-image: none; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .row .container > .video-iframe-container { display: none; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .row > .video-iframe-container { display: none; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .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); }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa { border-width: 0; border-radius: 0; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hqtKEgmcotaWL4Ml46al572kbbiyTEhb { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmizEzElS9rN7PWIE1vCXsTaWaUmrrBN { color:rgba(var(--color-tertiary-2),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G { position:relative;display:block; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G { background-color: transparent; background-image: none; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row .container > .video-iframe-container { display: none; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row > .video-iframe-container { display: none; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .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); }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G { border-width: 0; border-radius: 0; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .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; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:67.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MxzSWeiui6E2LSoXeyBGnF2daF5MZrgc { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:63rem;width:51.0625rem;top:0.8125rem;left:5.625rem;display:block; }
#ETTLw3dbbhXxv2p9DpmhK0i8x3yeqQES { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:8.0000019073488rem;left:7.3125rem;height:39.9902375rem;font-style:normal;display:block; }
#TJvD5p6DpC038PzgtQGDOwm7zGf0O6xG { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:58.71875rem;left:41.687501907349rem;display:block; }
#F272exPwcCqdaIrG7H03VXrSIalGSJqy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JF4UFwz58aq6rscqIwyxo6pZNX4smbFZ { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:58.71875rem;left:27.812501907349rem;display:block; }
#r6IMiNDaCVPpihUifTP4adcKPoTHLMhk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFz14LTvn0ISmyap8WL7nmqm5TogPPkR { position:absolute;display:block;z-index:15030;background-color:#ff1313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:60.5625rem;left:47.187501907349rem;display:block; }
#cmvfPqHUJZXe7VyRq0KghnCZ8fmE9TVe { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:59.25rem;left:7.921875rem;display:block; }
#XGdcGC5vLlPwzsZoZf7hb7y4SNrGD9gm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qenLLz3bPTvUarMogMX5qmBbeccunh3G { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#cd290e' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), #cd290e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:59.25rem;left:16.828125rem;display:block; }
#DEgBXxS1MgJK5CN8qfEKSsvyxZwFTXor { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgBAKxOr6LG5z9CWMJNvJR8A3SH2Ka4N { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:49.3125rem;left:6.515625rem;overflow:hidden;display:block; }
#lZSnZRdV8HFh1h9e4Qfz9hSWA1eIexcE { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff1313, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ff1313, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ff1313, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ff1313, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1313', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1313', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ff1313, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.4375rem;width:0.25rem;top:0.4375rem;left:47.125rem;display:block; }
#kqlUkn9LiIbUETmNI0uJOr9mi1SdgPbS { color:rgba(var(--color-tertiary-2),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2.25rem;left:6.5rem;height:4.1458375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Onk6vLvyuVXUHgN7x5MSFqMXxVbmk8UT { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:50.46875rem;left:16.921875rem;overflow:hidden;display:block; }
#ddNUFTlvOLK74H1yp2FMlqfI9qqw55ng { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:27.9375rem;top:9.4986991882325rem;left:32.062501907349rem;overflow:hidden;display:block; }
#qcEAoJGZqJOAbv17uJIrnTvCq2MaNxrs { color:rgba(var(--color-tertiary-2),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:57.330078125rem;left:18.765625rem;height:1.0559875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL { position:relative;display:block; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL { background-color: transparent; background-image: none; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row .container > .video-iframe-container { display: none; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row > .video-iframe-container { display: none; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .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); }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL { border-width: 0; border-radius: 0; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .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; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:57.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KODRCRDrEqVZdcL0z5odGhsXsyTo9Aqy { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:53.8125rem;width:51.0625rem;top:0.4375rem;left:5.625rem;display:block; }
#ZIduXFnsJMmZMaF500NG9hbx7hJSxPBg { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:6.9375rem;left:7.3125rem;height:33.59183125rem;font-style:normal;display:block; }
#imbO61kRShN07Bi0hIrTR409rmh4nlVa { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:49.28125rem;left:41.6875rem;display:block; }
#A0Tgyez2lmzTvU50P4d3go3BCsZlc1Tw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXgp55g5UdtTU4LDilpyt4oEZHqqKgeQ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:28.0625rem;top:9.9140625rem;left:31.9375rem;overflow:hidden;display:block; }
#nfE27tmEvnFHcQRQvXcrHdAIfuECFAa5 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:49.28125rem;left:27.8125rem;display:block; }
#GzhlNIrvBT1OFI6pXAtAsqVDSCf80MNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rx6zouZyHiJ0VSIITlXxHJHQbF2HT3nw { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:41.0625rem;left:38.75rem;display:block; }
#hynrUk3csA879FViH2KpWm9DRJ4tZMKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFgwpqNsKsdTuLqOQ0uwq3B83xy3Apgw { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:51.125rem;left:47.1875rem;display:block; }
#yw5tUX4SrztyB06Tlpfqwq8TTE10PkMR { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:49.8125rem;left:7.921875rem;display:block; }
#aBkl4R2R7Qmpid4WMmtCe2EkyWOA3qQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q7rE9xnBEnutwKib1tdgPQKmF1XmMybv { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:49.8125rem;left:16.828125rem;display:block; }
#ZeVfd9H3puUal9RRGBizR58vi1KL2TDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkJTUZo0f1pSmyVOI9SAwLPhGHvNwnPS { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:39.875rem;left:6.515625rem;overflow:hidden;display:block; }
#xeQ0dgU9cWpiUpbCJBkzNr3iAOq88TmF { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.4375rem;width:0.25rem;top:0.4375rem;left:47.125rem;display:block; }
#Sz0ON8vbX5TGQiVpJimKJUBzdekZr1VD { color:rgba(var(--color-tertiary-2),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.5rem;left:6.5rem;height:4.14583125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RrwKg9vXfhUHSlxlLrthahBvBUFphZLu { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:41.03125rem;left:16.921875rem;overflow:hidden;display:block; }
#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB { position:relative;display:block; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB { background-color: transparent; background-image: none; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row .container > .video-iframe-container { display: none; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row > .video-iframe-container { display: none; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .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); }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB { border-width: 0; border-radius: 0; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .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; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZHXKb0xnVE6qKvdn6uST3n3PqMKumgZy { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:55.625rem;width:51.0625rem;top:0.4375rem;left:5.625rem;display:block; }
#fWOlQfINGdLMCNCMoE0Dk4IbPQUwKsUi { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:8.6015625rem;left:7.4375rem;height:31.9921875rem;font-style:normal;display:block; }
#zQe3n9pGLD4uQovmnItTTcVq1MuLeZcy { background-color:#5a8cc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:46.1875rem;left:41.84375rem;display:block; }
#Ogl82TfJMohaylRQ62kHk0hZoKb3ALI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0WUNbUXEnzM9HyRtwZdSF053Xvf8iBJ { background-color:#5a8cc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:46.1875rem;left:28.4375rem;display:block; }
#bxIwHKVdVP9CRFdFBe6feniSBKXDLWVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OqFoG0oCPwCflmZ0LoVTScZnQbFG5i1t { background-color:#5a8cc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:34.763671875rem;left:39.1875rem;display:block; }
#w7kEakJMDTcoQmUWCx7QgyOU4sbPn4Tc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXp4d5gmnz3H9TnucZaTMHSTzwkbcl06 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:49.249998807907rem;left:47.125rem;display:block; }
#Oq6CceZgKceiEdto7iMfT1i9FHpeRQpP { background-color:#5a8cc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:51.34375rem;left:8.21875rem;display:block; }
#mtIhvRBa4tmwTqVAzSft4VdIViyzzfls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVDdkz7T1SBuIpU6wwfXhEbli8U0tAIA { position:absolute;display:block;z-index:15027;background-color:#5a8cc7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.875rem;width:0.25rem;top:0.5rem;left:47.125rem;display:block; }
#p0MV7KTPdPUwtxiLFsOk12IeqfaHqnqp { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:6.25rem;left:12.8125rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EmuFCJmBWiH7CmP4FrZaKkoIANgqLlhO { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:19.25rem;top:8.6015625rem;left:37.5rem;overflow:hidden;display:block; }
#hWBMSV7ndSwo9RkB9vOJ2KMlxELNzRLI { color:rgba(var(--color-tertiary-2),1);display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:3.625rem;left:8.21875rem;height:2.03125rem;display:block; }
#uLmZAOZVmMKDC46yfDKNxIy5NAykuNmw { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:41.09375rem;left:6.8125rem;overflow:hidden;display:block; }
#al8ULAmxORkIS9KX1k7qQZKzy5GRgTRV { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:42.78125rem;left:17.9375rem;overflow:hidden;display:block; }
#R2CawmkIvkGkKc4aKfQUZ3JEqHNfXZgL { background-color:#5a8cc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:51.34375rem;left:17.65625rem;display:block; }
#dkdfy8WFTTks0OlJCyzRzIKmDOwW1i2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zcGuHVLaVpZ53m568DTtL7A5z82QedrK { position:relative;display:block; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK { background-color: transparent; background-image: none; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row .container > .video-iframe-container { display: none; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row > .video-iframe-container { display: none; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .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); }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK { border-width: 0; border-radius: 0; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .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; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pc7bpoCs48XGRHEL0Xfz3JlJ0hvsVNBw { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:55.625rem;width:51.0625rem;top:0.4375rem;left:5.625rem;display:block; }
#QHuzVTFNfWTAlo4vrI4qrNPTx9pf3FbJ { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:11.6875rem;left:7.5rem;height:25.59376875rem;font-style:normal;display:block; }
#ghOOgZLg3sh5fmWDM8g5f11UGHkaHDir { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:46.124998807907rem;left:41.8125rem;display:block; }
#QK6coqWgdEhZh4zhxPp811qwlodpdQeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3tVkiwrUwtiwib9f8FFrO71sJ456DAA { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:22.9375rem;top:11.6875rem;left:35.625rem;overflow:hidden;display:block; }
#q1Tt5gtxGhJ8AciMnU3amakqT0BIzTep { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:46.124998807907rem;left:27.6875rem;display:block; }
#sL0lntfnLn39JeUX0EfGkHA7LCbfz93x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXyhOJiUUnL3UyOVwTAAkGWo0qfvH1B9 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:40.249998807907rem;left:38.75rem;display:block; }
#mET6R61czfKqWndv4W8uzkfB4KG9dFTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvGMZX8TWTnu825JffMG96S1eO9qJJBK { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.0625rem;top:50.624134063721rem;left:7.5rem;overflow:hidden;display:block; }
#MQctoThgSGGlFBarZNXiODPTeakw3kbD { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:49.249998807907rem;left:47.125rem;display:block; }
#TxTtNTVUFrTZyCz57qN51FLSEa0QthWu { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:51.812507629394rem;left:22rem;height:2.68229375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HUcKinxO53TB77kzvNU2tfE3IBRXpy9L { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:46.656248807907rem;left:7.921875rem;display:block; }
#gxcZdTJxoWEVpiK61q0G2tHwewkwWzCi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVtDuJlqOEhJhUOKGhJBb5WRddB601AU { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:46.656248807907rem;left:17rem;display:block; }
#Q1W9HxZehJASrEwbCQaCysWE3x4pgGTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhShh1EvbfTwSJz9hZbrg6bOkstThJTO { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:4.1875rem;top:39.968748807907rem;left:18.5625rem;overflow:hidden;display:block; }
#WBgL3oGGkcmqlcHEbwXGDu9s0hTDcQhV { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:4.1875rem;top:39.937498807907rem;left:9.578125rem;overflow:hidden;display:block; }
#cTeoDe7sB5XlGZvgeGfxKifyGEyqoXeL { position:absolute;display:block;z-index:15027;background-color:#ff1313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.875rem;width:0.25rem;top:0.5rem;left:47.125rem;display:block; }
#wMXNevcQMlItFSu5Qk1E0TQpHe1ATxhs { color:rgba(var(--color-tertiary-2),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.3125rem;left:7.8125rem;height:7.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o9aO8kd1vPyEGIBbm4XzTknFpN3mA6nK { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.75rem;left:14rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM { position:relative;display:block; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM { background-color: transparent; background-image: none; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row .container > .video-iframe-container { display: none; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row > .video-iframe-container { display: none; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .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); }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM { border-width: 0; border-radius: 0; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .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; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:55.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qTBclwkS941nXtJVKLuxgOGBxThbEWpG { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:53.1875rem;width:51.0625rem;top:0.4375rem;left:5.625rem;display:block; }
#FzIo3S2ox2k6guLUWi6tSGu0o5k391kr { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:11.6875rem;left:7.5rem;height:30.3925625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ivbX14PfQZbxiqloM7fDq8ecB996IQVI { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:44.187503814698rem;left:42.5625rem;display:block; }
#JAIEwnX21dSLQxAQnS1TZHNUAyTCFwls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zh86DH23cJ0O2LzQoy4OnJ7pzgMM56de { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:20.5625rem;top:11.687505722046rem;left:39.4375rem;overflow:hidden;display:block; }
#pvMQHI9Q4Rwwq0zvEIMuPp2y81l9sFbW { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.0625rem;top:48.6875rem;left:7.5rem;overflow:hidden;display:block; }
#rdD9b5IdXveB9RhR7c5B6oJH7uSTkJom { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:47.312503814698rem;left:47.875rem;display:block; }
#CDx68PW8phlr1ac60GPPSxopGFpWxU64 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:49.875003814698rem;left:22.75rem;height:2.68229375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k4DTLzgGrLnzSv91a0b3HTylThbGLMLz { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.875rem;width:0.25rem;top:0.5rem;left:47.125rem;display:block; }
#kdGHbpcFbXMC1l9wopNu8KQexpNcLKSb { color:rgba(var(--color-tertiary-2),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.3125rem;left:21.75rem;height:7.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#A9WbmQ2tnR7u4qc82uptpGxqslpxO0OB { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.75rem;left:14rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lZwToRkEs2tyZJFl06Pb3O35VCEegqQe { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:44.187503814698rem;left:24.8125rem;display:block; }
#kfpmTX9HnJS7OuZVUi8Z8O7qd5nt8OEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrPiaLZfeoysFhpTfZXVed7QDOZzu8Iw { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:38.562503814698rem;left:33.1875rem;overflow:hidden;display:block; }
#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv { position:relative;display:block; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv { background-color: transparent; background-image: none; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row .container > .video-iframe-container { display: none; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row > .video-iframe-container { display: none; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .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); }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv { border-width: 0; border-radius: 0; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .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; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V0f6UDCBp4nu3Jxr4CW7ZbVx5ZcrWuDd { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:18.75rem;width:51.0625rem;top:0.4375rem;left:5.625rem;display:block; }
#cLL7lmwSLK6ATrV6Zi5uIzofeQVQGEyQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:27.9375rem;top:2rem;left:7rem;overflow:hidden;display:block; }
#o7SrTLiiT11nkaKBdT5vpylqRIDXKqT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.75rem;position:absolute;font-family:"russo one";font-size:2.4375rem;font-weight:400;z-index:15037;line-height:1;letter-spacing:0;top:3.9374961853027rem;left:35.875rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mp5kh5VsJmwlw4IC9pDbrEX3vqdVKm4S { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff1313, #cd290e);background-image: -moz-linear-gradient(180deg, #ff1313, #cd290e);background-image: -ms-linear-gradient(180deg, #ff1313, #cd290e);background-image: -o-linear-gradient(180deg, #ff1313, #cd290e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1313', endColorstr='#cd290e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1313', endColorstr='#cd290e' );";background-image: linear-gradient(180deg, #ff1313, #cd290e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:12.559896469116rem;left:36.9375rem;display:block; }
#GZ7THGQ4JzqNWtK53WR7GVtcSqaEwz65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki { position:relative;display:block; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki { background-color: transparent; background-image: none; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row .container > .video-iframe-container { display: none; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row > .video-iframe-container { display: none; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .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); }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki { border-width: 0; border-radius: 0; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .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; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:62.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fEKhMWxKfupp8UIlTT24JByJdvJrTV8S { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:56.625rem;width:51.0625rem;top:1.625rem;left:5.625rem;display:block; }
#NPnPkLo0ouTZBz7e2yPMWhH22dMPPN6M { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.90625rem;height:2.47916875rem;font-style:normal;display:block; }
#XZQ2ezUN7AUwryydH893MMzwNIQTskf2 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.5rem;left:12.90625rem;height:1.94986875rem;font-style:normal;display:block; }
#itZJIVw2ezEpZXu3W19oFanLsU8r7zfI { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:7.9375rem;left:21.375rem;height:30.392625rem;font-style:normal;display:block; }
#ThTAle8xAziTD0trP0DxXSTWRKXhxKCL { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:0.25rem;top:1.71875rem;left:11.547275641026rem;display:block; }
#tXVdEE7VTSs4CGaeHiz7424viptB3ZZr { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:47.8125rem;left:41.8125rem;display:block; }
#NqEL5msxoXBMuyiXO3woa59oN9agSndQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I3ypUMAqpZO3hbULkZd1kGcP94qmux3D { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:23.125rem;top:8.90625rem;left:0rem;overflow:hidden;display:block; }
#amQ5KGJtGrZU9c36cZsSRng9ABFUQ2xH { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:47.8125rem;left:27.6875rem;display:block; }
#x0V8gGGr8QrFgLi4KKfTvxgMzLRTQIwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lhhCEi2vfM698sebL23zmBF76vQiWOVK { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:37.625rem;left:2.0625rem;display:block; }
#g4Z18uqWhsfktNkcl99h7F3IHMASUrSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LX07GmE17FTJhUsJfgteXuIEP4dn3TJB { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.8125rem;top:53.8125rem;left:7.375rem;overflow:hidden;display:block; }
#TrdHzxWTQrl0ikbOpiXQDyx4zHDJMiN1 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:50.9375rem;left:47.125rem;display:block; }
#k5ObBVC9eHrhlzynVPLVczd0qIkCdHUW { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:53.5rem;left:20.3125rem;height:2.68229375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g3C2buXu15sIMpeUhLEcSOyWdeq1PzMy { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:48.34375rem;left:7.921875rem;display:block; }
#kXW8Eopzner1qFT7elxdhwzeCfLebdWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnNq2iX7u4IzV9g9lgRyEs3hTeZJ5vm1 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:48.34375rem;left:17rem;display:block; }
#fmoMrUfJwyZa772csnQE37TUPLhE5UxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCAwPlPdIqIgrOV2QJt1AnXHDKVI0GCn { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:4.1875rem;top:41.65625rem;left:18.5625rem;overflow:hidden;display:block; }
#ba2efx5C15h8qrihGpHsTuUODVoSIkr1 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:4.1875rem;top:41.625rem;left:9.578125rem;overflow:hidden;display:block; }
#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr { position:relative;display:block; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr { background-color: transparent; background-image: none; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row .container > .video-iframe-container { display: none; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row > .video-iframe-container { display: none; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .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); }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr { border-width: 0; border-radius: 0; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .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; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:54rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#isTBmVi7aDWVFOtnEgwVH64GuOzUTs9V { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:49.75rem;width:51.0625rem;top:2.1875rem;left:2.8125rem;display:block; }
#ew3MnfRNioeUoZ5gkdVLqEg0HsrxFEiF { color:rgba(var(--color-tertiary-2),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.8125rem;height:4.95833125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fg03ckRGt2bqMh7PV5nvocMKdftx1Xy4 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:8.125rem;left:14.125rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vdPKperyCRfgbwKVEl9mz2HvdLr3uviJ { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:11.375rem;left:7.0625rem;height:28.7929625rem;font-style:normal;display:block; }
#y4Ra7tnQwIeIhzsWg0GkO1dtxZTrkIBT { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:0.25rem;top:3.125rem;left:47.25rem;display:block; }
#ET8xKD1RCr4c9n78rHMEClz27h3Krav7 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:42.9375rem;left:7.0625rem;display:block; }
#sN9x5p8TwAGRuCvrIF57WEb4J7nOmT7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wq8dEuwoTXqESB5THcPLqcrUN83ppJay { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:20.8125rem;top:11.375rem;left:39.1875rem;overflow:hidden;display:block; }
#UCeXeZ1yohrTQTUgToIw6zD6yiLmxNCs { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:59.40625rem;left:14rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KZx3bggL6638NI3nexqgFbz3WoQsnssM { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:42.9375rem;left:21.125rem;display:block; }
#UN4HcTzgcH1aHbCcGmL9Zpaof4hF0pWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBU5t0Du38WId7TL7aDO454QZiaUegBv { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.8125rem;top:47.84375rem;left:41.53125rem;overflow:hidden;display:block; }
#atUHIEpDJEEKObBkQFQC5P9T2RVKExtU { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:42.9375rem;left:41.53125rem;display:block; }
#id1N7K7qrWA0m1GoMcHDvIIXcOxBFgaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTFmUdR2ERAFasMKXvL68kJSTdqwRwCR { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.25rem;top:45.5rem;left:12.4375rem;display:block; }
#scT3kTEoXGEonUlIQV9R0yIi10Kbxrsd { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:47.6875rem;left:13.625rem;height:2.68229375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX { position:relative;display:block; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX { background-color: transparent; background-image: none; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row .container > .video-iframe-container { display: none; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row > .video-iframe-container { display: none; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .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); }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX { border-width: 0; border-radius: 0; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .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; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:68.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zE71MSrXBgEb7QtaV8DTS2ne3t2El8kE { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:64.1875rem;width:51.0625rem;top:0.625rem;left:5.625rem;display:block; }
#yfprV3Hn3DssittfptCtEXkANWU3qNfU { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.90625rem;height:4.95833125rem;font-style:normal;display:block; }
#vgiA7SXAv1VE9PBEDrlP6TRIDtgT5EPX { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:6.94921875rem;left:12.9375rem;height:1.94986875rem;font-style:normal;display:block; }
#KpgOsSmOw5oGxOSz68rZ7QI7xlEw01IA { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:10.5rem;left:21.25rem;height:41.58981875rem;font-style:normal;display:block; }
#rxwGPnorxQ7lqSnhlKB3waRtM9QfIoQK { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:0.25rem;top:1.71875rem;left:11.547275641026rem;display:block; }
#MakPQ7x0UAAJFrtnOAOcKVLao2JtnoWq { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:55.625rem;left:41.75rem;display:block; }
#zTpmkcSvgAZgscOwUIDlMmNTrHrv1aG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x78ID6WzGLHcZ1bwq5ry0EgLZT7DaVmx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:23.125rem;top:14.15625rem;left:0rem;overflow:hidden;display:block; }
#oAD785BTrr1k1SZWMWnBkECfbhaVvWUJ { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:55.625rem;left:27.625rem;display:block; }
#glgEtr6vJAtFvOTC6VRMTJr2CSDlpNsm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#newyiH49qgd518iZnVry9vD6RHf1gL9K { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:42.875rem;left:1.9375rem;display:block; }
#MH0IbyUwOxhdrObSVuaUusyu6ILwPVdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8Swel00llfBiGL9wqOTPMxvZS3S1P1x { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.8125rem;top:60.375rem;left:7.3125rem;overflow:hidden;display:block; }
#JANOUTWwLR7CNSP2KJvKhUROEmPNfAaV { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.25rem;top:58.75rem;left:47.03125rem;display:block; }
#BgmsTXaE6DJ9gqltSgUVi9Zdb8EJZiEa { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:60.0625rem;left:20.21875rem;height:2.68229375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb { position:relative;display:block; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb { background-color: transparent; background-image: none; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row .container > .video-iframe-container { display: none; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row > .video-iframe-container { display: none; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .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); }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb { border-width: 0; border-radius: 0; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .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; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E6QUtoJmNhNaUwOXnk21O8WWGfcOHLn4 { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:50.125rem;width:51.0625rem;top:2.125rem;left:3.125rem;display:block; }
#F0EKW6OScnol7brsvS9m0L7kJWxVTH09 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.875rem;height:4.95833125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qqmn5zrwEQsb216VEhMg1cxQJ1VHMeRd { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:8.375rem;left:14.125rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JHIx5xcTeiOzbU6sVNtTxaOV5CJ7Nx7Z { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:12.5rem;left:7.875rem;height:25.59375rem;font-style:normal;display:block; }
#oHTqVA88k9N4L8XKXxM1nTTKrlPLNcU2 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:0.25rem;top:3.375rem;left:47.25rem;display:block; }
#c7RF8leudFywFn1ReM4SC7SDTVVgXyHQ { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:43.375rem;left:7.5rem;display:block; }
#p7skEpIGaFirJyxcwebIlIVBQ6myUkuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfZic85hKIMHDWLnDTeUhTxxM07xdX6p { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:21.75rem;top:10.3125rem;left:37.3125rem;overflow:hidden;display:block; }
#NGDTHJpDV9NvEPAQQi5TOmoS0KLtghIW { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.25rem;top:45.875rem;left:12.78125rem;display:block; }
#H9OOJRhNTDxUKt63nb1K3aO0c0tKDsti { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:48.0625rem;left:14rem;height:2.68229375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2TSkCtNJftPTGH8q00X4VCF38WWZZ5o { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:39.6875rem;left:41.375rem;display:block; }
#BMg16de7k0At7l8C2AxiuN8790UQ0Abh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tgyksJ7X5MTU0ZfOMOErTChzEGZDHvbM { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.25rem;top:48.75rem;left:43.5625rem;overflow:hidden;display:block; }
#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { position:relative;display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:54rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:49.8125rem;width:51.0625rem;top:1.875rem;left:5.625rem;display:block; }
#GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.90625rem;height:2.47916875rem;font-style:normal;display:block; }
#c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.69921875rem;left:12.9375rem;height:1.94986875rem;font-style:normal;display:block; }
#wTfyCVp0cmPaZz4pDHh3rWsoIOZuy1Js { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:9.625rem;left:21.25rem;height:28.7929375rem;font-style:normal;display:block; }
#r0zDUp5W32G2MoXkP4X5HP7RVmBpd0qf { position:absolute;display:block;z-index:15024;background-color:#ff1313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:0.25rem;top:2.96875rem;left:11.546875rem;display:block; }
#Z6kIihM1lPMzqGN0qXZX1PHIu8lxRfMU { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #cd290e, #ff1313);background-image: -moz-linear-gradient(84deg, #cd290e, #ff1313);background-image: -ms-linear-gradient(84deg, #cd290e, #ff1313);background-image: -o-linear-gradient(84deg, #cd290e, #ff1313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd290e', endColorstr='#ff1313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd290e', endColorstr='#ff1313' );";background-image: linear-gradient(84deg, #cd290e, #ff1313);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:42.75rem;left:41.625rem;display:block; }
#WRfLQA8DilaQhcTG32P9KyNkzOOxRJRS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDTuT4O0yKmaATduloqmeR52B165xqAp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:23.125rem;top:9.65625rem;left:0rem;overflow:hidden;display:block; }
#UTM3awKNqJhkUQfBJOJdZpstfTqSDPqk { position:absolute;display:block;z-index:15025;background-color:#ff1313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.25rem;top:45rem;left:46.90625rem;display:block; }
#vOK5qCKZeoLCN9sLwqiDsZJM1D5kGxAq { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:46.9375rem;left:19.25rem;height:2.68229375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BNCtg6F94FKND7Pm7z5bKWENtf8t0DU7 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #42464d, #ff1313);background-image: -moz-linear-gradient(84deg, #42464d, #ff1313);background-image: -ms-linear-gradient(84deg, #42464d, #ff1313);background-image: -o-linear-gradient(84deg, #42464d, #ff1313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42464d', endColorstr='#ff1313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42464d', endColorstr='#ff1313' );";background-image: linear-gradient(84deg, #42464d, #ff1313);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:38.375rem;left:3.9375rem;display:block; }
#zIQUxS3sJoMNqvp3LBU01nXGTIOtwf8m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlZd38zZ2GuGGMgTII9Hpe7UzBKmrNN6 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.25rem;top:47.625rem;left:7.4375rem;overflow:hidden;display:block; }
#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 { position:relative;display:block; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 { background-color: transparent; background-image: none; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row .container > .video-iframe-container { display: none; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row > .video-iframe-container { display: none; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .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); }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 { border-width: 0; border-radius: 0; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .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; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B3w7RTWdIatIUbpH23FGmKRUJS8o2MUd { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:46rem;width:51.0625rem;top:2.125rem;left:3.125rem;display:block; }
#mZixRiRF61Tr9qDNBX1LEhA5P6XTIDym { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.875rem;height:4.95833125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WW5LlEtbl9WkTfy104BZ7s6W6uWNWXhw { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:8.4375rem;left:14.0625rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mvFXXU2g92xpaWgD7HdnxUbUar4SJtAw { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:11.25rem;left:7.875rem;height:27.19336875rem;font-style:normal;display:block; }
#NFvReQNVqsU2nyAB76896WBdoKvxvCFQ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:0.25rem;top:3.375rem;left:47.25rem;display:block; }
#dT2GXqHtz0XB70LK1aKOyOcg9TiZhkCp { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:39.75rem;left:7.875rem;display:block; }
#a7SaWJacV9RBGECFRMO0RPSPIJOe2J21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBBzdATfBtCcxiKcCKQKumk8LPhFrvTX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:21.75rem;top:11.25rem;left:37.125rem;overflow:hidden;display:block; }
#EPSJdRknZ6w9FXu9mdhqZlePLqwKPdtT { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:39.75rem;left:39.9375rem;display:block; }
#WJIoMWQI2K6nVrFFmvupMsnmh5TOtRJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSx0Jy2g7L5ydSHQAtBKTVaDvXd8reeD { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.8125rem;top:44.0625rem;left:7.875rem;overflow:hidden;display:block; }
#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc { position:relative;display:block; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc { background-color: transparent; background-image: none; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row .container > .video-iframe-container { display: none; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row > .video-iframe-container { display: none; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .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); }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc { border-width: 0; border-radius: 0; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .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; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:64.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DTvVotD8uHD7JxyWxl0ZFNWWqrk5zF6C { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:60.9375rem;width:51.0625rem;top:1.875rem;left:5.625rem;display:block; }
#urTA1INKC4ftCh13XTdOV7SxJ7m3n4Mu { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.90625rem;height:4.95833125rem;font-style:normal;display:block; }
#dZHCPqb7Cbiy70MvNbMWbr2xPIB1gkMr { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:8.1875rem;left:12.9375rem;height:1.94986875rem;font-style:normal;display:block; }
#C9cvUis3X2vSBHg1mK56f5x9pWh75wKI { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:11.3125rem;left:22.6875rem;height:43.1894rem;font-style:normal;display:block; }
#zV0EbPIfQcsFb5Jup9DsCWX433vLxbNO { position:absolute;display:block;z-index:15024;background-color:#ff1313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:0.25rem;top:2.96875rem;left:11.546875rem;display:block; }
#RTFast7ln6mzfThpficChl3ImIrN2uKG { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #cd290e, #ff1313);background-image: -moz-linear-gradient(84deg, #cd290e, #ff1313);background-image: -ms-linear-gradient(84deg, #cd290e, #ff1313);background-image: -o-linear-gradient(84deg, #cd290e, #ff1313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd290e', endColorstr='#ff1313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd290e', endColorstr='#ff1313' );";background-image: linear-gradient(84deg, #cd290e, #ff1313);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:54.8125rem;left:41.75rem;display:block; }
#gTnTfH6fuAeaR70rTE4ZFhNUFSDf7rZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STpN7bE0Ugvv7kBHwe43JMvHnB3zA3Ir { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:23.125rem;top:10.5rem;left:0rem;overflow:hidden;display:block; }
#viseCMcmlf3PxcBXbINiGwzqQTBtJ7sq { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #42464d, #ff1313);background-image: -moz-linear-gradient(84deg, #42464d, #ff1313);background-image: -ms-linear-gradient(84deg, #42464d, #ff1313);background-image: -o-linear-gradient(84deg, #42464d, #ff1313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42464d', endColorstr='#ff1313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42464d', endColorstr='#ff1313' );";background-image: linear-gradient(84deg, #42464d, #ff1313);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:38.375rem;left:3.9375rem;display:block; }
#V4WuVglTGbeKwW782lU8HAKb9ZxuPlL4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQ3eKN65wfFGtRED4v1JITRZ7azfFeTJ { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.8125rem;top:58.9375rem;left:41.75rem;overflow:hidden;display:block; }
#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 { position:relative;display:block; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 { background-color: transparent; background-image: none; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row .container > .video-iframe-container { display: none; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row > .video-iframe-container { display: none; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .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); }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 { border-width: 0; border-radius: 0; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .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; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:63.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nyyW7v4SZTm2nXEeOcVlCrIRy2l9NCmG { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.17) ;height:57.8125rem;width:51.0625rem;top:2.125rem;left:3.125rem;display:block; }
#SWDCzENc7wN7lDHg7sWT9so6ZIa9TrVM { color:rgba(var(--color-tertiary-2),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.375rem;left:4.25rem;height:4.95833125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KDUEu09opD4OTxFrcmP75ZAVGLShlOcH { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:8.4375rem;left:1.3125rem;height:1.787325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TRQsoQHtRgIEg5EWt9w2wQNO00Edkbid { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:11.25rem;left:7.875rem;height:39.99029375rem;font-style:normal;display:block; }
#kNBvvh55bdaw0ztqv1QFAQ3dcg49iqhZ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:0.25rem;top:3.375rem;left:47.25rem;display:block; }
#bH4vd04Os5U3n0zSfqbAQcJwdGJlF7B1 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:52.3125rem;left:7.875rem;display:block; }
#HPpXPKdkG7ct0EBXexWSM2hvyTKy2sHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X7Pmce8a8G0WiHom5k2Gd1WySf9W2yG7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:21.75rem;top:11.25rem;left:38.25rem;overflow:hidden;display:block; }
#BmFNK10JzwZwvlATFowPgbSrPCXV4Czd { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:38.3125rem;left:40.375rem;display:block; }
#B8BlGEOxpZn7NBinmDJRIUWzF6elXB5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MF92H6pKf68hWThtmtizfEe355GkdeLw { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.8125rem;top:56.625rem;left:7.875rem;overflow:hidden;display:block; }
#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2eif3S96/Background4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.adaptive-delivery-prevent-bg, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyload, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyloading { background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { background-color: transparent; background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .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); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { border-width: 0; border-radius: 0; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#Jktw5PhJvm2x12wEFeIePnyS0sInadZp { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB03TDOJCD0T0Wf5oUDW45ilG8Qa3Ewd { top:0rem;left:0rem;width:37.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6o8xvTvIiVISk9T1wk1dVHkvgVWr3Ns { width:7.75rem;height:1.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOLcxOV6bV9cTfperfo3g77AU8PMdO6 { display:block; }
 }@media only screen and (max-width: 763px) { #zWnD9IK1TT0JJKiRyXFRCocxMfOnD8VD { width:5.875rem;height:1.4375rem;top:1.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #du2effcL7cPxoFI3iLX0Q0Pl436TXHuo { display:block; }
 }@media only screen and (max-width: 763px) { #Z7eaV6PnP5VAPxOdAqf4pNTWLHmpzl6S { width:10.125rem;height:1.4375rem;top:1.0625rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEzVUoix0X2qglwiaSuRLAxmTgLyW7HT { display:block; }
 }@media only screen and (max-width: 763px) { #o7ZEpWqucm6KtbfTdvI8TgNWS85Dnoi9 { width:11.125rem;height:1.4375rem;top:1.0625rem;left:22.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKO1uWaiGOPTcEVSF68rlprQ58geWvg2 { display:block; }
 }@media only screen and (max-width: 763px) { #B3ceFSvnobmEyLT50t4eANhT6cXUfLZG { width:8rem;height:1.4375rem;top:1.0625rem;left:35.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhkzXg8PKbRVtpbtTtwImztxPlxIqKT { display:block; }
 }@media only screen and (max-width: 763px) { #MHpRhL9RBPrl6nBn6cxsgB445iyHWWrb { width:8.8125rem;height:1.4375rem;top:1.0625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAprQTCOP6B1zrua8Rp33r1KsezyRGL3 { display:block; }
 }@media only screen and (max-width: 763px) { #rRocG6x7nSz38PIJn6QKePR8r2IR17ys { width:5.3125rem;height:1.4375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erw6xeWLEksaxlEerfLKoMRLnu6SdM9U { display:block; }
 }@media only screen and (max-width: 763px) { #hMepqDgsoh3WUFELxkyICZbvekMUJolS { width:7.5rem;height:1.4375rem;top:3.625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6SRsoCxeDi0L5g5l3lEDeOyu3FJFAs0 { display:block; }
 }@media only screen and (max-width: 763px) { #XX1hmvPAvqXJTzf4tdxWhZ2521ZxeqCX { width:11.0625rem;height:1.4375rem;top:3.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcfJykxF196G2IGAunuZRHNFnxnhQlEm { display:block; }
 }@media only screen and (max-width: 763px) { #FioMnCqX66XCO0cDrWpdQEcn2kWxMHXG { width:10.25rem;height:1.4375rem;top:3.625rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdRlyZfvrVRZzwDRc14kpLcqGdvET0LJ { display:block; }
 }@media only screen and (max-width: 763px) { #GJPMTLKdXmrHGPyeq3eo0pnvCpNG6iJr { width:10.25rem;height:1.4375rem;top:3.625rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at2dA5FoiAxHoy4A9KdufZbBHASoSCU6 { display:block; }
 }@media only screen and (max-width: 763px) { #nAP3miNncOig1J5pT3sFkHUTnSnm2VPZ { width:8.75rem;height:1.4375rem;top:3.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWmu70vPgwm5KRogg8bhCXrKDuOboBhn { display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { width:13.6875rem;height:3.1875rem;top:32.625rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block; }
 }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { top:8.4375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9APbA1LOiiTeou37tBueFlxI0JgDoM7 { top:31.5rem;left:18.125001907349rem;width:9.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo2hbDld114A6yXgfkDfQxZLQDSW5Bwd { top:37.5rem;left:21.125001907349rem;width:3.125rem;height:3.125rem;display:block; }
#uo2hbDld114A6yXgfkDfQxZLQDSW5Bwd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JIw4DPnsVbHMeowza9ryezeiuanwoZGb { top:10.8125rem;left:8.8229160308837rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26IxoPSoNkSX8GJsoMkAJDowIt12wwl { top:19.25rem;left:22.010416030884rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eshTiJDX9JalPogML1xZe84hLMfTmqTr { top:12rem;left:18.125001907349rem;width:13.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa { display:block; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqtKEgmcotaWL4Ml46al572kbbiyTEhb { top:2.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmizEzElS9rN7PWIE1vCXsTaWaUmrrBN { top:0rem;left:0rem;width:37.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G { display:block; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxzSWeiui6E2LSoXeyBGnF2daF5MZrgc { top:0.8125rem;left:0rem;width:47.75rem;height:63rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTLw3dbbhXxv2p9DpmhK0i8x3yeqQES { top:8rem;left:1.1875rem;width:31.25rem;height:39.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJvD5p6DpC038PzgtQGDOwm7zGf0O6xG { width:10.8125rem;height:3.125rem;top:58.6875rem;left:35.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #F272exPwcCqdaIrG7H03VXrSIalGSJqy { display:block; }
 }@media only screen and (max-width: 763px) { #JF4UFwz58aq6rscqIwyxo6pZNX4smbFZ { width:10.8125rem;height:3.125rem;top:58.6875rem;left:21.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6IMiNDaCVPpihUifTP4adcKPoTHLMhk { display:block; }
 }@media only screen and (max-width: 763px) { #FFz14LTvn0ISmyap8WL7nmqm5TogPPkR { top:60.5625rem;left:41.062501907349rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmvfPqHUJZXe7VyRq0KghnCZ8fmE9TVe { width:7.5rem;height:2.0625rem;top:59.25rem;left:1.796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGdcGC5vLlPwzsZoZf7hb7y4SNrGD9gm { display:block; }
 }@media only screen and (max-width: 763px) { #qenLLz3bPTvUarMogMX5qmBbeccunh3G { width:7.5rem;height:2.0625rem;top:59.25rem;left:10.703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEgBXxS1MgJK5CN8qfEKSsvyxZwFTXor { display:block; }
 }@media only screen and (max-width: 763px) { #XgBAKxOr6LG5z9CWMJNvJR8A3SH2Ka4N { top:49.3125rem;left:0.390625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZSnZRdV8HFh1h9e4Qfz9hSWA1eIexcE { top:0.4375rem;left:41rem;width:0.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqlUkn9LiIbUETmNI0uJOr9mi1SdgPbS { top:2.25rem;left:0.375rem;width:39.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onk6vLvyuVXUHgN7x5MSFqMXxVbmk8UT { top:50.4375rem;left:10.796875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddNUFTlvOLK74H1yp2FMlqfI9qqw55ng { top:9.4375rem;left:19.8125rem;width:27.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcEAoJGZqJOAbv17uJIrnTvCq2MaNxrs { top:57.3125rem;left:12.640625rem;width:3.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVWd2QxHneqWZW7OuN45RmxdV7v7IefL { display:block; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KODRCRDrEqVZdcL0z5odGhsXsyTo9Aqy { top:0.4375rem;left:0rem;width:47.75rem;height:53.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIduXFnsJMmZMaF500NG9hbx7hJSxPBg { top:6.9375rem;left:1.1875rem;width:31.25rem;height:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbO61kRShN07Bi0hIrTR409rmh4nlVa { width:10.8125rem;height:3.125rem;top:49.25rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Tgyez2lmzTvU50P4d3go3BCsZlc1Tw { display:block; }
 }@media only screen and (max-width: 763px) { #AXgp55g5UdtTU4LDilpyt4oEZHqqKgeQ { top:9.875rem;left:19.6875rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfE27tmEvnFHcQRQvXcrHdAIfuECFAa5 { width:10.8125rem;height:3.125rem;top:49.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzhlNIrvBT1OFI6pXAtAsqVDSCf80MNN { display:block; }
 }@media only screen and (max-width: 763px) { #rx6zouZyHiJ0VSIITlXxHJHQbF2HT3nw { width:16.125rem;height:3.125rem;top:41.0625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hynrUk3csA879FViH2KpWm9DRJ4tZMKe { display:block; }
 }@media only screen and (max-width: 763px) { #iFgwpqNsKsdTuLqOQ0uwq3B83xy3Apgw { top:51.125rem;left:41.0625rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw5tUX4SrztyB06Tlpfqwq8TTE10PkMR { width:7.5rem;height:2.0625rem;top:49.8125rem;left:1.796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBkl4R2R7Qmpid4WMmtCe2EkyWOA3qQg { display:block; }
 }@media only screen and (max-width: 763px) { #Q7rE9xnBEnutwKib1tdgPQKmF1XmMybv { width:7.5rem;height:2.0625rem;top:49.8125rem;left:10.703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeVfd9H3puUal9RRGBizR58vi1KL2TDt { display:block; }
 }@media only screen and (max-width: 763px) { #EkJTUZo0f1pSmyVOI9SAwLPhGHvNwnPS { top:39.875rem;left:0.390625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeQ0dgU9cWpiUpbCJBkzNr3iAOq88TmF { top:0.4375rem;left:41rem;width:0.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz0ON8vbX5TGQiVpJimKJUBzdekZr1VD { top:1.5rem;left:0.375rem;width:39.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrwKg9vXfhUHSlxlLrthahBvBUFphZLu { top:41rem;left:10.796875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB { display:block; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHXKb0xnVE6qKvdn6uST3n3PqMKumgZy { top:0.4375rem;left:0rem;width:47.75rem;height:55.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWOlQfINGdLMCNCMoE0Dk4IbPQUwKsUi { top:8.5625rem;left:1.3125rem;width:31.25rem;height:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQe3n9pGLD4uQovmnItTTcVq1MuLeZcy { width:10.8125rem;height:3.125rem;top:46.1875rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogl82TfJMohaylRQ62kHk0hZoKb3ALI0 { display:block; }
 }@media only screen and (max-width: 763px) { #d0WUNbUXEnzM9HyRtwZdSF053Xvf8iBJ { width:10.8125rem;height:3.125rem;top:46.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxIwHKVdVP9CRFdFBe6feniSBKXDLWVU { display:block; }
 }@media only screen and (max-width: 763px) { #OqFoG0oCPwCflmZ0LoVTScZnQbFG5i1t { width:16.125rem;height:3.125rem;top:34.75rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7kEakJMDTcoQmUWCx7QgyOU4sbPn4Tc { display:block; }
 }@media only screen and (max-width: 763px) { #HXp4d5gmnz3H9TnucZaTMHSTzwkbcl06 { top:49.1875rem;left:41rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq6CceZgKceiEdto7iMfT1i9FHpeRQpP { width:7.5rem;height:2.0625rem;top:51.3125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtIhvRBa4tmwTqVAzSft4VdIViyzzfls { display:block; }
 }@media only screen and (max-width: 763px) { #TVDdkz7T1SBuIpU6wwfXhEbli8U0tAIA { top:0.5rem;left:41rem;width:0.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0MV7KTPdPUwtxiLFsOk12IeqfaHqnqp { top:6.25rem;left:6.6875rem;width:31.9375rem;height:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmuFCJmBWiH7CmP4FrZaKkoIANgqLlhO { top:8.5625rem;left:28.5rem;width:19.25rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWBMSV7ndSwo9RkB9vOJ2KMlxELNzRLI { top:3.625rem;left:2.09375rem;width:37.75rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLmZAOZVmMKDC46yfDKNxIy5NAykuNmw { top:41.0625rem;left:0.6875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #al8ULAmxORkIS9KX1k7qQZKzy5GRgTRV { top:42.75rem;left:11.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2CawmkIvkGkKc4aKfQUZ3JEqHNfXZgL { width:7.5rem;height:2.0625rem;top:51.3125rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkdfy8WFTTks0OlJCyzRzIKmDOwW1i2p { display:block; }
 }@media only screen and (max-width: 763px) { #zcGuHVLaVpZ53m568DTtL7A5z82QedrK { display:block; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc7bpoCs48XGRHEL0Xfz3JlJ0hvsVNBw { top:0.4375rem;left:0rem;width:47.75rem;height:55.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHuzVTFNfWTAlo4vrI4qrNPTx9pf3FbJ { top:11.6875rem;left:1.375rem;width:31.25rem;height:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghOOgZLg3sh5fmWDM8g5f11UGHkaHDir { width:10.8125rem;height:3.125rem;top:46.0625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK6coqWgdEhZh4zhxPp811qwlodpdQeV { display:block; }
 }@media only screen and (max-width: 763px) { #d3tVkiwrUwtiwib9f8FFrO71sJ456DAA { top:11.6875rem;left:24.8125rem;width:22.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Tt5gtxGhJ8AciMnU3amakqT0BIzTep { width:10.8125rem;height:3.125rem;top:46.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL0lntfnLn39JeUX0EfGkHA7LCbfz93x { display:block; }
 }@media only screen and (max-width: 763px) { #SXyhOJiUUnL3UyOVwTAAkGWo0qfvH1B9 { width:16.125rem;height:3.125rem;top:40.1875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mET6R61czfKqWndv4W8uzkfB4KG9dFTP { display:block; }
 }@media only screen and (max-width: 763px) { #gvGMZX8TWTnu825JffMG96S1eO9qJJBK { top:50.5625rem;left:1.375rem;width:7.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQctoThgSGGlFBarZNXiODPTeakw3kbD { top:49.1875rem;left:41rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTtNTVUFrTZyCz57qN51FLSEa0QthWu { top:51.8125rem;left:15.875rem;width:23.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUcKinxO53TB77kzvNU2tfE3IBRXpy9L { width:7.5rem;height:2.0625rem;top:46.625rem;left:1.796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxcZdTJxoWEVpiK61q0G2tHwewkwWzCi { display:block; }
 }@media only screen and (max-width: 763px) { #sVtDuJlqOEhJhUOKGhJBb5WRddB601AU { width:7.5rem;height:2.0625rem;top:46.625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1W9HxZehJASrEwbCQaCysWE3x4pgGTv { display:block; }
 }@media only screen and (max-width: 763px) { #KhShh1EvbfTwSJz9hZbrg6bOkstThJTO { top:39.9375rem;left:12.4375rem;width:4.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBgL3oGGkcmqlcHEbwXGDu9s0hTDcQhV { top:39.875rem;left:3.453125rem;width:4.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTeoDe7sB5XlGZvgeGfxKifyGEyqoXeL { top:0.5rem;left:41rem;width:0.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMXNevcQMlItFSu5Qk1E0TQpHe1ATxhs { top:1.3125rem;left:1.6875rem;width:37.8125rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9aO8kd1vPyEGIBbm4XzTknFpN3mA6nK { top:8.75rem;left:7.875rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM { display:block; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTBclwkS941nXtJVKLuxgOGBxThbEWpG { top:0.4375rem;left:0rem;width:47.75rem;height:53.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzIo3S2ox2k6guLUWi6tSGu0o5k391kr { top:11.6875rem;left:1.375rem;width:31.25rem;height:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivbX14PfQZbxiqloM7fDq8ecB996IQVI { width:10.8125rem;height:3.125rem;top:44.1875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIEwnX21dSLQxAQnS1TZHNUAyTCFwls { display:block; }
 }@media only screen and (max-width: 763px) { #zh86DH23cJ0O2LzQoy4OnJ7pzgMM56de { top:11.6875rem;left:27.1875rem;width:20.5625rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMQHI9Q4Rwwq0zvEIMuPp2y81l9sFbW { top:48.6875rem;left:1.375rem;width:7.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdD9b5IdXveB9RhR7c5B6oJH7uSTkJom { top:47.3125rem;left:41.75rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDx68PW8phlr1ac60GPPSxopGFpWxU64 { top:49.875rem;left:16.625rem;width:23.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4DTLzgGrLnzSv91a0b3HTylThbGLMLz { top:0.5rem;left:41rem;width:0.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdGHbpcFbXMC1l9wopNu8KQexpNcLKSb { top:1.3125rem;left:9.9375rem;width:23.875rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9WbmQ2tnR7u4qc82uptpGxqslpxO0OB { top:8.75rem;left:7.875rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZwToRkEs2tyZJFl06Pb3O35VCEegqQe { width:16.125rem;height:3.125rem;top:44.1875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpmTX9HnJS7OuZVUi8Z8O7qd5nt8OEG { display:block; }
 }@media only screen and (max-width: 763px) { #MrPiaLZfeoysFhpTfZXVed7QDOZzu8Iw { top:38.5625rem;left:27.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv { display:block; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0f6UDCBp4nu3Jxr4CW7ZbVx5ZcrWuDd { top:0.4375rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLL7lmwSLK6ATrV6Zi5uIzofeQVQGEyQ { top:2rem;left:0.875rem;width:27.9375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7SrTLiiT11nkaKBdT5vpylqRIDXKqT4 { top:3.875rem;left:28rem;width:19.75rem;height:7.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp5kh5VsJmwlw4IC9pDbrEX3vqdVKm4S { width:18.75rem;height:3.125rem;top:12.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7THGQ4JzqNWtK53WR7GVtcSqaEwz65 { display:block; }
 }@media only screen and (max-width: 763px) { #rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki { display:block; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEKhMWxKfupp8UIlTT24JByJdvJrTV8S { top:1.625rem;left:0rem;width:47.75rem;height:56.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPnPkLo0ouTZBz7e2yPMWhH22dMPPN6M { top:2.0625rem;left:6.78125rem;width:37.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZQ2ezUN7AUwryydH893MMzwNIQTskf2 { top:4.5rem;left:6.78125rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itZJIVw2ezEpZXu3W19oFanLsU8r7zfI { top:7.9375rem;left:15.25rem;width:31.25rem;height:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTAle8xAziTD0trP0DxXSTWRKXhxKCL { top:1.6875rem;left:5.4222756410256rem;width:0.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXVdEE7VTSs4CGaeHiz7424viptB3ZZr { width:10.8125rem;height:3.125rem;top:47.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqEL5msxoXBMuyiXO3woa59oN9agSndQ { display:block; }
 }@media only screen and (max-width: 763px) { #I3ypUMAqpZO3hbULkZd1kGcP94qmux3D { top:8.875rem;left:0rem;width:23.125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQ5KGJtGrZU9c36cZsSRng9ABFUQ2xH { width:10.8125rem;height:3.125rem;top:47.8125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0V8gGGr8QrFgLi4KKfTvxgMzLRTQIwx { display:block; }
 }@media only screen and (max-width: 763px) { #lhhCEi2vfM698sebL23zmBF76vQiWOVK { width:16.125rem;height:3.125rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Z18uqWhsfktNkcl99h7F3IHMASUrSB { display:block; }
 }@media only screen and (max-width: 763px) { #LX07GmE17FTJhUsJfgteXuIEP4dn3TJB { top:53.8125rem;left:1.25rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdHzxWTQrl0ikbOpiXQDyx4zHDJMiN1 { top:50.9375rem;left:41rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ObBVC9eHrhlzynVPLVczd0qIkCdHUW { top:53.5rem;left:14.1875rem;width:25.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3C2buXu15sIMpeUhLEcSOyWdeq1PzMy { width:7.5rem;height:2.0625rem;top:48.3125rem;left:1.796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXW8Eopzner1qFT7elxdhwzeCfLebdWc { display:block; }
 }@media only screen and (max-width: 763px) { #ZnNq2iX7u4IzV9g9lgRyEs3hTeZJ5vm1 { width:7.5rem;height:2.0625rem;top:48.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoMrUfJwyZa772csnQE37TUPLhE5UxS { display:block; }
 }@media only screen and (max-width: 763px) { #BCAwPlPdIqIgrOV2QJt1AnXHDKVI0GCn { top:41.625rem;left:12.4375rem;width:4.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba2efx5C15h8qrihGpHsTuUODVoSIkr1 { top:41.625rem;left:3.453125rem;width:4.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr { display:block; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isTBmVi7aDWVFOtnEgwVH64GuOzUTs9V { top:2.1875rem;left:0rem;width:47.75rem;height:49.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew3MnfRNioeUoZ5gkdVLqEg0HsrxFEiF { top:3.125rem;left:6.6875rem;width:32.9375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg03ckRGt2bqMh7PV5nvocMKdftx1Xy4 { top:8.125rem;left:8rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdPKperyCRfgbwKVEl9mz2HvdLr3uviJ { top:11.375rem;left:0.9375rem;width:32.125rem;height:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Ra7tnQwIeIhzsWg0GkO1dtxZTrkIBT { top:3.125rem;left:41.125rem;width:0.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8xKD1RCr4c9n78rHMEClz27h3Krav7 { width:10.8125rem;height:3.125rem;top:42.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN9x5p8TwAGRuCvrIF57WEb4J7nOmT7T { display:block; }
 }@media only screen and (max-width: 763px) { #wq8dEuwoTXqESB5THcPLqcrUN83ppJay { top:11.375rem;left:26.9375rem;width:20.8125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCeXeZ1yohrTQTUgToIw6zD6yiLmxNCs { top:59.375rem;left:7.875rem;width:25.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZx3bggL6638NI3nexqgFbz3WoQsnssM { width:10.8125rem;height:3.125rem;top:42.9375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN4HcTzgcH1aHbCcGmL9Zpaof4hF0pWw { display:block; }
 }@media only screen and (max-width: 763px) { #zBU5t0Du38WId7TL7aDO454QZiaUegBv { top:47.8125rem;left:35.40625rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atUHIEpDJEEKObBkQFQC5P9T2RVKExtU { width:16.125rem;height:3.125rem;top:42.9375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id1N7K7qrWA0m1GoMcHDvIIXcOxBFgaM { display:block; }
 }@media only screen and (max-width: 763px) { #ZTFmUdR2ERAFasMKXvL68kJSTdqwRwCR { top:45.5rem;left:6.3125rem;width:0.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scT3kTEoXGEonUlIQV9R0yIi10Kbxrsd { top:47.6875rem;left:7.5rem;width:25.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX { display:block; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE71MSrXBgEb7QtaV8DTS2ne3t2El8kE { top:0.625rem;left:0rem;width:47.75rem;height:64.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfprV3Hn3DssittfptCtEXkANWU3qNfU { top:2.0625rem;left:6.78125rem;width:37.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgiA7SXAv1VE9PBEDrlP6TRIDtgT5EPX { top:6.9375rem;left:6.8125rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpgOsSmOw5oGxOSz68rZ7QI7xlEw01IA { top:10.5rem;left:15.125rem;width:31.25rem;height:43.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxwGPnorxQ7lqSnhlKB3waRtM9QfIoQK { top:1.6875rem;left:5.4222756410256rem;width:0.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MakPQ7x0UAAJFrtnOAOcKVLao2JtnoWq { width:10.8125rem;height:3.125rem;top:55.625rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTpmkcSvgAZgscOwUIDlMmNTrHrv1aG1 { display:block; }
 }@media only screen and (max-width: 763px) { #x78ID6WzGLHcZ1bwq5ry0EgLZT7DaVmx { top:14.125rem;left:0rem;width:23.125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAD785BTrr1k1SZWMWnBkECfbhaVvWUJ { width:10.8125rem;height:3.125rem;top:55.625rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glgEtr6vJAtFvOTC6VRMTJr2CSDlpNsm { display:block; }
 }@media only screen and (max-width: 763px) { #newyiH49qgd518iZnVry9vD6RHf1gL9K { width:16.125rem;height:3.125rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH0IbyUwOxhdrObSVuaUusyu6ILwPVdA { display:block; }
 }@media only screen and (max-width: 763px) { #B8Swel00llfBiGL9wqOTPMxvZS3S1P1x { top:60.375rem;left:1.1875rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JANOUTWwLR7CNSP2KJvKhUROEmPNfAaV { top:58.75rem;left:40.90625rem;width:0.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgmsTXaE6DJ9gqltSgUVi9Zdb8EJZiEa { top:60.0625rem;left:14.09375rem;width:25.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb { display:block; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6QUtoJmNhNaUwOXnk21O8WWGfcOHLn4 { top:2.125rem;left:0rem;width:47.75rem;height:50.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0EKW6OScnol7brsvS9m0L7kJWxVTH09 { top:3.375rem;left:1.75rem;width:37.875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqmn5zrwEQsb216VEhMg1cxQJ1VHMeRd { top:8.375rem;left:8rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHIx5xcTeiOzbU6sVNtTxaOV5CJ7Nx7Z { top:12.5rem;left:1.75rem;width:29.25rem;height:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTqVA88k9N4L8XKXxM1nTTKrlPLNcU2 { top:3.375rem;left:41.125rem;width:0.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7RF8leudFywFn1ReM4SC7SDTVVgXyHQ { width:10.8125rem;height:3.125rem;top:43.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7skEpIGaFirJyxcwebIlIVBQ6myUkuG { display:block; }
 }@media only screen and (max-width: 763px) { #yfZic85hKIMHDWLnDTeUhTxxM07xdX6p { top:10.3125rem;left:26rem;width:21.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDTHJpDV9NvEPAQQi5TOmoS0KLtghIW { top:45.875rem;left:6.65625rem;width:0.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9OOJRhNTDxUKt63nb1K3aO0c0tKDsti { top:48.0625rem;left:7.875rem;width:25.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2TSkCtNJftPTGH8q00X4VCF38WWZZ5o { width:16.125rem;height:3.125rem;top:39.6875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMg16de7k0At7l8C2AxiuN8790UQ0Abh { display:block; }
 }@media only screen and (max-width: 763px) { #tgyksJ7X5MTU0ZfOMOErTChzEGZDHvbM { top:48.75rem;left:37.4375rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { top:1.875rem;left:0rem;width:47.75rem;height:49.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { top:3.3125rem;left:6.78125rem;width:32rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { top:5.6875rem;left:6.8125rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTfyCVp0cmPaZz4pDHh3rWsoIOZuy1Js { top:9.625rem;left:15.125rem;width:31.25rem;height:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0zDUp5W32G2MoXkP4X5HP7RVmBpd0qf { top:2.9375rem;left:5.421875rem;width:0.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kIihM1lPMzqGN0qXZX1PHIu8lxRfMU { width:10.8125rem;height:3.125rem;top:42.75rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRfLQA8DilaQhcTG32P9KyNkzOOxRJRS { display:block; }
 }@media only screen and (max-width: 763px) { #EDTuT4O0yKmaATduloqmeR52B165xqAp { top:9.625rem;left:0rem;width:23.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTM3awKNqJhkUQfBJOJdZpstfTqSDPqk { top:45rem;left:40.78125rem;width:0.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOK5qCKZeoLCN9sLwqiDsZJM1D5kGxAq { top:46.9375rem;left:13.125rem;width:26.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNCtg6F94FKND7Pm7z5bKWENtf8t0DU7 { width:16.25rem;height:3.125rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIQUxS3sJoMNqvp3LBU01nXGTIOtwf8m { display:block; }
 }@media only screen and (max-width: 763px) { #MlZd38zZ2GuGGMgTII9Hpe7UzBKmrNN6 { top:47.625rem;left:1.3125rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpgniufBA6wULbAwGdkXv5nVzsBHQys1 { display:block; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3w7RTWdIatIUbpH23FGmKRUJS8o2MUd { top:2.125rem;left:0rem;width:47.75rem;height:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZixRiRF61Tr9qDNBX1LEhA5P6XTIDym { top:3.375rem;left:1.75rem;width:37.875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW5LlEtbl9WkTfy104BZ7s6W6uWNWXhw { top:8.4375rem;left:7.9375rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvFXXU2g92xpaWgD7HdnxUbUar4SJtAw { top:11.25rem;left:1.75rem;width:29.25rem;height:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFvReQNVqsU2nyAB76896WBdoKvxvCFQ { top:3.375rem;left:41.125rem;width:0.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT2GXqHtz0XB70LK1aKOyOcg9TiZhkCp { width:10.8125rem;height:3.125rem;top:39.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7SaWJacV9RBGECFRMO0RPSPIJOe2J21 { display:block; }
 }@media only screen and (max-width: 763px) { #cBBzdATfBtCcxiKcCKQKumk8LPhFrvTX { top:11.25rem;left:26rem;width:21.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPSJdRknZ6w9FXu9mdhqZlePLqwKPdtT { width:16.125rem;height:3.125rem;top:39.75rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJIoMWQI2K6nVrFFmvupMsnmh5TOtRJL { display:block; }
 }@media only screen and (max-width: 763px) { #lSx0Jy2g7L5ydSHQAtBKTVaDvXd8reeD { top:44.0625rem;left:1.75rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc { display:block; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTvVotD8uHD7JxyWxl0ZFNWWqrk5zF6C { top:1.875rem;left:0rem;width:47.75rem;height:60.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTA1INKC4ftCh13XTdOV7SxJ7m3n4Mu { top:3.3125rem;left:6.78125rem;width:32rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZHCPqb7Cbiy70MvNbMWbr2xPIB1gkMr { top:8.1875rem;left:6.8125rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cvUis3X2vSBHg1mK56f5x9pWh75wKI { top:11.3125rem;left:16.5625rem;width:29.9375rem;height:43.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV0EbPIfQcsFb5Jup9DsCWX433vLxbNO { top:2.9375rem;left:5.421875rem;width:0.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTFast7ln6mzfThpficChl3ImIrN2uKG { width:10.8125rem;height:3.125rem;top:54.8125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTnTfH6fuAeaR70rTE4ZFhNUFSDf7rZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #STpN7bE0Ugvv7kBHwe43JMvHnB3zA3Ir { top:10.5rem;left:0rem;width:23.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viseCMcmlf3PxcBXbINiGwzqQTBtJ7sq { width:16.25rem;height:3.125rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4WuVglTGbeKwW782lU8HAKb9ZxuPlL4 { display:block; }
 }@media only screen and (max-width: 763px) { #GQ3eKN65wfFGtRED4v1JITRZ7azfFeTJ { top:58.9375rem;left:35.625rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 { display:block; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyyW7v4SZTm2nXEeOcVlCrIRy2l9NCmG { top:2.125rem;left:0rem;width:47.75rem;height:57.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWDCzENc7wN7lDHg7sWT9so6ZIa9TrVM { top:3.375rem;left:0rem;width:41.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUEu09opD4OTxFrcmP75ZAVGLShlOcH { top:8.4375rem;left:0rem;width:44.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRQsoQHtRgIEg5EWt9w2wQNO00Edkbid { top:11.25rem;left:1.75rem;width:29.25rem;height:39.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNBvvh55bdaw0ztqv1QFAQ3dcg49iqhZ { top:3.375rem;left:41.125rem;width:0.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH4vd04Os5U3n0zSfqbAQcJwdGJlF7B1 { width:10.8125rem;height:3.125rem;top:52.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPpXPKdkG7ct0EBXexWSM2hvyTKy2sHO { display:block; }
 }@media only screen and (max-width: 763px) { #X7Pmce8a8G0WiHom5k2Gd1WySf9W2yG7 { top:11.25rem;left:26rem;width:21.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmFNK10JzwZwvlATFowPgbSrPCXV4Czd { width:16.125rem;height:3.125rem;top:38.3125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8BlGEOxpZn7NBinmDJRIUWzF6elXB5k { display:block; }
 }@media only screen and (max-width: 763px) { #MF92H6pKf68hWThtmtizfEe355GkdeLw { top:56.625rem;left:1.75rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jktw5PhJvm2x12wEFeIePnyS0sInadZp { top:2.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#16e39b;background-image:url("https://images.assets-landingi.com/uc/8de80948-4c9a-4c77-8166-0314e2029656/abstractpaperbackgroundconcept.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:20rem;height:11.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB03TDOJCD0T0Wf5oUDW45ilG8Qa3Ewd { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #m6o8xvTvIiVISk9T1wk1dVHkvgVWr3Ns { width:9.375rem;height:1.25rem;top:0rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOLcxOV6bV9cTfperfo3g77AU8PMdO6 { display:block; }
 }@media only screen and (max-width: 763px) { #zWnD9IK1TT0JJKiRyXFRCocxMfOnD8VD { width:9.375rem;height:1.25rem;top:0rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #du2effcL7cPxoFI3iLX0Q0Pl436TXHuo { display:block; }
 }@media only screen and (max-width: 763px) { #Z7eaV6PnP5VAPxOdAqf4pNTWLHmpzl6S { width:9.375rem;height:1.25rem;top:1.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEzVUoix0X2qglwiaSuRLAxmTgLyW7HT { display:block; }
 }@media only screen and (max-width: 763px) { #o7ZEpWqucm6KtbfTdvI8TgNWS85Dnoi9 { width:9.375rem;height:1.25rem;top:1.875rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKO1uWaiGOPTcEVSF68rlprQ58geWvg2 { display:block; }
 }@media only screen and (max-width: 763px) { #B3ceFSvnobmEyLT50t4eANhT6cXUfLZG { width:9.375rem;height:1.25rem;top:3.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhkzXg8PKbRVtpbtTtwImztxPlxIqKT { display:block; }
 }@media only screen and (max-width: 763px) { #MHpRhL9RBPrl6nBn6cxsgB445iyHWWrb { width:9.375rem;height:1.25rem;top:3.75rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAprQTCOP6B1zrua8Rp33r1KsezyRGL3 { display:block; }
 }@media only screen and (max-width: 763px) { #rRocG6x7nSz38PIJn6QKePR8r2IR17ys { width:9.375rem;height:1.25rem;top:5.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erw6xeWLEksaxlEerfLKoMRLnu6SdM9U { display:block; }
 }@media only screen and (max-width: 763px) { #hMepqDgsoh3WUFELxkyICZbvekMUJolS { width:9.375rem;height:1.25rem;top:5.625rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6SRsoCxeDi0L5g5l3lEDeOyu3FJFAs0 { display:block; }
 }@media only screen and (max-width: 763px) { #XX1hmvPAvqXJTzf4tdxWhZ2521ZxeqCX { width:9.375rem;height:1.25rem;top:7.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcfJykxF196G2IGAunuZRHNFnxnhQlEm { display:block; }
 }@media only screen and (max-width: 763px) { #FioMnCqX66XCO0cDrWpdQEcn2kWxMHXG { width:9.375rem;height:1.25rem;top:7.5rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdRlyZfvrVRZzwDRc14kpLcqGdvET0LJ { display:block; }
 }@media only screen and (max-width: 763px) { #GJPMTLKdXmrHGPyeq3eo0pnvCpNG6iJr { width:9.375rem;height:1.25rem;top:9.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #at2dA5FoiAxHoy4A9KdufZbBHASoSCU6 { display:block; }
 }@media only screen and (max-width: 763px) { #nAP3miNncOig1J5pT3sFkHUTnSnm2VPZ { width:9.375rem;height:1.25rem;top:9.375rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWmu70vPgwm5KRogg8bhCXrKDuOboBhn { display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:transparent;background-image:none;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { width:13.6875rem;height:3.1875rem;top:38.375rem;left:3.1562501192093rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block; }
 }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { width:20rem;height:4.5rem;top:13.2177734375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#000000;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #s9APbA1LOiiTeou37tBueFlxI0JgDoM7 { width:9.125rem;height:0.25rem;top:36.25rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo2hbDld114A6yXgfkDfQxZLQDSW5Bwd { display:flex;width:3.125rem;height:3.125rem;top:42.9375rem;left:8.4375005960463rem; }
#uo2hbDld114A6yXgfkDfQxZLQDSW5Bwd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JIw4DPnsVbHMeowza9ryezeiuanwoZGb { width:14.25rem;height:14.25rem;top:19.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26IxoPSoNkSX8GJsoMkAJDowIt12wwl { width:7.9375rem;height:7.9375rem;top:25.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eshTiJDX9JalPogML1xZe84hLMfTmqTr { width:13.125rem;height:13.3125rem;top:17.6875rem;left:6rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa { display:block; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa { border-width: 0; border-radius: 0; }#NXtUmPIHTvmfLtNohWSaE2tMOVwQ8Opa > .row .container { width:20rem;height:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqtKEgmcotaWL4Ml46al572kbbiyTEhb { width:20rem;height:2.5996125rem;top:1.98046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmizEzElS9rN7PWIE1vCXsTaWaUmrrBN { width:20rem;height:2.4375rem;top:3.8759765625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G { display:block; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G { background-color: transparent; background-image: none; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row .container > .video-iframe-container { display: none; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row > .video-iframe-container { display: none; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .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); }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G { border-width: 0; border-radius: 0; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4FbeEqlC9rpM7KXCQXv7S076ywpEp6G > .row .container { width:20rem;height:114.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxzSWeiui6E2LSoXeyBGnF2daF5MZrgc { width:20rem;height:108.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTLw3dbbhXxv2p9DpmhK0i8x3yeqQES { width:16.9375rem;height:50.39063125rem;top:16.1875rem;left:1.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJvD5p6DpC038PzgtQGDOwm7zGf0O6xG { width:10.8125rem;height:3.125rem;top:89.7490234375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F272exPwcCqdaIrG7H03VXrSIalGSJqy { display:block; }
 }@media only screen and (max-width: 763px) { #JF4UFwz58aq6rscqIwyxo6pZNX4smbFZ { width:10.8125rem;height:3.125rem;top:84.6875rem;left:4.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6IMiNDaCVPpihUifTP4adcKPoTHLMhk { display:block; }
 }@media only screen and (max-width: 763px) { #FFz14LTvn0ISmyap8WL7nmqm5TogPPkR { width:0.25rem;height:3.75rem;top:140.4375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmvfPqHUJZXe7VyRq0KghnCZ8fmE9TVe { width:7.5rem;height:2.0625rem;top:106.375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGdcGC5vLlPwzsZoZf7hb7y4SNrGD9gm { display:block; }
 }@media only screen and (max-width: 763px) { #qenLLz3bPTvUarMogMX5qmBbeccunh3G { width:7.5rem;height:2.0625rem;top:106.375rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEgBXxS1MgJK5CN8qfEKSsvyxZwFTXor { display:block; }
 }@media only screen and (max-width: 763px) { #XgBAKxOr6LG5z9CWMJNvJR8A3SH2Ka4N { width:10.3125rem;height:10.3125rem;top:95.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZSnZRdV8HFh1h9e4Qfz9hSWA1eIexcE { width:0.25rem;height:11.875rem;top:70.3115234375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqlUkn9LiIbUETmNI0uJOr9mi1SdgPbS { width:20rem;height:9.75rem;top:3.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Onk6vLvyuVXUHgN7x5MSFqMXxVbmk8UT { width:7.3125rem;height:7.3125rem;top:96.6875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddNUFTlvOLK74H1yp2FMlqfI9qqw55ng { width:19.8125rem;height:19.8125rem;top:65.432296752931rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #qcEAoJGZqJOAbv17uJIrnTvCq2MaNxrs { width:3.625rem;height:1.0559875rem;top:104.486328125rem;left:12.875000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVWd2QxHneqWZW7OuN45RmxdV7v7IefL { display:block; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL { background-color: transparent; background-image: none; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row .container > .video-iframe-container { display: none; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row > .video-iframe-container { display: none; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .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); }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL { border-width: 0; border-radius: 0; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVWd2QxHneqWZW7OuN45RmxdV7v7IefL > .row .container { width:20rem;height:110.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KODRCRDrEqVZdcL0z5odGhsXsyTo9Aqy { width:20rem;height:108.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIduXFnsJMmZMaF500NG9hbx7hJSxPBg { width:16.9375rem;height:41.9922rem;top:16.1875rem;left:1.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #imbO61kRShN07Bi0hIrTR409rmh4nlVa { width:10.8125rem;height:3.125rem;top:89.7490234375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Tgyez2lmzTvU50P4d3go3BCsZlc1Tw { display:block; }
 }@media only screen and (max-width: 763px) { #AXgp55g5UdtTU4LDilpyt4oEZHqqKgeQ { width:19.8125rem;height:19.8125rem;top:60.2451171875rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #nfE27tmEvnFHcQRQvXcrHdAIfuECFAa5 { width:10.8125rem;height:3.125rem;top:83.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzhlNIrvBT1OFI6pXAtAsqVDSCf80MNN { display:block; }
 }@media only screen and (max-width: 763px) { #rx6zouZyHiJ0VSIITlXxHJHQbF2HT3nw { width:16.125rem;height:3.125rem;top:79.625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hynrUk3csA879FViH2KpWm9DRJ4tZMKe { display:block; }
 }@media only screen and (max-width: 763px) { #iFgwpqNsKsdTuLqOQ0uwq3B83xy3Apgw { width:0.25rem;height:3.75rem;top:140.4375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yw5tUX4SrztyB06Tlpfqwq8TTE10PkMR { width:7.5rem;height:2.0625rem;top:106.375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBkl4R2R7Qmpid4WMmtCe2EkyWOA3qQg { display:block; }
 }@media only screen and (max-width: 763px) { #Q7rE9xnBEnutwKib1tdgPQKmF1XmMybv { width:7.5rem;height:2.0625rem;top:106.375rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeVfd9H3puUal9RRGBizR58vi1KL2TDt { display:block; }
 }@media only screen and (max-width: 763px) { #EkJTUZo0f1pSmyVOI9SAwLPhGHvNwnPS { width:10.3125rem;height:10.3125rem;top:95.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeQ0dgU9cWpiUpbCJBkzNr3iAOq88TmF { width:0.25rem;height:11.875rem;top:70.3115234375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sz0ON8vbX5TGQiVpJimKJUBzdekZr1VD { width:20rem;height:12.1875rem;top:2.1875119209289rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrwKg9vXfhUHSlxlLrthahBvBUFphZLu { width:7.3125rem;height:7.3125rem;top:96.6875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB { display:block; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB { background-color: transparent; background-image: none; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row .container > .video-iframe-container { display: none; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row > .video-iframe-container { display: none; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .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); }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB { border-width: 0; border-radius: 0; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWrHRMhXywLE5Pc5TitVCrmw0lc4sroB > .row .container { width:20rem;height:123.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHXKb0xnVE6qKvdn6uST3n3PqMKumgZy { width:20rem;height:120.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWOlQfINGdLMCNCMoE0Dk4IbPQUwKsUi { width:16.9375rem;height:51rem;top:15.5625rem;left:1.53125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zQe3n9pGLD4uQovmnItTTcVq1MuLeZcy { width:10.8125rem;height:3.125rem;top:96.25rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogl82TfJMohaylRQ62kHk0hZoKb3ALI0 { display:block; }
 }@media only screen and (max-width: 763px) { #d0WUNbUXEnzM9HyRtwZdSF053Xvf8iBJ { width:10.8125rem;height:3.125rem;top:101.75rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxIwHKVdVP9CRFdFBe6feniSBKXDLWVU { display:block; }
 }@media only screen and (max-width: 763px) { #OqFoG0oCPwCflmZ0LoVTScZnQbFG5i1t { width:16.125rem;height:3.125rem;top:89.6240234375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7kEakJMDTcoQmUWCx7QgyOU4sbPn4Tc { display:block; }
 }@media only screen and (max-width: 763px) { #HXp4d5gmnz3H9TnucZaTMHSTzwkbcl06 { width:0.25rem;height:3.75rem;top:137rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq6CceZgKceiEdto7iMfT1i9FHpeRQpP { width:7.5rem;height:2.0625rem;top:116.9375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtIhvRBa4tmwTqVAzSft4VdIViyzzfls { display:block; }
 }@media only screen and (max-width: 763px) { #TVDdkz7T1SBuIpU6wwfXhEbli8U0tAIA { width:0.25rem;height:11.875rem;top:78.3740234375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0MV7KTPdPUwtxiLFsOk12IeqfaHqnqp { width:20rem;height:3.8997375rem;top:10.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmuFCJmBWiH7CmP4FrZaKkoIANgqLlhO { width:15.875rem;height:20rem;top:68.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWBMSV7ndSwo9RkB9vOJ2KMlxELNzRLI { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.875rem;font-family:roboto;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uLmZAOZVmMKDC46yfDKNxIy5NAykuNmw { width:10.3125rem;height:10.3125rem;top:106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al8ULAmxORkIS9KX1k7qQZKzy5GRgTRV { width:6.9375rem;height:6.9375rem;top:107.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2CawmkIvkGkKc4aKfQUZ3JEqHNfXZgL { width:7.5rem;height:2.0625rem;top:116.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkdfy8WFTTks0OlJCyzRzIKmDOwW1i2p { display:block; }
 }@media only screen and (max-width: 763px) { #zcGuHVLaVpZ53m568DTtL7A5z82QedrK { display:block; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK { background-color: transparent; background-image: none; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row .container > .video-iframe-container { display: none; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row > .video-iframe-container { display: none; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .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); }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK { border-width: 0; border-radius: 0; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcGuHVLaVpZ53m568DTtL7A5z82QedrK > .row .container { width:20rem;height:122.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc7bpoCs48XGRHEL0Xfz3JlJ0hvsVNBw { width:20rem;height:120rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHuzVTFNfWTAlo4vrI4qrNPTx9pf3FbJ { width:16.9375rem;height:34.99350625rem;top:20.249999523163rem;left:1.5312500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ghOOgZLg3sh5fmWDM8g5f11UGHkaHDir { width:10.8125rem;height:3.125rem;top:103.87413406372rem;left:4.5937498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK6coqWgdEhZh4zhxPp811qwlodpdQeV { display:block; }
 }@media only screen and (max-width: 763px) { #d3tVkiwrUwtiwib9f8FFrO71sJ456DAA { width:19.8125rem;height:23.9375rem;top:57.5rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #q1Tt5gtxGhJ8AciMnU3amakqT0BIzTep { width:10.8125rem;height:3.125rem;top:87.875rem;left:4.5937498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL0lntfnLn39JeUX0EfGkHA7LCbfz93x { display:block; }
 }@media only screen and (max-width: 763px) { #SXyhOJiUUnL3UyOVwTAAkGWo0qfvH1B9 { width:16.125rem;height:3.125rem;top:83.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mET6R61czfKqWndv4W8uzkfB4KG9dFTP { display:block; }
 }@media only screen and (max-width: 763px) { #gvGMZX8TWTnu825JffMG96S1eO9qJJBK { width:11.5625rem;height:6.25rem;top:96.28125190735rem;left:4.2187498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQctoThgSGGlFBarZNXiODPTeakw3kbD { width:0.25rem;height:3.75rem;top:137rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxTtNTVUFrTZyCz57qN51FLSEa0QthWu { width:20rem;height:2.59895625rem;top:93.06250190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUcKinxO53TB77kzvNU2tfE3IBRXpy9L { width:7.5rem;height:2.0625rem;top:115.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxcZdTJxoWEVpiK61q0G2tHwewkwWzCi { display:block; }
 }@media only screen and (max-width: 763px) { #sVtDuJlqOEhJhUOKGhJBb5WRddB601AU { width:7.5rem;height:2.0625rem;top:115.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1W9HxZehJASrEwbCQaCysWE3x4pgGTv { display:block; }
 }@media only screen and (max-width: 763px) { #KhShh1EvbfTwSJz9hZbrg6bOkstThJTO { width:4.1875rem;height:6.1875rem;top:108.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBgL3oGGkcmqlcHEbwXGDu9s0hTDcQhV { width:4.1875rem;height:6.1875rem;top:108.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTeoDe7sB5XlGZvgeGfxKifyGEyqoXeL { width:0.25rem;height:11.875rem;top:73.249136924744rem;left:10.875000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMXNevcQMlItFSu5Qk1E0TQpHe1ATxhs { width:20rem;height:14.625rem;top:2.1875119209289rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9aO8kd1vPyEGIBbm4XzTknFpN3mA6nK { width:20rem;height:1.94986875rem;top:17.187499523163rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM { display:block; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM { background-color: transparent; background-image: none; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row .container > .video-iframe-container { display: none; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row > .video-iframe-container { display: none; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .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); }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM { border-width: 0; border-radius: 0; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D47FOnm4Lb9BL96HQDJdi6HTrPoN5gUM > .row .container { width:20rem;height:112.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTBclwkS941nXtJVKLuxgOGBxThbEWpG { width:20rem;height:109.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzIo3S2ox2k6guLUWi6tSGu0o5k391kr { width:16.9375rem;height:45rem;top:12.0625rem;left:1.5312500596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ivbX14PfQZbxiqloM7fDq8ecB996IQVI { width:10.8125rem;height:3.125rem;top:104.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIEwnX21dSLQxAQnS1TZHNUAyTCFwls { display:block; }
 }@media only screen and (max-width: 763px) { #zh86DH23cJ0O2LzQoy4OnJ7pzgMM56de { width:17.75rem;height:23.9375rem;top:63.25rem;left:1.125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #pvMQHI9Q4Rwwq0zvEIMuPp2y81l9sFbW { width:11.5625rem;height:6.25rem;top:97.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdD9b5IdXveB9RhR7c5B6oJH7uSTkJom { width:0.25rem;height:3.75rem;top:137rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDx68PW8phlr1ac60GPPSxopGFpWxU64 { width:20rem;height:2.59895625rem;top:93.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4DTLzgGrLnzSv91a0b3HTylThbGLMLz { width:0.25rem;height:11.875rem;top:78.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdGHbpcFbXMC1l9wopNu8KQexpNcLKSb { width:20rem;height:7.3125rem;top:2.0624995231628rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9WbmQ2tnR7u4qc82uptpGxqslpxO0OB { width:20rem;height:1.94986875rem;top:9.3723893165588rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZwToRkEs2tyZJFl06Pb3O35VCEegqQe { width:16.125rem;height:3.125rem;top:89.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpmTX9HnJS7OuZVUi8Z8O7qd5nt8OEG { display:block; }
 }@media only screen and (max-width: 763px) { #MrPiaLZfeoysFhpTfZXVed7QDOZzu8Iw { width:5rem;height:5rem;top:57.062501907349rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv { display:block; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv { background-color: transparent; background-image: none; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row .container > .video-iframe-container { display: none; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row > .video-iframe-container { display: none; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .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); }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv { border-width: 0; border-radius: 0; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bx3WIog43ZP19Eqrsxo8I4wxun7GBJbv > .row .container { width:20rem;height:26.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0f6UDCBp4nu3Jxr4CW7ZbVx5ZcrWuDd { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLL7lmwSLK6ATrV6Zi5uIzofeQVQGEyQ { width:20rem;height:11.185682326622rem;top:2.3107647895813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7SrTLiiT11nkaKBdT5vpylqRIDXKqT4 { width:19.75rem;height:6rem;top:14.8125rem;left:0.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mp5kh5VsJmwlw4IC9pDbrEX3vqdVKm4S { width:18.75rem;height:3.125rem;top:22.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7THGQ4JzqNWtK53WR7GVtcSqaEwz65 { display:block; }
 }@media only screen and (max-width: 763px) { #rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki { display:block; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki { background-color: transparent; background-image: none; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row .container > .video-iframe-container { display: none; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row > .video-iframe-container { display: none; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .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); }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki { border-width: 0; border-radius: 0; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzhfuLExkdPyPTTxnUMOITLpFP1GH4Ki > .row .container { width:20rem;height:122.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEKhMWxKfupp8UIlTT24JByJdvJrTV8S { width:20rem;height:117.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPnPkLo0ouTZBz7e2yPMWhH22dMPPN6M { width:18.6875rem;height:2.4375rem;top:2.125rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZQ2ezUN7AUwryydH893MMzwNIQTskf2 { width:18.25rem;height:1.94986875rem;top:4.5625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itZJIVw2ezEpZXu3W19oFanLsU8r7zfI { width:16.9375rem;height:48rem;top:7.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThTAle8xAziTD0trP0DxXSTWRKXhxKCL { width:0.25rem;height:5rem;top:78.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXVdEE7VTSs4CGaeHiz7424viptB3ZZr { width:10.8125rem;height:3.125rem;top:101.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqEL5msxoXBMuyiXO3woa59oN9agSndQ { display:block; }
 }@media only screen and (max-width: 763px) { #I3ypUMAqpZO3hbULkZd1kGcP94qmux3D { width:19.9375rem;height:23.9375rem;top:57.5rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #amQ5KGJtGrZU9c36cZsSRng9ABFUQ2xH { width:10.8125rem;height:3.125rem;top:89.125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0V8gGGr8QrFgLi4KKfTvxgMzLRTQIwx { display:block; }
 }@media only screen and (max-width: 763px) { #lhhCEi2vfM698sebL23zmBF76vQiWOVK { width:16.125rem;height:3.125rem;top:83.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Z18uqWhsfktNkcl99h7F3IHMASUrSB { display:block; }
 }@media only screen and (max-width: 763px) { #LX07GmE17FTJhUsJfgteXuIEP4dn3TJB { width:10.8125rem;height:2.1875rem;top:98.21875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdHzxWTQrl0ikbOpiXQDyx4zHDJMiN1 { width:0.25rem;height:3.75rem;top:137rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5ObBVC9eHrhlzynVPLVczd0qIkCdHUW { width:20rem;height:2.59895625rem;top:94.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3C2buXu15sIMpeUhLEcSOyWdeq1PzMy { width:7.5rem;height:2.0625rem;top:113.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXW8Eopzner1qFT7elxdhwzeCfLebdWc { display:block; }
 }@media only screen and (max-width: 763px) { #ZnNq2iX7u4IzV9g9lgRyEs3hTeZJ5vm1 { width:7.5rem;height:2.0625rem;top:113.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoMrUfJwyZa772csnQE37TUPLhE5UxS { display:block; }
 }@media only screen and (max-width: 763px) { #BCAwPlPdIqIgrOV2QJt1AnXHDKVI0GCn { width:4.1875rem;height:6.25rem;top:106.5625rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba2efx5C15h8qrihGpHsTuUODVoSIkr1 { width:4.1875rem;height:6.25rem;top:106.5625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr { display:block; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr { background-color: transparent; background-image: none; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row .container > .video-iframe-container { display: none; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row > .video-iframe-container { display: none; }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .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); }#H0hzQOgTr1CqNTF7u382vgSJfDNcuqXr > .row .container { width:20rem;height:110.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isTBmVi7aDWVFOtnEgwVH64GuOzUTs9V { width:20rem;height:108rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew3MnfRNioeUoZ5gkdVLqEg0HsrxFEiF { width:18.6875rem;height:9.75rem;top:2.3125rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fg03ckRGt2bqMh7PV5nvocMKdftx1Xy4 { width:18.25rem;height:1.94986875rem;top:12.6875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdPKperyCRfgbwKVEl9mz2HvdLr3uviJ { width:16.9375rem;height:42rem;top:15.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y4Ra7tnQwIeIhzsWg0GkO1dtxZTrkIBT { width:0.25rem;height:5rem;top:82.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8xKD1RCr4c9n78rHMEClz27h3Krav7 { width:10.8125rem;height:3.125rem;top:92.1875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN9x5p8TwAGRuCvrIF57WEb4J7nOmT7T { display:block; }
 }@media only screen and (max-width: 763px) { #wq8dEuwoTXqESB5THcPLqcrUN83ppJay { width:19.125rem;height:25.1875rem;top:59.25rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #UCeXeZ1yohrTQTUgToIw6zD6yiLmxNCs { width:18.375rem;height:3.75rem;top:113.1875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KZx3bggL6638NI3nexqgFbz3WoQsnssM { width:10.8125rem;height:3.125rem;top:104rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN4HcTzgcH1aHbCcGmL9Zpaof4hF0pWw { display:block; }
 }@media only screen and (max-width: 763px) { #zBU5t0Du38WId7TL7aDO454QZiaUegBv { width:9.25rem;height:1.875rem;top:100.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atUHIEpDJEEKObBkQFQC5P9T2RVKExtU { width:16.125rem;height:3.125rem;top:87rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #id1N7K7qrWA0m1GoMcHDvIIXcOxBFgaM { display:block; }
 }@media only screen and (max-width: 763px) { #ZTFmUdR2ERAFasMKXvL68kJSTdqwRwCR { width:0.25rem;height:3.75rem;top:107.0625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #scT3kTEoXGEonUlIQV9R0yIi10Kbxrsd { width:20rem;height:2.59895625rem;top:96.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX { display:block; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX { background-color: transparent; background-image: none; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row .container > .video-iframe-container { display: none; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row > .video-iframe-container { display: none; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .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); }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX { border-width: 0; border-radius: 0; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCr6hqwCk1v1DQnrdTvRaJhPV1a26JiX > .row .container { width:20rem;height:137.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE71MSrXBgEb7QtaV8DTS2ne3t2El8kE { width:20rem;height:135.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfprV3Hn3DssittfptCtEXkANWU3qNfU { width:18.6875rem;height:9.75rem;top:2.125rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgiA7SXAv1VE9PBEDrlP6TRIDtgT5EPX { width:18.25rem;height:1.94986875rem;top:12.4375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpgOsSmOw5oGxOSz68rZ7QI7xlEw01IA { width:16.9375rem;height:70.5rem;top:15.8125rem;left:1.53125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxwGPnorxQ7lqSnhlKB3waRtM9QfIoQK { width:0.25rem;height:5rem;top:108.15625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MakPQ7x0UAAJFrtnOAOcKVLao2JtnoWq { width:10.8125rem;height:3.125rem;top:117.5625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTpmkcSvgAZgscOwUIDlMmNTrHrv1aG1 { display:block; }
 }@media only screen and (max-width: 763px) { #x78ID6WzGLHcZ1bwq5ry0EgLZT7DaVmx { width:19.9375rem;height:23.9375rem;top:88rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #oAD785BTrr1k1SZWMWnBkECfbhaVvWUJ { width:10.8125rem;height:3.125rem;top:130.1875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glgEtr6vJAtFvOTC6VRMTJr2CSDlpNsm { display:block; }
 }@media only screen and (max-width: 763px) { #newyiH49qgd518iZnVry9vD6RHf1gL9K { width:16.125rem;height:3.125rem;top:112.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH0IbyUwOxhdrObSVuaUusyu6ILwPVdA { display:block; }
 }@media only screen and (max-width: 763px) { #B8Swel00llfBiGL9wqOTPMxvZS3S1P1x { width:10.8125rem;height:2.1875rem;top:125.75rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JANOUTWwLR7CNSP2KJvKhUROEmPNfAaV { width:0.25rem;height:3.75rem;top:137rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgmsTXaE6DJ9gqltSgUVi9Zdb8EJZiEa { width:20rem;height:2.59895625rem;top:122.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb { display:block; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb { background-color: transparent; background-image: none; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row .container > .video-iframe-container { display: none; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row > .video-iframe-container { display: none; }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .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); }#zEPDJelJb0Xz7Jo8t2d1To4MOyPz5Zkb > .row .container { width:20rem;height:106.1875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6QUtoJmNhNaUwOXnk21O8WWGfcOHLn4 { width:20rem;height:102.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0EKW6OScnol7brsvS9m0L7kJWxVTH09 { width:18.6875rem;height:9.75rem;top:2.3125rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqmn5zrwEQsb216VEhMg1cxQJ1VHMeRd { width:18.25rem;height:1.94986875rem;top:12.6875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHIx5xcTeiOzbU6sVNtTxaOV5CJ7Nx7Z { width:16.9375rem;height:39.199625rem;top:15.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oHTqVA88k9N4L8XKXxM1nTTKrlPLNcU2 { width:0.25rem;height:5rem;top:78.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7RF8leudFywFn1ReM4SC7SDTVVgXyHQ { width:10.8125rem;height:3.125rem;top:86.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7skEpIGaFirJyxcwebIlIVBQ6myUkuG { display:block; }
 }@media only screen and (max-width: 763px) { #yfZic85hKIMHDWLnDTeUhTxxM07xdX6p { width:19.9375rem;height:25.1875rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDTHJpDV9NvEPAQQi5TOmoS0KLtghIW { width:0.25rem;height:3.75rem;top:88.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9OOJRhNTDxUKt63nb1K3aO0c0tKDsti { width:18.375rem;height:3.8984375rem;top:92.75rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2TSkCtNJftPTGH8q00X4VCF38WWZZ5o { width:16.125rem;height:3.125rem;top:82.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMg16de7k0At7l8C2AxiuN8790UQ0Abh { display:block; }
 }@media only screen and (max-width: 763px) { #tgyksJ7X5MTU0ZfOMOErTChzEGZDHvbM { width:9.25rem;height:1.875rem;top:99.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:20rem;height:106rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { width:20rem;height:103.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { width:18.6875rem;height:4.875rem;top:2.125rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { width:18.25rem;height:1.94986875rem;top:7.625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTfyCVp0cmPaZz4pDHh3rWsoIOZuy1Js { width:16.9375rem;height:45rem;top:10.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r0zDUp5W32G2MoXkP4X5HP7RVmBpd0qf { width:0.25rem;height:5rem;top:55.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kIihM1lPMzqGN0qXZX1PHIu8lxRfMU { width:10.8125rem;height:3.125rem;top:90.375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRfLQA8DilaQhcTG32P9KyNkzOOxRJRS { display:block; }
 }@media only screen and (max-width: 763px) { #EDTuT4O0yKmaATduloqmeR52B165xqAp { width:19.9375rem;height:24.125rem;top:59.625rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #UTM3awKNqJhkUQfBJOJdZpstfTqSDPqk { width:0.25rem;height:3.75rem;top:81.6875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOK5qCKZeoLCN9sLwqiDsZJM1D5kGxAq { width:17.6875rem;height:3.8984375rem;top:99.125rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNCtg6F94FKND7Pm7z5bKWENtf8t0DU7 { width:16.25rem;height:3.125rem;top:85.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIQUxS3sJoMNqvp3LBU01nXGTIOtwf8m { display:block; }
 }@media only screen and (max-width: 763px) { #MlZd38zZ2GuGGMgTII9Hpe7UzBKmrNN6 { width:9.25rem;height:1.875rem;top:95.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpgniufBA6wULbAwGdkXv5nVzsBHQys1 { display:block; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 { background-color: transparent; background-image: none; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row .container > .video-iframe-container { display: none; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row > .video-iframe-container { display: none; }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .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); }#kpgniufBA6wULbAwGdkXv5nVzsBHQys1 > .row .container { width:20rem;height:97.8125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3w7RTWdIatIUbpH23FGmKRUJS8o2MUd { width:20rem;height:94.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZixRiRF61Tr9qDNBX1LEhA5P6XTIDym { width:18.6875rem;height:12.1875rem;top:2.3125rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW5LlEtbl9WkTfy104BZ7s6W6uWNWXhw { width:18.25rem;height:1.94986875rem;top:15.0625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvFXXU2g92xpaWgD7HdnxUbUar4SJtAw { width:16.9375rem;height:42rem;top:17.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NFvReQNVqsU2nyAB76896WBdoKvxvCFQ { width:0.25rem;height:5rem;top:78.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT2GXqHtz0XB70LK1aKOyOcg9TiZhkCp { width:10.8125rem;height:3.125rem;top:86.875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7SaWJacV9RBGECFRMO0RPSPIJOe2J21 { display:block; }
 }@media only screen and (max-width: 763px) { #cBBzdATfBtCcxiKcCKQKumk8LPhFrvTX { width:19.9375rem;height:24.125rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPSJdRknZ6w9FXu9mdhqZlePLqwKPdtT { width:16.125rem;height:3.125rem;top:82.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJIoMWQI2K6nVrFFmvupMsnmh5TOtRJL { display:block; }
 }@media only screen and (max-width: 763px) { #lSx0Jy2g7L5ydSHQAtBKTVaDvXd8reeD { width:10.8125rem;height:2.1875rem;top:91.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc { display:block; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc { background-color: transparent; background-image: none; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row .container > .video-iframe-container { display: none; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row > .video-iframe-container { display: none; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .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); }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc { border-width: 0; border-radius: 0; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdPiapeiI21K3xy6PAkuXkvIyPQTUlJc > .row .container { width:20rem;height:125.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTvVotD8uHD7JxyWxl0ZFNWWqrk5zF6C { width:20rem;height:121.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTA1INKC4ftCh13XTdOV7SxJ7m3n4Mu { width:18.6875rem;height:9.75rem;top:2.125rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZHCPqb7Cbiy70MvNbMWbr2xPIB1gkMr { width:18.25rem;height:1.94986875rem;top:12.4375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9cvUis3X2vSBHg1mK56f5x9pWh75wKI { width:16.9375rem;height:67.5rem;top:15.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zV0EbPIfQcsFb5Jup9DsCWX433vLxbNO { width:0.25rem;height:5rem;top:104.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTFast7ln6mzfThpficChl3ImIrN2uKG { width:10.8125rem;height:3.125rem;top:113.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTnTfH6fuAeaR70rTE4ZFhNUFSDf7rZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #STpN7bE0Ugvv7kBHwe43JMvHnB3zA3Ir { width:19.9375rem;height:24.125rem;top:82.6875rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #viseCMcmlf3PxcBXbINiGwzqQTBtJ7sq { width:16.25rem;height:3.125rem;top:108.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4WuVglTGbeKwW782lU8HAKb9ZxuPlL4 { display:block; }
 }@media only screen and (max-width: 763px) { #GQ3eKN65wfFGtRED4v1JITRZ7azfFeTJ { width:10.8125rem;height:2.1875rem;top:117.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 { display:block; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 { background-color: transparent; background-image: none; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row .container > .video-iframe-container { display: none; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row > .video-iframe-container { display: none; }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .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); }#bqPl0dpD86bt49Mkodb1NBHZuXfZwZP8 > .row .container { width:20rem;height:127.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyyW7v4SZTm2nXEeOcVlCrIRy2l9NCmG { width:20rem;height:121.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWDCzENc7wN7lDHg7sWT9so6ZIa9TrVM { width:18.6875rem;height:12.1875rem;top:2.3125rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDUEu09opD4OTxFrcmP75ZAVGLShlOcH { width:18.25rem;height:5.8496125rem;top:15.375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRQsoQHtRgIEg5EWt9w2wQNO00Edkbid { width:16.9375rem;height:61.5rem;top:22.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNBvvh55bdaw0ztqv1QFAQ3dcg49iqhZ { width:0.25rem;height:5rem;top:104.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH4vd04Os5U3n0zSfqbAQcJwdGJlF7B1 { width:10.8125rem;height:3.125rem;top:112.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPpXPKdkG7ct0EBXexWSM2hvyTKy2sHO { display:block; }
 }@media only screen and (max-width: 763px) { #X7Pmce8a8G0WiHom5k2Gd1WySf9W2yG7 { width:19.9375rem;height:23.9375rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmFNK10JzwZwvlATFowPgbSrPCXV4Czd { width:16.125rem;height:3.125rem;top:107.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8BlGEOxpZn7NBinmDJRIUWzF6elXB5k { display:block; }
 }@media only screen and (max-width: 763px) { #MF92H6pKf68hWThtmtizfEe355GkdeLw { width:10.8125rem;height:2.1875rem;top:117.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jktw5PhJvm2x12wEFeIePnyS0sInadZp { width:20rem;height:1.29980625rem;top:4.8115234375rem;left:0rem;font-size:1rem;display:block; }
 }