.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:21,32,50;--color-secondary-0:253,233,210;--color-secondary-1:255,230,109;--color-secondary-2:244,144,30;--color-secondary-3:255,198,0;--color-secondary-4:49,29,6;--color-tertiary-0:255,255,255;--color-tertiary-1:171,175,181;--color-tertiary-2:115,121,132;--color-tertiary-3:69,73,79;--color-tertiary-4:21,32,50;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb { 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; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container { background-color: transparent; background-image: none; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container > .video-iframe-container { display: none; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row > .video-iframe-container { display: none; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .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); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container { border-width: 0; border-radius: 0; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#eZtc0y0FsT2pZv6eiDXEiLzJzReyfFki { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.375rem;left:0rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uQuV1opNNKCLgUQbLW918iGruIeVE4Lq { position:absolute;display:block;z-index:15004;background-color:#8390fa;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5625rem;width:2.5625rem;top:10.5rem;left:48.28125rem;display:block; }
#TItA9Z8BB7otaOZ1WDhdDapkSluhTWXn { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:2.25rem;width:2.25rem;top:32.4375rem;left:33.375rem;display:block; }
#HBUbfF74k5l9rsFE2zRGqOfLLHTfoRaS { position:absolute;display:block;z-index:15032;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:27.0625rem;left:56.4375rem;display:block; }
#XTUr09raawc8ZaXpTz7CInGLpBugDxm5 { position:absolute;display:block;z-index:15031;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:27.0625rem;left:55.0625rem;display:block; }
#h22SZCTEEO7Z2GBwOcO89n579KEPpZlv { position:absolute;display:block;z-index:15030;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:27.0625rem;left:53.6875rem;display:block; }
#tCz9lHor27WzTPdQq7Txof2eVnFNt4sS { position:absolute;display:block;z-index:15022;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:28rem;left:56.4375rem;display:block; }
#q4p2vr3bMLzgFGo5hzdKPo8JT5Q1Smgk { position:absolute;display:block;z-index:15021;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:28rem;left:55.0625rem;display:block; }
#QxtD8hfUTphAQgm8lcZl7zbRHtkkDE6s { position:absolute;display:block;z-index:15020;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:28rem;left:53.6875rem;display:block; }
#xN89ahRa5Fcvq9kwvncA7w4lEgUUtcxe { position:absolute;display:block;z-index:15019;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:28rem;left:52.25rem;display:block; }
#v0QNKZwCCtLrJOwON5d9Nys2ZPciDRfJ { position:absolute;display:block;z-index:15024;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:29rem;left:52.25rem;display:block; }
#UmySqRnbzfLfEifr8fXDzuNiGCmXhvkI { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-1),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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:29rem;left:53.6875rem;display:block; }
#EWTwcDzPkPZcrHhidZGhSoJnvyGVR5Bv { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-1),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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:29rem;left:55.0625rem;display:block; }
#RcQMbEl9mebrXqQQTufbioiEurUMSMlm { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-1),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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:29rem;left:56.4375rem;display:block; }
#sTMD89eBmcGRK3T7SnA8STpDvBykrymt { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:19.5625rem;top:5.75rem;left:31.875rem;overflow:hidden;display:block; }
#QKkx5tepdX5hSxq2dCN5y69X25T4hHVI { position:absolute;display:block;z-index:15006;background-color:#202a51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.375rem;box-shadow: none;height:9.75rem;width:9.75rem;top:19.5rem;left:47.0625rem;display:block; }
#NFZAUWoMvH8dTIuA0JUT99TmdM9l84eA { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:5.3125rem;top:12.375rem;left:33.125rem;overflow:hidden;display:block; }
#SFWOHL2XvVpBPVWfhGKfTUWAgfg2crE9 { display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:0.77499961853025rem;left:5.25rem;height:4.725rem;color:#202a51;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XKssnwlyNDvf7kB9n07wRCtBJOA4WIff { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #202a51;border-left:0.0625rem solid #202a51;border-right:0.0625rem solid #202a51;border-bottom:0.0625rem solid #202a51;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5625rem;width:29.5rem;top:20.4375rem;left:0rem;display:block; }
#bbwf8wr3pCB7RySoHTJ7O5Vlz6Fg0Bd1 { color:#202a51;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:21.1875rem;left:6.9375rem;height:1.4625rem;font-style:normal;display:block; }
#MienwU1fLpGLZltfNcVotQD4TATAAxOT { color:#202a51;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:22.97500038147rem;left:6.9375rem;height:3rem;font-style:normal;display:block; }
#pS4Dm14lAH5aZfvFMXk4KpnSREfy5ZGi { color:#202a51;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:29rem;left:6.84375rem;height:1.4625rem;font-style:normal;display:block; }
#LKhybJTK1DRcC5htTwJDIfJnUKqUq6zv { color:#202a51;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:30.46249961853rem;left:6.9375rem;height:3rem;font-style:normal;display:block; }
#wl6OcbRhBc7K09h2kgH15sSyJ6MVXCp4 { color:#202a51;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:36.11874961853rem;left:6.84375rem;height:1.4625rem;font-style:normal;display:block; }
#EsOkeMbr2UeXrAeHtosDP9ED1NJMFtHI { color:#202a51;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:38.206249237061rem;left:6.9375rem;height:3rem;font-style:normal;display:block; }
#zp9aboWu33Us29CSN97qdBu1FSl4VQU9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:20.4375rem;left:23.96875rem;display:none; }
#KEnHZlQRxg5KNzWTdKCD5RCAsXR9IFQI { color:#202a51;display:block;width:13.375rem;position:absolute;font-family:"marck script";font-size:1.375rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32.668750762939rem;left:36.65625rem;height:1.7875rem;display:block; }
#BEa4Q50WBTyafTGKsWJ6msN9FCBJM7HZ { position:absolute;display:block;z-index:15036;background-color:#202a51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.25rem;width:29.5rem;top:16.3125rem;left:0rem;display:block; }
#UoFdeiCXXgTBzLL0zvePrUhMU87FIHQN { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:16.9375rem;left:0rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x1MkKn962gwyEC9qMoTrKZqGT49aycmh { color:#202a51;display:block;width:23.125rem;position:absolute;font-family:"marck script";font-size:1.375rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:37.518749237061rem;left:34.9375rem;height:1.925rem;display:block; }
#VWhiSGGX7N6HCBw5w7y16zm1JRtARSOV { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #202a51;border-left:0.0625rem solid #202a51;border-right:0.0625rem solid #202a51;border-bottom:0.0625rem solid #202a51;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5625rem;width:29.5rem;top:28.1875rem;left:0rem;display:block; }
#GSlLr0qAhILeaBtLKFFXZPlA8XAdoyCS { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #202a51;border-left:0.0625rem solid #202a51;border-right:0.0625rem solid #202a51;border-bottom:0.0625rem solid #202a51;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5625rem;width:29.5rem;top:35.4375rem;left:0rem;display:block; }
#sZ8Q7VzQZtwtxXPSCc0Q7vp9C2tIyDLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:37.581249237061rem;left:2.03125rem; }
#mdax3dNfTZrIU3xQGiAIqUtWt1cdon9r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:29.375rem;left:2.03125rem; }
#VEo3xWwG3C6U6UgdCRRiqo7tHac4dudg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;top:22.15625rem;left:2.03125rem; }
#p89FzUTstmG0XaiKsgG3wlhSMHBpONqB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;top:36.918750762939rem;left:31.21875rem; }
#Xs1diN76QvTEQKaH8QEDbTuSwKmi584g { color:#202a51;display:block;width:21.1875rem;position:absolute;font-family:"marck script";font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:4.875rem;left:5.5625rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v32dvsoMwhm96qxUzxE3XxWfl4hqqA0A { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5.875rem;top:1.0749998092651rem;left:0rem;overflow:hidden;display:block; }
#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh { 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; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container { background-color: transparent; background-image: none; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container > .video-iframe-container { display: none; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row > .video-iframe-container { display: none; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .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); }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container { border-width: 0; border-radius: 0; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#IWdLeJ6m3t1XbPbtxxVhvDRwhAsqeIEQ { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:1.0375003814698rem;left:0rem;height:3rem;display:block; }
#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ { 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; }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row .container { background-color: transparent; background-image: none; }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row .container > .video-iframe-container { display: none; }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row > .video-iframe-container { display: none; }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .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); }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row .container { border-width: 0; border-radius: 0; }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#BTxoZrhvTbfJ1tJa49nryrmW4oqXzo1J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19rem;width:28.625rem;top:0rem;left:1.0625rem;overflow:hidden;display:block; }
#xMSXp5IPOcewPciXqOxMlbwEHMCKpp7N { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.5rem;left:28.4375rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUSRqnDr3ShyJxL7ND5rmonWVLHVWm9y { color:#202a51;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:3.8125rem;left:31.4375rem;height:13.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yBgOCPmyXwBoz7uVGA67tBeAHw2GoSZr { position:absolute;display:block;z-index:15011;background-color:#202a51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:24.6875rem;top:3.1875rem;left:31.1875rem;display:block; }
#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container { background-color: transparent; background-image: none; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container > .video-iframe-container { display: none; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row > .video-iframe-container { display: none; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .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); }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container { border-width: 0; border-radius: 0; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:block; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ { 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; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row .container { background-color: transparent; background-image: none; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row .container > .video-iframe-container { display: none; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row > .video-iframe-container { display: none; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .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); }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row .container { border-width: 0; border-radius: 0; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#uMq6r3hBpcCfcoeCwzAKFu2IccE6LdNI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:27.75rem;width:19.375rem;top:7.449999809265rem;left:0rem;display:block; }
#KRmTDyISMlbOMdOhSvQccMmnLPUDVTPH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:16.25rem;left:0.9375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KQXWIix9yJyFNZorGqu0MWTi1ayXazuD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:19.14999961853rem;left:1.25rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3Iztrk4wHO6TvRH1SxZp7pPaHnXoTOe { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:28.0625rem;width:19.4375rem;top:7.71875rem;left:40.5625rem;display:block; }
#JoNnn7dUOs81OGoP28JdHptGP0wxBqGP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:24.5rem;left:41.25rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bNWHWoXrpp0q2ZybEWRHpLthSQMhpiTb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:19.35000038147rem;left:41.25rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3ORxzczws3qG2LbSgSl0cwck3y7BPds { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:16.25rem;left:41.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rQ0hM6m6ayDOLcUTMxvI6saiGwoZeBS6 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:11.1875rem;left:41.5625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhtAnqGOTlPpbN6LBIb0ANXiQ0vRd2Ci { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.8125rem;width:20rem;top:6.4375rem;left:20rem;display:block; }
#sATrDZUcpezV75JL4EEP19VdUXRaBlcy { color:rgba(var(--color-tertiary-0),0.7);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:24.4375rem;left:21.25rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QuQtlK2G2vtcsrqt1Kh5PgTZWGEipbvW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:19.14999961853rem;left:21.25rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qL3gJGGUyZPuFZ8hTxhrNkTUsuDcsfIC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:16.3125rem;left:21.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WldJo6EbSnPGV5J3uTUOOdLrgBVho3L0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.5rem;left:21.25rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X9dyPfgd9Aq0avA6LDG3rHyHTTBnlk1W { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.97500038146975rem;left:0rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wGZmrr4DCyzRTeXlXnkNQre2ZDnuz6ul { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.75rem;width:2.75rem;top:7.75rem;left:36.0625rem;display:block; }
#Rk47HzST4erm83c6xAnDsywuiVbaIlPL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:11.1875rem;left:1.25rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h6wIZPkhoIcsDRwJzbEIBGOwwDUahqvH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:25.112499237061rem;left:1.25rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsakd0ti6EoXhbDlc9hmPKK58HeyHZOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:8.25rem;left:36.5625rem; }
#DK8Kx5caUZ4EQ05IZVOJdcuNthPNfeP1 { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.75rem;width:2.75rem;top:8.0625rem;left:56rem;display:block; }
#ZyQlXnVereV0Q3KNncsVQSu3wwHZtmpf { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:8.5625rem;left:56.5rem; }
#daZ9wUWnEhTiSkTaVhNkn1c7fDLUcaDs { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.75rem;width:2.75rem;top:8.3125rem;left:15.625rem;display:block; }
#NQiDqxKfTt5iquIT3ywgfoqEDeXZrIPm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:8.6875rem;left:16rem; }
#ZFUPfqshSZN5dk4OBRiT9mWTF8qSDxIm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:19.4375rem;top:15.75rem;left:0rem;display:block; }
#zTwenf5FuzzMGm2bbk8yP8eFau9LL4Sg { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:19.4375rem;top:23.625rem;left:0rem;display:block; }
#RD8h97iEvD77VMLyEgV4zxxADwf3ZXd1 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:19.875rem;top:15.5625rem;left:20rem;display:block; }
#Gcna3GGFxtl2ktCAcSzUWQI889NwfsD0 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:19.4375rem;top:15.5625rem;left:40rem;display:block; }
#rTqmBBP0MFIJaUQyyGyVhQ8CrATpZagI { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:19.4375rem;top:23.625rem;left:40rem;display:block; }
#sgGGvA497SfSuWOXeWI37hFWI2Cq9MyK { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:19.6875rem;top:23.625rem;left:20.28125rem;display:block; }
#zZVwra3fPbxvID699tGtuNRySLbqVGgT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:19.4375rem;top:15.5625rem;left:20.28125rem;display:none; }
#mWE2HVNei5AELP3UDczFeGb2sgmcZvDX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:39.34375rem;left:33.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xe7I2OkHVTmt1UDoJcK1FIFSBxx9w3OF { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.3125rem;width:0.0625rem;top:37.9375rem;left:34.625rem;display:block; }
#NpnELrneakR3vM1EBqIb2miaVTHOOWkr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.3125rem;width:0.0625rem;top:37.9375rem;left:20rem;display:block; }
#DaBQ4QlHCcX3oDPpUFLTB30cFLWAWgEo { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.75rem;width:2.75rem;top:8.0625rem;left:53.125rem;display:block; }
#pwPMTIBGbkRIyXwD9vchSFnkavnQoXCF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:8.375rem;left:53.5625rem; }
#QTbK1WMUXfEz5wpJSEztPWl5IT8hy3yT { box-sizing:content-box;height:1.5rem;width:18.875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.0625rem;left:0.1875rem;display:block; }
#UI90yCsPd4HTu8IQ3QVSXhRTcoqBZe2k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:21.10000038147rem;left:3.75rem;height:1.3rem;font-style:normal;display:block; }
#cZhNJrLFIydvo1qAxT3dg70ikK3kqTmQ { box-sizing:content-box;height:1.5rem;width:18.875rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21rem;left:20.5625rem;display:block; }
#qePv0gfqNaumFslOimakdg0LaOXDye4J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:21.10000038147rem;left:24.125rem;height:1.3rem;font-style:normal;display:block; }
#rt0Nx0dvk4Mdb49rFV52kzkNQJ31Elsk { box-sizing:content-box;height:1.5rem;width:18.6875rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21rem;left:40.9375rem;display:block; }
#nIoViiu1X7UqPBk8dL4VWZnXQXqIDh3o { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:21.10000038147rem;left:45.8125rem;height:1.3rem;font-style:normal;display:block; }
#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container { background-color: transparent; background-image: none; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container > .video-iframe-container { display: none; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row > .video-iframe-container { display: none; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .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); }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container { border-width: 0; border-radius: 0; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:block; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU { 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; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row .container { background-color: transparent; background-image: none; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row .container > .video-iframe-container { display: none; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row > .video-iframe-container { display: none; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .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); }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row .container { border-width: 0; border-radius: 0; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#LZF78t5zweECKZoZ6FdPF8LTU9shbL7S { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#RiTpeQZMwCphsoVG6BzS7b1TTZNsQ4R9 { color:#808080;display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.512500762939rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9oFJWQVLoGsdQJ6dRmddz3ZOecUEZMg { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:7.2625007629394rem;left:28.75rem;display:block; }
#lsdBkUdKHlrCTcwmsyUFqFcoyK5oVcwZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:9.125rem;left:0rem;display:block; }
#hZOIwwGpVNUXt533HT0LnnWcExv3odfV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:9.125rem;left:20.5625rem;display:block; }
#sDAQfgMTuGifIwLcmC1qesVPLnfhT5nb { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:9.125rem;left:41.0625rem;display:block; }
#g6KhUhf9mWLAcTehvOeHGyxnrxrCyfBx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:1.3812503814698rem;left:38.0625rem; }
#ATKdq3FIbAoExB8SX63l8hzQNsKAz9ao { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:1.3812503814698rem;left:40.4375rem; }
#LucTwe3SgFoLH0cKkXlHAvIUT2l1Gemc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.3812503814698rem;left:42.8125rem; }
#BVgpL2tQXf44EV8VZwNeuNVcsvXZya5V { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:1.3812503814698rem;left:45.1875rem; }
#bLTq0x9ERgQqCqz9ThFTzRl5lWqiTQkQ { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:1.3812503814698rem;left:47.5625rem; }
#KRW6OCnqDw29zyCAv8Z5z1fbzHxDJzFl { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.5625rem;top:8.96875rem;left:0.1875rem;overflow:hidden;display:block; }
#LLcH4xdtg9EqTUidAUqRmfDbddw33LyW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:18rem;top:9.09375rem;left:21rem;overflow:hidden;display:block; }
#FbUoIyMp2TXRZlgxJO6C8u0UaZAUr44E { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:18.0625rem;top:9.28125rem;left:41.9375rem;overflow:hidden;display:block; }
#TCwB9fUMZWcIleMO3TlxdVVBIOogrbZb { color:#808080;display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.625rem;left:0.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VS9I7GDg2Z8oDI7apKivFPrnPUJ9kVNL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:4.9375rem;left:44.625rem; }
#mc6XPTa2viQVFwo8uqoMmrEhf8fs8g90 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.0625rem;left:0.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWVoplTi5qAfa9ssS3JTQAXywlxXE3Md { 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:5.4375rem;width:5.375rem;top:28.887500762939rem;left:15.6875rem;overflow:hidden;display:block; }
#d5HP3LrUCI165JtXBSuEwJIOcRCWULSn { background-color:#86c724;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.137500762939rem;left:22.6875rem;display:block; }
#NC3dC1JKROHptMbJXoOXTuRuTpl9pvO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kna4pBt0xU6INK7ntL298RychPeSUhMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container { background-color: transparent; background-image: none; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container > .video-iframe-container { display: none; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row > .video-iframe-container { display: none; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .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); }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container { border-width: 0; border-radius: 0; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:block; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row .container { background-color: transparent; background-image: none; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row .container > .video-iframe-container { display: none; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row > .video-iframe-container { display: none; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .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); }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row .container { border-width: 0; border-radius: 0; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#JFoTPxbqlukxtig54VqSSFvhuliUt66M { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/H4PspwkX/20210903_183951.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:19.875rem;width:19rem;top:9.03125rem;left:4.75rem;display:block; }#JFoTPxbqlukxtig54VqSSFvhuliUt66M.adaptive-delivery-prevent-bg, #JFoTPxbqlukxtig54VqSSFvhuliUt66M.lazyload, #JFoTPxbqlukxtig54VqSSFvhuliUt66M.lazyloading { background-image: none; }
#y8mlSoz0XC83GEyuKlvhJe3JWI3TNzh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:5.2624998092651rem;left:27.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqnEiHRZ6FT4OGu8wb42FOMJ2TuuMcEw { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:4.4812498092651rem;left:5.5625rem;display:block; }
#mBUHiJfbzytnO3TDWslhyn7TR5mpTqBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytxxe1Zb1bkNARLpbCFATXGRW5Tw5eun { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;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:15015;top:30.25rem;left:11rem; }
#ytxxe1Zb1bkNARLpbCFATXGRW5Tw5eun > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ZoCgvIayIg7d9ztpTfseGTJb0vP2QygQ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:30.28125rem;left:14.25rem; }
#ZoCgvIayIg7d9ztpTfseGTJb0vP2QygQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#WoRNS3iLxeCp8T2xvFLoaZBzL5amJiSP { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:7.27499961853rem;left:26.71875rem;display:block; }
#ExxAnW6vw6XGt2PdXxnQPXIsX8tI4t2p { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:7.97500038147rem;left:29.5625rem;height:1.5rem;font-style:normal;display:block; }
#VEoTMHJeEKr9TMwq8V46IAbCAdwiuFsP { background-color:rgba(var(--color-primary-3),0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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.9375rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.3125rem;height:2.625rem;text-decoration:none;z-index:15032;text-align:left;text-align-last:left;top:9.89999961853rem;left:29.34375rem;display:block; }
#qcPxfiTBee1rmcZ60Qp0Mb1sV9qKbBze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mopZ8Hg3knNOhIKtn5CMbnGETcLS3psi { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:9.89999961853rem;left:26.84375rem;display:block; }
#RDB4OCdDpX10xq97HBoQghcT7TqzUI2E { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:12.52499961853rem;left:26.71875rem;display:block; }
#V9mCNZRllivHl0eEXTBtRKV1POw3ELxV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:13.08749961853rem;left:29.34375rem;height:1.5rem;font-style:normal;display:block; }
#k10VfEOq2zN1QRM3TDkaTBzTh6RFizIm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:15.36874961853rem;left:27.4375rem;height:3rem;font-style:normal;display:block; }
#l4IReNouSW587G9Pk97Q90ZuG1EwBle3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:33.8125rem;left:0.75rem;height:1.4rem;font-style:normal;display:block; }
#l8NDnQacsg4rTUF6h16TOPVkQonVAraD { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:35.875rem;left:0.75rem;height:3rem;font-style:normal;display:block; }
#eS1Wk2QRh2X4T6qAryxmd70NkAcwwKTP { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.5625rem;width:27.4375rem;top:20.0625rem;left:27.4375rem;display:block; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-form-header {  }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:25rem;box-sizing:border-box;height:2.5rem;color:#405466;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);line-height:1.4; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-text {padding-top: 0; padding-bottom: 0;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:25rem;box-sizing:border-box;height:2.5rem;color:#405466;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);line-height:1.4; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .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:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-select {padding-top: 0; padding-bottom: 0;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:5rem;margin-bottom:0.25rem;margin-left:5rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:#202a51;width:15rem;height:3.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.4;font-style:normal; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG [class*="-text"]:-moz-placeholder { color:#333333;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG [class*="-text"]::-moz-placeholder { color:#333333;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .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:dosis;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;line-height:1; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .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; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-container:first-of-type{padding-top:0;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-container:last-of-type{padding-bottom:0;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:20.0625rem;left:27.4375rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG {display:block;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:20.0625rem;left:27.4375rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #nIdGKoNNB5J4n021eSTIpsBenUGuG5mR { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #oRdyoOXJKubI6ZMXtIpHePpH1hc4CTol { position:relative;display:block; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #C7kvK4oIBCPfdoTMNoCo36NJHHh3n01T { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #WQcNtAINOSmr4GRlKJouZdw5k4NK1tGh { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #R56Ad7otGVAV8i3t0ms87PTRF7nqTXeD { position:relative;display:block; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #JhHVe4OpR2MrccFpPb5xMkGhTsaBxSXP { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #OpwfHPJZF0ODHsaFJSZGTTUwmu10bZTB { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #hFIBShERoIxbQbmsf8dJm8wyrQZK9X5O { position:relative;display:block; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #PUe4i0BlBV0cRCKMvVCM0w6HoFP6gyER { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #yeJ1QiFE7K8VPy0nwexvMqgWilysfcWA { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #BIHStTdHQGbRHcbbOk3TExZufsyTl69Z { position:relative;display:block; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #thOJS3ewK6g3duQ3rIitHf0gF6fHVtRs { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #ziDVvuExBEGEo2lIiOTbDBeV3mTf7Ew9 { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #Jn9qzGzzfObLJOpmvVrvNyVMeZBaJlbW { position:relative;z-index:2; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #O3vKlMufJUweG9Jb9WhFWg62fFoTS9rt { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #a02NcbRy8bQfsGblidZTw2tIsTKFoklu { position:relative; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #onTot2hN0gm3O4MfSi1aSkVizQV44r4E { position:relative; }
#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container { background-color: transparent; background-image: none; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container > .video-iframe-container { display: none; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row > .video-iframe-container { display: none; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .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); }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container { border-width: 0; border-radius: 0; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#ox4Jg8XHUl8HDzv1iWwG5kHT32lov3xf { color:#000000;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:1.1875rem;left:0.6875rem;height:0.75rem;font-style:normal;display:block; }
#ii1aO3I2ynWtX9PRG0W7Q9IMItyiXsBS { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:0.9375rem;left:6.90625rem;display:block; }
#TuFT0kDzSnTT5sysUDsFKzReRUvURbkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.125rem;left:16.8125rem;height:0.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UO5cESK2DAZD8omo0uDlQXGip71dTy38 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:1.1875rem;left:8.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTcvLcwivbabtrnmslOCWK36s4wrPZo9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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.75rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.0625rem;height:1.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0.8125rem;left:28.125rem;display:block; }
#yXguGoxyf3tCWKG6GHwpvVtHXxuGQkVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb { display:block; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZtc0y0FsT2pZv6eiDXEiLzJzReyfFki { top:7.375rem;left:0rem;width:33.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuV1opNNKCLgUQbLW918iGruIeVE4Lq { top:10.5rem;left:42.15625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TItA9Z8BB7otaOZ1WDhdDapkSluhTWXn { top:32.4375rem;left:27.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBUbfF74k5l9rsFE2zRGqOfLLHTfoRaS { top:27.0625rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTUr09raawc8ZaXpTz7CInGLpBugDxm5 { top:27.0625rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h22SZCTEEO7Z2GBwOcO89n579KEPpZlv { top:27.0625rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCz9lHor27WzTPdQq7Txof2eVnFNt4sS { top:28rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4p2vr3bMLzgFGo5hzdKPo8JT5Q1Smgk { top:28rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxtD8hfUTphAQgm8lcZl7zbRHtkkDE6s { top:28rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN89ahRa5Fcvq9kwvncA7w4lEgUUtcxe { top:28rem;left:46.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0QNKZwCCtLrJOwON5d9Nys2ZPciDRfJ { top:29rem;left:46.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmySqRnbzfLfEifr8fXDzuNiGCmXhvkI { top:29rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTwcDzPkPZcrHhidZGhSoJnvyGVR5Bv { top:29rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcQMbEl9mebrXqQQTufbioiEurUMSMlm { top:29rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMD89eBmcGRK3T7SnA8STpDvBykrymt { top:5.75rem;left:25.75rem;width:19.5625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKkx5tepdX5hSxq2dCN5y69X25T4hHVI { top:19.5rem;left:38rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFZAUWoMvH8dTIuA0JUT99TmdM9l84eA { top:12.375rem;left:27rem;width:5.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWOHL2XvVpBPVWfhGKfTUWAgfg2crE9 { width:36.125rem;height:4.75rem;top:0.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKssnwlyNDvf7kB9n07wRCtBJOA4WIff { top:20.4375rem;left:0rem;width:29.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbwf8wr3pCB7RySoHTJ7O5Vlz6Fg0Bd1 { top:21.1875rem;left:0.8125rem;width:19.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MienwU1fLpGLZltfNcVotQD4TATAAxOT { top:22.9375rem;left:0.8125rem;width:20.6875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS4Dm14lAH5aZfvFMXk4KpnSREfy5ZGi { top:29rem;left:0.71875rem;width:19.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKhybJTK1DRcC5htTwJDIfJnUKqUq6zv { top:30.4375rem;left:0.8125rem;width:20.6875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6OcbRhBc7K09h2kgH15sSyJ6MVXCp4 { top:36.0625rem;left:0.71875rem;width:19.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsOkeMbr2UeXrAeHtosDP9ED1NJMFtHI { top:38.1875rem;left:0.8125rem;width:20.6875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp9aboWu33Us29CSN97qdBu1FSl4VQU9 { width:5.0625rem;height:5.0625rem;top:21.0625rem;left:18.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEnHZlQRxg5KNzWTdKCD5RCAsXR9IFQI { top:32.625rem;left:30.53125rem;width:13.375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEa4Q50WBTyafTGKsWJ6msN9FCBJM7HZ { top:16.3125rem;left:0rem;width:29.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoFdeiCXXgTBzLL0zvePrUhMU87FIHQN { width:29.3125rem;height:1.75rem;top:16.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1MkKn962gwyEC9qMoTrKZqGT49aycmh { top:37.5rem;left:24.625rem;width:23.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWhiSGGX7N6HCBw5w7y16zm1JRtARSOV { top:28.1875rem;left:0rem;width:29.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSlLr0qAhILeaBtLKFFXZPlA8XAdoyCS { top:35.4375rem;left:0rem;width:29.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8Q7VzQZtwtxXPSCc0Q7vp9C2tIyDLJ { top:37.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdax3dNfTZrIU3xQGiAIqUtWt1cdon9r { top:29.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEo3xWwG3C6U6UgdCRRiqo7tHac4dudg { top:22.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89FzUTstmG0XaiKsgG3wlhSMHBpONqB { top:36.875rem;left:25.09375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs1diN76QvTEQKaH8QEDbTuSwKmi584g { top:4.875rem;left:0rem;width:21.1875rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v32dvsoMwhm96qxUzxE3XxWfl4hqqA0A { top:1.0625rem;left:0rem;width:5.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh { display:block; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWdLeJ6m3t1XbPbtxxVhvDRwhAsqeIEQ { top:1rem;left:0rem;width:47.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ { display:block; }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTxoZrhvTbfJ1tJa49nryrmW4oqXzo1J { width:28.625rem;height:19rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMSXp5IPOcewPciXqOxMlbwEHMCKpp7N { width:30.1875rem;height:2.5rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUSRqnDr3ShyJxL7ND5rmonWVLHVWm9y { width:27.125rem;height:;top:3.8125rem;left:20.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBgOCPmyXwBoz7uVGA67tBeAHw2GoSZr { width:24.6875rem;height:0.1875rem;top:3.1875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X { display:block; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ { display:block; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMq6r3hBpcCfcoeCwzAKFu2IccE6LdNI { width:19.375rem;height:27.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmTDyISMlbOMdOhSvQccMmnLPUDVTPH { width:17.5rem;height:1.5rem;top:16.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQXWIix9yJyFNZorGqu0MWTi1ayXazuD { width:17.5rem;height:1.375rem;top:19.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Iztrk4wHO6TvRH1SxZp7pPaHnXoTOe { width:19.4375rem;height:28.0625rem;top:7.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoNnn7dUOs81OGoP28JdHptGP0wxBqGP { width:17.5rem;height:5.5625rem;top:24.5rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNWHWoXrpp0q2ZybEWRHpLthSQMhpiTb { width:17.5rem;height:1rem;top:19.3125rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ORxzczws3qG2LbSgSl0cwck3y7BPds { width:17.5rem;height:1.5rem;top:16.25rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0hM6m6ayDOLcUTMxvI6saiGwoZeBS6 { width:17.5rem;height:4.375rem;top:11.1875rem;left:30.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhtAnqGOTlPpbN6LBIb0ANXiQ0vRd2Ci { width:20rem;height:29.8125rem;top:6.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sATrDZUcpezV75JL4EEP19VdUXRaBlcy { width:17.5rem;height:5.5625rem;top:24.4375rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuQtlK2G2vtcsrqt1Kh5PgTZWGEipbvW { width:17.5rem;height:1.375rem;top:19.125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL3gJGGUyZPuFZ8hTxhrNkTUsuDcsfIC { width:17.5rem;height:1.5rem;top:16.3125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WldJo6EbSnPGV5J3uTUOOdLrgBVho3L0 { width:17.5rem;height:4.375rem;top:10.5rem;left:14.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9dyPfgd9Aq0avA6LDG3rHyHTTBnlk1W { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGZmrr4DCyzRTeXlXnkNQre2ZDnuz6ul { width:2.75rem;height:2.75rem;top:7.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk47HzST4erm83c6xAnDsywuiVbaIlPL { width:17.5rem;height:4.375rem;top:11.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6wIZPkhoIcsDRwJzbEIBGOwwDUahqvH { width:17.5rem;height:5.5625rem;top:25.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsakd0ti6EoXhbDlc9hmPKK58HeyHZOV { top:8.25rem;left:30rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK8Kx5caUZ4EQ05IZVOJdcuNthPNfeP1 { width:2.75rem;height:2.75rem;top:8.0625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyQlXnVereV0Q3KNncsVQSu3wwHZtmpf { top:8.5625rem;left:45.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #daZ9wUWnEhTiSkTaVhNkn1c7fDLUcaDs { width:2.75rem;height:2.75rem;top:8.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiDqxKfTt5iquIT3ywgfoqEDeXZrIPm { top:8.6875rem;left:13.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFUPfqshSZN5dk4OBRiT9mWTF8qSDxIm { width:19.4375rem;height:0.0625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwenf5FuzzMGm2bbk8yP8eFau9LL4Sg { width:19.4375rem;height:0.0625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD8h97iEvD77VMLyEgV4zxxADwf3ZXd1 { width:19.875rem;height:0.0625rem;top:15.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcna3GGFxtl2ktCAcSzUWQI889NwfsD0 { width:19.4375rem;height:0.0625rem;top:15.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTqmBBP0MFIJaUQyyGyVhQ8CrATpZagI { width:19.4375rem;height:0.0625rem;top:23.625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgGGvA497SfSuWOXeWI37hFWI2Cq9MyK { width:19.6875rem;height:0.0625rem;top:23.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZVwra3fPbxvID699tGtuNRySLbqVGgT { width:19.4375rem;height:0.0625rem;top:15.5625rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWE2HVNei5AELP3UDczFeGb2sgmcZvDX { width:22.4375rem;height:1.5rem;top:39.3125rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe7I2OkHVTmt1UDoJcK1FIFSBxx9w3OF { width:0.0625rem;height:4.3125rem;top:37.9375rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpnELrneakR3vM1EBqIb2miaVTHOOWkr { width:0.0625rem;height:4.3125rem;top:37.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaBQ4QlHCcX3oDPpUFLTB30cFLWAWgEo { width:2.75rem;height:2.75rem;top:8.0625rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwPMTIBGbkRIyXwD9vchSFnkavnQoXCF { top:8.375rem;left:43.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbK1WMUXfEz5wpJSEztPWl5IT8hy3yT { top:21.0625rem;left:0rem;width:18.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI90yCsPd4HTu8IQ3QVSXhRTcoqBZe2k { top:21.0625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZhNJrLFIydvo1qAxT3dg70ikK3kqTmQ { top:21rem;left:12.875rem;width:18.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qePv0gfqNaumFslOimakdg0LaOXDye4J { top:21.0625rem;left:17.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt0Nx0dvk4Mdb49rFV52kzkNQJ31Elsk { top:21rem;left:29.0625rem;width:18.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIoViiu1X7UqPBk8dL4VWZnXQXqIDh3o { top:21.0625rem;left:35.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZUnK6tOnFZmCyEPetGmxV39ANESHdUS { display:block; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU { display:block; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZF78t5zweECKZoZ6FdPF8LTU9shbL7S { width:47.75rem;height:2.75rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiTpeQZMwCphsoVG6BzS7b1TTZNsQ4R9 { width:47.75rem;height:1.625rem;top:25.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9oFJWQVLoGsdQJ6dRmddz3ZOecUEZMg { width:2.5rem;height:0.125rem;top:7.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsdBkUdKHlrCTcwmsyUFqFcoyK5oVcwZ { width:18.9375rem;height:12.25rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZOIwwGpVNUXt533HT0LnnWcExv3odfV { width:18.9375rem;height:12.25rem;top:9.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDAQfgMTuGifIwLcmC1qesVPLnfhT5nb { width:18.9375rem;height:12.25rem;top:9.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6KhUhf9mWLAcTehvOeHGyxnrxrCyfBx { top:1.375rem;left:31.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKdq3FIbAoExB8SX63l8hzQNsKAz9ao { top:1.375rem;left:34.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LucTwe3SgFoLH0cKkXlHAvIUT2l1Gemc { top:1.375rem;left:36.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVgpL2tQXf44EV8VZwNeuNVcsvXZya5V { top:1.375rem;left:39.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTq0x9ERgQqCqz9ThFTzRl5lWqiTQkQ { top:1.375rem;left:41.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRW6OCnqDw29zyCAv8Z5z1fbzHxDJzFl { top:8.9375rem;left:0rem;width:18.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLcH4xdtg9EqTUidAUqRmfDbddw33LyW { top:9.0625rem;left:14.875rem;width:18rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbUoIyMp2TXRZlgxJO6C8u0UaZAUr44E { top:9.25rem;left:29.6875rem;width:18.0625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCwB9fUMZWcIleMO3TlxdVVBIOogrbZb { width:47.75rem;height:1.625rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS9I7GDg2Z8oDI7apKivFPrnPUJ9kVNL { top:4.9375rem;left:38.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc6XPTa2viQVFwo8uqoMmrEhf8fs8g90 { width:47.75rem;height:1.625rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVoplTi5qAfa9ssS3JTQAXywlxXE3Md { width:5.375rem;height:5.4375rem;top:28.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HP3LrUCI165JtXBSuEwJIOcRCWULSn { width:15.4375rem;height:2.9375rem;top:30.125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC3dC1JKROHptMbJXoOXTuRuTpl9pvO1 { display:block; }
 }@media only screen and (max-width: 763px) { #Kna4pBt0xU6INK7ntL298RychPeSUhMi { display:block; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn { display:block; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFoTPxbqlukxtig54VqSSFvhuliUt66M { width:19rem;height:19.875rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8mlSoz0XC83GEyuKlvhJe3JWI3TNzh2 { width:18.6875rem;height:1.5rem;top:5.25rem;left:21.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqnEiHRZ6FT4OGu8wb42FOMJ2TuuMcEw { width:17.0625rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUHiJfbzytnO3TDWslhyn7TR5mpTqBu { display:block; }
 }@media only screen and (max-width: 763px) { #ytxxe1Zb1bkNARLpbCFATXGRW5Tw5eun { top:30.25rem;left:4.875rem;width:2.25rem;height:2.25rem;display:block; }
#ytxxe1Zb1bkNARLpbCFATXGRW5Tw5eun > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ZoCgvIayIg7d9ztpTfseGTJb0vP2QygQ { top:30.25rem;left:8.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#ZoCgvIayIg7d9ztpTfseGTJb0vP2QygQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #WoRNS3iLxeCp8T2xvFLoaZBzL5amJiSP { width:2.625rem;height:2.625rem;top:7.25rem;left:20.59375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExxAnW6vw6XGt2PdXxnQPXIsX8tI4t2p { width:26.375rem;height:1.5rem;top:7.9375rem;left:21.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEoTMHJeEKr9TMwq8V46IAbCAdwiuFsP { width:10.3125rem;height:2.625rem;top:9.875rem;left:23.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcPxfiTBee1rmcZ60Qp0Mb1sV9qKbBze { display:block; }
 }@media only screen and (max-width: 763px) { #mopZ8Hg3knNOhIKtn5CMbnGETcLS3psi { width:2.375rem;height:2.375rem;top:9.875rem;left:20.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDB4OCdDpX10xq97HBoQghcT7TqzUI2E { width:2.625rem;height:2.625rem;top:12.5rem;left:20.59375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9mCNZRllivHl0eEXTBtRKV1POw3ELxV { width:11.125rem;height:1.5rem;top:13.0625rem;left:23.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k10VfEOq2zN1QRM3TDkaTBzTh6RFizIm { width:27.5rem;height:4.5rem;top:15.3125rem;left:20.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4IReNouSW587G9Pk97Q90ZuG1EwBle3 { width:17.125rem;height:1.375rem;top:33.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8NDnQacsg4rTUF6h16TOPVkQonVAraD { width:26.6875rem;height:3rem;top:35.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1Wk2QRh2X4T6qAryxmd70NkAcwwKTP { width:18.75rem;height:15.6875rem;top:4.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-text {padding-top: 0; padding-bottom: 0;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-select {padding-top: 0; padding-bottom: 0;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG  { width:25rem;height:auto;top:6.3125rem;left:20.25rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG {display:block;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG { width:25rem;height:auto;top:6.3125rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #nIdGKoNNB5J4n021eSTIpsBenUGuG5mR {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #oRdyoOXJKubI6ZMXtIpHePpH1hc4CTol { display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #C7kvK4oIBCPfdoTMNoCo36NJHHh3n01T {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #WQcNtAINOSmr4GRlKJouZdw5k4NK1tGh {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #R56Ad7otGVAV8i3t0ms87PTRF7nqTXeD { display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #JhHVe4OpR2MrccFpPb5xMkGhTsaBxSXP {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #OpwfHPJZF0ODHsaFJSZGTTUwmu10bZTB {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #hFIBShERoIxbQbmsf8dJm8wyrQZK9X5O { display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #PUe4i0BlBV0cRCKMvVCM0w6HoFP6gyER {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #yeJ1QiFE7K8VPy0nwexvMqgWilysfcWA {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #BIHStTdHQGbRHcbbOk3TExZufsyTl69Z { display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #thOJS3ewK6g3duQ3rIitHf0gF6fHVtRs {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #ziDVvuExBEGEo2lIiOTbDBeV3mTf7Ew9 {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #Jn9qzGzzfObLJOpmvVrvNyVMeZBaJlbW {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #O3vKlMufJUweG9Jb9WhFWg62fFoTS9rt {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #a02NcbRy8bQfsGblidZTw2tIsTKFoklu {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #onTot2hN0gm3O4MfSi1aSkVizQV44r4E {  }
 }@media only screen and (max-width: 763px) { #riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a { display:block; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ox4Jg8XHUl8HDzv1iWwG5kHT32lov3xf { top:1.1875rem;left:0rem;width:10.125rem;height:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii1aO3I2ynWtX9PRG0W7Q9IMItyiXsBS { top:0.9375rem;left:0.78125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuFT0kDzSnTT5sysUDsFKzReRUvURbkJ { width:12.6875rem;height:0.75rem;top:1.125rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO5cESK2DAZD8omo0uDlQXGip71dTy38 { width:12.6875rem;height:;top:1.1875rem;left:2.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTcvLcwivbabtrnmslOCWK36s4wrPZo9 { width:8.0625rem;height:1.3125rem;top:0.8125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXguGoxyf3tCWKG6GHwpvVtHXxuGQkVA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb { background-color:#ffffff;background-image:none;display:block; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container { background-color: transparent; background-image: none; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container > .video-iframe-container { display: none; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row > .video-iframe-container { display: none; }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .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); }#vvpicmVpBD4t24vd0AMmfW3Zi4Kh35Jb > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZtc0y0FsT2pZv6eiDXEiLzJzReyfFki { width:20rem;height:2.8125rem;top:4.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uQuV1opNNKCLgUQbLW918iGruIeVE4Lq { width:1.9375rem;height:1.9375rem;top:11rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TItA9Z8BB7otaOZ1WDhdDapkSluhTWXn { width:1.6875rem;height:1.6875rem;top:21.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBUbfF74k5l9rsFE2zRGqOfLLHTfoRaS { width:0.3125rem;height:0.3125rem;top:22.0625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTUr09raawc8ZaXpTz7CInGLpBugDxm5 { width:0.3125rem;height:0.3125rem;top:23.5rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h22SZCTEEO7Z2GBwOcO89n579KEPpZlv { width:0.3125rem;height:0.3125rem;top:22.8125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCz9lHor27WzTPdQq7Txof2eVnFNt4sS { width:0.3125rem;height:0.3125rem;top:22.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4p2vr3bMLzgFGo5hzdKPo8JT5Q1Smgk { width:0.3125rem;height:0.3125rem;top:23.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxtD8hfUTphAQgm8lcZl7zbRHtkkDE6s { width:0.3125rem;height:0.3125rem;top:23.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN89ahRa5Fcvq9kwvncA7w4lEgUUtcxe { width:0.3125rem;height:0.3125rem;top:22.8125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0QNKZwCCtLrJOwON5d9Nys2ZPciDRfJ { width:0.3125rem;height:0.3125rem;top:22.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmySqRnbzfLfEifr8fXDzuNiGCmXhvkI { width:0.3125rem;height:0.3125rem;top:24.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTwcDzPkPZcrHhidZGhSoJnvyGVR5Bv { width:0.3125rem;height:0.3125rem;top:24.25rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcQMbEl9mebrXqQQTufbioiEurUMSMlm { width:0.3125rem;height:0.3125rem;top:24.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMD89eBmcGRK3T7SnA8STpDvBykrymt { width:9.5625rem;height:12.75rem;top:10.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKkx5tepdX5hSxq2dCN5y69X25T4hHVI { width:6.75rem;height:6.75rem;top:17.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFZAUWoMvH8dTIuA0JUT99TmdM9l84eA { width:4.375rem;height:3.8125rem;top:10.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWOHL2XvVpBPVWfhGKfTUWAgfg2crE9 { width:13.375rem;height:1.725rem;top:0.6875rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKssnwlyNDvf7kB9n07wRCtBJOA4WIff { width:20rem;height:5.1875rem;top:31.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #202a51;border-left:0.0625rem solid #202a51;border-right:0.0625rem solid #202a51;border-bottom:0.0625rem solid #202a51;display:block; }
 }@media only screen and (max-width: 763px) { #bbwf8wr3pCB7RySoHTJ7O5Vlz6Fg0Bd1 { width:6.875rem;height:1.21875rem;top:32.53125rem;left:8.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MienwU1fLpGLZltfNcVotQD4TATAAxOT { width:19.6875rem;height:2.4rem;top:34.375rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS4Dm14lAH5aZfvFMXk4KpnSREfy5ZGi { width:6.75rem;height:1.21875rem;top:38.75rem;left:8.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKhybJTK1DRcC5htTwJDIfJnUKqUq6zv { width:19.625rem;height:2.4rem;top:40.625rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6OcbRhBc7K09h2kgH15sSyJ6MVXCp4 { width:6rem;height:1.21875rem;top:44.4375rem;left:8.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EsOkeMbr2UeXrAeHtosDP9ED1NJMFtHI { width:19.5625rem;height:2.4rem;top:46.3125rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp9aboWu33Us29CSN97qdBu1FSl4VQU9 { width:3.625rem;height:3.625rem;top:55.375rem;left:16.375rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEnHZlQRxg5KNzWTdKCD5RCAsXR9IFQI { width:13.375rem;height:1.05625rem;top:24.5625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEa4Q50WBTyafTGKsWJ6msN9FCBJM7HZ { width:20rem;height:2.1875rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoFdeiCXXgTBzLL0zvePrUhMU87FIHQN { width:20rem;height:1.3125rem;top:26.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1MkKn962gwyEC9qMoTrKZqGT49aycmh { width:20rem;height:1.575rem;top:29.16250038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWhiSGGX7N6HCBw5w7y16zm1JRtARSOV { width:20rem;height:5.1875rem;top:37.75rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #GSlLr0qAhILeaBtLKFFXZPlA8XAdoyCS { width:20rem;height:5.1875rem;top:43.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8Q7VzQZtwtxXPSCc0Q7vp9C2tIyDLJ { width:1.375rem;height:1.375rem;top:44.3125rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdax3dNfTZrIU3xQGiAIqUtWt1cdon9r { width:1.375rem;height:1.375rem;top:38.625rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEo3xWwG3C6U6UgdCRRiqo7tHac4dudg { width:1.375rem;height:1.375rem;top:32.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89FzUTstmG0XaiKsgG3wlhSMHBpONqB { width:3.125rem;height:3.125rem;top:81.85rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xs1diN76QvTEQKaH8QEDbTuSwKmi584g { width:12.625rem;height:0.9625rem;top:2.1875rem;left:5.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v32dvsoMwhm96qxUzxE3XxWfl4hqqA0A { width:3.5rem;height:2.375rem;top:0.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh { display:block; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh { background-color: transparent; background-image: none; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container > .video-iframe-container { display: none; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row > .video-iframe-container { display: none; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .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); }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh { border-width: 0; border-radius: 0; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ox3V34GhVMwx3sT0AZ4vdd8cgBQIZrnh > .row .container { width:20rem;height:6.4375rem;background-color:#152032;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWdLeJ6m3t1XbPbtxxVhvDRwhAsqeIEQ { width:19.5rem;height:4.8rem;top:0.5625rem;left:0.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ { display:block; }#E5anbTJeNCztnlIxyeTzVBxUXhfGr4mZ > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTxoZrhvTbfJ1tJa49nryrmW4oqXzo1J { width:15.9375rem;height:10.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMSXp5IPOcewPciXqOxMlbwEHMCKpp7N { width:20rem;height:1.21875rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUSRqnDr3ShyJxL7ND5rmonWVLHVWm9y { width:19.5rem;height:14.4rem;top:4rem;left:0.125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBgOCPmyXwBoz7uVGA67tBeAHw2GoSZr { width:14.625rem;height:0.125rem;top:2.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X { display:block; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X { background-color: transparent; background-image: none; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container > .video-iframe-container { display: none; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row > .video-iframe-container { display: none; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .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); }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X { border-width: 0; border-radius: 0; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wv4GhI4pqZgoJUzHUTUZSm1xbANrlJ6X > .row .container { width:20rem;height:0.5rem;background-color:#f0faff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ { display:block; }#M12GVDdHq6yiNRyrF5UXJiWvZhN24TMJ > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMq6r3hBpcCfcoeCwzAKFu2IccE6LdNI { width:20rem;height:13.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmTDyISMlbOMdOhSvQccMmnLPUDVTPH { width:4.1875rem;height:0.9375rem;top:8.5rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KQXWIix9yJyFNZorGqu0MWTi1ayXazuD { width:10.125rem;height:0.9375rem;top:10.4375rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;font-family:"open sans";line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l3Iztrk4wHO6TvRH1SxZp7pPaHnXoTOe { width:20rem;height:16.375rem;top:34rem;left:0rem;background-color:#152032;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JoNnn7dUOs81OGoP28JdHptGP0wxBqGP { width:19.25rem;height:3.6rem;top:45.375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNWHWoXrpp0q2ZybEWRHpLthSQMhpiTb { width:17.5rem;height:0.9375rem;top:39.59375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s3ORxzczws3qG2LbSgSl0cwck3y7BPds { width:16.0625rem;height:0;top:37.25rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #rQ0hM6m6ayDOLcUTMxvI6saiGwoZeBS6 { width:7.375rem;height:2rem;top:35.1875rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #EhtAnqGOTlPpbN6LBIb0ANXiQ0vRd2Ci { width:20rem;height:13.8125rem;top:19.4375rem;left:0rem;background-color:#152032;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sATrDZUcpezV75JL4EEP19VdUXRaBlcy { width:19.5rem;height:3.6rem;top:29.712500572204rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuQtlK2G2vtcsrqt1Kh5PgTZWGEipbvW { width:9.4375rem;height:1.3125rem;top:25.3125rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #qL3gJGGUyZPuFZ8hTxhrNkTUsuDcsfIC { width:17.5rem;height:0.9375rem;top:23.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #WldJo6EbSnPGV5J3uTUOOdLrgBVho3L0 { width:5.5625rem;height:2rem;top:20.3125rem;left:7.21875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9dyPfgd9Aq0avA6LDG3rHyHTTBnlk1W { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wGZmrr4DCyzRTeXlXnkNQre2ZDnuz6ul { width:2.75rem;height:2.75rem;top:20.3125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk47HzST4erm83c6xAnDsywuiVbaIlPL { width:12.5625rem;height:2rem;top:6.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6wIZPkhoIcsDRwJzbEIBGOwwDUahqvH { width:19.0625rem;height:3.6rem;top:14.125rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsakd0ti6EoXhbDlc9hmPKK58HeyHZOV { width:1.75rem;height:1.75rem;top:20.8125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK8Kx5caUZ4EQ05IZVOJdcuNthPNfeP1 { width:2.75rem;height:2.75rem;top:34.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyQlXnVereV0Q3KNncsVQSu3wwHZtmpf { width:1.75rem;height:1.75rem;top:35.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daZ9wUWnEhTiSkTaVhNkn1c7fDLUcaDs { width:2.75rem;height:2.75rem;top:6.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiDqxKfTt5iquIT3ywgfoqEDeXZrIPm { width:2rem;height:2rem;top:6.4375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFUPfqshSZN5dk4OBRiT9mWTF8qSDxIm { width:20rem;height:0.0625rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwenf5FuzzMGm2bbk8yP8eFau9LL4Sg { width:19.4375rem;height:0.0625rem;top:48.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RD8h97iEvD77VMLyEgV4zxxADwf3ZXd1 { width:20rem;height:0.0625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcna3GGFxtl2ktCAcSzUWQI889NwfsD0 { width:20rem;height:0.0625rem;top:25.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTqmBBP0MFIJaUQyyGyVhQ8CrATpZagI { width:20rem;height:0.0625rem;top:26.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgGGvA497SfSuWOXeWI37hFWI2Cq9MyK { width:20rem;height:0.0625rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZVwra3fPbxvID699tGtuNRySLbqVGgT { width:20rem;height:0.0625rem;top:11.6875rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mWE2HVNei5AELP3UDczFeGb2sgmcZvDX { width:20rem;height:0;top:47.118748664856rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xe7I2OkHVTmt1UDoJcK1FIFSBxx9w3OF { width:0.0625rem;height:4.3125rem;top:47.718746948242rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpnELrneakR3vM1EBqIb2miaVTHOOWkr { width:0.0625rem;height:4.3125rem;top:47.718746948242rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaBQ4QlHCcX3oDPpUFLTB30cFLWAWgEo { width:2.75rem;height:2.75rem;top:34.8125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwPMTIBGbkRIyXwD9vchSFnkavnQoXCF { width:2rem;height:2rem;top:35.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbK1WMUXfEz5wpJSEztPWl5IT8hy3yT { width:18.875rem;height:1.75rem;top:12.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI90yCsPd4HTu8IQ3QVSXhRTcoqBZe2k { width:12.5rem;height:1.3rem;top:27.3125rem;left:3.75rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #cZhNJrLFIydvo1qAxT3dg70ikK3kqTmQ { width:18.875rem;height:1.75rem;top:27.075000762939rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qePv0gfqNaumFslOimakdg0LaOXDye4J { width:12.5rem;height:1.3rem;top:12.28750038147rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt0Nx0dvk4Mdb49rFV52kzkNQJ31Elsk { width:18.6875rem;height:1.5rem;top:41.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIoViiu1X7UqPBk8dL4VWZnXQXqIDh3o { width:12.5rem;height:1.3rem;top:41.5625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZUnK6tOnFZmCyEPetGmxV39ANESHdUS { display:block; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS { background-color: transparent; background-image: none; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container > .video-iframe-container { display: none; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row > .video-iframe-container { display: none; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .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); }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS { border-width: 0; border-radius: 0; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZUnK6tOnFZmCyEPetGmxV39ANESHdUS > .row .container { width:20rem;height:0.5rem;background-color:#f0faff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU { display:block; }#tDJ91zfqQ7L0qm5lqyVOWsOIVIyZfaiU > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZF78t5zweECKZoZ6FdPF8LTU9shbL7S { width:20rem;height:1.21875rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiTpeQZMwCphsoVG6BzS7b1TTZNsQ4R9 { width:20rem;height:1.95rem;top:50.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e9oFJWQVLoGsdQJ6dRmddz3ZOecUEZMg { width:6rem;height:0.125rem;top:7.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsdBkUdKHlrCTcwmsyUFqFcoyK5oVcwZ { width:18.9375rem;height:12.25rem;top:7.9375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZOIwwGpVNUXt533HT0LnnWcExv3odfV { width:18.9375rem;height:12.25rem;top:21rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDAQfgMTuGifIwLcmC1qesVPLnfhT5nb { width:18.9375rem;height:12.25rem;top:33.8125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6KhUhf9mWLAcTehvOeHGyxnrxrCyfBx { width:1.375rem;height:1.375rem;top:2.625rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKdq3FIbAoExB8SX63l8hzQNsKAz9ao { width:1.375rem;height:1.375rem;top:2.625rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LucTwe3SgFoLH0cKkXlHAvIUT2l1Gemc { width:1.375rem;height:1.375rem;top:2.625rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVgpL2tQXf44EV8VZwNeuNVcsvXZya5V { width:1.375rem;height:1.375rem;top:2.625rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTq0x9ERgQqCqz9ThFTzRl5lWqiTQkQ { width:1.375rem;height:1.375rem;top:2.625rem;left:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRW6OCnqDw29zyCAv8Z5z1fbzHxDJzFl { width:18.25rem;height:12.3125rem;top:7.90625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLcH4xdtg9EqTUidAUqRmfDbddw33LyW { width:17.625rem;height:12rem;top:33.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbUoIyMp2TXRZlgxJO6C8u0UaZAUr44E { width:18.0625rem;height:11.9375rem;top:21.15625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCwB9fUMZWcIleMO3TlxdVVBIOogrbZb { width:20rem;height:2.4375rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS9I7GDg2Z8oDI7apKivFPrnPUJ9kVNL { width:0.875rem;height:0.875rem;top:5.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc6XPTa2viQVFwo8uqoMmrEhf8fs8g90 { width:20rem;height:2.4375rem;top:46.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVoplTi5qAfa9ssS3JTQAXywlxXE3Md { width:5.375rem;height:5.4375rem;top:53rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HP3LrUCI165JtXBSuEwJIOcRCWULSn { width:15.4375rem;height:2.9375rem;top:59.6875rem;left:2.3125rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NC3dC1JKROHptMbJXoOXTuRuTpl9pvO1 { display:block; }
 }@media only screen and (max-width: 763px) { #Kna4pBt0xU6INK7ntL298RychPeSUhMi { display:block; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi { background-color: transparent; background-image: none; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container > .video-iframe-container { display: none; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row > .video-iframe-container { display: none; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .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); }#Kna4pBt0xU6INK7ntL298RychPeSUhMi { border-width: 0; border-radius: 0; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kna4pBt0xU6INK7ntL298RychPeSUhMi > .row .container { width:20rem;height:0.5rem;background-color:#f0faff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn { display:block; }#mWXBMA5hMszMSt6EAgEHT6rTSxEPXNSn > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFoTPxbqlukxtig54VqSSFvhuliUt66M { width:17.3125rem;height:18.125rem;top:6rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8mlSoz0XC83GEyuKlvhJe3JWI3TNzh2 { width:20rem;height:0.975rem;top:25.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NqnEiHRZ6FT4OGu8wb42FOMJ2TuuMcEw { width:17.0625rem;height:3.0625rem;top:1rem;left:1.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUHiJfbzytnO3TDWslhyn7TR5mpTqBu { display:block; }
 }@media only screen and (max-width: 763px) { #ytxxe1Zb1bkNARLpbCFATXGRW5Tw5eun { width:2.25rem;height:2.25rem;top:27.25rem;left:6.8125rem;display:block; }
#ytxxe1Zb1bkNARLpbCFATXGRW5Tw5eun > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ZoCgvIayIg7d9ztpTfseGTJb0vP2QygQ { width:2.25rem;height:2.25rem;top:27.25rem;left:11.25rem;font-size:1.5625rem;display:block; }
#ZoCgvIayIg7d9ztpTfseGTJb0vP2QygQ > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WoRNS3iLxeCp8T2xvFLoaZBzL5amJiSP { width:2.625rem;height:2.625rem;top:29.75rem;left:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExxAnW6vw6XGt2PdXxnQPXIsX8tI4t2p { width:20rem;height:0.975rem;top:32.52499961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VEoTMHJeEKr9TMwq8V46IAbCAdwiuFsP { width:10.3125rem;height:2.625rem;top:36rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qcPxfiTBee1rmcZ60Qp0Mb1sV9qKbBze { display:block; }
 }@media only screen and (max-width: 763px) { #mopZ8Hg3knNOhIKtn5CMbnGETcLS3psi { width:2.375rem;height:2.375rem;top:33.5rem;left:8.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDB4OCdDpX10xq97HBoQghcT7TqzUI2E { width:2.625rem;height:2.625rem;top:38.375rem;left:8.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9mCNZRllivHl0eEXTBtRKV1POw3ELxV { width:11.125rem;height:1.21875rem;top:41.5625rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k10VfEOq2zN1QRM3TDkaTBzTh6RFizIm { width:19.625rem;height:3.6rem;top:43.5rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#405466;display:block; }
 }@media only screen and (max-width: 763px) { #l4IReNouSW587G9Pk97Q90ZuG1EwBle3 { width:17.125rem;height:1.21875rem;top:47.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l8NDnQacsg4rTUF6h16TOPVkQonVAraD { width:20rem;height:2.4rem;top:49.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1Wk2QRh2X4T6qAryxmd70NkAcwwKTP { width:20rem;height:26.1875rem;top:54.125rem;left:0rem;z-index:15027;background-color:#152032;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:0.75rem;overflow:hidden;display:block; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;height:2.25rem;line-height:.9; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-text {padding-top: 0; padding-bottom: 0;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;height:3.5625rem;line-height:.9; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-select {padding-top: 0; padding-bottom: 0;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.75rem;overflow:hidden;line-height:1.3; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG [class*="-text"]:-moz-placeholder { font-family:"open sans";font-size:0.75rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG [class*="-text"]::-moz-placeholder { font-family:"open sans";font-size:0.75rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG [class*="-text"]:-ms-input-placeholder { font-family:"open sans";font-size:0.75rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG [class*="-text"]::-webkit-input-placeholder { font-family:"open sans";font-size:0.75rem; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:"open sans";font-size:0.75rem;overflow:hidden;height:auto;line-height:1.1; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG  { width:17.5rem;height:auto;top:54.212509155274rem;left:0rem;z-index:15028; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG {display:block;}#oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG { width:17.5rem;height:auto;top:54.212509155274rem;left:0rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #nIdGKoNNB5J4n021eSTIpsBenUGuG5mR {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #oRdyoOXJKubI6ZMXtIpHePpH1hc4CTol { display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #C7kvK4oIBCPfdoTMNoCo36NJHHh3n01T {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #WQcNtAINOSmr4GRlKJouZdw5k4NK1tGh {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #R56Ad7otGVAV8i3t0ms87PTRF7nqTXeD { display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #JhHVe4OpR2MrccFpPb5xMkGhTsaBxSXP {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #OpwfHPJZF0ODHsaFJSZGTTUwmu10bZTB {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #hFIBShERoIxbQbmsf8dJm8wyrQZK9X5O { display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #PUe4i0BlBV0cRCKMvVCM0w6HoFP6gyER {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #yeJ1QiFE7K8VPy0nwexvMqgWilysfcWA {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #BIHStTdHQGbRHcbbOk3TExZufsyTl69Z { display:block; }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #thOJS3ewK6g3duQ3rIitHf0gF6fHVtRs {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #ziDVvuExBEGEo2lIiOTbDBeV3mTf7Ew9 {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #Jn9qzGzzfObLJOpmvVrvNyVMeZBaJlbW {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #O3vKlMufJUweG9Jb9WhFWg62fFoTS9rt {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #a02NcbRy8bQfsGblidZTw2tIsTKFoklu {  }
 }@media only screen and (max-width: 763px) { #oUPxULoBLi3fz5UwqDhHzLTl48hPOOVG #onTot2hN0gm3O4MfSi1aSkVizQV44r4E {  }
 }@media only screen and (max-width: 763px) { #riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container { background-color: transparent; background-image: none; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container > .video-iframe-container { display: none; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row > .video-iframe-container { display: none; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .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); }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container { border-width: 0; border-radius: 0; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riMzcVq0U0zAkwtwn4iGnoOJ8air5O2a > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ox4Jg8XHUl8HDzv1iWwG5kHT32lov3xf { width:6rem;height:0.75rem;top:0.75rem;left:3.3125rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#152032;display:block; }
 }@media only screen and (max-width: 763px) { #ii1aO3I2ynWtX9PRG0W7Q9IMItyiXsBS { width:1.25rem;height:1.25rem;top:0.47500038146973rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuFT0kDzSnTT5sysUDsFKzReRUvURbkJ { width:10.3125rem;height:0;top:2.2875003814698rem;left:5rem;text-align:left;text-align-last:left;font-size:0.6875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #UO5cESK2DAZD8omo0uDlQXGip71dTy38 { width:7.875rem;height:0.75rem;top:0.75rem;left:9.125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dTcvLcwivbabtrnmslOCWK36s4wrPZo9 { width:8.0625rem;height:1.6875rem;top:2.0937576293945rem;left:5.96875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXguGoxyf3tCWKG6GHwpvVtHXxuGQkVA { display:block; }
 }