.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,222,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:25,0,218;--color-primary-4:22,18,51;--color-secondary-0:255,223,208;--color-secondary-1:255,158,114;--color-secondary-2:255,94,20;--color-secondary-3:153,56,12;--color-secondary-4:128,47,10;--color-tertiary-0:255,255,255;--color-tertiary-1:170,169,172;--color-tertiary-2:113,112,117;--color-tertiary-3:68,67,70;--color-tertiary-4:18,17,25;--headlines-font-family:Unbounded;--paragraphs-font-family:Unbounded; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:10.3125rem;left:0rem;height:18.5rem;display:block; }
#xlxINfbU1J4TZa9BOfBTWo4zAwlyaW6l { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.46875rem;left:3.1875rem;height:1.25rem;display:block; }
#roeECHrNhzWgtt316AsClU1JqTpzOKOm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:28.625rem;left:0rem;height:4rem;font-style:normal;display:block; }
#EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { background-color:rgba(var(--color-secondary-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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.1875rem;left:0rem;display:block; }
#UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkVlTMPtO1mrm2ukr3WiAA9nsMNnvwQS { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.1875rem;left:14.4375rem;display:block; }
#eG4WWkfwUsGXLQATZOndRxADSDrB30uV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5625rem;left:42.375rem;display:block; }
#QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5625rem;left:47.9375rem;display:block; }
#rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5625rem;left:56.5625rem;display:block; }
#a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tiu2wZnoXWGp39xeCg7bFBVP2ECiax2M { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.78125rem;left:64.9375rem;display:block; }
#FglWEyIIT0vT9lrLwoxqtu1JJEnTVpbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2TrMdLbvZd10tCaUEyEAl0te1bFTGci { background-color:#e2007c;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.0625rem;left:3.1875rem;display:none; }
#tOUT983SQh9Nhu7TZhQymrklOduGTS3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6ONtUBTImi7AIOsnQsmgnbcHsylRpOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:31.96875rem;left:38.8125rem; }
#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { position:relative;display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.75rem;left:12.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { position:relative;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.1875rem;left:6.875rem;display:block; }
#w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:7.1875rem;left:1.875rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.8125rem;left:1.875rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.6875rem;left:7.5rem; }
#Lz7KUspyozJrWR9DOnFseRhMmyQCySFD { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:7.1875rem;left:20.9375rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.1875rem;left:25.9375rem;display:block; }
#e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.8125rem;left:20.9375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.6875rem;left:26.4375rem; }
#b6CebVWIxharM91I3EOdtExDv6JlGZXM { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:38.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#gU3Sbk5WTExspMVDgc6Jb30ZeKDdM8hq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:7.1875rem;left:40.375rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.1875rem;left:45.375rem;display:block; }
#lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.8125rem;left:40.375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.6875rem;left:45.875rem; }
#LvwJpyvHKvrNcE5L8fCgnaE4FN8ozMOS { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:57.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:7.1875rem;left:59.375rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.1875rem;left:64.375rem;display:block; }
#eXUygS1rwmpquls0bt58RMWIv8bJDmlh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.8125rem;left:59.375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.6875rem;left:64.875rem; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { position:relative;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.75rem;left:12.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { position:relative;display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { box-sizing:content-box;height:31.5rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:19.9375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:24.4375rem;left:1.5625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.1875rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gSo99mbDtraV7aTswTnKfobwTWetcD6i { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:19.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#QGTUtS56vRMqkN5rWpISdVwcMRLTkkTI { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.5rem;left:6.25rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:26.662109375rem;left:1.5625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.0625rem;width:23.875rem;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#yohviILx8VlwHTuEckBgR9Pd0TylP6No { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:19.9375rem;left:32rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LpbPf5iJgJAKRmFB8WXx4LUniDBmk42D { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:24.4375rem;left:27.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TufU0w1WH8hCxg2pKhfG4uieJoy6gMWV { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.5rem;left:32rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:26.6875rem;left:27.3125rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpq8aONKqaIDhFVTOfnXxa0lCEC8uXpV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:19.4375rem;left:27.3125rem;overflow:hidden;display:block; }
#LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.0625rem;width:23.875rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:19.9375rem;left:57.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QEzqqOsAz1FCfwsB3GVroWwTHTzrXkbT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:24.4375rem;left:52.6875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ruhEDZKLCwdkslnRWVR2xS3UrMh9UJ9X { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:21.5rem;left:57.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:26.6875rem;left:52.6875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3ZZLle0DTUT905dITBQP0yA95Dm59tG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:19.4375rem;left:52.6875rem;overflow:hidden;display:block; }
#aD7Om6ESTgIt9IP54XOqdboTgEAn89e9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.375rem;left:20.5rem; }
#ELVTHmFmEJeW51qJ704gbqoTTsIEL6LQ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.75rem;left:19.875rem;display:block; }
#JOQCd7qlZiNmTI0spWmf3WmeCJ8Sy4LJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.625rem;left:45.5625rem;display:block; }
#IkQ1v2QRGkBGq0AZ4mpRIMwBueyw2ISx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.25rem;left:46.1875rem; }
#wNxcFvBrCzrFc9qDrbsIwJfa13wTB9Rh { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.625rem;left:70.875rem;display:block; }
#DiTIXk2cpFVX32GKd7qaE0AWo4hgFZ0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.25rem;left:71.5rem; }
#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { position:relative;display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { background-color: transparent; background-image: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { border-width: 0; border-radius: 0; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .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; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:19.9375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UkT6yTB20839kQCUog6H5leH0uixgdJT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:24.4375rem;left:1.5625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#noTfTgyaiohtlGMQIsU2GXAro9pcun2G { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wJgxeTtzwbTsA7U41WW91DaPTO6SRQgU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:19.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#VCfmxDOAyHFFxMtTZG6ksoggPahZWOoT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.5rem;left:6.25rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqpMGgpaDe8uIaSUeJakZHRhb8JVFTUh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:26.662109375rem;left:1.5625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSBwdlIMk7ci90tIUioerHhmid8wkFHw { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:23.875rem;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:19.9375rem;left:32rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xbhCOD5xIuk2v3cElg3hGsZSuaIJLBeU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:24.4375rem;left:27.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4sD7xBODU3ZNA6PbA4Pc59ZLCxKcD3M { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.5rem;left:32rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gXHxQPJTxaUXLmFIg5wpar7IwmSOEcVU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:26.6875rem;left:27.3125rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKDX5mr7cM5ATlOndWVtvpSzv3ag7X8x { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:19.4375rem;left:27.3125rem;overflow:hidden;display:block; }
#io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:23.875rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:19.9375rem;left:57.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QvBwFSlfFnPvAcWTGcFyeEmZkQ0hXwzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:24.4375rem;left:52.6875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ziSnhKBb4Zu58ZVlTWPsDUXH3AJaOE8J { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:21.5rem;left:57.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A1XmCgeCxGkKzTwWurDDdQlTN1TtTT35 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:26.6875rem;left:52.6875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytpfARTeUoULsMfS6eNN3INAvkeQhrcW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:19.4375rem;left:52.6875rem;overflow:hidden;display:block; }
#I6Au7EhVHrcJNZOL21kE8Ktq2NAnZl6a { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.625rem;left:19.8125rem;display:block; }
#lEuRG9L34O9NXTa0suZXxaTypJHMEWXb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.25rem;left:20.4375rem; }
#UbnrzX1sTSv2xb9bP58XOlyH39UdhlKF { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.625rem;left:45.5625rem;display:block; }
#h39JIgonSqrOZny3o5qOACQZDGviGdBZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.25rem;left:46.1875rem; }
#wBpoblhXRbTpJeHzlTK5pQdXLDUSUZVx { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:0.625rem;left:70.875rem;display:block; }
#E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.25rem;left:71.5rem; }
#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { position:relative;display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { background-color: transparent; background-image: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { border-width: 0; border-radius: 0; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { background-color: transparent; background-image: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { border-width: 0; border-radius: 0; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { font-size:0.875rem;font-family:arial;height:78.0625rem;width:75rem;position:relative;display:block; }#UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:8.1875rem;left:46.25rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#CRLkXV2ROJuwhQyi8x4Pw7DzINAOodiq { box-sizing:content-box;height:22.5625rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:3.75rem;left:3.75rem;border-top-left-radius:7.5rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.5rem;left:5.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#sLPJAL9FWhDWQpV6sXQldQUebZ9yG3RL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:12.875rem;left:5.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:15.5625rem;left:5.625rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5zRIewg52vMW1Xm6yg4UDs5azA5K10l { position:absolute;display:block;z-index:14997;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:41.3125rem;width:47.3125rem;top:14.9375rem;left:27.6875rem;overflow:hidden;display:block; }
#GzkVuIGW93wAL9yJCJEeags4uQE8uPJ0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:18.125rem;width:18.125rem;top:5.96875rem;left:20.6875rem;overflow:hidden;display:block; }
#USF6TZ6hZ7KvXlMeofQptpAnw26ZZxs1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:39.875rem;left:34.375rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WEOIBXdV4Nwd8irDZpyRORqnErTDPMFW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:.9;letter-spacing:0;top:36.6875rem;left:34.375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#m8OKuK9AvdaOkk38eGfbhl5Q7iM7bTFe { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:33.3125rem;left:34.375rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#dwDa0yW6pe5TNQPxMvxaki4miRVPqdLc { position:absolute;display:block;z-index:14998;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-primary-2),0.4) ;height:22.4375rem;width:39.375rem;top:27.5625rem;left:32.6875rem;overflow:hidden;display:block; }
#JH0TlSqZxpNDCyrIGJnzS80rmxoMLyRN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:33.3125rem;left:5.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#gdT64pFXWmEn1URFd7uuMViM3K6ZUGMJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:36.6875rem;left:5.625rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#eqholTAEUzE1lT2J58wL8U9vlAFgDGic { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:41.361328125rem;left:5.625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWT7TcBgU2Nzcyk2ONEJvB2n78T24yra { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.4375rem;width:11.1875rem;top:33.3125rem;left:20.25rem;overflow:hidden;display:block; }
#SwOADABavnG6pEwtE1rtC2IgEGzxyEbs { box-sizing:content-box;height:22.5625rem;width:27.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.5625rem;left:3.75rem;border-top-left-radius:4rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-2),0.05) ;display:block; }
#z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:58.875rem;left:5.625rem;height:6.2988125rem;text-align:left;text-align-last:left;display:block; }
#F4f0h7LTZvarsTLON6XV4n7pikosrCbc { position:absolute;display:block;z-index:14996;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:19.1875rem;width:29.5rem;top:4.3125rem;left:16.8125rem;overflow:hidden;display:block; }
#zrr1EKkApbwUbHGeMm1zrTmH6bSOzyCf { box-sizing:content-box;height:22.5625rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(203deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(203deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(203deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(203deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(203deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:51.28125rem;left:38.125rem;border-top-left-radius:7.5rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#e3ef40RTdaDoNAfthlMJ43QEZivZeWDk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:56.625rem;left:39.875rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#oDkBTnufgqL8q43uotA7duec1BWh8QeW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:60.1875rem;left:39.875rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#CpWLprUvEJuunKiyag1HmybkqMbT0zeA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:65.3125rem;left:39.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S6N8ayBPx4PReXlTp2NxlRzu9GvfHJHz { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.25rem;width:20.1875rem;top:56.25rem;left:54.8125rem;overflow:hidden;display:block; }
#Z976Vo0UlC3ZIpqCIT9WvETyitzF4Q7L { position:absolute;display:block;z-index:14997;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:19.1875rem;width:29.5rem;top:53.78125rem;left:27.5rem;overflow:hidden;display:block; }
#fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { background-color:rgba(var(--color-secondary-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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:67.76171875rem;left:5.625rem;display:block; }
#Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spFTNVd0U86kw4oT1T5eFlRXgGLZOQfx { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.375rem;left:46.25rem;display:block; }
#EThqNJgRqqI3NuUlEz8ZeWUQr4pnkkF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:3.75rem;left:12.5rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { background-color: transparent; background-image: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container > .video-iframe-container { display: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container { display: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .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); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { border-width: 0; border-radius: 0; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#XOSGymd8XSs5IVIzd3gLqtB1h2igNN5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#hwm49a2I8Oy2FPTPAwI8oiHRR5JCaCcP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#IbpmlVQEQk4D55G1o1gNwIIRQM7WTRXt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#MZ6I1xC87xJ1di8TQJUCKvyPJN1HerWp { color:#260e03;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#ybELoiol8t0oA0KD8mnavB2dsTz0dKne { box-sizing:content-box;height:8.25rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.12);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0rem solid #260e03;border-right:0rem solid #260e03;border-bottom:0rem solid #260e03;display:block; }
#Hlz4eL08Winp1e34ImtQFBiVDdFPcbf4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.806640625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { background-color: transparent; background-image: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .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); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { border-width: 0; border-radius: 0; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#dHgn6gUyD8TLZwtDEuC3GendhSLDq9E5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#WGRQfa3PRm6kxwt61sBOvfca6LCimdVg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#FJ26PIkXhG24IIeRnO4Pu2Ctpku5GTXq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#VaAl9fNZ3IBfOGD3S53UR63qDBER5MWV { color:#b8affd;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#ZRcUVUngLZcFdSbp2sCTRdQzpNsd0KnN { box-sizing:content-box;height:8.25rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.12);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);display:block; }
#ldMUmcqmJl0668zvNaMhTdh3ngHwEq2A { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.806640625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { background-color: transparent; background-image: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container > .video-iframe-container { display: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row > .video-iframe-container { display: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .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); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { border-width: 0; border-radius: 0; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#XdBomfApMMv5zu5ifPzBcbkA1irmNAWK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#EJ7PPEbcWTZmUztA7yrlGv1LKh4q6nex { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#S9pJeZwHCkb5ZmONbM7xT1snAIt5hVm1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#R3KVQbKqwJivdSJsX4dRzTqAveoN66Cc { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#S243FLQ8CXPbTeTZ9U1HbIdavGkMQxX9 { box-sizing:content-box;height:8.375rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
#nUeX8ERtdSgNUh5db8HEaVps19nVHR0E { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.806640625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { background-color: transparent; background-image: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container > .video-iframe-container { display: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row > .video-iframe-container { display: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .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); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { border-width: 0; border-radius: 0; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#B5Z4HQ7TFfnRg2PW6GqJrUlGNvE2nvzf { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#qf6zAXSSeyCwZNEFUz61mUo8ZqRpvT1O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#mT06kqJDDTICt802HQT0NnnGMOx3pHZh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#E3rvZOGdmX76dVmMwr37P8W1nHsEw5hQ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#RCHsR3t1kWwLbCDT2JdTd339WXtZO7iv { box-sizing:content-box;height:8.375rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
#K5xRuzVWlNyZ0QWssngDQBivESJyU4Zr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.806640625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { background-color: transparent; background-image: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container > .video-iframe-container { display: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row > .video-iframe-container { display: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .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); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { border-width: 0; border-radius: 0; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#nzH6RSHdloROIfrTF7ApW8s7v0pDOPit { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#yKbRCouQvw5LTav0rSS0wGFbPplrKMGb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#g1ud69BGzhTuntvg0p1bWJFO2Qw8mROH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#MqnWOOrFiwqpeTiV0RiR0hvSZyOegyi8 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#FRIDQyI5WaLs1MxVLyCVHB04ttycoSa9 { box-sizing:content-box;height:8.375rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
#vIuQsSpl5PXEiPTqIMZTsQi0zEJQgLVe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.806640625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { background-color: transparent; background-image: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { border-width: 0; border-radius: 0; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { position:relative;display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { background-color: transparent; background-image: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .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); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { border-width: 0; border-radius: 0; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .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; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:13.1875rem;left:40.5rem;height:11.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { box-sizing:content-box;height:21.5rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:4rem;left:5.8125rem;border-top-left-radius:15rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:21.125rem;width:21.0625rem;top:8.66015625rem;left:11.6875rem;overflow:hidden;display:block; }
#b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:5.25rem;left:40.5rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#QHXDq7dGEgUp4kt3qxAxTczDRiuoG0Ng { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.5rem;top:9.62890625rem;left:0rem;overflow:hidden;display:block; }
#VcgIVXoCJB2CNgFrbzpWromU16xTKtZ4 { background-color:rgba(var(--color-secondary-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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26rem;left:40.5rem;display:block; }
#DQs9nRruy1VLEuRJrAtJP8nHeJK3bSzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OW4T0E9HTcl0eLT78kxALXsyItdUdetU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { background-color: transparent; background-image: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .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); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { border-width: 0; border-radius: 0; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:0rem;height:2.9375rem;text-align:center;text-align-last:center;display:block; }
#hEhbpITgTRHXTAgJcUFTcZpLnVSyXXMm { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.375rem;left:12.5rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o48THk60JKhsXZIJFLyIC36zF8oOQyTa { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:25.5625rem;top:36rem;left:24.75rem;overflow:hidden;display:block; }
#tyb8BZ137o0TTbSotwHFnsvvkqTbOoag { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:46.625rem;top:35.0625rem;left:14.1875rem;overflow:hidden;display:block; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-form-header {  }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text { border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-textarea { border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-button { border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.625rem;margin-bottom:0.25rem;margin-left:6.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:13.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:lato;font-size:1rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:lato;font-size:1rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:lato;font-size:1rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:lato;font-size:1rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.25rem;overflow:hidden;font-style:normal;float:none; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-container:first-of-type{padding-top:0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-container:last-of-type{padding-bottom:0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:22.9375rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv {display:block;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:22.9375rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #XmaNyMl0EZwmvtTBImllzElOKPTopws1 { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #CkD9KEb4Ou7ZO3KXr96OeJ1OuVZ2cbP7 { position:relative;display:none; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #TARA3aX5xFylxiw9n94B1xsTPKOy3eud { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #lmxIPKosTW1H99kKLv2otlKhuNTWa0Kt { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #LoIyvd15OgpTZOhSiqb164C0bJT5aU11 { position:relative;display:none; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #Cb7Z7r32DTPi8OnxWoBGRmFtokEcVUQh { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #um7HXz07LfZnycZf5vMvlT3ClMpZDmCb { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #spzUeNZPSQNhVRr4WHHnQgR54CPu6tyQ { position:relative;display:block; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #VIhTfcGNTuqS7lEu6ewchsdxaTI8UPO7 { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #RTBadimrMoJSd1rTIpL0GMaWf0c8Aeai { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QTZBmB4iLx698KoaqrZ9vFIffOmVNSf9 { position:relative;display:none; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #HBpERz4I8suoMRBMap8Jdide7nMc0Iz7 { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #WPl9ww7G3fbPLsL4vxODOc9F0bcKBOTO { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #szTupHoi25JqZ8KI6CC5rZgB2cb9LVcD { position:relative; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:3.75rem;left:3.1875rem;height:1.25rem;display:block; }
#MV591xzmStREXTQoxuOFLc70eLJbUsxR { position:absolute;display:block;z-index:15004;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.5625rem;width:2.5625rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#Sl7lT3z6nme0gBgodBTGqS5PfRR47wQf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:3.75rem;left:38.25rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.5625rem;left:38.25rem;height:4.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18rem;height:6.39844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4oUawHDCocPg7szPoIgFlJm5OA604C9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.75rem;left:57.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.3125rem;left:57.875rem;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.125rem;left:58.6875rem; }
#K5I8XNTHUTEWAzOqq3m5AOoNradG4hCg { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.3125rem;left:62.125rem;display:block; }
#GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.125rem;left:62.9375rem; }
#bfSgASarRrJfvTIVmuD4W4oT0rWi12XD { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.375rem;left:66.375rem;display:block; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.1875rem;left:67.1875rem; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:42.6875rem;height:18.5rem;top:10.3125rem;left:0rem;font-size:4.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xlxINfbU1J4TZa9BOfBTWo4zAwlyaW6l { width:4.75rem;height:1.25rem;top:3.4375rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #roeECHrNhzWgtt316AsClU1JqTpzOKOm { width:2.5625rem;height:2.5625rem;top:2.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:35.8125rem;height:4rem;top:28.625rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:13.8125rem;height:3.125rem;top:35.1875rem;left:0rem;background-color:#ff5e14;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #MkVlTMPtO1mrm2ukr3WiAA9nsMNnvwQS { width:10.6875rem;height:3.125rem;top:35.1875rem;left:0.8125rem;background-color:rgba(255,255,255,0.2);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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eG4WWkfwUsGXLQATZOndRxADSDrB30uV { display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { width:5rem;height:3.125rem;top:2.5625rem;left:28.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block; }
 }@media only screen and (max-width: 763px) { #gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { width:8.125rem;height:3.125rem;top:2.5625rem;left:34.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block; }
 }@media only screen and (max-width: 763px) { #rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { width:6.75rem;height:3.125rem;top:2.5625rem;left:41rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block; }
 }@media only screen and (max-width: 763px) { #tiu2wZnoXWGp39xeCg7bFBVP2ECiax2M { width:10.0625rem;height:2.625rem;top:2.75rem;left:37.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ff5e14;border-left:0.125rem solid #ff5e14;border-right:0.125rem solid #ff5e14;border-bottom:0.125rem solid #ff5e14;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FglWEyIIT0vT9lrLwoxqtu1JJEnTVpbH { display:block; }
 }@media only screen and (max-width: 763px) { #f2TrMdLbvZd10tCaUEyEAl0te1bFTGci { width:17.5rem;height:3.4375rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOUT983SQh9Nhu7TZhQymrklOduGTS3C { display:block; }
 }@media only screen and (max-width: 763px) { #l6ONtUBTImi7AIOsnQsmgnbcHsylRpOV { top:31.9375rem;left:25.1875rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:47.75rem;height:3.125rem;top:3.75rem;left:0rem;font-size:3.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:3.75rem;height:3.75rem;top:2.1875rem;left:0rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:17.5rem;height:15.9375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { width:13.75rem;height:1.3125rem;top:7.1875rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:13.75rem;height:3.1875rem;top:9.8125rem;left:0rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Lz7KUspyozJrWR9DOnFseRhMmyQCySFD { width:17.5rem;height:15.9375rem;top:0rem;left:5.4375rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { width:13.75rem;height:1.3125rem;top:7.1875rem;left:7.3125rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:2.1875rem;left:12.3125rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:13.75rem;height:3.1875rem;top:9.8125rem;left:7.3125rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:12.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #b6CebVWIxharM91I3EOdtExDv6JlGZXM { width:17.5rem;height:15.9375rem;top:0rem;left:24.875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #gU3Sbk5WTExspMVDgc6Jb30ZeKDdM8hq { width:13.75rem;height:1.3125rem;top:7.1875rem;left:26.75rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { width:3.75rem;height:3.75rem;top:2.1875rem;left:31.75rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { width:13.75rem;height:3.1875rem;top:9.8125rem;left:26.75rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:32.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #LvwJpyvHKvrNcE5L8fCgnaE4FN8ozMOS { width:17.5rem;height:15.9375rem;top:0rem;left:30.25rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { width:13.75rem;height:1.3125rem;top:7.1875rem;left:34rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:2.1875rem;left:44rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:13.75rem;height:3.1875rem;top:9.8125rem;left:34rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:45.0625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:47.75rem;height:3.125rem;top:3.75rem;left:0rem;font-size:3.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:23.875rem;height:31.5rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { width:15.625rem;height:1.5rem;top:19.9375rem;left:0rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { width:20.25rem;height:1.5625rem;top:24.4375rem;left:0rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:23.875rem;height:18.1875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gSo99mbDtraV7aTswTnKfobwTWetcD6i { width:3.75rem;height:3.75rem;top:19.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QGTUtS56vRMqkN5rWpISdVwcMRLTkkTI { width:15.625rem;height:1.625rem;top:21.5rem;left:0rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { width:20.25rem;height:3.1875rem;top:26.625rem;left:0rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { width:23.875rem;height:31.5625rem;top:0rem;left:12.125rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { width:23.875rem;height:18.0625rem;top:0rem;left:12.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yohviILx8VlwHTuEckBgR9Pd0TylP6No { width:15.625rem;height:1.5rem;top:19.9375rem;left:18.375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #LpbPf5iJgJAKRmFB8WXx4LUniDBmk42D { width:20.25rem;height:1.5625rem;top:24.4375rem;left:13.6875rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #TufU0w1WH8hCxg2pKhfG4uieJoy6gMWV { width:15.625rem;height:1.5625rem;top:21.5rem;left:18.375rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { width:20.25rem;height:3.1875rem;top:26.6875rem;left:13.6875rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #kpq8aONKqaIDhFVTOfnXxa0lCEC8uXpV { width:3.75rem;height:3.75rem;top:19.4375rem;left:13.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { width:23.875rem;height:31.5625rem;top:0rem;left:23.875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { width:23.875rem;height:18.0625rem;top:0rem;left:23.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { width:15.625rem;height:1.5rem;top:19.9375rem;left:32.125rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QEzqqOsAz1FCfwsB3GVroWwTHTzrXkbT { width:20.25rem;height:1.5625rem;top:24.4375rem;left:27.5rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ruhEDZKLCwdkslnRWVR2xS3UrMh9UJ9X { width:15.625rem;height:1.5625rem;top:21.5rem;left:32.125rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { width:20.25rem;height:3.1875rem;top:26.6875rem;left:27.5rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #N3ZZLle0DTUT905dITBQP0yA95Dm59tG { width:3.75rem;height:3.75rem;top:19.4375rem;left:39.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aD7Om6ESTgIt9IP54XOqdboTgEAn89e9 { width:2.25rem;height:2.25rem;top:1.375rem;left:6.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #ELVTHmFmEJeW51qJ704gbqoTTsIEL6LQ { width:3.5rem;height:3.5rem;top:0.75rem;left:6.25rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JOQCd7qlZiNmTI0spWmf3WmeCJ8Sy4LJ { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IkQ1v2QRGkBGq0AZ4mpRIMwBueyw2ISx { width:2.25rem;height:2.25rem;top:1.25rem;left:32.5625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wNxcFvBrCzrFc9qDrbsIwJfa13wTB9Rh { width:3.5rem;height:3.5rem;top:0.625rem;left:44.25rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DiTIXk2cpFVX32GKd7qaE0AWo4hgFZ0T { width:2.25rem;height:2.25rem;top:1.25rem;left:45.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { background-color: transparent; background-image: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { border-width: 0; border-radius: 0; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { width:23.875rem;height:31.5625rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { width:15.625rem;height:1.5rem;top:19.9375rem;left:0rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #UkT6yTB20839kQCUog6H5leH0uixgdJT { width:20.25rem;height:1.5625rem;top:24.4375rem;left:0rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #noTfTgyaiohtlGMQIsU2GXAro9pcun2G { width:23.875rem;height:18rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wJgxeTtzwbTsA7U41WW91DaPTO6SRQgU { width:3.75rem;height:3.6875rem;top:19.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VCfmxDOAyHFFxMtTZG6ksoggPahZWOoT { width:15.625rem;height:1.5625rem;top:21.5rem;left:0rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #eqpMGgpaDe8uIaSUeJakZHRhb8JVFTUh { width:20.25rem;height:3.1875rem;top:26.625rem;left:0rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #SSBwdlIMk7ci90tIUioerHhmid8wkFHw { width:23.875rem;height:31.5625rem;top:0rem;left:12.125rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { width:23.875rem;height:18rem;top:0rem;left:12.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { width:15.625rem;height:1.5rem;top:19.9375rem;left:18.375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #xbhCOD5xIuk2v3cElg3hGsZSuaIJLBeU { width:20.25rem;height:1.5625rem;top:24.4375rem;left:13.6875rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #H4sD7xBODU3ZNA6PbA4Pc59ZLCxKcD3M { width:15.625rem;height:1.5625rem;top:21.5rem;left:18.375rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gXHxQPJTxaUXLmFIg5wpar7IwmSOEcVU { width:20.25rem;height:3.1875rem;top:26.6875rem;left:13.6875rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #LKDX5mr7cM5ATlOndWVtvpSzv3ag7X8x { width:3.75rem;height:3.6875rem;top:19.4375rem;left:13.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { width:23.875rem;height:31.5625rem;top:0rem;left:23.875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { width:23.875rem;height:18rem;top:0rem;left:23.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { width:15.625rem;height:1.5rem;top:19.9375rem;left:32.125rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QvBwFSlfFnPvAcWTGcFyeEmZkQ0hXwzQ { width:20.25rem;height:1.5625rem;top:24.4375rem;left:27.5rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ziSnhKBb4Zu58ZVlTWPsDUXH3AJaOE8J { width:15.625rem;height:1.5625rem;top:21.5rem;left:32.125rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #A1XmCgeCxGkKzTwWurDDdQlTN1TtTT35 { width:20.25rem;height:3.1875rem;top:26.6875rem;left:27.5rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ytpfARTeUoULsMfS6eNN3INAvkeQhrcW { width:3.75rem;height:3.75rem;top:19.4375rem;left:39.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I6Au7EhVHrcJNZOL21kE8Ktq2NAnZl6a { width:3.5rem;height:3.5rem;top:0.625rem;left:6.1875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lEuRG9L34O9NXTa0suZXxaTypJHMEWXb { width:2.25rem;height:2.25rem;top:1.25rem;left:6.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #UbnrzX1sTSv2xb9bP58XOlyH39UdhlKF { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h39JIgonSqrOZny3o5qOACQZDGviGdBZ { width:2.25rem;height:2.25rem;top:1.25rem;left:32.5625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wBpoblhXRbTpJeHzlTK5pQdXLDUSUZVx { width:3.5rem;height:3.5rem;top:0.625rem;left:44.25rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X { width:2.25rem;height:2.25rem;top:1.25rem;left:45.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { background-color: transparent; background-image: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { border-width: 0; border-radius: 0; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { background-color: transparent; background-image: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { border-width: 0; border-radius: 0; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { width:25.3125rem;height:9.375rem;top:8.1875rem;left:22.4375rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CRLkXV2ROJuwhQyi8x4Pw7DzINAOodiq { width:36.875rem;height:22.5625rem;top:3.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f5cff, #1900da);background-image: -moz-linear-gradient(180deg, #6f5cff, #1900da);background-image: -ms-linear-gradient(180deg, #6f5cff, #1900da);background-image: -o-linear-gradient(180deg, #6f5cff, #1900da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );";background-image: linear-gradient(180deg, #6f5cff, #1900da);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(25,0,218,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { width:13.8125rem;height:2.8125rem;top:9.5rem;left:0rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sLPJAL9FWhDWQpV6sXQldQUebZ9yG3RL { width:13.8125rem;height:1.75rem;top:12.875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { width:13.8125rem;height:4.75rem;top:15.5625rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T5zRIewg52vMW1Xm6yg4UDs5azA5K10l { width:47.3125rem;height:41.3125rem;top:14.9375rem;left:0.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GzkVuIGW93wAL9yJCJEeags4uQE8uPJ0 { width:18.125rem;height:18.125rem;top:5.9375rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #USF6TZ6hZ7KvXlMeofQptpAnw26ZZxs1 { width:11.875rem;height:6.375rem;top:39.875rem;left:20.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WEOIBXdV4Nwd8irDZpyRORqnErTDPMFW { width:12.75rem;height:1.4375rem;top:36.6875rem;left:20.75rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m8OKuK9AvdaOkk38eGfbhl5Q7iM7bTFe { width:11.875rem;height:2.8125rem;top:33.3125rem;left:20.75rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dwDa0yW6pe5TNQPxMvxaki4miRVPqdLc { width:39.375rem;height:22.4375rem;top:27.5625rem;left:8.375rem;border-top:0.0625rem solid #6f5cff;border-left:0.0625rem solid #6f5cff;border-right:0.0625rem solid #6f5cff;border-bottom:0.0625rem solid #6f5cff;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(111,92,255,0.4) ;display:block; }
 }@media only screen and (max-width: 763px) { #JH0TlSqZxpNDCyrIGJnzS80rmxoMLyRN { width:13.8125rem;height:2.8125rem;top:33.3125rem;left:0rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gdT64pFXWmEn1URFd7uuMViM3K6ZUGMJ { width:13.8125rem;height:3.5625rem;top:36.6875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eqholTAEUzE1lT2J58wL8U9vlAFgDGic { width:13.8125rem;height:3.1875rem;top:41.3125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uWT7TcBgU2Nzcyk2ONEJvB2n78T24yra { width:11.1875rem;height:12.4375rem;top:33.3125rem;left:6.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SwOADABavnG6pEwtE1rtC2IgEGzxyEbs { width:27.625rem;height:22.5625rem;top:27.5625rem;left:0rem;background-color:#ff5e14;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(111,92,255,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { width:28rem;height:6.3125rem;top:58.875rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F4f0h7LTZvarsTLON6XV4n7pikosrCbc { width:29.5rem;height:19.1875rem;top:4.3125rem;left:3.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zrr1EKkApbwUbHGeMm1zrTmH6bSOzyCf { width:36.875rem;height:22.5625rem;top:51.25rem;left:10.875rem;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #802f0a, #ff5e14);background-image: -moz-linear-gradient(203deg, #802f0a, #ff5e14);background-image: -ms-linear-gradient(203deg, #802f0a, #ff5e14);background-image: -o-linear-gradient(203deg, #802f0a, #ff5e14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#802f0a', endColorstr='#ff5e14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#802f0a', endColorstr='#ff5e14' );";background-image: linear-gradient(203deg, #802f0a, #ff5e14);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(25,0,218,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #e3ef40RTdaDoNAfthlMJ43QEZivZeWDk { width:13.8125rem;height:2.8125rem;top:56.625rem;left:26.25rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oDkBTnufgqL8q43uotA7duec1BWh8QeW { width:14.375rem;height:3.5625rem;top:60.1875rem;left:26.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CpWLprUvEJuunKiyag1HmybkqMbT0zeA { width:14.375rem;height:3.1875rem;top:65.3125rem;left:26.25rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S6N8ayBPx4PReXlTp2NxlRzu9GvfHJHz { width:20.1875rem;height:13.25rem;top:56.25rem;left:27.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z976Vo0UlC3ZIpqCIT9WvETyitzF4Q7L { width:29.5rem;height:19.1875rem;top:53.75rem;left:13.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { width:13.8125rem;height:3.125rem;top:67.75rem;left:0rem;background-color:#ff5e14;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block; }
 }@media only screen and (max-width: 763px) { #spFTNVd0U86kw4oT1T5eFlRXgGLZOQfx { width:10.6875rem;height:3.125rem;top:19.375rem;left:32.625rem;background-color:rgba(255,255,255,0.2);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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EThqNJgRqqI3NuUlEz8ZeWUQr4pnkkF5 { display:block; }
 }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { width:47.75rem;height:2.8125rem;top:3.75rem;left:0rem;font-size:1.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { background-color: transparent; background-image: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container > .video-iframe-container { display: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container { display: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .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); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { border-width: 0; border-radius: 0; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOSGymd8XSs5IVIzd3gLqtB1h2igNN5Z { width:9.5rem;height:1.3125rem;top:1.9375rem;left:12.6875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #hwm49a2I8Oy2FPTPAwI8oiHRR5JCaCcP { width:3.75rem;height:3.75rem;top:0.8125rem;left:7.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IbpmlVQEQk4D55G1o1gNwIIRQM7WTRXt { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6I1xC87xJ1di8TQJUCKvyPJN1HerWp { width:4.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;color:#260e03;display:block; }
 }@media only screen and (max-width: 763px) { #ybELoiol8t0oA0KD8mnavB2dsTz0dKne { width:47.75rem;height:8.25rem;top:0rem;left:0rem;background-color:rgba(255,94,20,0.12);background-image:none;border-top:0.125rem solid #ff5e14;border-left:0rem solid #260e03;border-right:0rem solid #260e03;border-bottom:0rem solid #260e03;display:block; }
 }@media only screen and (max-width: 763px) { #Hlz4eL08Winp1e34ImtQFBiVDdFPcbf4 { width:22.75rem;height:3.1875rem;top:3.75rem;left:25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { background-color: transparent; background-image: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .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); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { border-width: 0; border-radius: 0; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHgn6gUyD8TLZwtDEuC3GendhSLDq9E5 { width:9.5rem;height:1.3125rem;top:1.9375rem;left:12.6875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #WGRQfa3PRm6kxwt61sBOvfca6LCimdVg { width:3.75rem;height:3.75rem;top:0.8125rem;left:7.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FJ26PIkXhG24IIeRnO4Pu2Ctpku5GTXq { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #VaAl9fNZ3IBfOGD3S53UR63qDBER5MWV { width:4.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #ZRcUVUngLZcFdSbp2sCTRdQzpNsd0KnN { width:47.75rem;height:8.25rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #ldMUmcqmJl0668zvNaMhTdh3ngHwEq2A { width:22.75rem;height:3.1875rem;top:3.75rem;left:25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #k3HDOaPergVPbqya3Aq6S93tBmXkPsaC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { background-color: transparent; background-image: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container > .video-iframe-container { display: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row > .video-iframe-container { display: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .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); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { border-width: 0; border-radius: 0; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdBomfApMMv5zu5ifPzBcbkA1irmNAWK { width:9.5rem;height:1.3125rem;top:1.9375rem;left:12.6875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #EJ7PPEbcWTZmUztA7yrlGv1LKh4q6nex { width:3.75rem;height:3.6875rem;top:0.8125rem;left:7.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #S9pJeZwHCkb5ZmONbM7xT1snAIt5hVm1 { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #R3KVQbKqwJivdSJsX4dRzTqAveoN66Cc { width:4.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #S243FLQ8CXPbTeTZ9U1HbIdavGkMQxX9 { width:47.75rem;height:8.375rem;top:0rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
 }@media only screen and (max-width: 763px) { #nUeX8ERtdSgNUh5db8HEaVps19nVHR0E { width:22.75rem;height:3.1875rem;top:3.75rem;left:25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { background-color: transparent; background-image: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container > .video-iframe-container { display: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row > .video-iframe-container { display: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .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); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { border-width: 0; border-radius: 0; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5Z4HQ7TFfnRg2PW6GqJrUlGNvE2nvzf { width:11.8125rem;height:1.375rem;top:1.9375rem;left:12.6875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #qf6zAXSSeyCwZNEFUz61mUo8ZqRpvT1O { width:3.75rem;height:3.75rem;top:0.8125rem;left:7.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mT06kqJDDTICt802HQT0NnnGMOx3pHZh { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #E3rvZOGdmX76dVmMwr37P8W1nHsEw5hQ { width:5.4375rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #RCHsR3t1kWwLbCDT2JdTd339WXtZO7iv { width:47.75rem;height:8.375rem;top:0rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
 }@media only screen and (max-width: 763px) { #K5xRuzVWlNyZ0QWssngDQBivESJyU4Zr { width:22.75rem;height:3.1875rem;top:3.75rem;left:25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #sxHNTD7nI7avquFqoPlfJzyDqei0BV8l { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { background-color: transparent; background-image: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container > .video-iframe-container { display: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row > .video-iframe-container { display: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .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); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { border-width: 0; border-radius: 0; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzH6RSHdloROIfrTF7ApW8s7v0pDOPit { width:9.5rem;height:1.3125rem;top:1.9375rem;left:12.6875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #yKbRCouQvw5LTav0rSS0wGFbPplrKMGb { width:3.75rem;height:3.75rem;top:0.8125rem;left:7.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g1ud69BGzhTuntvg0p1bWJFO2Qw8mROH { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #MqnWOOrFiwqpeTiV0RiR0hvSZyOegyi8 { width:5.6875rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FRIDQyI5WaLs1MxVLyCVHB04ttycoSa9 { width:47.75rem;height:8.375rem;top:0rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
 }@media only screen and (max-width: 763px) { #vIuQsSpl5PXEiPTqIMZTsQi0zEJQgLVe { width:22.75rem;height:3.1875rem;top:3.75rem;left:25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { background-color: transparent; background-image: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { border-width: 0; border-radius: 0; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { background-color: transparent; background-image: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .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); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { border-width: 0; border-radius: 0; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:29.75rem;height:11.1875rem;top:13.1875rem;left:18rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { width:21.875rem;height:21.5rem;top:4rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f5cff, #1900da);background-image: -moz-linear-gradient(180deg, #6f5cff, #1900da);background-image: -ms-linear-gradient(180deg, #6f5cff, #1900da);background-image: -o-linear-gradient(180deg, #6f5cff, #1900da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );";background-image: linear-gradient(180deg, #6f5cff, #1900da);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { width:21.0625rem;height:21.125rem;top:8.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:28.75rem;height:5rem;top:5.25rem;left:17.125rem;font-size:1.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QHXDq7dGEgUp4kt3qxAxTczDRiuoG0Ng { width:29.5rem;height:19.1875rem;top:9.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VcgIVXoCJB2CNgFrbzpWromU16xTKtZ4 { width:13.8125rem;height:3.125rem;top:26rem;left:26.875rem;background-color:#ff5e14;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DQs9nRruy1VLEuRJrAtJP8nHeJK3bSzU { display:block; }
 }@media only screen and (max-width: 763px) { #OW4T0E9HTcl0eLT78kxALXsyItdUdetU { background-color:#ff5e14;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { background-color: transparent; background-image: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .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); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { border-width: 0; border-radius: 0; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { width:47.75rem;height:2.9375rem;top:4.625rem;left:0rem;font-size:2.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hEhbpITgTRHXTAgJcUFTcZpLnVSyXXMm { width:47.75rem;height:3.1875rem;top:8.375rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o48THk60JKhsXZIJFLyIC36zF8oOQyTa { width:25.5625rem;height:22.625rem;top:36rem;left:11.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tyb8BZ137o0TTbSotwHFnsvvkqTbOoag { width:46.625rem;height:23.5625rem;top:35.0625rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000000; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-button { width:13.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.625rem;background-color:#1900da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]:-moz-placeholder { color:rgba(18,17,25,0.7); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]::-moz-placeholder { color:rgba(18,17,25,0.7); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]:-ms-input-placeholder { color:rgba(18,17,25,0.7); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]::-webkit-input-placeholder { color:rgba(18,17,25,0.7); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-radio-label { color:#161616; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv  { width:26.625rem;height:auto;top:13.125rem;left:9.3125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-info-text { color:#000000; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv {display:block;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv { width:26.625rem;height:auto;top:13.125rem;left:9.3125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #XmaNyMl0EZwmvtTBImllzElOKPTopws1 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #CkD9KEb4Ou7ZO3KXr96OeJ1OuVZ2cbP7 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #TARA3aX5xFylxiw9n94B1xsTPKOy3eud {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #lmxIPKosTW1H99kKLv2otlKhuNTWa0Kt {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #LoIyvd15OgpTZOhSiqb164C0bJT5aU11 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #Cb7Z7r32DTPi8OnxWoBGRmFtokEcVUQh {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #um7HXz07LfZnycZf5vMvlT3ClMpZDmCb {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #spzUeNZPSQNhVRr4WHHnQgR54CPu6tyQ {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #VIhTfcGNTuqS7lEu6ewchsdxaTI8UPO7 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #RTBadimrMoJSd1rTIpL0GMaWf0c8Aeai {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QTZBmB4iLx698KoaqrZ9vFIffOmVNSf9 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #HBpERz4I8suoMRBMap8Jdide7nMc0Iz7 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #WPl9ww7G3fbPLsL4vxODOc9F0bcKBOTO {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #szTupHoi25JqZ8KI6CC5rZgB2cb9LVcD {  }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { width:4.75rem;height:1.25rem;top:3.75rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MV591xzmStREXTQoxuOFLc70eLJbUsxR { width:2.5625rem;height:2.5625rem;top:3.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Sl7lT3z6nme0gBgodBTGqS5PfRR47wQf { width:17.125rem;height:1.75rem;top:3.75rem;left:24.625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { width:17.125rem;height:4.75rem;top:6.5625rem;left:24.625rem;font-size:1rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:17.125rem;height:1.75rem;top:3.75rem;left:4.375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:17.125rem;height:6.375rem;top:6.5625rem;left:4.375rem;font-size:1rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:17.125rem;height:1.75rem;top:3.75rem;left:30.625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { width:3rem;height:3rem;top:6.3125rem;left:44.25rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { width:1.375rem;height:1.375rem;top:7.125rem;left:45.0625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #K5I8XNTHUTEWAzOqq3m5AOoNradG4hCg { width:3rem;height:3rem;top:6.3125rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX { width:1.375rem;height:1.375rem;top:7.125rem;left:46.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #bfSgASarRrJfvTIVmuD4W4oT0rWi12XD { width:3rem;height:3rem;top:6.375rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { width:1.375rem;height:1.375rem;top:7.1875rem;left:46.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef76cb46-db62-4e39-8343-988f0e8a818e/hero2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:20rem;height:0;top:14.3125rem;left:0rem;font-size:2.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xlxINfbU1J4TZa9BOfBTWo4zAwlyaW6l { width:4.75rem;height:1.25rem;top:1.3125rem;left:9.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #roeECHrNhzWgtt316AsClU1JqTpzOKOm { width:2.5625rem;height:2.5625rem;top:0.625rem;left:6.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:17.5rem;height:6.3984375rem;top:26.3125rem;left:0rem;font-size:1rem;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:13.75rem;height:3.125rem;top:35.0625rem;left:0rem;background-color:#ff5e14;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #MkVlTMPtO1mrm2ukr3WiAA9nsMNnvwQS { width:13.75rem;height:3.125rem;top:38.8125rem;left:0rem;background-color:rgba(255,255,255,0.2);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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eG4WWkfwUsGXLQATZOndRxADSDrB30uV { display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { width:5.0625rem;height:2.625rem;top:4.5625rem;left:7.25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block; }
 }@media only screen and (max-width: 763px) { #gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { width:7.625rem;height:2.625rem;top:4.5625rem;left:12.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block; }
 }@media only screen and (max-width: 763px) { #rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { width:5.4375rem;height:2.625rem;top:7.1875rem;left:3.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block; }
 }@media only screen and (max-width: 763px) { #tiu2wZnoXWGp39xeCg7bFBVP2ECiax2M { width:10.0625rem;height:2.625rem;top:7.1875rem;left:9.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ff5e14;border-left:0.125rem solid #ff5e14;border-right:0.125rem solid #ff5e14;border-bottom:0.125rem solid #ff5e14;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FglWEyIIT0vT9lrLwoxqtu1JJEnTVpbH { display:block; }
 }@media only screen and (max-width: 763px) { #f2TrMdLbvZd10tCaUEyEAl0te1bFTGci { width:17.5rem;height:3.4375rem;top:43.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOUT983SQh9Nhu7TZhQymrklOduGTS3C { display:block; }
 }@media only screen and (max-width: 763px) { #l6ONtUBTImi7AIOsnQsmgnbcHsylRpOV { display:flex;width:7.9375rem;height:7.9375rem;top:47.875rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:20rem;height:7.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:20rem;height:2rem;top:3.125rem;left:0rem;font-size:2rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:67.6875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:3.75rem;height:3.75rem;top:2.1875rem;left:8.125rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:17.5rem;height:15.9375rem;top:0rem;left:1.25rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { width:13.75rem;height:1.3496125rem;top:7.1875rem;left:3.125rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:13.75rem;height:3.19921875rem;top:9.8125rem;left:3.125rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { display:flex;width:2.6875rem;height:2.6875rem;top:2.71875rem;left:8.65625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Lz7KUspyozJrWR9DOnFseRhMmyQCySFD { width:17.5rem;height:15.9375rem;top:17.1875rem;left:1.25rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { width:13.75rem;height:1.3496125rem;top:24.375rem;left:3.125rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:19.375rem;left:8.125rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:13.75rem;height:3.19921875rem;top:27.875rem;left:3.125rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { display:flex;width:2.6875rem;height:2.6875rem;top:19.875rem;left:8.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #b6CebVWIxharM91I3EOdtExDv6JlGZXM { width:17.5rem;height:15.9375rem;top:34.375rem;left:1.25rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #gU3Sbk5WTExspMVDgc6Jb30ZeKDdM8hq { width:13.75rem;height:1.3496125rem;top:41.5625rem;left:3.125rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { width:3.75rem;height:3.75rem;top:36.5625rem;left:8.125rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { width:13.75rem;height:3.19921875rem;top:44.1875rem;left:3.125rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { display:flex;width:2.6875rem;height:2.6875rem;top:37.0625rem;left:8.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #LvwJpyvHKvrNcE5L8fCgnaE4FN8ozMOS { width:17.5rem;height:15.9375rem;top:51.5625rem;left:1.25rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { width:13.75rem;height:1.3496125rem;top:58.75rem;left:3.125rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:53.75rem;left:8.125rem;background-color:#e2deff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:13.75rem;height:3.19921875rem;top:61.375rem;left:3.125rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { display:flex;width:2.6875rem;height:2.6875rem;top:54.3125rem;left:8.625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:7.125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:17.9375rem;height:4rem;top:1.5625rem;left:1.03125rem;font-size:2rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:20rem;height:97.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:20rem;height:30.3125rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { width:12.5rem;height:1.125rem;top:17rem;left:5.9375rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { width:17.5rem;height:1.5996125rem;top:21.1875rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:20rem;height:15.235602094241rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gSo99mbDtraV7aTswTnKfobwTWetcD6i { width:3.75rem;height:3.75rem;top:16.5rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QGTUtS56vRMqkN5rWpISdVwcMRLTkkTI { width:12.5rem;height:1.5996125rem;top:18.25rem;left:5.9375rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { width:17.5rem;height:3.19921875rem;top:23.4375rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { width:20rem;height:31.5625rem;top:31.5625rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #vDKKBHoX2yUehlc2QucvlyIpN6A9nfRZ { width:20rem;height:15.125rem;top:31.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yohviILx8VlwHTuEckBgR9Pd0TylP6No { width:12.5rem;height:1.3496125rem;top:48.8125rem;left:5.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #LpbPf5iJgJAKRmFB8WXx4LUniDBmk42D { width:17.5rem;height:1.5996125rem;top:52.75rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #TufU0w1WH8hCxg2pKhfG4uieJoy6gMWV { width:12.5rem;height:1.5996125rem;top:49.875rem;left:5.9375rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { width:17.5rem;height:4.798825rem;top:55rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #kpq8aONKqaIDhFVTOfnXxa0lCEC8uXpV { width:3.75rem;height:3.75rem;top:48.0625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { width:20rem;height:31.5625rem;top:64.375rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { width:20rem;height:15.125rem;top:64.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { width:12.5rem;height:1.3496125rem;top:81.4375rem;left:5.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QEzqqOsAz1FCfwsB3GVroWwTHTzrXkbT { width:17.5rem;height:1.5996125rem;top:85.5625rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ruhEDZKLCwdkslnRWVR2xS3UrMh9UJ9X { width:12.5rem;height:1.5996125rem;top:82.5rem;left:5.9375rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { width:17.5rem;height:4.798825rem;top:87.8125rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #N3ZZLle0DTUT905dITBQP0yA95Dm59tG { width:3.75rem;height:3.75rem;top:80.875rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aD7Om6ESTgIt9IP54XOqdboTgEAn89e9 { display:flex;width:2.25rem;height:2.25rem;top:1.25rem;left:16.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #ELVTHmFmEJeW51qJ704gbqoTTsIEL6LQ { width:3.5rem;height:3.5rem;top:0.625rem;left:15.875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JOQCd7qlZiNmTI0spWmf3WmeCJ8Sy4LJ { width:3.5rem;height:3.5rem;top:32.1875rem;left:15.875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IkQ1v2QRGkBGq0AZ4mpRIMwBueyw2ISx { display:flex;width:2.25rem;height:2.25rem;top:32.8125rem;left:16.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #wNxcFvBrCzrFc9qDrbsIwJfa13wTB9Rh { width:3.5rem;height:3.5rem;top:65rem;left:15.875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DiTIXk2cpFVX32GKd7qaE0AWo4hgFZ0T { display:flex;width:2.25rem;height:2.25rem;top:65.625rem;left:16.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { background-color: transparent; background-image: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { border-width: 0; border-radius: 0; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:20rem;height:96.5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { width:20rem;height:30.3125rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { width:12.5rem;height:1.125rem;top:17rem;left:5.9375rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #UkT6yTB20839kQCUog6H5leH0uixgdJT { width:17.5rem;height:1.5996125rem;top:21.1875rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #noTfTgyaiohtlGMQIsU2GXAro9pcun2G { width:20rem;height:15.0625rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wJgxeTtzwbTsA7U41WW91DaPTO6SRQgU { width:3.75rem;height:3.6875rem;top:16.5rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VCfmxDOAyHFFxMtTZG6ksoggPahZWOoT { width:12.5rem;height:1.5996125rem;top:18.25rem;left:5.9375rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #eqpMGgpaDe8uIaSUeJakZHRhb8JVFTUh { width:17.5rem;height:3.19921875rem;top:23.4375rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #SSBwdlIMk7ci90tIUioerHhmid8wkFHw { width:20rem;height:31.5625rem;top:31.5625rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #kzyzO8mFl1GqgTOCyIPFDAynOvP6Twqc { width:20rem;height:15.0625rem;top:31.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { width:12.5rem;height:1.3496125rem;top:48.8125rem;left:5.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #xbhCOD5xIuk2v3cElg3hGsZSuaIJLBeU { width:17.5rem;height:1.5996125rem;top:52.75rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #H4sD7xBODU3ZNA6PbA4Pc59ZLCxKcD3M { width:12.5rem;height:1.5996125rem;top:49.875rem;left:5.9375rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gXHxQPJTxaUXLmFIg5wpar7IwmSOEcVU { width:17.5rem;height:3.19921875rem;top:55rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #LKDX5mr7cM5ATlOndWVtvpSzv3ag7X8x { width:3.75rem;height:3.6875rem;top:48.0625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { width:20rem;height:31.5625rem;top:64.375rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #t5VUu56TiTGfep5m8LwfTxIxQtgJ3oPB { width:20rem;height:15.0625rem;top:64.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { width:12.5rem;height:1.3496125rem;top:81.4375rem;left:5.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QvBwFSlfFnPvAcWTGcFyeEmZkQ0hXwzQ { width:17.5rem;height:1.5996125rem;top:85.5625rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ziSnhKBb4Zu58ZVlTWPsDUXH3AJaOE8J { width:12.5rem;height:1.5996125rem;top:82.5rem;left:5.9375rem;font-size:1rem;color:rgba(18,17,25,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #A1XmCgeCxGkKzTwWurDDdQlTN1TtTT35 { width:17.5rem;height:3.19921875rem;top:87.8125rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ytpfARTeUoULsMfS6eNN3INAvkeQhrcW { width:3.75rem;height:3.75rem;top:80.875rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I6Au7EhVHrcJNZOL21kE8Ktq2NAnZl6a { width:3.5rem;height:3.5rem;top:0.625rem;left:15.875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lEuRG9L34O9NXTa0suZXxaTypJHMEWXb { display:flex;width:2.25rem;height:2.25rem;top:1.25rem;left:16.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #UbnrzX1sTSv2xb9bP58XOlyH39UdhlKF { width:3.5rem;height:3.5rem;top:32.1875rem;left:15.875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h39JIgonSqrOZny3o5qOACQZDGviGdBZ { display:flex;width:2.25rem;height:2.25rem;top:32.8125rem;left:16.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #wBpoblhXRbTpJeHzlTK5pQdXLDUSUZVx { width:3.5rem;height:3.5rem;top:65rem;left:15.875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E7nA8LhfAEKzMOOpxo5Rp0Q1w3z7D46X { display:flex;width:2.25rem;height:2.25rem;top:65.625rem;left:16.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { background-color: transparent; background-image: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { border-width: 0; border-radius: 0; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { width:20rem;height:2.5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { background-color: transparent; background-image: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { border-width: 0; border-radius: 0; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { width:20rem;height:150.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { width:20rem;height:7.19825rem;top:1.9296875rem;left:0rem;font-size:2rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CRLkXV2ROJuwhQyi8x4Pw7DzINAOodiq { width:20rem;height:31.4375rem;top:16.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f5cff, #1900da);background-image: -moz-linear-gradient(180deg, #6f5cff, #1900da);background-image: -ms-linear-gradient(180deg, #6f5cff, #1900da);background-image: -o-linear-gradient(180deg, #6f5cff, #1900da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );";background-image: linear-gradient(180deg, #6f5cff, #1900da);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(25,0,218,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJbOXRuHnIoZZ4TRCfKPGAobqheZDQW { width:16rem;height:2.8125rem;top:18.3125rem;left:1.875rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sLPJAL9FWhDWQpV6sXQldQUebZ9yG3RL { width:16rem;height:2.0625rem;top:21.6875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LMcifC4E2MaAQKu8LNJJOU7XPHhlD95k { width:16rem;height:3.19921875rem;top:24.375rem;left:1.875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T5zRIewg52vMW1Xm6yg4UDs5azA5K10l { width:20rem;height:17.462875rem;top:89.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GzkVuIGW93wAL9yJCJEeags4uQE8uPJ0 { width:16rem;height:16rem;top:30.125rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #USF6TZ6hZ7KvXlMeofQptpAnw26ZZxs1 { width:16rem;height:4.798825rem;top:86rem;left:2rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WEOIBXdV4Nwd8irDZpyRORqnErTDPMFW { width:16rem;height:1.6875rem;top:83.6875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m8OKuK9AvdaOkk38eGfbhl5Q7iM7bTFe { width:16rem;height:2.8125rem;top:79.6875rem;left:1.875rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dwDa0yW6pe5TNQPxMvxaki4miRVPqdLc { width:19.875rem;height:11.25rem;top:92.0625rem;left:0rem;border-top:0.0625rem solid #6f5cff;border-left:0.0625rem solid #6f5cff;border-right:0.0625rem solid #6f5cff;border-bottom:0.0625rem solid #6f5cff;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(111,92,255,0.4) ;display:block; }
 }@media only screen and (max-width: 763px) { #JH0TlSqZxpNDCyrIGJnzS80rmxoMLyRN { width:16rem;height:2.8125rem;top:50.8125rem;left:1.875rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gdT64pFXWmEn1URFd7uuMViM3K6ZUGMJ { width:16rem;height:4.125rem;top:54.1875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eqholTAEUzE1lT2J58wL8U9vlAFgDGic { width:16rem;height:3.19921875rem;top:58.875rem;left:1.875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uWT7TcBgU2Nzcyk2ONEJvB2n78T24yra { width:12.875rem;height:14.3125rem;top:63rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SwOADABavnG6pEwtE1rtC2IgEGzxyEbs { width:20rem;height:28.3125rem;top:48.9375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0.75rem;background-color:#ff5e14;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(111,92,255,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #z0dsa9GRp5xCuyIcqhQlO6wTwbZfAnRi { width:16.5625rem;height:6.597625rem;top:135.5rem;left:1.71875rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F4f0h7LTZvarsTLON6XV4n7pikosrCbc { width:14.125rem;height:9.125rem;top:1.9296875rem;left:5.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zrr1EKkApbwUbHGeMm1zrTmH6bSOzyCf { width:20rem;height:26.6875rem;top:106.5625rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #802f0a, #ff5e14);background-image: -moz-linear-gradient(203deg, #802f0a, #ff5e14);background-image: -ms-linear-gradient(203deg, #802f0a, #ff5e14);background-image: -o-linear-gradient(203deg, #802f0a, #ff5e14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#802f0a', endColorstr='#ff5e14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#802f0a', endColorstr='#ff5e14' );";background-image: linear-gradient(203deg, #802f0a, #ff5e14);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(25,0,218,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #e3ef40RTdaDoNAfthlMJ43QEZivZeWDk { width:13.8125rem;height:2.8125rem;top:108.375rem;left:1.875rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oDkBTnufgqL8q43uotA7duec1BWh8QeW { width:14.375rem;height:4.125rem;top:111.8125rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CpWLprUvEJuunKiyag1HmybkqMbT0zeA { width:14.375rem;height:3.19921875rem;top:116.3125rem;left:1.875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S6N8ayBPx4PReXlTp2NxlRzu9GvfHJHz { width:18.25rem;height:11.9375rem;top:120.810546875rem;left:1.75rem;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z976Vo0UlC3ZIpqCIT9WvETyitzF4Q7L { width:14.5625rem;height:9.4375rem;top:135.5rem;left:5.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fKmeiXnMpLqDF73ne7MFQ198TN6aHLu8 { width:13.8125rem;height:3.125rem;top:144.228515625rem;left:1.875rem;background-color:#ff5e14;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dxacv89kWgA3wzEUPFPxx5XQvNGw5cHs { display:block; }
 }@media only screen and (max-width: 763px) { #spFTNVd0U86kw4oT1T5eFlRXgGLZOQfx { width:10.6875rem;height:3.125rem;top:10.478515625rem;left:0rem;background-color:rgba(255,255,255,0.2);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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EThqNJgRqqI3NuUlEz8ZeWUQr4pnkkF5 { display:block; }
 }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { width:19.625rem;height:4.125rem;top:2.79931640625rem;left:0rem;font-size:1.875rem;line-height:1.1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { background-color: transparent; background-image: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container > .video-iframe-container { display: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row > .video-iframe-container { display: none; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .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); }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { border-width: 0; border-radius: 0; }#Qo0U0BD7pT6A9h3pMg02tuInCl9rDy57 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOSGymd8XSs5IVIzd3gLqtB1h2igNN5Z { width:9.25rem;height:2.69921875rem;top:1.2373046875rem;left:10rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #hwm49a2I8Oy2FPTPAwI8oiHRR5JCaCcP { width:3.75rem;height:3.75rem;top:0.7119140625rem;left:5.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IbpmlVQEQk4D55G1o1gNwIIRQM7WTRXt { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;line-height:1.1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6I1xC87xJ1di8TQJUCKvyPJN1HerWp { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;color:#260e03;display:block; }
 }@media only screen and (max-width: 763px) { #ybELoiol8t0oA0KD8mnavB2dsTz0dKne { width:20rem;height:12.9375rem;top:0rem;left:0rem;background-color:rgba(255,94,20,0.12);background-image:none;border-top:0.125rem solid #ff5e14;border-left:0rem solid #260e03;border-right:0rem solid #260e03;border-bottom:0rem solid #260e03;display:block; }
 }@media only screen and (max-width: 763px) { #Hlz4eL08Winp1e34ImtQFBiVDdFPcbf4 { width:17.3125rem;height:3.19921875rem;top:7.375rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { background-color: transparent; background-image: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .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); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { border-width: 0; border-radius: 0; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHgn6gUyD8TLZwtDEuC3GendhSLDq9E5 { width:9.5rem;height:1.3496125rem;top:2.0625rem;left:9.875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #WGRQfa3PRm6kxwt61sBOvfca6LCimdVg { width:3.75rem;height:3.75rem;top:0.6875rem;left:5.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FJ26PIkXhG24IIeRnO4Pu2Ctpku5GTXq { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.34375rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #VaAl9fNZ3IBfOGD3S53UR63qDBER5MWV { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #ZRcUVUngLZcFdSbp2sCTRdQzpNsd0KnN { width:20rem;height:12.625rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #ldMUmcqmJl0668zvNaMhTdh3ngHwEq2A { width:17.3125rem;height:4.798825rem;top:7.375rem;left:1.34375rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #k3HDOaPergVPbqya3Aq6S93tBmXkPsaC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { background-color: transparent; background-image: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container > .video-iframe-container { display: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row > .video-iframe-container { display: none; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .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); }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { border-width: 0; border-radius: 0; }#k3HDOaPergVPbqya3Aq6S93tBmXkPsaC > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdBomfApMMv5zu5ifPzBcbkA1irmNAWK { width:9.5rem;height:1.3496125rem;top:2.0625rem;left:9.875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #EJ7PPEbcWTZmUztA7yrlGv1LKh4q6nex { width:3.75rem;height:3.6875rem;top:0.6875rem;left:5.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #S9pJeZwHCkb5ZmONbM7xT1snAIt5hVm1 { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #R3KVQbKqwJivdSJsX4dRzTqAveoN66Cc { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #S243FLQ8CXPbTeTZ9U1HbIdavGkMQxX9 { width:20rem;height:5rem;top:0rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
 }@media only screen and (max-width: 763px) { #nUeX8ERtdSgNUh5db8HEaVps19nVHR0E { width:17.3125rem;height:3.19921875rem;top:7.375rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { background-color: transparent; background-image: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container > .video-iframe-container { display: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row > .video-iframe-container { display: none; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .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); }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { border-width: 0; border-radius: 0; }#n0GVq6u0Fo9ZfvCt10NLeKH6x28S6Evk > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5Z4HQ7TFfnRg2PW6GqJrUlGNvE2nvzf { width:9.5rem;height:2.69921875rem;top:1.212890625rem;left:9.875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #qf6zAXSSeyCwZNEFUz61mUo8ZqRpvT1O { width:3.75rem;height:3.75rem;top:0.6875rem;left:5.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mT06kqJDDTICt802HQT0NnnGMOx3pHZh { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #E3rvZOGdmX76dVmMwr37P8W1nHsEw5hQ { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #RCHsR3t1kWwLbCDT2JdTd339WXtZO7iv { width:20rem;height:5rem;top:0rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
 }@media only screen and (max-width: 763px) { #K5xRuzVWlNyZ0QWssngDQBivESJyU4Zr { width:17.3125rem;height:4.798825rem;top:7.375rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #sxHNTD7nI7avquFqoPlfJzyDqei0BV8l { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { background-color: transparent; background-image: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container > .video-iframe-container { display: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row > .video-iframe-container { display: none; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .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); }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { border-width: 0; border-radius: 0; }#sxHNTD7nI7avquFqoPlfJzyDqei0BV8l > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzH6RSHdloROIfrTF7ApW8s7v0pDOPit { width:9.5rem;height:1.3496125rem;top:2.0625rem;left:9.875rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #yKbRCouQvw5LTav0rSS0wGFbPplrKMGb { width:3.75rem;height:3.75rem;top:0.6875rem;left:5.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g1ud69BGzhTuntvg0p1bWJFO2Qw8mROH { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #MqnWOOrFiwqpeTiV0RiR0hvSZyOegyi8 { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FRIDQyI5WaLs1MxVLyCVHB04ttycoSa9 { width:20rem;height:5rem;top:0rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
 }@media only screen and (max-width: 763px) { #vIuQsSpl5PXEiPTqIMZTsQi0zEJQgLVe { width:17.3125rem;height:3.19921875rem;top:7.375rem;left:1.25rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { background-color: transparent; background-image: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { border-width: 0; border-radius: 0; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { background-color: transparent; background-image: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .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); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { border-width: 0; border-radius: 0; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { width:20rem;height:52.5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:20rem;height:17.5956875rem;top:26.984375rem;left:0rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { width:12.875rem;height:12.3125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f5cff, #1900da);background-image: -moz-linear-gradient(180deg, #6f5cff, #1900da);background-image: -ms-linear-gradient(180deg, #6f5cff, #1900da);background-image: -o-linear-gradient(180deg, #6f5cff, #1900da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );";background-image: linear-gradient(180deg, #6f5cff, #1900da);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { width:14.5625rem;height:14.625rem;top:4rem;left:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:20rem;height:4.19921875rem;top:20.9375rem;left:0rem;font-size:1.75rem;line-height:1.2;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QHXDq7dGEgUp4kt3qxAxTczDRiuoG0Ng { width:20rem;height:13.0078125rem;top:7.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VcgIVXoCJB2CNgFrbzpWromU16xTKtZ4 { width:13.8125rem;height:3.125rem;top:46.3232421875rem;left:0rem;background-color:#ff5e14;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DQs9nRruy1VLEuRJrAtJP8nHeJK3bSzU { display:block; }
 }@media only screen and (max-width: 763px) { #OW4T0E9HTcl0eLT78kxALXsyItdUdetU { background-color:#ff5e14;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { background-color: transparent; background-image: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .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); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { border-width: 0; border-radius: 0; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { width:20rem;height:4.798825rem;top:2.5625rem;left:0rem;font-size:2rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hEhbpITgTRHXTAgJcUFTcZpLnVSyXXMm { width:20rem;height:4.798825rem;top:8.69970703125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o48THk60JKhsXZIJFLyIC36zF8oOQyTa { width:12.875rem;height:11.375rem;top:37.75rem;left:3.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tyb8BZ137o0TTbSotwHFnsvvkqTbOoag { width:20rem;height:10rem;top:39.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000000; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem;background-color:#1900da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]:-moz-placeholder { color:rgba(18,17,25,0.7); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]::-moz-placeholder { color:rgba(18,17,25,0.7); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]:-ms-input-placeholder { color:rgba(18,17,25,0.7); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]::-webkit-input-placeholder { color:rgba(18,17,25,0.7); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-radio-label { color:#161616; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv  { width:17.5rem;height:auto;top:13.435546875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-info-text { color:#000000; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv {display:block;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv { width:17.5rem;height:auto;top:13.435546875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #XmaNyMl0EZwmvtTBImllzElOKPTopws1 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #CkD9KEb4Ou7ZO3KXr96OeJ1OuVZ2cbP7 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #TARA3aX5xFylxiw9n94B1xsTPKOy3eud {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #lmxIPKosTW1H99kKLv2otlKhuNTWa0Kt {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #LoIyvd15OgpTZOhSiqb164C0bJT5aU11 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #Cb7Z7r32DTPi8OnxWoBGRmFtokEcVUQh {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #um7HXz07LfZnycZf5vMvlT3ClMpZDmCb {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #spzUeNZPSQNhVRr4WHHnQgR54CPu6tyQ {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #VIhTfcGNTuqS7lEu6ewchsdxaTI8UPO7 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #RTBadimrMoJSd1rTIpL0GMaWf0c8Aeai {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QTZBmB4iLx698KoaqrZ9vFIffOmVNSf9 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #HBpERz4I8suoMRBMap8Jdide7nMc0Iz7 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #WPl9ww7G3fbPLsL4vxODOc9F0bcKBOTO {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #szTupHoi25JqZ8KI6CC5rZgB2cb9LVcD {  }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { width:4.75rem;height:1.25rem;top:2.40625rem;left:3.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MV591xzmStREXTQoxuOFLc70eLJbUsxR { width:2.5625rem;height:2.5625rem;top:1.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Sl7lT3z6nme0gBgodBTGqS5PfRR47wQf { width:18.125rem;height:1.79980625rem;top:18.0625rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tolQgs7f6ynhTLmtdpzrUEpDKvSGeIgU { width:18.125rem;height:4.7988375rem;top:20.4375rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:18.125rem;height:1.79980625rem;top:6.1875rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:18.125rem;height:6.39844375rem;top:8.5625rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:17.125rem;height:1.79980625rem;top:28.375rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { width:3rem;height:3rem;top:31.375rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:0.8125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #K5I8XNTHUTEWAzOqq3m5AOoNradG4hCg { width:3rem;height:3rem;top:31.375rem;left:4.4375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:5.25rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #bfSgASarRrJfvTIVmuD4W4oT0rWi12XD { width:3rem;height:3rem;top:31.375rem;left:8.8125rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:9.625rem;color:#5d92ff; }
 }