.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:228,242,246;--color-primary-1:165,213,225;--color-primary-2:75,171,195;--color-primary-3:38,86,98;--color-primary-4:11,26,29;--color-secondary-0:222,224,225;--color-secondary-1:144,151,155;--color-secondary-2:32,47,55;--color-secondary-3:16,24,28;--color-secondary-4:5,7,8;--color-tertiary-0:255,255,255;--color-tertiary-1:193,193,194;--color-tertiary-2:47,49,53;--color-tertiary-3:24,25,27;--color-tertiary-4:5,5,5;--headlines-font-family:"Fjalla One";--paragraphs-font-family:"Figtree"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/371febaf-6b6b-48fd-97ae-79fb0bf06965/introbg.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH.adaptive-delivery-prevent-bg, #gfVha3A46TlcZB2bIigcKOKmaoETDCwH.lazyload, #gfVha3A46TlcZB2bIigcKOKmaoETDCwH.lazyloading { background-image: none; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container { background-color: transparent; background-image: none; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container > .video-iframe-container { display: none; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row > .video-iframe-container { display: none; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .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); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container { border-width: 0; border-radius: 0; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#P2wZJ2w6LTcQDWrdHRn8Ay0JPS0XuUTa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;display:block; }
#T2vp7LApsTm2bhOBW3aC2wWEefQ7hIz1 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.875rem;left:1rem;height:3.8997375rem;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; }
#lVk5D97m5fPhrvXQ537aEF1zsy1IWCTL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:19.8125rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.3125rem;left:0rem;display:block; }
#bBRMxHd359T3aOCbQRkNIvkoW9O9yO6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glTIcoGdAWa0fJyLWbCL30B54q4FzyzZ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:46.375rem;top:7.75rem;left:28.500000953674rem;overflow:hidden;display:block; }
#AgBBxl3NcPaanHNRSlx61QPNewuFXVzt { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.5732421875rem;left:0rem;height:3.4121125rem;display:block; }
#QpbGGLPcNma0UL7IKofS5bWGAgSqRqZ0 { box-sizing:content-box;height:3.875rem;width:0.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:0rem;display:block; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-form-header {  }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.1875rem;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; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:24.1875rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-text {padding-top: 0; padding-bottom: 0;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-textarea { 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.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:24.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:24.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-select {padding-top: 0; padding-bottom: 0;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-checkbox { width:1rem;height:1rem;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; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:24.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-1),1);vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .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; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-container:first-of-type{padding-top:0;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-container:last-of-type{padding-bottom:0;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a  { background-color:rgba(var(--color-tertiary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);z-index:15003;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;position:absolute;top:2.5244140625rem;left:43.041015625rem; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a {display:block;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a { background-color:rgba(var(--color-tertiary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);z-index:15003;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;position:absolute;top:2.5244140625rem;left:43.041015625rem;display:none; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nVQ7tOhXIkfSsUmlbany5C8sANxfMIyy { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #LSZ7AEcbRE1yNgiFQthTr1KAZIqfeqhE { position:relative;display:block; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #LsDxBEnMvSe235i4ZQ3Vdh7cG7SWfT5x { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #V5D2Qzz2XUJQb1Dx88L8CAU7AWRUBSIo { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nTd6lTu2Kh46GI6PcgRzP4sQXT9vPmwR { position:relative;display:block; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #xLBGvR1gW1IrhWbrg5x886QTbobyHi8Z { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nJROPRVhc1LULNqmhQco1A0nVlS9NeMX { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #uFmceCX2b9F2yBlKp5DXAVbMNlXtSpJb { position:relative;display:block; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #S2SfytbnRtA2vPlVrGtfVzn5P5QNpWqN { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #HFxDHigQ1OTffzybHfuoWkfA28HQLTEP { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #CR1DA3qO2XurbFXKwSkP8enNXRtu7blX { position:relative;display:block; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #cZwbCCqSH6UwXZb1vXrGeSd6IHwFfzXA { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #xIKL86INcqlznSWJJuTqB69RR6eT22cB { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #A6F8F8TDFTybqfMUknDn0eA6q8WfVk3D { position:relative;display:block; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #Osp4unIWMtCkWrBxNsqR0h4xD6KS1Joi { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #taB2Kck3aUXeNVQuS9wqye5L3FoP19Ab { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #V23BpsIQKvxkSPbr1lLG4N1fkuFL0hLM { position:relative;z-index:2; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #cZBglmVFbufMoyq0o2J6tflGSw0l6Svt { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #DetKhJsNXgGgLZxkF2rEQyev6OLGbtV0 { position:relative; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #BvUUMfSH1ZD45V59OZnhyT5TfS9ntoFQ { position:relative; }
#EuNRhWKk1lpuAGhMAZkP8oAbGfZVZGJc { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.3125rem;left:0rem;height:3.2246125rem;font-style:normal;display:none; }
#flAKH3RQrQFTowGXGoB0kppuZB243owS { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:0.5625rem;height:5.5244125rem;display:block; }
#KlaeQ6y1KuGXdExaW2fXBbGqXSJxLdM3 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.625rem;left:24.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#HJM5iT3Heg1RSKahZhSFTEC20bta4Us7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.75rem;height:2.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1rem;left:63.1875rem;display:block; }
#tUUhbte09ztBhCEKlyQt7Ha3FKf6rUAJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWQKLC0kKrZTR7olfCpVCTX7e6Kv4QJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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:none; }#xWQKLC0kKrZTR7olfCpVCTX7e6Kv4QJ0 > .row .container { border-width: 0; border-radius: 0; }#xWQKLC0kKrZTR7olfCpVCTX7e6Kv4QJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWQKLC0kKrZTR7olfCpVCTX7e6Kv4QJ0 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:none; }#c9SeZh5PFMwaWRe1sroTDaqQeKeSxU5q { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3111991882324rem;left:0.625rem;height:1.94921875rem;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; }
#ZZdkU5O9Ux4Ao8Mk8ubAoKLsH96ASOgO { color:rgba(var(--color-secondary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.083984375rem;left:1.375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3WwbhdmL6BUx9aZSE8mAQg98Tk27fxs { color:rgba(var(--color-secondary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:20.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8U3rbkwelsaiMneuZVKG0LSQHESS47d { color:rgba(var(--color-secondary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3365898132324rem;left:21.84375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#WfbqArPJgd4GsAnOSy9k0A7mottTiFDr { color:rgba(var(--color-secondary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:39.875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VW8kiGg4tQBWXxZ8CRu493gmt6aAvkLf { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3111991882324rem;left:38.125rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#ppzZUITPNVvIhGC27ESR4zTNJFHXthf4 { color:rgba(var(--color-secondary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.125rem;left:57.875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyCtSczH68mrfaHwOGLAuGbTPTqm0nUW { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:56.8125rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 { position:relative;display:block; }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 { background-color: transparent; background-image: none; }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .row .container > .video-iframe-container { display: none; }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .row > .video-iframe-container { display: none; }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .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); }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 { border-width: 0; border-radius: 0; }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TQKzuGTzeyHmhetm9EyATTue6T53oJ5p { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:1.71875rem;left:0.8125rem;overflow:hidden;display:block; }
#yEq5iguoTmGKaiTgtEnpadqyu2CfneF0 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:1.71875rem;left:13.5rem;overflow:hidden;display:block; }
#Ji6IrHMSdKZd1oW8BDSGwkdFMLiiwdLP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.75rem;top:1.90625rem;left:25.75rem;overflow:hidden;display:block; }
#s1VtnGeIoxl62EHDQwF62lVThVmsvImi { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:2rem;left:37.5rem;overflow:hidden;display:block; }
#DXxMa63l25N9bmMopSZL357du376iNZJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:13.5625rem;top:2.5rem;left:47.625rem;overflow:hidden;display:block; }
#aMbT8dcAFdCf83Is6D0Ur7zVUL52lsdb { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.6875rem;top:2.5rem;left:66.3125rem;overflow:hidden;display:block; }
#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/3708e3ce-f3de-4936-8417-aa0e7d6ba3bf/img2a.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5.adaptive-delivery-prevent-bg, #Ksx5gApZrywhQSTU1rIScTrgBbmusdh5.lazyload, #Ksx5gApZrywhQSTU1rIScTrgBbmusdh5.lazyloading { background-image: none; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row .container { background-color: transparent; background-image: none; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row .container > .video-iframe-container { display: none; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row > .video-iframe-container { display: none; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .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); }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row .container { border-width: 0; border-radius: 0; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#ycCfxpPZ8orXmuUXOKqdsQsqUBoDWLf2 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0rem;height:;font-style:normal;display:block; }
#lV87FS28rBnmO1HMJWN0osm7VuzeT1mp { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.25rem;left:0rem;height:3.375rem;display:block; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-form-header {  }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.1875rem;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; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:24.1875rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-textarea { 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.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:24.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:24.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-checkbox { width:1rem;height:1rem;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; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:24.1875rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-1),1);vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .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; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-container:first-of-type{padding-top:0;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-container:last-of-type{padding-bottom:0;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ  { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);z-index:15003;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;position:absolute;top:2.5234375rem;left:43.0400390625rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ {display:block;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);z-index:15003;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;position:absolute;top:2.5234375rem;left:43.0400390625rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #JgRpbTmlcSXNylPy3UK4mCD2ToDTaazp { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #QdAG8ALq4KIuEOco8ACCSodIWyrOrBlJ { position:relative;display:block; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #Q4sDDRFioioZhlevp5Lqm3aWArM810J2 { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #Hv8BN4dB0Hsqt3vllLUmhKLs1zrMaps3 { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #wwpfopIlUMdInmPnxkRGJEGrAHDmw4xJ { position:relative;display:block; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #REmWT3VrHIIVCxh5Be0cBEv6I48ChkDE { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #CKRakq8vTDyH3AnaewxkpTRtwmwdrboC { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #xTw44voS8KWGLvfkvHXE2Do0swtcaxnT { position:relative;display:block; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #SUWO3Low0eylPnldQ5iHki7D4SuKUmiQ { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #pMTof4bkBPi2nSRGWcPNu70TP9uJTXSo { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #TNxGhsSVyRdr5kQqOChs2O5T6P6y1205 { position:relative;display:block; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #wk9xhnkqTLHmntxPQDBcN7O61BUik1AI { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #dbUo22TeA5rTPqFakirZ5k5mJ9ttMSOW { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #zOR64XeWnUOpNOcGhDWdkFzC9kmkb2c1 { position:relative;display:block; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #QVOqqlg3OVP9Ef8aA36g1b3svJX8r2SC { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #A8MOaHu5aKA6SKggsLSH2vJ2r5GfXnr0 { position:relative; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #cKlVfp3LTfST1O5hcKhRz208BeMqKppl { position:relative; }
#STEp9JUbyqxylL6LvXmzFbPod5Wm6vDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.875rem;left:0rem; }
#zgocLbuFTX6iFHbe5o8DLyPg8TvRimiU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.6875rem;left:0rem; }
#RZOKz1b42iTWFwGRiFLG1RmMpz7T3mwR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.5625rem;left:0rem; }
#a57Hlmm4z27k90FaEGXLs8rhdaBmDarm { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20rem;left:2.5625rem;height:1.4625rem;display:block; }
#DJFZ97012VMqaIlvNWuHrdwqTyNfZFpR { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.1875rem;left:2.5625rem;height:1.4625rem;display:block; }
#DxkSRhzlRhfNnSzv6VhOwsV32hZITODX { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.875rem;left:2.5625rem;height:1.4625rem;display:block; }
#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6635fb1-2742-4d3d-8a6e-06d95db8d184/lawyerworking.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr.adaptive-delivery-prevent-bg, #B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr.lazyload, #B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr.lazyloading { background-image: none; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container { background-color: transparent; background-image: none; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.88); }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container > .video-iframe-container { display: none; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.88); }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row > .video-iframe-container { display: none; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .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); }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container { border-width: 0; border-radius: 0; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#rXUMbPHGqhhZDT6y5DiGbcxgqJ7D4lvZ { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.4375rem;left:0rem;height:1.65rem;display:block; }
#NK2q6IAyyGfSDdyWeoKebvHL8XL60Z3x { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:11.6996875rem;font-style:normal;display:block; }
#mho7T779TiBoi8iew9FWG6pxPLnJZx1E { box-sizing:content-box;height:10.625rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:37.5rem;display:block; }
#TIZPFOrrsBK6NmG9fBbfnNEHw1T3aZUf { color:rgba(var(--color-primary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:38.875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmUsok347ZoAF15PskOqOQTTvk17d6mV { color:rgba(var(--color-secondary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:38.625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#fSweEgdokN9b7rrAfIf64UUChbqbhVPd { box-sizing:content-box;height:10.625rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:56.875rem;display:block; }
#IodazVvrlXyNpA8hEkdTN4SUZVgN0Iym { color:rgba(var(--color-primary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.0625rem;left:58.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZlCOegCOsDfrZIORAJ19pKeba9rGLiX { color:rgba(var(--color-secondary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.625rem;left:57.25rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#l9za57bPcDlBPkRvB4UchDs7VNbfbkhx { box-sizing:content-box;height:10.625rem;width:18.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:37.5rem;display:block; }
#VyhxMsRnDD3AlTn32XTp2rGyTxaD78vy { box-sizing:content-box;height:10.625rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:56.875rem;display:block; }
#htsVy1aCuTitQMxfyfFFBhvnAxKsikrX { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.375rem;left:58.5rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#JKv2esiXeEs3GkDPG0poAJ2vf636wXs0 { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.375rem;left:38.8125rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#bH2NpgvkN9MF7BcnLrIBGy0t7K6QpLVb { color:rgba(var(--color-primary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:18.875rem;left:38.875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KK25T4TeXFT4TsoVnbIuALw8m2FyAfFi { color:rgba(var(--color-primary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:18.875rem;left:58.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1AQd5ZEhSbX7Fp7TlzEMEUoBfPQEtBo { box-sizing:content-box;height:10.625rem;width:18.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:37.5rem;display:block; }
#Tqx8Qtr32b8bLPSqLJOTTLtkEfVVz69z { box-sizing:content-box;height:10.625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.875rem;display:block; }
#fCp4hxZfsSVDcCLr0mm0R4v8UCWRmpaT { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8125rem;left:38.8125rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#IHZKIEkgTfBh1rPCI6C4DDwQSkNUhasO { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.8125rem;left:58.5rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#o4FFylBICPCrEmevwzgPIZMBzMQF9NIB { color:rgba(var(--color-primary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:30.3125rem;left:38.875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaRs8JJ6o7iclEsrTT3PTz4mfD0XQTZc { color:rgba(var(--color-primary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:30.3125rem;left:58.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row .container { background-color: transparent; background-image: none; }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row .container > .video-iframe-container { display: none; }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row > .video-iframe-container { display: none; }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .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); }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row .container { border-width: 0; border-radius: 0; }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row .container { background-color: transparent; background-image: none; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row .container > .video-iframe-container { display: none; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row > .video-iframe-container { display: none; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .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); }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row .container { border-width: 0; border-radius: 0; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#FqCpJHFFkEl5MM08wQZA1XG9Ka0Wdsbt { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:13.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fplNG4nSb9wvM8MbavUs3FTG17Qd3SGU { color:rgba(var(--color-tertiary-0),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5234379768372rem;left:14.125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row .container { background-color: transparent; background-image: none; }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row .container > .video-iframe-container { display: none; }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row > .video-iframe-container { display: none; }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .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); }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row .container { border-width: 0; border-radius: 0; }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row .container { background-color: transparent; background-image: none; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row .container > .video-iframe-container { display: none; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row > .video-iframe-container { display: none; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .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); }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row .container { border-width: 0; border-radius: 0; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#i1sMg6xstMA37S81cxnSM5VcVB8HT6W7 { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.8125rem;left:3.125rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#di6bhEyTqw1Imkw3ybWZBtVA2VMAZBTs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:19.4375rem;left:1.4375rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#RJSXV4wGvU8yTT765MO5fo9obzCFPsIG { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:19.4375rem;left:26.4375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#z7qiUrfM6eh7qVzPtehsHfIbUI1BlKTB { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:27.5rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#SlpEi0lCC6GNhP7itIpThU2dXDslm2hH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:19.375rem;left:51.5rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#WcMkbRD0u8xp6S4IMzfVaKWJGyqZ2JS9 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:52.5rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#usEC1KLoJUX65iioGyxKa1dBt6eoRKvu { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-primary-3),0.16) ;height:15.875rem;width:23.75rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#v7TJ69rvVTsDbry6KmxHrNCWbr3BeHpO { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-primary-3),0.16) ;height:15.875rem;width:23.75rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#ORaQWVbF8m3JRst38Au1avZI72JfXFRM { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-tertiary-4),0.16) ;height:15.875rem;width:23.75rem;top:0rem;left:50.625rem;overflow:hidden;display:block; }
#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row .container { background-color: transparent; background-image: none; }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row .container > .video-iframe-container { display: none; }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row > .video-iframe-container { display: none; }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .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); }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row .container { border-width: 0; border-radius: 0; }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row .container { background-color: transparent; background-image: none; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row .container > .video-iframe-container { display: none; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row > .video-iframe-container { display: none; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .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); }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row .container { border-width: 0; border-radius: 0; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#RQbBHDTqEbIpSsVOi0zyIILkfKUrpo5w { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#LO8yXnTTZAZSMfcrAXMeTi8mR721QVhS { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:19.375rem;left:1.125rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#i3fxyVKWLhdbR0gZ4DTPHRgfz3yw9WJP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:19.375rem;left:26.125rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#a17VzS1Cuy5H7c0DsTCcLHbctoTrmen2 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:27.1875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#drn2G0lFJlbI4PQ8tNlF3xU5ClL0KsLm { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:19.375001907349rem;left:51.40625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#Aqwrn6gyANv3oGfHPezJ0L1nw3UMrZvF { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.75rem;left:52.1875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#ITf6d6NovT6uo9Up8PXohHVv2zRxEqGf { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-primary-3),0.16) ;height:15.8125rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CQkIDbDgAPgmzWZDyIcUCfooP8EOCMx9 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-primary-3),0.16) ;height:15.625rem;width:23.4375rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#VkX337g0qq0OLQeUAzJCm252VrlHpfST { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-tertiary-4),0.16) ;height:15.875rem;width:23.75rem;top:0rem;left:50.625rem;overflow:hidden;display:block; }
#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row .container { background-color: transparent; background-image: none; }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row .container > .video-iframe-container { display: none; }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row > .video-iframe-container { display: none; }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .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); }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row .container { border-width: 0; border-radius: 0; }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW { position:relative;display:block; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW { background-color: transparent; background-image: none; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .row .container > .video-iframe-container { display: none; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .row > .video-iframe-container { display: none; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .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); }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW { border-width: 0; border-radius: 0; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto { position:relative;display:block; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto { background-color: transparent; background-image: none; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .row .container > .video-iframe-container { display: none; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .row > .video-iframe-container { display: none; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .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); }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto { border-width: 0; border-radius: 0; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vMepzMeMZciy3CwtKZw3pZ6pBhHoMtPM { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-primary-3),0.32) ;height:33.8125rem;width:33.8125rem;top:0rem;left:1.84375rem;overflow:hidden;display:block; }
#alDv1weSv4G5KJSgVmBqBK86JCwzF5Zy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.375rem;left:42.3125rem;height:1.4624rem;display:block; }
#sRNUuGDQSDTv2yQiNzwG9hlN6uCVE5aT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.4375rem;left:42.3125rem;height:1.4624rem;display:block; }
#QKGJM7HhEkehL9c72ToF5K8ZB09xSBAu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.5rem;left:42.3125rem;height:1.4624rem;display:block; }
#bmRvApeeA3uDXIr0mq1LzTuc6lSUCmqa { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.1875rem;left:38.5625rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#tTEdAC8pDLSqCMTLVIcn0sXCmtuSn1tJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:20.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#gcKGhEgE0hgCzt5zi2zt84U8NILBAAlv { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:23.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#z1frAQtNdkaJCvqTanAWW6n4lpkfHp9M { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#LfUS2047Tpvmy7gLQ1J20XkXEuFKZEkU { color:rgba(var(--color-tertiary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.9375rem;left:38.5625rem;height:7.19925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qnSUaIzZHvSXcgCpGH15tifgoklzWeC9 { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.4375rem;left:38.6875rem;height:1.375rem;display:block; }
#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 { position:relative;display:block; }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 { background-color: transparent; background-image: none; }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .row .container > .video-iframe-container { display: none; }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .row > .video-iframe-container { display: none; }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .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); }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 { border-width: 0; border-radius: 0; }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ { position:relative;display:block; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ { background-color: transparent; background-image: none; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .row .container > .video-iframe-container { display: none; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .row > .video-iframe-container { display: none; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .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); }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ { border-width: 0; border-radius: 0; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMf5En7Qz8KX1mwTztNmZebDF0EPrdnV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:4.9375rem;height:2.4375rem;display:block; }
#fAgm42IExxpOC7ZnTmoUBCkusg11wFTu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.1875rem;left:1.6875rem;height:4.21875rem;display:block; }
#C9igNSizB11N4AH55gCZhvhL3S5r44An { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:1.75rem;display:block; }
#oLbHNHJJXl2nwEKRhCqM7b1SkQN8twoW { color:rgba(var(--color-tertiary-0),1);display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#yAwJ94a6DHTTvWMixHTpM5mHMgTUXwfJ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.125rem;left:1.75rem; }
#yewETiEk6AXpW6KKxFZdAyFlixohzezt { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.125rem;left:3.1875rem; }
#RdxtuWW06fTHL2Movl5NqmNtbsvQM06q { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.125rem;left:4.625rem; }
#PmVvJw9wZ7v622JaaayJnXCmin0xoCDq { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.125rem;left:6.0625rem; }
#bhDJF1wWJwZFs0ge3wXw91z122fozVPa { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.125rem;left:7.5rem; }
#hiZlWQwASr4XXvr3aUUslVrP7TMvvhel { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15010;opacity:1;top:1.6875rem;left:15.8125rem; }
#ezH3MJrTzoOwtmfcTCNQp3Sa1FP1UTA6 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.1875rem;left:9.125rem; }
#MTlUy8XmTlTciHlJGqbuCcUHeoEUt0pi { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15022;opacity:1;top:1.6875rem;left:34.5625rem; }
#qLPn57TEEksD6OIamv1cuoKkhNOpG4gV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.75rem;left:23.6875rem;height:2.4375rem;display:block; }
#r8ShZglEXZr4tLUFCFX8yeWXeU653pRT { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.1875rem;left:27.875rem; }
#CZnXe9JoWoTSzoAGorio25SyPZ73QIrg { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.125rem;left:26.25rem; }
#thELkyliLUME7l80CxfcAyzocTPqD76h { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:7.1875rem;left:20.4375rem;height:4.21875rem;display:block; }
#staOgl0JwQPXClWTAPgFPnZ2x2S4VeLR { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.125rem;left:24.8125rem; }
#m4l5SsLDwMhDZ707nFNl7hu4IyzkSg2o { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.125rem;left:23.375rem; }
#n2rp4n1LavUWDBI9IkaXLtsWiGXFeWbI { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#004a94;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:20.5rem;display:block; }
#szqn0MNEFho7pXvEIvozFhCCNvnbMTXQ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.125rem;left:21.9375rem; }
#pvkDSrEZw4Gnk2zUBUNFnrEfs8FIoOgd { color:rgba(var(--color-tertiary-0),1);display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.25rem;left:20.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#yxZTJWIC1ZTJZoPWKLnGbCP1ofn5Hfg0 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.125rem;left:20.5rem; }
#XdXCnsfsxTJ8EqFXlFraeTD410NAqFTI { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15034;opacity:1;top:1.6875rem;left:53.3125rem; }
#GXTFyTe81u2lCGNyZIKga4bc5dHRvlFg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.75rem;left:42.4375rem;height:2.4375rem;display:block; }
#gA6o9zZxINAk5rP3Wnql8Diwwm31NDEM { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.1875rem;left:46.625rem; }
#GnLSGaemNBTSPx7qlQiSMGkaK2QRuLnA { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:5.125rem;left:45rem; }
#EJqxlwdywd19FxRwJWss9zptcA91USnt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:7.1875rem;left:39.1875rem;height:4.21875rem;display:block; }
#zQJgtRA7g8tSZ1WlgArs82blJc6yTgqX { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:5.125rem;left:43.5625rem; }
#N6ALKWfsrs0k23UIMUlgVfVrcsnLPMLx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.125rem;left:42.125rem; }
#aUECPTecGSFnXiWLM6NQTPmNdb5PGiqT { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#333333;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:39.25rem;display:block; }
#uEZOk6v1c5WPGguGg9UBe2PfGbyF0Cvg { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:5.125rem;left:40.6875rem; }
#dMWlWm2FSTWbVhSCXcJAwpX4xPSrS58L { color:rgba(var(--color-tertiary-0),1);display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.1875rem;left:39.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#M1QMCAQZcPXtzcI91Q45v8CpTTmgElOV { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:5.125rem;left:39.25rem; }
#X1dmE1Iot1wkT4lLvc272KRQvfUkXNi3 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15046;opacity:1;top:1.6875rem;left:72.5rem; }
#RaB0dXV57OyGpfnKyEBwqfyO2lu40RJo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:1.75rem;left:61.625rem;height:2.4375rem;display:block; }
#RQVM40En8tPwG9aLdPopsqQ97INNtGlh { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.1875rem;left:65.8125rem; }
#T9o4ncdxDPCAXdSawEeNlEadT8DLb6Qu { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.125rem;left:64.1875rem; }
#SB9kcJsmkbmow3mUsVHrIFMziziPhwN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:7.1875rem;left:58.375rem;height:5.625rem;display:block; }
#w8rGeUTKl83MRxfI0p7JHdxaNWCxWBTL { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.125rem;left:62.75rem; }
#JqqJhiqZUVHUQfuHIKt57hJfrTQKL8UZ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.125rem;left:61.3125rem; }
#IHm0x8X0aan9v3E0OgXIGz7NDx299Wrt { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#785116;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:58.4375rem;display:block; }
#HM9CqPwTIBKZETT2XJTT70WaKqVRhv3B { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:5.125rem;left:59.875rem; }
#SlQOXuEDrnaaz7yS7hL5DfCcp6buE0DU { color:rgba(var(--color-tertiary-0),1);display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:2.1875rem;left:58.4375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#UAsivxPq2i9hEhVTlVKJO6M4ZONNgU6r { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.125rem;left:58.4375rem; }
#bgUURBlFlJcXnhIvIlP85qJS3h3UaEIB { box-sizing:content-box;height:13.25rem;width:17.8125rem;position:absolute;display:block;z-index:15000;background-color:#f1f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bU5mrN2IUiFTQb5uWNEu0HUcgtfbbgJH { box-sizing:content-box;height:13.25rem;width:17.8125rem;position:absolute;display:block;z-index:15012;background-color:#f1f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:19.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#CoO7StoB9N19vKZDuuFJJ3xyr92ZzlNX { box-sizing:content-box;height:13.25rem;width:17.8125rem;position:absolute;display:block;z-index:15024;background-color:#f1f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#N5FDO5iScH5UMhdggMT4D7UmWWPuMTbV { box-sizing:content-box;height:13.25rem;width:17.8125rem;position:absolute;display:block;z-index:15036;background-color:#f1f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 { position:relative;display:block; }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 { background-color: transparent; background-image: none; }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .row .container > .video-iframe-container { display: none; }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .row > .video-iframe-container { display: none; }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .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); }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 { border-width: 0; border-radius: 0; }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#czRPJKAq1VZsSzxUlJW3ETaLlwRzWzaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#czRPJKAq1VZsSzxUlJW3ETaLlwRzWzaI > .row .container { border-width: 0; border-radius: 0; }#czRPJKAq1VZsSzxUlJW3ETaLlwRzWzaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czRPJKAq1VZsSzxUlJW3ETaLlwRzWzaI > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:none; }#bzi3978f3G2Mx2M8GDlZfOf9K1IhRI1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:9.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#sFymIkCvoNFTwockb32xdi6MIKPhAFkM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sFymIkCvoNFTwockb32xdi6MIKPhAFkM > .row .container { border-width: 0; border-radius: 0; }#sFymIkCvoNFTwockb32xdi6MIKPhAFkM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFymIkCvoNFTwockb32xdi6MIKPhAFkM > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:none; }#CQzx4xqKtNWwVyhe7vwp8hnzgqq6r8hz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:3.515625rem;left:2.75rem;height:22.3125rem;text-align:center;text-align-last:center;display:block; }
#DbWrIQ1OU6rpKRXahCrTzS5fmvNLHCJN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.515625rem;left:27.34375rem;height:27.09375rem;text-align:center;text-align-last:center;display:block; }
#D9gLeNq85akPdwJ45BkI50T8o9OEHBOk { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.75rem;left:53.15625rem;height:23.90625rem;text-align:center;text-align-last:center;display:block; }
#yImQSQnyctZGvMou6OnNDTR9vDzzM0vo { box-sizing:content-box;height:28.0625rem;width:24.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#dSNf7PcLe7QnAMmDmG6S4qGsTH9kDGbK { 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:15003;opacity:1;top:0.3125rem;left:20.728515625rem; }
#ZtxDLIZK4JBRtWKb5dAiZF9ltZakck18 { box-sizing:content-box;height:33.25rem;width:24.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:25.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#sxVeQzVDaZN9o0TMhKI7KrRH44tEhVXU { 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:15004;opacity:1;top:0.3125rem;left:46.166664123535rem; }
#KH2cBgtuNzmhwixZmer6GdNq1u4g91KZ { box-sizing:content-box;height:29.875rem;width:24.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:50.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KfzmRDIJHtynOIgszqHfDSBzFSMuKUeE { 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:15005;opacity:1;top:0.3125rem;left:71.5625rem; }
#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row .container { background-color: transparent; background-image: none; }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row .container > .video-iframe-container { display: none; }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row > .video-iframe-container { display: none; }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .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); }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row .container { border-width: 0; border-radius: 0; }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row .container { background-color: transparent; background-image: none; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row .container > .video-iframe-container { display: none; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row > .video-iframe-container { display: none; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .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); }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row .container { border-width: 0; border-radius: 0; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#l2OePuvfzTF6TxcX7oWniBSm47m7Gr5k { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:;display:block; }
#C14UQeV0ynfZ7vEIZxtxVqRLHrFlQSJV { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:14.4375rem;left:0rem;height:18.5625rem;display:block; }
#OFg8Fcl9X0l1H6BiS8d1T85covNQZuQ5 { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:1.375rem;display:block; }
#I4Tr8iBysnt9oWTC3pM9ZLzQZuQsv6dZ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.0625rem 0.25rem rgba(var(--color-tertiary-3),1) ;height:25.25rem;width:18.125rem;top:1.1444091796875E-5rem;left:37.5rem;overflow:hidden;display:block; }
#h33Xmhd4bWxOveo53ZbAuqHXsTxwdZZR { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.0625rem 0.25rem rgba(var(--color-tertiary-3),1) ;height:25.1875rem;width:18.125rem;top:13.5rem;left:56.875rem;overflow:hidden;display:block; }
#i8wQG8citqCtyLhWaWAQDhJa2pS7k12W { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:13.6875rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.875001907349rem;left:0rem;display:block; }
#ay5anyxPPTUdDoALokKe4BNA56b5F1ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row .container { background-color: transparent; background-image: none; }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row .container > .video-iframe-container { display: none; }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row > .video-iframe-container { display: none; }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .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); }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row .container { border-width: 0; border-radius: 0; }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n { position:relative;display:block; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n { background-color: transparent; background-image: none; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .row .container > .video-iframe-container { display: none; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .row > .video-iframe-container { display: none; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .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); }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n { border-width: 0; border-radius: 0; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI { position:relative;display:block; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI { background-color: transparent; background-image: none; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .row .container > .video-iframe-container { display: none; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .row > .video-iframe-container { display: none; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .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); }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI { border-width: 0; border-radius: 0; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CvL9l8TKuRXfoWpwrL3W3iwz8E770u4E { color:rgba(var(--color-secondary-2),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:0rem;left:13.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 { position:relative;display:block; }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 { background-color: transparent; background-image: none; }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .row .container > .video-iframe-container { display: none; }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .row > .video-iframe-container { display: none; }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .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); }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 { border-width: 0; border-radius: 0; }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN { 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; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row .container { background-color: transparent; background-image: none; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row .container > .video-iframe-container { display: none; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row > .video-iframe-container { display: none; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .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); }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row .container { border-width: 0; border-radius: 0; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#FKpiivheC7oAAuwFD98cNBIhl61SpTCS { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:2.5rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#C3IpnBc2gq2TR6tSAOkGSlmuqwcFuDzO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.0625rem;left:2.5625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#durAtL4ZQHLeGC8EH6uWvoWDeWEVTTQN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:10rem;display:block; }
#EHhxgRN2iO4TMH29XU8sS1Ek6m6uAK4N { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.0625rem;left:27.5625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#rDfBSpBgN0LWfrdPiThxso0dKCLkXQAu { color:rgba(var(--color-primary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:32.0625rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#ntupfkEKkT1xvUKDVoUzrHErndUct5qM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:35rem;display:block; }
#UMk4bFELhI60aa1SXFWB8eJu2bSmtwSF { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.287109375rem;left:27.5rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#daNw6yJkH3Iw9oTAHqe9IUaJ2UOO72Uu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.0625rem;left:52.5625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#LlBC6V8gumw3S7Dv0WF57tOokDnevgXb { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:54.5625rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#NmrtDmIoTx21QwqrUuBTb5hQbWXOiUCD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:60rem;display:block; }
#R1bL53GNwErEE01JDNU4ZiyqxmgXh0X1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.349609375rem;left:52.5rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#X31QHTlG5tBhda1PaJ0OTaZMRyhRNm7a { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.224609375rem;left:2.5rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo { position:relative;display:block; }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo { background-color: transparent; background-image: none; }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .row .container > .video-iframe-container { display: none; }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .row > .video-iframe-container { display: none; }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .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); }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo { border-width: 0; border-radius: 0; }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 { position:relative;display:block; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 { background-color: transparent; background-image: none; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .row .container > .video-iframe-container { display: none; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .row > .video-iframe-container { display: none; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .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); }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 { border-width: 0; border-radius: 0; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DII0ZwQQTZiWCJnm8o0dHMC7M4HvJkEC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.8125rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:31.59375rem;display:block; }
#NdSwdEMwRZV5ug1zrdgWFNnC9qx76fcz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi { position:relative;display:block; }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi { background-color: transparent; background-image: none; }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .row .container > .video-iframe-container { display: none; }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .row > .video-iframe-container { display: none; }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .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); }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi { border-width: 0; border-radius: 0; }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JtOB26cJikCznhcQmnxootsaXC1Thpx9 { position:relative;display:none; }#JtOB26cJikCznhcQmnxootsaXC1Thpx9 { border-width: 0; border-radius: 0; }#JtOB26cJikCznhcQmnxootsaXC1Thpx9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JtOB26cJikCznhcQmnxootsaXC1Thpx9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HfZxAaQIUXtcaSr7dmpkEkmzfADhQmQn { position:relative;display:none; }#HfZxAaQIUXtcaSr7dmpkEkmzfADhQmQn { border-width: 0; border-radius: 0; }#HfZxAaQIUXtcaSr7dmpkEkmzfADhQmQn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HfZxAaQIUXtcaSr7dmpkEkmzfADhQmQn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xF3BBxPZw3vEiXleZszwIpWn9m26LcrI { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0rem;left:14.25rem;height:3.5244125rem;text-align:center;text-align-last:center;display:block; }
#pgIryPXbIclXT5eOPd86FKlKmrXnn7XL { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.7740898132324rem;left:10.34375rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#RFzEoSEeE0N0wHAbUyGiKySbfkIhPbhE { position:relative;display:none; }#RFzEoSEeE0N0wHAbUyGiKySbfkIhPbhE { border-width: 0; border-radius: 0; }#RFzEoSEeE0N0wHAbUyGiKySbfkIhPbhE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RFzEoSEeE0N0wHAbUyGiKySbfkIhPbhE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XOQ1lnMDNVT0ZTWOZ8TAmbTh1QDLOT5B { 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:none; }#XOQ1lnMDNVT0ZTWOZ8TAmbTh1QDLOT5B > .row .container { border-width: 0; border-radius: 0; }#XOQ1lnMDNVT0ZTWOZ8TAmbTh1QDLOT5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOQ1lnMDNVT0ZTWOZ8TAmbTh1QDLOT5B > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:none; }#TPvoK3o0trom90d9VAfqatPQSLnT0IE3 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.2493515014649rem;left:2.875rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#iZP3sRbFMAetsFc9r2AqsG3qNdECbQgO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.8229179382325rem;left:1.6875rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#WBMpmQKiEGZOLspbvDnc2V03LbEvfDtU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.8229179382325rem;left:26.3125rem;height:7.96875rem;text-align:center;text-align-last:center;display:block; }
#ptobrv9WE6Ux2g8keQE4ZeQ2iObflTJR { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:29.125rem;height:;text-align:center;text-align-last:center;display:block; }
#PoKFM2D1b0IqIWVr420Bw3MvWQJiwbbM { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.8229179382325rem;left:52.375rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#XzEmn3mwZS6Vh7nFvW31pwkdZi6IMgRD { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.2486991882324rem;left:53.15625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#k7S32P1hqyw5Ozv8hB82MegxkkGyk1I8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.75rem;left:10.9375rem; }
#vG1z4eT5O9daPSTJgLdOexUrwoKzcaOI { position:relative;display:none; }#vG1z4eT5O9daPSTJgLdOexUrwoKzcaOI { border-width: 0; border-radius: 0; }#vG1z4eT5O9daPSTJgLdOexUrwoKzcaOI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vG1z4eT5O9daPSTJgLdOexUrwoKzcaOI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZD328oBFaWQ6Ro1nHQ0PtuDCpxV8MsZL { position:relative;display:none; }#ZD328oBFaWQ6Ro1nHQ0PtuDCpxV8MsZL { border-width: 0; border-radius: 0; }#ZD328oBFaWQ6Ro1nHQ0PtuDCpxV8MsZL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZD328oBFaWQ6Ro1nHQ0PtuDCpxV8MsZL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TLNcew618EBWlWU4suGTsCXQeoWTQsbp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.8125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:31.59375rem;display:block; }
#n5IS77bRcehRgwtdidhBRLXyISxFVFeO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IilECcmbnQGuqyfLa5B6VxgRQSWBEAe5 { position:relative;display:none; }#IilECcmbnQGuqyfLa5B6VxgRQSWBEAe5 { border-width: 0; border-radius: 0; }#IilECcmbnQGuqyfLa5B6VxgRQSWBEAe5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IilECcmbnQGuqyfLa5B6VxgRQSWBEAe5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9b208cbc-1eec-4a8d-a875-adfd31e1efde/lawyerclientmeeting.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy.adaptive-delivery-prevent-bg, #TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy.lazyload, #TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy.lazyloading { background-image: none; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container { background-color: transparent; background-image: none; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.88); }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container > .video-iframe-container { display: none; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.88); }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row > .video-iframe-container { display: none; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .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); }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container { border-width: 0; border-radius: 0; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#GaedubQilfOapXRx3dMpuZIp7mergJJW { color:rgba(var(--color-tertiary-0),1);display:block;width:49.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.125rem;left:12.625rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#fwCxokSdA1pMxKmUtICEqoP0DqgRzm4V { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:14.1875rem;left:21.6875rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#aVMf5TD363oQKNl8gqJe50pfq4COrCIP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.5625rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.75rem;left:27.1875rem;display:block; }
#Z3pRrkJ7Ub9k4N1OFdezMDLdRm1puyKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x { position:relative;display:none; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x { border-width: 0; border-radius: 0; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row .container { background-color: transparent; background-image: none; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row .container > .video-iframe-container { display: none; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row > .video-iframe-container { display: none; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .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); }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row .container { border-width: 0; border-radius: 0; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#So5qZV2UfxXmtkisBKxoew411NqTDlsS { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:2;letter-spacing:0;top:7.625rem;left:21.9375rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#gLN7SZ90aJ2sC18fW2lxZeiciVrUPWLv { color:rgba(var(--color-tertiary-0),1);display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:14.375rem;height:;text-align:center;text-align-last:center;display:block; }
#orkKcJfw1mmV6SvORadJuTaMi8MJ8EPo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.0390625rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row .container { background-color: transparent; background-image: none; }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row .container > .video-iframe-container { display: none; }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row > .video-iframe-container { display: none; }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .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); }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row .container { border-width: 0; border-radius: 0; }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#P5qs16Ui7rB28ITv4LVTzxp6yGb4HwIy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.5rem;top:1rem;left:39.6875rem;overflow:hidden;display:block; }
#bA23rPm2e0Qd1cCqkJoqxwhqbDxThqfG { color:rgba(var(--color-tertiary-1),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:28rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gfVha3A46TlcZB2bIigcKOKmaoETDCwH { display:block; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2wZJ2w6LTcQDWrdHRn8Ay0JPS0XuUTa { top:13.5rem;left:0rem;width:36.5rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2vp7LApsTm2bhOBW3aC2wWEefQ7hIz1 { top:24.875rem;left:0rem;width:31.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVk5D97m5fPhrvXQ537aEF1zsy1IWCTL { width:19.8125rem;height:3.5rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBRMxHd359T3aOCbQRkNIvkoW9O9yO6i { display:block; }
 }@media only screen and (max-width: 763px) { #glTIcoGdAWa0fJyLWbCL30B54q4FzyzZ { top:7.75rem;left:1.375rem;width:46.375rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgBBxl3NcPaanHNRSlx61QPNewuFXVzt { top:30.5625rem;left:0rem;width:26.8125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpbGGLPcNma0UL7IKofS5bWGAgSqRqZ0 { top:24.8125rem;left:0rem;width:0.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-text { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-text {padding-top: 0; padding-bottom: 0;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-textarea { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-select { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-select {padding-top: 0; padding-bottom: 0;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-button { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-checkbox-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a  { width:24.1875rem;height:auto;top:2.5rem;left:20.8125rem; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a {display:block;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a { width:24.1875rem;height:auto;top:2.5rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nVQ7tOhXIkfSsUmlbany5C8sANxfMIyy {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #LSZ7AEcbRE1yNgiFQthTr1KAZIqfeqhE {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #LsDxBEnMvSe235i4ZQ3Vdh7cG7SWfT5x {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #V5D2Qzz2XUJQb1Dx88L8CAU7AWRUBSIo {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nTd6lTu2Kh46GI6PcgRzP4sQXT9vPmwR {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #xLBGvR1gW1IrhWbrg5x886QTbobyHi8Z {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nJROPRVhc1LULNqmhQco1A0nVlS9NeMX {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #uFmceCX2b9F2yBlKp5DXAVbMNlXtSpJb {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #S2SfytbnRtA2vPlVrGtfVzn5P5QNpWqN {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #HFxDHigQ1OTffzybHfuoWkfA28HQLTEP {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #CR1DA3qO2XurbFXKwSkP8enNXRtu7blX {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #cZwbCCqSH6UwXZb1vXrGeSd6IHwFfzXA {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #xIKL86INcqlznSWJJuTqB69RR6eT22cB {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #A6F8F8TDFTybqfMUknDn0eA6q8WfVk3D {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #Osp4unIWMtCkWrBxNsqR0h4xD6KS1Joi {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #taB2Kck3aUXeNVQuS9wqye5L3FoP19Ab {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #V23BpsIQKvxkSPbr1lLG4N1fkuFL0hLM {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #cZBglmVFbufMoyq0o2J6tflGSw0l6Svt {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #DetKhJsNXgGgLZxkF2rEQyev6OLGbtV0 {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #BvUUMfSH1ZD45V59OZnhyT5TfS9ntoFQ {  }
 }@media only screen and (max-width: 763px) { #EuNRhWKk1lpuAGhMAZkP8oAbGfZVZGJc { top:47.875rem;left:0rem;width:20rem;height:;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #flAKH3RQrQFTowGXGoB0kppuZB243owS { top:1rem;left:0rem;width:23.125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlaeQ6y1KuGXdExaW2fXBbGqXSJxLdM3 { top:1.625rem;left:10.375rem;width:37.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJM5iT3Heg1RSKahZhSFTEC20bta4Us7 { width:11.75rem;height:2.5625rem;top:1rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUhbte09ztBhCEKlyQt7Ha3FKf6rUAJ { display:block; }
 }@media only screen and (max-width: 763px) { #xWQKLC0kKrZTR7olfCpVCTX7e6Kv4QJ0 { display:block; }#xWQKLC0kKrZTR7olfCpVCTX7e6Kv4QJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9SeZh5PFMwaWRe1sroTDaqQeKeSxU5q { top:2.25rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZdkU5O9Ux4Ao8Mk8ubAoKLsH96ASOgO { top:5.0625rem;left:0rem;width:16rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3WwbhdmL6BUx9aZSE8mAQg98Tk27fxs { top:5.125rem;left:7.8125rem;width:16.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8U3rbkwelsaiMneuZVKG0LSQHESS47d { top:1.3125rem;left:11.3125rem;width:12.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfbqArPJgd4GsAnOSy9k0A7mottTiFDr { top:5.125rem;left:21.9375rem;width:13.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW8kiGg4tQBWXxZ8CRu493gmt6aAvkLf { top:2.25rem;left:18.3125rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppzZUITPNVvIhGC27ESR4zTNJFHXthf4 { top:5.125rem;left:32.3125rem;width:15.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyCtSczH68mrfaHwOGLAuGbTPTqm0nUW { top:2.3125rem;left:30.25rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 { display:block; }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQKzuGTzeyHmhetm9EyATTue6T53oJ5p { top:1.6875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEq5iguoTmGKaiTgtEnpadqyu2CfneF0 { top:1.6875rem;left:7.4375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji6IrHMSdKZd1oW8BDSGwkdFMLiiwdLP { top:1.875rem;left:15.53125rem;width:4.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1VtnGeIoxl62EHDQwF62lVThVmsvImi { top:2rem;left:23.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxMa63l25N9bmMopSZL357du376iNZJ { top:2.5rem;left:22.25rem;width:13.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMbT8dcAFdCf83Is6D0Ur7zVUL52lsdb { top:2.5rem;left:39.0625rem;width:8.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 { display:block; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycCfxpPZ8orXmuUXOKqdsQsqUBoDWLf2 { top:4.8125rem;left:0rem;width:38.4375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV87FS28rBnmO1HMJWN0osm7VuzeT1mp { top:12.25rem;left:0rem;width:23.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-text { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-textarea { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-select { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-button { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-checkbox-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ  { width:24.1875rem;height:auto;top:2.5rem;left:20.8125rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ {display:block;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ { width:24.1875rem;height:auto;top:2.5rem;left:20.8125rem; }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #JgRpbTmlcSXNylPy3UK4mCD2ToDTaazp {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #QdAG8ALq4KIuEOco8ACCSodIWyrOrBlJ {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #Q4sDDRFioioZhlevp5Lqm3aWArM810J2 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #Hv8BN4dB0Hsqt3vllLUmhKLs1zrMaps3 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #wwpfopIlUMdInmPnxkRGJEGrAHDmw4xJ {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #REmWT3VrHIIVCxh5Be0cBEv6I48ChkDE {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #CKRakq8vTDyH3AnaewxkpTRtwmwdrboC {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #xTw44voS8KWGLvfkvHXE2Do0swtcaxnT {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #SUWO3Low0eylPnldQ5iHki7D4SuKUmiQ {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #pMTof4bkBPi2nSRGWcPNu70TP9uJTXSo {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #TNxGhsSVyRdr5kQqOChs2O5T6P6y1205 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #wk9xhnkqTLHmntxPQDBcN7O61BUik1AI {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #dbUo22TeA5rTPqFakirZ5k5mJ9ttMSOW {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #zOR64XeWnUOpNOcGhDWdkFzC9kmkb2c1 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #QVOqqlg3OVP9Ef8aA36g1b3svJX8r2SC {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #A8MOaHu5aKA6SKggsLSH2vJ2r5GfXnr0 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #cKlVfp3LTfST1O5hcKhRz208BeMqKppl {  }
 }@media only screen and (max-width: 763px) { #STEp9JUbyqxylL6LvXmzFbPod5Wm6vDX { top:16.875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgocLbuFTX6iFHbe5o8DLyPg8TvRimiU { top:19.6875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZOKz1b42iTWFwGRiFLG1RmMpz7T3mwR { top:22.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a57Hlmm4z27k90FaEGXLs8rhdaBmDarm { top:20rem;left:0rem;width:22.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFZ97012VMqaIlvNWuHrdwqTyNfZFpR { top:17.1875rem;left:0rem;width:24.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxkSRhzlRhfNnSzv6VhOwsV32hZITODX { top:22.875rem;left:0rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr { display:block; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXUMbPHGqhhZDT6y5DiGbcxgqJ7D4lvZ { top:5.4375rem;left:0rem;width:34.375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK2q6IAyyGfSDdyWeoKebvHL8XL60Z3x { top:7.5rem;left:0rem;width:36.5rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mho7T779TiBoi8iew9FWG6pxPLnJZx1E { top:5.0625rem;left:23.875rem;width:18.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIZPFOrrsBK6NmG9fBbfnNEHw1T3aZUf { top:7.5rem;left:23.875rem;width:15.125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmUsok347ZoAF15PskOqOQTTvk17d6mV { top:11.0625rem;left:23.875rem;width:15.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSweEgdokN9b7rrAfIf64UUChbqbhVPd { top:5.0625rem;left:29.625rem;width:18.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IodazVvrlXyNpA8hEkdTN4SUZVgN0Iym { top:7.0625rem;left:32.625rem;width:15.125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZlCOegCOsDfrZIORAJ19pKeba9rGLiX { top:10.625rem;left:30.3125rem;width:17.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9za57bPcDlBPkRvB4UchDs7VNbfbkhx { top:16.625rem;left:23.875rem;width:18.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyhxMsRnDD3AlTn32XTp2rGyTxaD78vy { top:16.625rem;left:29.625rem;width:18.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htsVy1aCuTitQMxfyfFFBhvnAxKsikrX { top:22.375rem;left:32.5625rem;width:15.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKv2esiXeEs3GkDPG0poAJ2vf636wXs0 { top:22.375rem;left:23.875rem;width:15.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH2NpgvkN9MF7BcnLrIBGy0t7K6QpLVb { top:18.875rem;left:23.875rem;width:15.125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK25T4TeXFT4TsoVnbIuALw8m2FyAfFi { top:18.875rem;left:32.625rem;width:15.125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1AQd5ZEhSbX7Fp7TlzEMEUoBfPQEtBo { top:28.1875rem;left:23.875rem;width:18.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqx8Qtr32b8bLPSqLJOTTLtkEfVVz69z { top:28.1875rem;left:29.625rem;width:18.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp4hxZfsSVDcCLr0mm0R4v8UCWRmpaT { top:33.8125rem;left:23.875rem;width:15.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZKIEkgTfBh1rPCI6C4DDwQSkNUhasO { top:33.8125rem;left:32.5625rem;width:15.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4FFylBICPCrEmevwzgPIZMBzMQF9NIB { top:30.3125rem;left:23.875rem;width:15.125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaRs8JJ6o7iclEsrTT3PTz4mfD0XQTZc { top:30.3125rem;left:32.625rem;width:15.125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 { display:block; }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy { display:block; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqCpJHFFkEl5MM08wQZA1XG9Ka0Wdsbt { top:0rem;left:0.25rem;width:47.3125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fplNG4nSb9wvM8MbavUs3FTG17Qd3SGU { top:4.5rem;left:0.5rem;width:46.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn { display:block; }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilffrzQNCTlZGneGmxv2iCx67cUep5aa { display:block; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1sMg6xstMA37S81cxnSM5VcVB8HT6W7 { top:16.8125rem;left:0rem;width:18.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #di6bhEyTqw1Imkw3ybWZBtVA2VMAZBTs { top:19.4375rem;left:0rem;width:22.0625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJSXV4wGvU8yTT765MO5fo9obzCFPsIG { top:19.4375rem;left:9.6875rem;width:22.0625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7qiUrfM6eh7qVzPtehsHfIbUI1BlKTB { top:16.8125rem;left:11.75rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlpEi0lCC6GNhP7itIpThU2dXDslm2hH { top:19.375rem;left:25.5625rem;width:22.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcMkbRD0u8xp6S4IMzfVaKWJGyqZ2JS9 { top:16.8125rem;left:27.625rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #usEC1KLoJUX65iioGyxKa1dBt6eoRKvu { top:0rem;left:0rem;width:23.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7TJ69rvVTsDbry6KmxHrNCWbr3BeHpO { top:0rem;left:8rem;width:23.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORaQWVbF8m3JRst38Au1avZI72JfXFRM { top:0rem;left:23.875rem;width:23.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb { display:block; }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz { display:block; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQbBHDTqEbIpSsVOi0zyIILkfKUrpo5w { top:16.75rem;left:0rem;width:18.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO8yXnTTZAZSMfcrAXMeTi8mR721QVhS { top:19.375rem;left:0rem;width:22.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3fxyVKWLhdbR0gZ4DTPHRgfz3yw9WJP { top:19.375rem;left:9.6875rem;width:22.0625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17VzS1Cuy5H7c0DsTCcLHbctoTrmen2 { top:16.75rem;left:11.75rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drn2G0lFJlbI4PQ8tNlF3xU5ClL0KsLm { top:19.375rem;left:25.4375rem;width:22.1875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqwrn6gyANv3oGfHPezJ0L1nw3UMrZvF { top:16.75rem;left:27.625rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITf6d6NovT6uo9Up8PXohHVv2zRxEqGf { top:0rem;left:0rem;width:23.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQkIDbDgAPgmzWZDyIcUCfooP8EOCMx9 { top:0rem;left:8rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkX337g0qq0OLQeUAzJCm252VrlHpfST { top:0rem;left:23.875rem;width:23.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC { display:block; }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW { display:block; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeZbs2PLFJCwGeLioQOhyzo8AGikvoto { display:block; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMepzMeMZciy3CwtKZw3pZ6pBhHoMtPM { top:0rem;left:0rem;width:33.8125rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alDv1weSv4G5KJSgVmBqBK86JCwzF5Zy { top:27.375rem;left:23.875rem;width:16.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRNUuGDQSDTv2yQiNzwG9hlN6uCVE5aT { top:24.4375rem;left:23.875rem;width:16.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKGJM7HhEkehL9c72ToF5K8ZB09xSBAu { top:21.5rem;left:23.875rem;width:16.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmRvApeeA3uDXIr0mq1LzTuc6lSUCmqa { top:11.1875rem;left:14.5625rem;width:33.1875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTEdAC8pDLSqCMTLVIcn0sXCmtuSn1tJ { top:20.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcKGhEgE0hgCzt5zi2zt84U8NILBAAlv { top:23.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1frAQtNdkaJCvqTanAWW6n4lpkfHp9M { top:26.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfUS2047Tpvmy7gLQ1J20XkXEuFKZEkU { top:6.9375rem;left:12.3125rem;width:35.4375rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnSUaIzZHvSXcgCpGH15tifgoklzWeC9 { top:4.4375rem;left:13.375rem;width:34.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 { display:block; }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ { display:block; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMf5En7Qz8KX1mwTztNmZebDF0EPrdnV { top:1.6875rem;left:1.53125rem;width:10.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAgm42IExxpOC7ZnTmoUBCkusg11wFTu { top:7.1875rem;left:0rem;width:15.375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9igNSizB11N4AH55gCZhvhL3S5r44An { top:1.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLbHNHJJXl2nwEKRhCqM7b1SkQN8twoW { top:2.25rem;left:0rem;width:2.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAwJ94a6DHTTvWMixHTpM5mHMgTUXwfJ { top:5.125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewETiEk6AXpW6KKxFZdAyFlixohzezt { top:5.125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdxtuWW06fTHL2Movl5NqmNtbsvQM06q { top:5.125rem;left:1.21875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmVvJw9wZ7v622JaaayJnXCmin0xoCDq { top:5.125rem;left:2.65625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhDJF1wWJwZFs0ge3wXw91z122fozVPa { top:5.125rem;left:4.09375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZlWQwASr4XXvr3aUUslVrP7TMvvhel { top:1.6875rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezH3MJrTzoOwtmfcTCNQp3Sa1FP1UTA6 { top:5.1875rem;left:5.71875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTlUy8XmTlTciHlJGqbuCcUHeoEUt0pi { top:1.6875rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLPn57TEEksD6OIamv1cuoKkhNOpG4gV { top:1.75rem;left:13.46875rem;width:10.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ShZglEXZr4tLUFCFX8yeWXeU653pRT { top:5.1875rem;left:17.65625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZnXe9JoWoTSzoAGorio25SyPZ73QIrg { top:5.125rem;left:16.03125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thELkyliLUME7l80CxfcAyzocTPqD76h { top:7.1875rem;left:8.5rem;width:15.375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #staOgl0JwQPXClWTAPgFPnZ2x2S4VeLR { top:5.125rem;left:14.59375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4l5SsLDwMhDZ707nFNl7hu4IyzkSg2o { top:5.125rem;left:13.15625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2rp4n1LavUWDBI9IkaXLtsWiGXFeWbI { top:1.6875rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szqn0MNEFho7pXvEIvozFhCCNvnbMTXQ { top:5.125rem;left:11.9375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvkDSrEZw4Gnk2zUBUNFnrEfs8FIoOgd { top:2.25rem;left:11.9375rem;width:2.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxZTJWIC1ZTJZoPWKLnGbCP1ofn5Hfg0 { top:5.125rem;left:11.9375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdXCnsfsxTJ8EqFXlFraeTD410NAqFTI { top:1.6875rem;left:34.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTFyTe81u2lCGNyZIKga4bc5dHRvlFg { top:1.75rem;left:25.40625rem;width:10.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA6o9zZxINAk5rP3Wnql8Diwwm31NDEM { top:5.1875rem;left:29.59375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnLSGaemNBTSPx7qlQiSMGkaK2QRuLnA { top:5.125rem;left:27.96875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJqxlwdywd19FxRwJWss9zptcA91USnt { top:7.1875rem;left:20.4375rem;width:15.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQJgtRA7g8tSZ1WlgArs82blJc6yTgqX { top:5.125rem;left:26.53125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ALKWfsrs0k23UIMUlgVfVrcsnLPMLx { top:5.125rem;left:25.09375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUECPTecGSFnXiWLM6NQTPmNdb5PGiqT { top:1.6875rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEZOk6v1c5WPGguGg9UBe2PfGbyF0Cvg { top:5.125rem;left:23.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMWlWm2FSTWbVhSCXcJAwpX4xPSrS58L { top:2.1875rem;left:23.875rem;width:2.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1QMCAQZcPXtzcI91Q45v8CpTTmgElOV { top:5.125rem;left:23.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1dmE1Iot1wkT4lLvc272KRQvfUkXNi3 { top:1.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaB0dXV57OyGpfnKyEBwqfyO2lu40RJo { top:1.75rem;left:37.375rem;width:10.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQVM40En8tPwG9aLdPopsqQ97INNtGlh { top:5.1875rem;left:41.96875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9o4ncdxDPCAXdSawEeNlEadT8DLb6Qu { top:5.125rem;left:40.34375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB9kcJsmkbmow3mUsVHrIFMziziPhwN9 { top:7.1875rem;left:32.375rem;width:15.375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8rGeUTKl83MRxfI0p7JHdxaNWCxWBTL { top:5.125rem;left:38.90625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqqJhiqZUVHUQfuHIKt57hJfrTQKL8UZ { top:5.125rem;left:37.46875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHm0x8X0aan9v3E0OgXIGz7NDx299Wrt { top:1.6875rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM9CqPwTIBKZETT2XJTT70WaKqVRhv3B { top:5.125rem;left:36.03125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlQOXuEDrnaaz7yS7hL5DfCcp6buE0DU { top:2.1875rem;left:35.8125rem;width:2.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAsivxPq2i9hEhVTlVKJO6M4ZONNgU6r { top:5.125rem;left:35.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgUURBlFlJcXnhIvIlP85qJS3h3UaEIB { top:0.75rem;left:0rem;width:17.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU5mrN2IUiFTQb5uWNEu0HUcgtfbbgJH { top:0.75rem;left:6.0625rem;width:17.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoO7StoB9N19vKZDuuFJJ3xyr92ZzlNX { top:0.75rem;left:18rem;width:17.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5FDO5iScH5UMhdggMT4D7UmWWPuMTbV { top:0.75rem;left:29.9375rem;width:17.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 { display:block; }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czRPJKAq1VZsSzxUlJW3ETaLlwRzWzaI { display:block; }#czRPJKAq1VZsSzxUlJW3ETaLlwRzWzaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzi3978f3G2Mx2M8GDlZfOf9K1IhRI1Z { top:3.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFymIkCvoNFTwockb32xdi6MIKPhAFkM { display:block; }#sFymIkCvoNFTwockb32xdi6MIKPhAFkM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQzx4xqKtNWwVyhe7vwp8hnzgqq6r8hz { top:3.5rem;left:0rem;width:18.625rem;height:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbWrIQ1OU6rpKRXahCrTzS5fmvNLHCJN { top:3.5rem;left:11.4375rem;width:20.3125rem;height:27.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9gLeNq85akPdwJ45BkI50T8o9OEHBOk { top:3.75rem;left:28.0625rem;width:19.5625rem;height:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yImQSQnyctZGvMou6OnNDTR9vDzzM0vo { top:0rem;left:0rem;width:24.125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSNf7PcLe7QnAMmDmG6S4qGsTH9kDGbK { top:0.3125rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtxDLIZK4JBRtWKb5dAiZF9ltZakck18 { top:0rem;left:7.625rem;width:24.125rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxVeQzVDaZN9o0TMhKI7KrRH44tEhVXU { top:0.3125rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH2cBgtuNzmhwixZmer6GdNq1u4g91KZ { top:0rem;left:23.5rem;width:24.125rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfzmRDIJHtynOIgszqHfDSBzFSMuKUeE { top:0.3125rem;left:44.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 { display:block; }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI { display:block; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2OePuvfzTF6TxcX7oWniBSm47m7Gr5k { top:2rem;left:0rem;width:26.875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C14UQeV0ynfZ7vEIZxtxVqRLHrFlQSJV { top:14.4375rem;left:0rem;width:33.8125rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFg8Fcl9X0l1H6BiS8d1T85covNQZuQ5 { top:0rem;left:0rem;width:34.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Tr8iBysnt9oWTC3pM9ZLzQZuQsv6dZ { top:0rem;left:23.875rem;width:18.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h33Xmhd4bWxOveo53ZbAuqHXsTxwdZZR { top:13.5rem;left:29.625rem;width:18.125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8wQG8citqCtyLhWaWAQDhJa2pS7k12W { width:13.6875rem;height:3.5rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay5anyxPPTUdDoALokKe4BNA56b5F1ox { display:block; }
 }@media only screen and (max-width: 763px) { #U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy { display:block; }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n { display:block; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI { display:block; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvL9l8TKuRXfoWpwrL3W3iwz8E770u4E { top:0rem;left:0.3125rem;width:47.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNWlOVVZNUoLU39qt326ivlrHr6evRx3 { display:block; }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN { display:block; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKpiivheC7oAAuwFD98cNBIhl61SpTCS { top:5.875rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3IpnBc2gq2TR6tSAOkGSlmuqwcFuDzO { top:11.0625rem;left:0rem;width:19.9375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #durAtL4ZQHLeGC8EH6uWvoWDeWEVTTQN { top:0rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHhxgRN2iO4TMH29XU8sS1Ek6m6uAK4N { top:11.0625rem;left:11.8125rem;width:19.9375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDfBSpBgN0LWfrdPiThxso0dKCLkXQAu { top:5.875rem;left:18.375rem;width:10.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntupfkEKkT1xvUKDVoUzrHErndUct5qM { top:0.125rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMk4bFELhI60aa1SXFWB8eJu2bSmtwSF { top:0.25rem;left:11.75rem;width:20rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #daNw6yJkH3Iw9oTAHqe9IUaJ2UOO72Uu { top:11.0625rem;left:27.6875rem;width:19.9375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlBC6V8gumw3S7Dv0WF57tOokDnevgXb { top:5.875rem;left:31.6875rem;width:15.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmrtDmIoTx21QwqrUuBTb5hQbWXOiUCD { top:0.125rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1bL53GNwErEE01JDNU4ZiyqxmgXh0X1 { top:0.3125rem;left:27.625rem;width:20rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X31QHTlG5tBhda1PaJ0OTaZMRyhRNm7a { top:0.1875rem;left:0rem;width:20rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo { display:block; }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 { display:block; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DII0ZwQQTZiWCJnm8o0dHMC7M4HvJkEC { width:11.8125rem;height:3.5rem;top:0rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdSwdEMwRZV5ug1zrdgWFNnC9qx76fcz { display:block; }
 }@media only screen and (max-width: 763px) { #q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi { display:block; }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtOB26cJikCznhcQmnxootsaXC1Thpx9 { display:block; }#JtOB26cJikCznhcQmnxootsaXC1Thpx9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfZxAaQIUXtcaSr7dmpkEkmzfADhQmQn { display:block; }#HfZxAaQIUXtcaSr7dmpkEkmzfADhQmQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xF3BBxPZw3vEiXleZszwIpWn9m26LcrI { top:0rem;left:0.625rem;width:46.5rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgIryPXbIclXT5eOPd86FKlKmrXnn7XL { top:3.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFzEoSEeE0N0wHAbUyGiKySbfkIhPbhE { display:block; }#RFzEoSEeE0N0wHAbUyGiKySbfkIhPbhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOQ1lnMDNVT0ZTWOZ8TAmbTh1QDLOT5B { display:block; }#XOQ1lnMDNVT0ZTWOZ8TAmbTh1QDLOT5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPvoK3o0trom90d9VAfqatPQSLnT0IE3 { top:6.1875rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZP3sRbFMAetsFc9r2AqsG3qNdECbQgO { top:8.8125rem;left:0rem;width:22.375rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBMpmQKiEGZOLspbvDnc2V03LbEvfDtU { top:8.8125rem;left:9.375rem;width:22.375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptobrv9WE6Ux2g8keQE4ZeQ2iObflTJR { top:6.25rem;left:14.25rem;width:17.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoKFM2D1b0IqIWVr420Bw3MvWQJiwbbM { top:8.8125rem;left:26.625rem;width:21rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzEmn3mwZS6Vh7nFvW31pwkdZi6IMgRD { top:6.1875rem;left:28.1875rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7S32P1hqyw5Ozv8hB82MegxkkGyk1I8 { top:1.75rem;left:6.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG1z4eT5O9daPSTJgLdOexUrwoKzcaOI { display:block; }#vG1z4eT5O9daPSTJgLdOexUrwoKzcaOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZD328oBFaWQ6Ro1nHQ0PtuDCpxV8MsZL { display:block; }#ZD328oBFaWQ6Ro1nHQ0PtuDCpxV8MsZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLNcew618EBWlWU4suGTsCXQeoWTQsbp { width:11.8125rem;height:3.5rem;top:0rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5IS77bRcehRgwtdidhBRLXyISxFVFeO { display:block; }
 }@media only screen and (max-width: 763px) { #IilECcmbnQGuqyfLa5B6VxgRQSWBEAe5 { display:block; }#IilECcmbnQGuqyfLa5B6VxgRQSWBEAe5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy { display:block; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaedubQilfOapXRx3dMpuZIp7mergJJW { top:10.125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwCxokSdA1pMxKmUtICEqoP0DqgRzm4V { top:14.1875rem;left:8.0625rem;width:31.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVMf5TD363oQKNl8gqJe50pfq4COrCIP { width:20.5625rem;height:3.5rem;top:20.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3pRrkJ7Ub9k4N1OFdezMDLdRm1puyKM { display:block; }
 }@media only screen and (max-width: 763px) { #SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x { display:none; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx { display:block; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So5qZV2UfxXmtkisBKxoew411NqTDlsS { top:7.625rem;left:8.3125rem;width:31.125rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLN7SZ90aJ2sC18fW2lxZeiciVrUPWLv { top:3.5625rem;left:0.75rem;width:46.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkKcJfw1mmV6SvORadJuTaMi8MJ8EPo { top:13rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq { display:block; }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5qs16Ui7rB28ITv4LVTzxp6yGb4HwIy { top:1rem;left:23.875rem;width:3.5rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bA23rPm2e0Qd1cCqkJoqxwhqbDxThqfG { top:1.625rem;left:12.5625rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #gfVha3A46TlcZB2bIigcKOKmaoETDCwH { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/371febaf-6b6b-48fd-97ae-79fb0bf06965/introbg.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH.adaptive-delivery-prevent-bg, #gfVha3A46TlcZB2bIigcKOKmaoETDCwH.lazyload, #gfVha3A46TlcZB2bIigcKOKmaoETDCwH.lazyloading { background-image: none; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container { background-color: transparent; background-image: none; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container > .video-iframe-container { display: none; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row > .video-iframe-container { display: none; }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .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); }#gfVha3A46TlcZB2bIigcKOKmaoETDCwH > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2wZJ2w6LTcQDWrdHRn8Ay0JPS0XuUTa { width:20rem;height:4.79948125rem;top:5.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2vp7LApsTm2bhOBW3aC2wWEefQ7hIz1 { width:17.4375rem;height:2.924475rem;top:11.125rem;left:1.3125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVk5D97m5fPhrvXQ537aEF1zsy1IWCTL { width:20rem;height:3.5rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBRMxHd359T3aOCbQRkNIvkoW9O9yO6i { display:block; }
 }@media only screen and (max-width: 763px) { #glTIcoGdAWa0fJyLWbCL30B54q4FzyzZ { width:20rem;height:17.11525rem;top:29.0439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgBBxl3NcPaanHNRSlx61QPNewuFXVzt { width:20rem;height:2.76171875rem;top:14.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpbGGLPcNma0UL7IKofS5bWGAgSqRqZ0 { width:0.25rem;height:3.875rem;top:8.046875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-text {padding-top: 0; padding-bottom: 0;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-select {padding-top: 0; padding-bottom: 0;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5rem; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a  { width:17.5rem;height:auto;top:54.049479246139rem;left:0rem;z-index:15004; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a {display:block;}#JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a { width:17.5rem;height:auto;top:54.049479246139rem;left:0rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nVQ7tOhXIkfSsUmlbany5C8sANxfMIyy {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #LSZ7AEcbRE1yNgiFQthTr1KAZIqfeqhE {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #LsDxBEnMvSe235i4ZQ3Vdh7cG7SWfT5x {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #V5D2Qzz2XUJQb1Dx88L8CAU7AWRUBSIo {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nTd6lTu2Kh46GI6PcgRzP4sQXT9vPmwR {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #xLBGvR1gW1IrhWbrg5x886QTbobyHi8Z {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #nJROPRVhc1LULNqmhQco1A0nVlS9NeMX {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #uFmceCX2b9F2yBlKp5DXAVbMNlXtSpJb {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #S2SfytbnRtA2vPlVrGtfVzn5P5QNpWqN {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #HFxDHigQ1OTffzybHfuoWkfA28HQLTEP {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #CR1DA3qO2XurbFXKwSkP8enNXRtu7blX {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #cZwbCCqSH6UwXZb1vXrGeSd6IHwFfzXA {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #xIKL86INcqlznSWJJuTqB69RR6eT22cB {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #A6F8F8TDFTybqfMUknDn0eA6q8WfVk3D {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #Osp4unIWMtCkWrBxNsqR0h4xD6KS1Joi {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #taB2Kck3aUXeNVQuS9wqye5L3FoP19Ab {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #V23BpsIQKvxkSPbr1lLG4N1fkuFL0hLM {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #cZBglmVFbufMoyq0o2J6tflGSw0l6Svt {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #DetKhJsNXgGgLZxkF2rEQyev6OLGbtV0 {  }
 }@media only screen and (max-width: 763px) { #JGrFdvFbLhy6ppWgnszWqAlVh7hnZu9a #BvUUMfSH1ZD45V59OZnhyT5TfS9ntoFQ {  }
 }@media only screen and (max-width: 763px) { #EuNRhWKk1lpuAGhMAZkP8oAbGfZVZGJc { width:20rem;height:;top:47.923828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #flAKH3RQrQFTowGXGoB0kppuZB243owS { width:20rem;height:2.275rem;top:1.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlaeQ6y1KuGXdExaW2fXBbGqXSJxLdM3 { width:20rem;height:auto;top:1.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJM5iT3Heg1RSKahZhSFTEC20bta4Us7 { width:20rem;height:3rem;top:22.8125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #tUUhbte09ztBhCEKlyQt7Ha3FKf6rUAJ { display:block; }
 }@media only screen and (max-width: 763px) { #xWQKLC0kKrZTR7olfCpVCTX7e6Kv4QJ0 { display:none; }#xWQKLC0kKrZTR7olfCpVCTX7e6Kv4QJ0 > .row .container { width:20rem;height:44rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c9SeZh5PFMwaWRe1sroTDaqQeKeSxU5q { width:17.5rem;height:2.5996125rem;top:2.5rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZdkU5O9Ux4Ao8Mk8ubAoKLsH96ASOgO { width:16rem;height:1.3808625rem;top:5.125rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3WwbhdmL6BUx9aZSE8mAQg98Tk27fxs { width:16.0625rem;height:1.3808625rem;top:13.5625rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8U3rbkwelsaiMneuZVKG0LSQHESS47d { width:17.5rem;height:5.19921875rem;top:8.375rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfbqArPJgd4GsAnOSy9k0A7mottTiFDr { width:13.875rem;height:1.3808625rem;top:19.4375rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VW8kiGg4tQBWXxZ8CRu493gmt6aAvkLf { width:17.5rem;height:2.5996125rem;top:16.8125rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppzZUITPNVvIhGC27ESR4zTNJFHXthf4 { width:15.4375rem;height:1.3808625rem;top:25.3125rem;left:2.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyCtSczH68mrfaHwOGLAuGbTPTqm0nUW { width:17.5rem;height:2.5996125rem;top:22.6875rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 { display:block; }#tDqubcbdPdgbUCE0D1dwu4p9h8hkLr48 > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQKzuGTzeyHmhetm9EyATTue6T53oJ5p { width:4.5rem;height:4.5rem;top:1.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEq5iguoTmGKaiTgtEnpadqyu2CfneF0 { width:4.5rem;height:4.5rem;top:1.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji6IrHMSdKZd1oW8BDSGwkdFMLiiwdLP { width:5.0625rem;height:4.375rem;top:1.5625rem;left:13.9345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1VtnGeIoxl62EHDQwF62lVThVmsvImi { width:3.9375rem;height:3.9375rem;top:7.5rem;left:2.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXxMa63l25N9bmMopSZL357du376iNZJ { width:10.4375rem;height:2.1875rem;top:8.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMbT8dcAFdCf83Is6D0Ur7zVUL52lsdb { width:8.6875rem;height:2.9375rem;top:13.4375rem;left:5.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 { display:none; }#Ksx5gApZrywhQSTU1rIScTrgBbmusdh5 > .row .container { width:20rem;height:13.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ycCfxpPZ8orXmuUXOKqdsQsqUBoDWLf2 { width:20rem;height:0;top:1.365234375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lV87FS28rBnmO1HMJWN0osm7VuzeT1mp { width:20rem;height:0;top:7.599609375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ  { width:17.5rem;height:auto;top:24.91015625rem;left:0rem; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ {display:block;}#KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ { width:17.5rem;height:auto;top:24.91015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #JgRpbTmlcSXNylPy3UK4mCD2ToDTaazp {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #QdAG8ALq4KIuEOco8ACCSodIWyrOrBlJ {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #Q4sDDRFioioZhlevp5Lqm3aWArM810J2 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #Hv8BN4dB0Hsqt3vllLUmhKLs1zrMaps3 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #wwpfopIlUMdInmPnxkRGJEGrAHDmw4xJ {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #REmWT3VrHIIVCxh5Be0cBEv6I48ChkDE {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #CKRakq8vTDyH3AnaewxkpTRtwmwdrboC {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #xTw44voS8KWGLvfkvHXE2Do0swtcaxnT {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #SUWO3Low0eylPnldQ5iHki7D4SuKUmiQ {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #pMTof4bkBPi2nSRGWcPNu70TP9uJTXSo {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #TNxGhsSVyRdr5kQqOChs2O5T6P6y1205 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #wk9xhnkqTLHmntxPQDBcN7O61BUik1AI {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #dbUo22TeA5rTPqFakirZ5k5mJ9ttMSOW {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #zOR64XeWnUOpNOcGhDWdkFzC9kmkb2c1 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #QVOqqlg3OVP9Ef8aA36g1b3svJX8r2SC {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #A8MOaHu5aKA6SKggsLSH2vJ2r5GfXnr0 {  }
 }@media only screen and (max-width: 763px) { #KCaIGEfI89ukev5iFSFaAucuDXTTAxOZ #cKlVfp3LTfST1O5hcKhRz208BeMqKppl {  }
 }@media only screen and (max-width: 763px) { #STEp9JUbyqxylL6LvXmzFbPod5Wm6vDX { display:flex;width:1.9375rem;height:1.9375rem;top:2rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zgocLbuFTX6iFHbe5o8DLyPg8TvRimiU { display:flex;width:1.9375rem;height:1.9375rem;top:6.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RZOKz1b42iTWFwGRiFLG1RmMpz7T3mwR { display:flex;width:1.9375rem;height:1.9375rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a57Hlmm4z27k90FaEGXLs8rhdaBmDarm { width:16.1875rem;height:1.29980625rem;top:6.5625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFZ97012VMqaIlvNWuHrdwqTyNfZFpR { width:15.1875rem;height:2.5996125rem;top:2rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxkSRhzlRhfNnSzv6VhOwsV32hZITODX { width:15.625rem;height:1.29980625rem;top:10.5rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6635fb1-2742-4d3d-8a6e-06d95db8d184/lawyerworking.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr.adaptive-delivery-prevent-bg, #B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr.lazyload, #B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr.lazyloading { background-image: none; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container { background-color: transparent; background-image: none; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.9); }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container > .video-iframe-container { display: none; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.9); }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row > .video-iframe-container { display: none; }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .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); }#B4D0NvMp8wTuGzANE5vFh9A4uRl9x4Dr > .row .container { width:20rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXUMbPHGqhhZDT6y5DiGbcxgqJ7D4lvZ { width:20rem;height:1.65rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NK2q6IAyyGfSDdyWeoKebvHL8XL60Z3x { width:20rem;height:5.19921875rem;top:6.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mho7T779TiBoi8iew9FWG6pxPLnJZx1E { width:18.125rem;height:10.625rem;top:13.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIZPFOrrsBK6NmG9fBbfnNEHw1T3aZUf { width:15.125rem;height:2.4rem;top:16.125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmUsok347ZoAF15PskOqOQTTvk17d6mV { width:15.9375rem;height:2.76171875rem;top:18.5rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSweEgdokN9b7rrAfIf64UUChbqbhVPd { width:18.125rem;height:10.625rem;top:24.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IodazVvrlXyNpA8hEkdTN4SUZVgN0Iym { width:15.125rem;height:2.4rem;top:27.375rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZlCOegCOsDfrZIORAJ19pKeba9rGLiX { width:17.4375rem;height:2.761725rem;top:29.75rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9za57bPcDlBPkRvB4UchDs7VNbfbkhx { width:18.125rem;height:10.625rem;top:35.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyhxMsRnDD3AlTn32XTp2rGyTxaD78vy { width:18.125rem;height:10.625rem;top:47.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htsVy1aCuTitQMxfyfFFBhvnAxKsikrX { width:15.1875rem;height:2.761725rem;top:52.25rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKv2esiXeEs3GkDPG0poAJ2vf636wXs0 { width:15.1875rem;height:2.924475rem;top:40.875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH2NpgvkN9MF7BcnLrIBGy0t7K6QpLVb { width:15.125rem;height:2.4rem;top:38.5625rem;left:2.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KK25T4TeXFT4TsoVnbIuALw8m2FyAfFi { width:15.125rem;height:2.4rem;top:49.875rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1AQd5ZEhSbX7Fp7TlzEMEUoBfPQEtBo { width:18.125rem;height:10.625rem;top:58.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqx8Qtr32b8bLPSqLJOTTLtkEfVVz69z { width:18.125rem;height:10.625rem;top:69.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp4hxZfsSVDcCLr0mm0R4v8UCWRmpaT { width:15.1875rem;height:2.924475rem;top:63.375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZKIEkgTfBh1rPCI6C4DDwQSkNUhasO { width:15.1875rem;height:2.761725rem;top:74.75rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4FFylBICPCrEmevwzgPIZMBzMQF9NIB { width:15.125rem;height:2.4rem;top:61.0625rem;left:2.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaRs8JJ6o7iclEsrTT3PTz4mfD0XQTZc { width:15.125rem;height:2.4rem;top:72.375rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 { display:block; }#zZMd8IeuW0p5xWrtNcfTPQApdunzTsP6 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy { display:block; }#uDC3ANT0Xkl1HdWrxv8ueA9e2uglrANy > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqCpJHFFkEl5MM08wQZA1XG9Ka0Wdsbt { width:20rem;height:5.19921875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fplNG4nSb9wvM8MbavUs3FTG17Qd3SGU { width:20rem;height:6.375rem;top:5.19921875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn { display:block; }#IHlPdZnGfp5ovZTpUgK8XruEKMCD9LOn > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilffrzQNCTlZGneGmxv2iCx67cUep5aa { display:block; }#ilffrzQNCTlZGneGmxv2iCx67cUep5aa > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1sMg6xstMA37S81cxnSM5VcVB8HT6W7 { width:20rem;height:1.95rem;top:13.749992370606rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #di6bhEyTqw1Imkw3ybWZBtVA2VMAZBTs { width:20rem;height:6.375rem;top:15.697917938233rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJSXV4wGvU8yTT765MO5fo9obzCFPsIG { width:20rem;height:6.375rem;top:40.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7qiUrfM6eh7qVzPtehsHfIbUI1BlKTB { width:20rem;height:1.95rem;top:38.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlpEi0lCC6GNhP7itIpThU2dXDslm2hH { width:20rem;height:4.78125rem;top:65.01172065735rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcMkbRD0u8xp6S4IMzfVaKWJGyqZ2JS9 { width:20rem;height:1.95rem;top:63.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usEC1KLoJUX65iioGyxKa1dBt6eoRKvu { width:18.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7TJ69rvVTsDbry6KmxHrNCWbr3BeHpO { width:20rem;height:13.3125rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORaQWVbF8m3JRst38Au1avZI72JfXFRM { width:20rem;height:13.3125rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb { display:block; }#Xc2wBywZ72RT2xBgVPiNnGOu9u0OFuxb > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz { display:block; }#S7VMRS2dwIAFzPzTg37QqsTEbSc3JTEz > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQbBHDTqEbIpSsVOi0zyIILkfKUrpo5w { width:20rem;height:1.95rem;top:14.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LO8yXnTTZAZSMfcrAXMeTi8mR721QVhS { width:20rem;height:4.78125rem;top:16.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3fxyVKWLhdbR0gZ4DTPHRgfz3yw9WJP { width:20rem;height:6.375rem;top:39.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a17VzS1Cuy5H7c0DsTCcLHbctoTrmen2 { width:20rem;height:1.95rem;top:37.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drn2G0lFJlbI4PQ8tNlF3xU5ClL0KsLm { width:20rem;height:6.375rem;top:64.44922065735rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aqwrn6gyANv3oGfHPezJ0L1nw3UMrZvF { width:20rem;height:1.95rem;top:62.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITf6d6NovT6uo9Up8PXohHVv2zRxEqGf { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQkIDbDgAPgmzWZDyIcUCfooP8EOCMx9 { width:20rem;height:13.3125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkX337g0qq0OLQeUAzJCm252VrlHpfST { width:20rem;height:13.3125rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC { display:block; }#P5Dh2wQoRSbPBl7KsBmlLg5kU2y9PibC > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW { display:block; }#pP3dvTHfUyoJMPGXerzVbfIVzMZ9NqSW > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeZbs2PLFJCwGeLioQOhyzo8AGikvoto { display:block; }#aeZbs2PLFJCwGeLioQOhyzo8AGikvoto > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMepzMeMZciy3CwtKZw3pZ6pBhHoMtPM { width:20rem;height:20rem;top:4.875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #alDv1weSv4G5KJSgVmBqBK86JCwzF5Zy { width:16.1875rem;height:1.3808625rem;top:47.25rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRNUuGDQSDTv2yQiNzwG9hlN6uCVE5aT { width:16.1875rem;height:1.3808625rem;top:43.6875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKGJM7HhEkehL9c72ToF5K8ZB09xSBAu { width:16.1875rem;height:1.3808625rem;top:40.1875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmRvApeeA3uDXIr0mq1LzTuc6lSUCmqa { width:20rem;height:12.75rem;top:25.9375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTEdAC8pDLSqCMTLVIcn0sXCmtuSn1tJ { width:2.625rem;height:2.625rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcKGhEgE0hgCzt5zi2zt84U8NILBAAlv { width:2.4375rem;height:2.4375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1frAQtNdkaJCvqTanAWW6n4lpkfHp9M { width:2.625rem;height:2.625rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfUS2047Tpvmy7gLQ1J20XkXEuFKZEkU { width:20rem;height:2.25rem;top:2rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qnSUaIzZHvSXcgCpGH15tifgoklzWeC9 { width:20rem;height:1.375rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 { display:block; }#ra044Zb33ZpRHJfJ5wkJlf7pV0TXtIa6 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ { display:block; }#cWqeFwJsCFaR1oIpt2beXk4dZ7gcTKFJ > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMf5En7Qz8KX1mwTztNmZebDF0EPrdnV { width:10.375rem;height:2.4375rem;top:2.1875rem;left:5.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fAgm42IExxpOC7ZnTmoUBCkusg11wFTu { width:15.375rem;height:5.625rem;top:7.6875rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9igNSizB11N4AH55gCZhvhL3S5r44An { width:2.5rem;height:2.5rem;top:2.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLbHNHJJXl2nwEKRhCqM7b1SkQN8twoW { width:2.4375rem;height:1.4622375rem;top:2.75rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAwJ94a6DHTTvWMixHTpM5mHMgTUXwfJ { display:flex;width:1.125rem;height:1.125rem;top:5.625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #yewETiEk6AXpW6KKxFZdAyFlixohzezt { display:flex;width:1.125rem;height:1.125rem;top:5.625rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #RdxtuWW06fTHL2Movl5NqmNtbsvQM06q { display:flex;width:1.125rem;height:1.125rem;top:5.625rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #PmVvJw9wZ7v622JaaayJnXCmin0xoCDq { display:flex;width:1.125rem;height:1.125rem;top:5.625rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #bhDJF1wWJwZFs0ge3wXw91z122fozVPa { display:flex;width:1.125rem;height:1.125rem;top:5.625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #hiZlWQwASr4XXvr3aUUslVrP7TMvvhel { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #ezH3MJrTzoOwtmfcTCNQp3Sa1FP1UTA6 { display:flex;width:1rem;height:1rem;top:5.6875rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #MTlUy8XmTlTciHlJGqbuCcUHeoEUt0pi { display:flex;width:1.25rem;height:1.25rem;top:16.6875rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #qLPn57TEEksD6OIamv1cuoKkhNOpG4gV { width:10.375rem;height:2.4375rem;top:16.75rem;left:5.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8ShZglEXZr4tLUFCFX8yeWXeU653pRT { display:flex;width:1rem;height:1rem;top:20.1875rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #CZnXe9JoWoTSzoAGorio25SyPZ73QIrg { display:flex;width:1.125rem;height:1.125rem;top:20.125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #thELkyliLUME7l80CxfcAyzocTPqD76h { width:15.375rem;height:5.625rem;top:22.1875rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #staOgl0JwQPXClWTAPgFPnZ2x2S4VeLR { display:flex;width:1.125rem;height:1.125rem;top:20.125rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #m4l5SsLDwMhDZ707nFNl7hu4IyzkSg2o { display:flex;width:1.125rem;height:1.125rem;top:20.125rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #n2rp4n1LavUWDBI9IkaXLtsWiGXFeWbI { width:2.5rem;height:2.5rem;top:16.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szqn0MNEFho7pXvEIvozFhCCNvnbMTXQ { display:flex;width:1.125rem;height:1.125rem;top:20.125rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #pvkDSrEZw4Gnk2zUBUNFnrEfs8FIoOgd { width:2.4375rem;height:1.4622375rem;top:17.25rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxZTJWIC1ZTJZoPWKLnGbCP1ofn5Hfg0 { display:flex;width:1.125rem;height:1.125rem;top:20.125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #XdXCnsfsxTJ8EqFXlFraeTD410NAqFTI { display:flex;width:1.25rem;height:1.25rem;top:31.1875rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #GXTFyTe81u2lCGNyZIKga4bc5dHRvlFg { width:10.375rem;height:2.4375rem;top:31.25rem;left:5.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gA6o9zZxINAk5rP3Wnql8Diwwm31NDEM { display:flex;width:1rem;height:1rem;top:34.6875rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #GnLSGaemNBTSPx7qlQiSMGkaK2QRuLnA { display:flex;width:1.125rem;height:1.125rem;top:34.625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #EJqxlwdywd19FxRwJWss9zptcA91USnt { width:15.375rem;height:4.21875rem;top:36.6875rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zQJgtRA7g8tSZ1WlgArs82blJc6yTgqX { display:flex;width:1.125rem;height:1.125rem;top:34.625rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #N6ALKWfsrs0k23UIMUlgVfVrcsnLPMLx { display:flex;width:1.125rem;height:1.125rem;top:34.625rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #aUECPTecGSFnXiWLM6NQTPmNdb5PGiqT { width:2.5rem;height:2.5rem;top:31.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEZOk6v1c5WPGguGg9UBe2PfGbyF0Cvg { display:flex;width:1.125rem;height:1.125rem;top:34.625rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #dMWlWm2FSTWbVhSCXcJAwpX4xPSrS58L { width:2.4375rem;height:1.4622375rem;top:31.6875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1QMCAQZcPXtzcI91Q45v8CpTTmgElOV { display:flex;width:1.125rem;height:1.125rem;top:34.625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #X1dmE1Iot1wkT4lLvc272KRQvfUkXNi3 { display:flex;width:1.25rem;height:1.25rem;top:45.6875rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #RaB0dXV57OyGpfnKyEBwqfyO2lu40RJo { width:10.375rem;height:2.4375rem;top:45.75rem;left:5.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RQVM40En8tPwG9aLdPopsqQ97INNtGlh { display:flex;width:1rem;height:1rem;top:49.1875rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #T9o4ncdxDPCAXdSawEeNlEadT8DLb6Qu { display:flex;width:1.125rem;height:1.125rem;top:49.125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #SB9kcJsmkbmow3mUsVHrIFMziziPhwN9 { width:15.375rem;height:5.625rem;top:51.1875rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w8rGeUTKl83MRxfI0p7JHdxaNWCxWBTL { display:flex;width:1.125rem;height:1.125rem;top:49.125rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #JqqJhiqZUVHUQfuHIKt57hJfrTQKL8UZ { display:flex;width:1.125rem;height:1.125rem;top:49.125rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #IHm0x8X0aan9v3E0OgXIGz7NDx299Wrt { width:2.5rem;height:2.5rem;top:45.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM9CqPwTIBKZETT2XJTT70WaKqVRhv3B { display:flex;width:1.125rem;height:1.125rem;top:49.125rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #SlQOXuEDrnaaz7yS7hL5DfCcp6buE0DU { width:2.4375rem;height:1.4622375rem;top:46.1875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAsivxPq2i9hEhVTlVKJO6M4ZONNgU6r { display:flex;width:1.125rem;height:1.125rem;top:49.125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #bgUURBlFlJcXnhIvIlP85qJS3h3UaEIB { width:17.8125rem;height:13.25rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU5mrN2IUiFTQb5uWNEu0HUcgtfbbgJH { width:17.8125rem;height:13.25rem;top:15.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoO7StoB9N19vKZDuuFJJ3xyr92ZzlNX { width:17.8125rem;height:13.25rem;top:30.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5FDO5iScH5UMhdggMT4D7UmWWPuMTbV { width:17.8125rem;height:13.25rem;top:44.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 { display:block; }#HZwPlN7pQbpDFTWFxoTyJsHVnevMXeQ1 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czRPJKAq1VZsSzxUlJW3ETaLlwRzWzaI { display:none; }#czRPJKAq1VZsSzxUlJW3ETaLlwRzWzaI > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bzi3978f3G2Mx2M8GDlZfOf9K1IhRI1Z { width:20rem;height:5.19921875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFymIkCvoNFTwockb32xdi6MIKPhAFkM { display:none; }#sFymIkCvoNFTwockb32xdi6MIKPhAFkM > .row .container { width:20rem;height:109.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CQzx4xqKtNWwVyhe7vwp8hnzgqq6r8hz { width:17.1875rem;height:25.5rem;top:4.6875rem;left:1.4062501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbWrIQ1OU6rpKRXahCrTzS5fmvNLHCJN { width:17.1875rem;height:31.875rem;top:37.750000953674rem;left:1.4062501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9gLeNq85akPdwJ45BkI50T8o9OEHBOk { width:17.1875rem;height:28.6875rem;top:77.9375rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yImQSQnyctZGvMou6OnNDTR9vDzzM0vo { width:20rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSNf7PcLe7QnAMmDmG6S4qGsTH9kDGbK { display:flex;width:3.125rem;height:3.125rem;top:1.5625004768372rem;left:16.562500596046rem; }
 }@media only screen and (max-width: 763px) { #ZtxDLIZK4JBRtWKb5dAiZF9ltZakck18 { width:20rem;height:39.125rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxVeQzVDaZN9o0TMhKI7KrRH44tEhVXU { display:flex;width:3.125rem;height:3.125rem;top:34.062500953674rem;left:16.562500596046rem; }
 }@media only screen and (max-width: 763px) { #KH2cBgtuNzmhwixZmer6GdNq1u4g91KZ { width:20rem;height:35.3125rem;top:74.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfzmRDIJHtynOIgszqHfDSBzFSMuKUeE { display:flex;width:3.125rem;height:3.125rem;top:74.4375rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 { display:block; }#WnqqyBMcZmaohGQpr5r4etd8zgNQTXN4 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI { display:block; }#dHfnibODUmAmlgaKGSF3VoLuHkFQI7iI > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2OePuvfzTF6TxcX7oWniBSm47m7Gr5k { width:20rem;height:7.7988125rem;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C14UQeV0ynfZ7vEIZxtxVqRLHrFlQSJV { width:20rem;height:27.09375rem;top:27.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFg8Fcl9X0l1H6BiS8d1T85covNQZuQ5 { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4Tr8iBysnt9oWTC3pM9ZLzQZuQsv6dZ { width:9.1875rem;height:12.875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h33Xmhd4bWxOveo53ZbAuqHXsTxwdZZR { width:9.3125rem;height:13.125rem;top:12.9375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8wQG8citqCtyLhWaWAQDhJa2pS7k12W { width:13.6875rem;height:3.5rem;top:55.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay5anyxPPTUdDoALokKe4BNA56b5F1ox { display:block; }
 }@media only screen and (max-width: 763px) { #U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy { display:block; }#U3nTkTqVS5WzKDRXTcyAxLAVrq72eUiy > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n { display:block; }#TZUSfrdis7XOKGZTkcdxnR0lAnoHE24n > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI { display:block; }#xAfSygQnOgIWwisk5UmDmu5tVuBvPZlI > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvL9l8TKuRXfoWpwrL3W3iwz8E770u4E { width:20rem;height:4.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oNWlOVVZNUoLU39qt326ivlrHr6evRx3 { display:block; }#oNWlOVVZNUoLU39qt326ivlrHr6evRx3 > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN { display:block; }#s3J6e2TlVIopFRNL8WzCyW1qVZvTkBgN > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKpiivheC7oAAuwFD98cNBIhl61SpTCS { width:20rem;height:3.8997375rem;top:6.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3IpnBc2gq2TR6tSAOkGSlmuqwcFuDzO { width:19.9375rem;height:6.375rem;top:10.1484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #durAtL4ZQHLeGC8EH6uWvoWDeWEVTTQN { width:5rem;height:5rem;top:0rem;left:7.5000005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHhxgRN2iO4TMH29XU8sS1Ek6m6uAK4N { width:19.9375rem;height:4.78125rem;top:26.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDfBSpBgN0LWfrdPiThxso0dKCLkXQAu { width:20rem;height:1.95rem;top:24.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntupfkEKkT1xvUKDVoUzrHErndUct5qM { width:5rem;height:5rem;top:18.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMk4bFELhI60aa1SXFWB8eJu2bSmtwSF { width:20rem;height:2.6rem;top:19.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daNw6yJkH3Iw9oTAHqe9IUaJ2UOO72Uu { width:19.9375rem;height:4.78125rem;top:41.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlBC6V8gumw3S7Dv0WF57tOokDnevgXb { width:20rem;height:1.95rem;top:39.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmrtDmIoTx21QwqrUuBTb5hQbWXOiUCD { width:5rem;height:5rem;top:33.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1bL53GNwErEE01JDNU4ZiyqxmgXh0X1 { width:20rem;height:2.6rem;top:34.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X31QHTlG5tBhda1PaJ0OTaZMRyhRNm7a { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo { display:block; }#bArmlSo4fxh3UZKyfNoTuTS2yblEZFTo > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 { display:block; }#zfBsEJg95UirO4PkobZmsAxfRZvTa3J1 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DII0ZwQQTZiWCJnm8o0dHMC7M4HvJkEC { width:11.8125rem;height:3.5rem;top:0rem;left:4.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdSwdEMwRZV5ug1zrdgWFNnC9qx76fcz { display:block; }
 }@media only screen and (max-width: 763px) { #q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi { display:block; }#q2f4hG1oNMBwKKl8zPda9V79VlO9cOyi > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtOB26cJikCznhcQmnxootsaXC1Thpx9 { display:none; }#JtOB26cJikCznhcQmnxootsaXC1Thpx9 > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HfZxAaQIUXtcaSr7dmpkEkmzfADhQmQn { display:none; }#HfZxAaQIUXtcaSr7dmpkEkmzfADhQmQn > .row .container { width:20rem;height:8.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xF3BBxPZw3vEiXleZszwIpWn9m26LcrI { width:20rem;height:4.79948125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgIryPXbIclXT5eOPd86FKlKmrXnn7XL { width:20rem;height:3.1875rem;top:4.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFzEoSEeE0N0wHAbUyGiKySbfkIhPbhE { display:none; }#RFzEoSEeE0N0wHAbUyGiKySbfkIhPbhE > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XOQ1lnMDNVT0ZTWOZ8TAmbTh1QDLOT5B { display:none; }#XOQ1lnMDNVT0ZTWOZ8TAmbTh1QDLOT5B > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TPvoK3o0trom90d9VAfqatPQSLnT0IE3 { width:20rem;height:1.94986875rem;top:4.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZP3sRbFMAetsFc9r2AqsG3qNdECbQgO { width:20rem;height:6.375rem;top:6.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBMpmQKiEGZOLspbvDnc2V03LbEvfDtU { width:20rem;height:7.96875rem;top:20.761719703674rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptobrv9WE6Ux2g8keQE4ZeQ2iObflTJR { width:20rem;height:1.94986875rem;top:18.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoKFM2D1b0IqIWVr420Bw3MvWQJiwbbM { width:20rem;height:6.375rem;top:36.949220001697rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzEmn3mwZS6Vh7nFvW31pwkdZi6IMgRD { width:20rem;height:1.94986875rem;top:35rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7S32P1hqyw5Ozv8hB82MegxkkGyk1I8 { display:flex;width:3.875rem;height:3.875rem;top:44.57421875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #vG1z4eT5O9daPSTJgLdOexUrwoKzcaOI { display:none; }#vG1z4eT5O9daPSTJgLdOexUrwoKzcaOI > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZD328oBFaWQ6Ro1nHQ0PtuDCpxV8MsZL { display:none; }#ZD328oBFaWQ6Ro1nHQ0PtuDCpxV8MsZL > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TLNcew618EBWlWU4suGTsCXQeoWTQsbp { width:11.8125rem;height:3.5rem;top:0rem;left:4.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5IS77bRcehRgwtdidhBRLXyISxFVFeO { display:block; }
 }@media only screen and (max-width: 763px) { #IilECcmbnQGuqyfLa5B6VxgRQSWBEAe5 { display:none; }#IilECcmbnQGuqyfLa5B6VxgRQSWBEAe5 > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy { background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container { background-color: transparent; background-image: none; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container > .video-iframe-container { display: none; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row > .video-iframe-container { display: none; }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .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); }#TBZPnDT9UuUqQMH8IVhWavIirvAWu0Qy > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaedubQilfOapXRx3dMpuZIp7mergJJW { width:20rem;height:4.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwCxokSdA1pMxKmUtICEqoP0DqgRzm4V { width:20rem;height:7.96875rem;top:5.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVMf5TD363oQKNl8gqJe50pfq4COrCIP { width:18.3125rem;height:3.5rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3pRrkJ7Ub9k4N1OFdezMDLdRm1puyKM { display:block; }
 }@media only screen and (max-width: 763px) { #SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9b208cbc-1eec-4a8d-a875-adfd31e1efde/lawyerclientmeeting.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x.adaptive-delivery-prevent-bg, #SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x.lazyload, #SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x.lazyloading { background-image: none; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row .container { background-color: transparent; background-image: none; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row .container > .video-iframe-container { display: none; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row > .video-iframe-container { display: none; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .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); }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row .container { border-width: 0; border-radius: 0; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVBslSxywWFVLgg8eb4d2yeUhhO1oS1x > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx { display:block; }#hw0bvXWWhVNkipl1c7TBnpPXUzznvCVx > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So5qZV2UfxXmtkisBKxoew411NqTDlsS { width:20rem;height:6rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLN7SZ90aJ2sC18fW2lxZeiciVrUPWLv { width:20rem;height:2.275rem;top:3.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orkKcJfw1mmV6SvORadJuTaMi8MJ8EPo { width:12.5rem;height:1.3rem;top:14.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq { display:block; }#NBaAtHMfv2lazZpTWgJxQaJD06c8c5gq > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5qs16Ui7rB28ITv4LVTzxp6yGb4HwIy { width:3.5625rem;height:2rem;top:3.79948125rem;left:8.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bA23rPm2e0Qd1cCqkJoqxwhqbDxThqfG { width:12.375rem;height:1.3rem;top:1.875rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;font-family:poppins;display:block; }
 }