.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,228,233;--color-primary-1:136,164,183;--color-primary-2:16,73,111;--color-primary-3:8,37,56;--color-primary-4:2,11,17;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Lato;--paragraphs-font-family:Lato; }@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-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row .container { background-color: transparent; background-image: none; }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row .container > .video-iframe-container { display: none; }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row > .video-iframe-container { display: none; }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .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); }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row .container { border-width: 0; border-radius: 0; }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#qDBpmMTXpGcanmP8f57p3WWUwt7gySw5 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37463125rem;width:20.1245rem;top:0.811767578125rem;left:7.5rem;overflow:hidden;display:block; }
#tMNPWPB2c9g5UT9M5SzIip2EXFSEsAya { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.1875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.40625rem;left:53.8125rem;display:block; }
#e43xKzkWZlFuqVdBfRP70558wDitKNDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfac8d65-953c-4009-a5ac-d4746456ff88/estateplanning.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.71); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.71); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { border-width: 0; border-radius: 0; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#OH2nsdeExg0sm4ercH54llnmUfRUUM9t { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2rem rgba(var(--color-tertiary-4),0.25) ;height:30.25rem;width:21.875rem;top:6.4373779296875rem;left:43.375rem;display:block; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-form-header {  }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-text { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #282830;border-left:0.125rem solid #282830;border-right:0.125rem solid #282830;border-bottom:0.125rem solid #282830;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:19.1875rem;box-sizing:border-box;height:3.375rem;color:#282830;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-text {padding-top: 0; padding-bottom: 0;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-textarea { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #282830;border-left:0.125rem solid #282830;border-right:0.125rem solid #282830;border-bottom:0.125rem solid #282830;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:19.1875rem;box-sizing:border-box;height:4.375rem;color:#282830;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-select {padding-top: 0; padding-bottom: 0;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-button { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.9375rem;margin-bottom:0.25rem;margin-left:1.9375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:15.3125rem;height:3.5rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0rem 1.5rem rgba(var(--color-tertiary-4),0.26) ; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo [class*="-text"]:-moz-placeholder { color:rgba(40,40,48,0.43);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo [class*="-text"]::-moz-placeholder { color:rgba(40,40,48,0.43);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo [class*="-text"]:-ms-input-placeholder { color:rgba(40,40,48,0.43);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo [class*="-text"]::-webkit-input-placeholder { color:rgba(40,40,48,0.43);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .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; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-container:first-of-type{padding-top:0;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-container:last-of-type{padding-bottom:0;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.8123779296875rem;left:43.25rem; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.1875rem;display:block;vertical-align:top; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo {display:block;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.8123779296875rem;left:43.25rem; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #rA7BZTNsIShovAkPKbqBWrIoPB5H0yOF { position:relative;z-index:1; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #qpcqxT1i6lgCrrAP2f9TTp7GlTmAIIlm { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HPNMKshS8PMOioK7xpFBxPGs7kbfCAqZ { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HT0MSaCUPg8Agskv2beTIFBus7T4d29p { position:relative;display:none; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #BTs1qvAcfOaaTwkdOe6b0F6v4Ftc0u1E { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HJiZlylye9Q3MB5wGzToPBnaP0nLDraB { position:relative;z-index:1; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #oQIM3ssM7cteXIR61MivrAb0OMoUeCSl { position:relative;display:none; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #L1anKi33ZztSlamVuGmfO44TIanGgoyZ { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #k87TVDOTs5vwwls2G3zPFWuTtOcdFJ7y { position:relative;z-index:1; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #nWuklaSVp6yt35Ld9lLeom6R8v0lBFTq { position:relative;display:none; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #zodndMK5VQnIAwpxaKyxDh86HRBlxsEW { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #RD38TTiWTGWOdbsp5U4t2d2eDAIlRzIF { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #VeU6vswBZ45N2XwKzkVAB75et9MHhAQM { position:relative;display:none; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #Ut78DkmrEnRJSb8Ww0HWQNhWG4acLTLo { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #nFC22GhyWWVQOPbQHETFx0PKBXyFo4x9 { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #OXvheXbTFvauK59O9D4uTl5NpuGJcmCZ { position:relative;display:none; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #VTzQ8Um14FpFOvKrZHkcGemIdciqEJyw { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #JckX6RR4g5itccN9WuWsucqgLvU0ouPW { position:relative; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #WbDsKRDxn8eGm8kqvF2NuQdnogQHJ2bl { position:relative;z-index:2; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #kXZQdM2svedIXsotXd4s1pI8eadFy7It { position:relative; }
#sqSBigvdUuQlFNEl9sTAcbHGZWmUEyZo { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:29.9375rem;top:3.9375rem;left:10.6875rem;overflow:hidden;display:block; }
#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row .container { background-color: transparent; background-image: none; }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row .container > .video-iframe-container { display: none; }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row > .video-iframe-container { display: none; }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .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); }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row .container { border-width: 0; border-radius: 0; }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#baqyUcSEQS8f0i6tyDI3fTa8EbJW2FwS { color:rgba(var(--color-tertiary-4),1);display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.83203125rem;left:10.8125rem;height:;display:block; }
#TJyeM47trhziHoNnCmGet3LAd3ETZKlN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row .container { background-color: transparent; background-image: none; }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row .container > .video-iframe-container { display: none; }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row > .video-iframe-container { display: none; }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .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); }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row .container { border-width: 0; border-radius: 0; }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#RLXTRBEibX3D7ZqXJxDQTDqrMxi91mo1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:9.4375rem;height:1.625rem;display:block; }
#aflnuikRSZ5sTzrEHsSttBgG5D2R8V0G { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.71875rem;left:25.625rem;height:1.625rem;display:block; }
#aCkNvSl7dlbU7teW6pVni1zBiOnsgni0 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.71875rem;left:28.6875rem;height:1.625rem;display:block; }
#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt { 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; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { background-color: transparent; background-image: none; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container > .video-iframe-container { display: none; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row > .video-iframe-container { display: none; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .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); }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { border-width: 0; border-radius: 0; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#vsQBM8PM17tCn9MTTCB0luyEoqPNamae { color:#282830;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.943359375rem;left:0rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO { 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; }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row .container { background-color: transparent; background-image: none; }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row .container > .video-iframe-container { display: none; }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row > .video-iframe-container { display: none; }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .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); }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row .container { border-width: 0; border-radius: 0; }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#Fc38BpS0M01I3TKDFwfeQxcNQOXpfQwp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(var(--color-tertiary-4),0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:0rem;display:block; }
#T5aLqA29USM6a2yhVO7mfCzkTwUGZykZ { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FO41TxwqmDuV1fI91BIS2L0EzqEHgAgM { color:#282830;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.498046875rem;left:3.125rem;height:1.4619125rem;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; }
#eHH8GGFS1EUfADW8EZuoEGUVgRzbaTyK { color:#282830;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:7.4375rem;left:3.0625rem;height:11.15625rem;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; }
#VoTyHewnPUgtmQMnkeEOdM1NP5tAih7d { color:#282830;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.4375rem;left:27.8125rem;height:9.5625rem;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; }
#DAOEcgrTkEswFxlr7iOl5hq4HTopfFkq { color:#282830;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4990234375rem;left:28.125rem;height:1.4619125rem;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; }
#NMr6Cm0TWbUQfOVz67kqLMhuTCHGUeGp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(var(--color-tertiary-4),0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:25rem;display:block; }
#Qwe3JXIXlgdgX7d08dPIfCFJPbBxdsqb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L9sW2fCdrk6J1P0w1TkyVpCdEBZG0vfM { color:#282830;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.4375rem;left:53.75rem;height:11.15625rem;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; }
#H1sL65czVgEI4MJwtqqcLKCkHpvZUVqH { color:#282830;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4990234375rem;left:53.125rem;height:1.4619125rem;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; }
#xrDEVzDvlOm50NgKr4UZtw7215x7xMh0 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2rem rgba(var(--color-tertiary-4),0.25) ;height:4.375rem;width:4.375rem;top:0rem;left:50rem;display:block; }
#I0ZeJTgPCXZiNSXwRiLZAcr8ThxHzT1x { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.375rem;left:50rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m3wKV8haniV6TROZG5TJkSN5iCSQMaxq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22rem;left:29.875rem;display:block; }
#yBiPT4y81WHU86Q8ge1Fe51d05WyLwEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ { position:relative;display:block; }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ { background-color: transparent; background-image: none; }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .row .container > .video-iframe-container { display: none; }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .row > .video-iframe-container { display: none; }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .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); }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ { border-width: 0; border-radius: 0; }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .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; }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;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; }#GDSlVBbGroZI0moATE03gBbEEdOeFaSq { color:#282830;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.26953125rem;left:0rem;height:3.08715625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qf8TepWsdW2a49b150imvCwDkt8kTk6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { background-color: transparent; background-image: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container > .video-iframe-container { display: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container { display: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .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); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { border-width: 0; border-radius: 0; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#O5zHwPKaiX42mvyU5ekTLckC50NeZmAr { 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:27.4375rem;width:27.4375rem;top:4.5087890625rem;left:9.4375rem;overflow:hidden;display:block; }
#GLxpTrBgdkazEotNAu77ZxU7BWnZorF7 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;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:8.1875rem;left:38.625rem;display:block; }
#dbZASuGuHmC7yUsFS0LBIgihdEpS9b7y { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9306640625rem;left:40.5625rem;height:28.9980375rem;display:block; }
#mLH21MS3n8dFrpnKnPE8ovJNV2ffPLGp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.9375rem;left:15.5rem;display:block; }
#epqbwsA03rkWaSAp1JOxKqGcsGNUsJhu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { 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; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { background-color: transparent; background-image: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container > .video-iframe-container { display: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container { display: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .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); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { border-width: 0; border-radius: 0; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#xMsMA1pTLlpOcwpWakQh6vDlFXkmquph { color:#282830;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.037109375rem;left:0rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI { 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; }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row .container { background-color: transparent; background-image: none; }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row .container > .video-iframe-container { display: none; }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row > .video-iframe-container { display: none; }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .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); }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row .container { border-width: 0; border-radius: 0; }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#JZuQQsTiUN9pBDXtWiqw5rwdMLv9RGWK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.90625rem;left:5.4375rem;height:9.2578125rem;font-style:italic;display:block; }
#naS66JhOT6dppvstPIUXAazmOSN3SBST { color:rgba(var(--color-primary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1640625rem;left:25.3125rem;height:1.13769375rem;font-style:normal;display:block; }
#UggT9fyL91bmwLqZTJewF3nZShXfoT7T { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:14rem;width:29.375rem;top:0rem;left:41.875rem;display:block; }
#Fqg81T1RDM0ezBheXerBaIey0ODx1CKx { color:rgba(var(--color-primary-2),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.96484375rem;left:61.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#bAt3taWH8oUSxpRgR9w94IZLkBRBpCuu { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:43.5625rem;height:7.714875rem;font-style:italic;display:block; }
#X1dkp1LfU7IrMoTDSTn11QMXpzX41A2f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.3125rem;left:24.75rem; }
#dL86H2OJ0FLPx4MB1waTohIT1LUb0qab { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.3125rem;left:25.9375rem; }
#qgcJ3OLlcZeJxUtZhnIS4mfIzIBlme6h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.3125rem;left:27.125rem; }
#B0u6OvUwOUnRwA8Ts6llW3mBs5GXxaCP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.3125rem;left:28.3125rem; }
#VQwaTL54JmwfsXT5tAVfO4e66GxzIJ4p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.3125rem;left:29.5rem; }
#XXPiioITdFxoXoHNrorwOUlAKK1CrUXb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:14.25rem;width:29.375rem;top:0rem;left:4.0625rem;display:block; }
#E2WiTbpZiW0w4Sr4bRKoT1GWqL1bPHbE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.1875rem;left:66.125rem; }
#NaVTACSOonrX0TMhBuPnl8sqPTUcc8Lh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.1875rem;left:64.9375rem; }
#Md5GKbfJDgN8EpC1ninMgvhnkwDw3aZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.1875rem;left:63.75rem; }
#nsGVo3ks5Zv5CkChbrn06gRtRrs9PE97 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.1875rem;left:62.5625rem; }
#T6TyurDTTTykkBbg3m5izpT7hadLciew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.1875rem;left:61.375rem; }
#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct { 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; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { background-color: transparent; background-image: none; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container > .video-iframe-container { display: none; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row > .video-iframe-container { display: none; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .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); }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { border-width: 0; border-radius: 0; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#ttXfPAbAVDTu6ETSbvMbK6AMud6fGJb9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:10.9375rem;width:29.375rem;top:0rem;left:3.75rem;display:block; }
#LKSpT557LnyU9C0iAx8bgP7XS2hIH3tk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.4375rem;height:3.25rem;font-style:italic;display:block; }
#TdX2Fc0XvSwoTMZhWCRWsIqAPwOzx43S { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:25.1875rem;height:1.13769375rem;font-style:normal;display:block; }
#ZSUXUwJHZ9ZN9rpF9i2BFBIgLx7qPxTO { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:62.1875rem;height:1.13769375rem;font-style:normal;display:block; }
#abKl4a4sW8U1X2OAnO6ms9EnPPKy77CN { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:43.5625rem;height:4.875rem;font-style:italic;display:block; }
#W2cqaMw0Kk8WrWqWVeIoIHmMUh205irT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.625rem;left:29.8125rem; }
#dHJCzeRKqbecUQkQ9Sg3iuEnUkxa0zi5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.625rem;left:28.625rem; }
#IvIJ8H7K2a6qhpR1G97IhVLB0V5aQU5F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.625rem;left:27.4375rem; }
#PTO5GZ9PxLTINJgg6GC8KSy6ETNeThzV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7.625rem;left:26.25rem; }
#LvFSpe4vbDFFyiRwZSUd20w3kRZBdJbq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.625rem;left:25.0625rem; }
#M6Eq6poGPtimfPE4TE7yksJlznfKPA1B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:7.625rem;left:66.5625rem; }
#REJxzdkG2TGFCWNMpsteBemykBs4rXiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.625rem;left:65.375rem; }
#JHQTuVoJ9MCrGOWCnpkA3AUCMrJlo3gi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.625rem;left:64.1875rem; }
#nVdLpTo1a3MqsWweCfMFn8IOeXvdweFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.625rem;left:63rem; }
#aWwruwR940tp2sdtVrAibTtaQwNdqaZv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.625rem;left:61.8125rem; }
#l5eGf5AWb5bDsW6CUpC8sdAk3twfW9h3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:10.875rem;width:29.375rem;top:0rem;left:41.5625rem;display:block; }
#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { background-color: transparent; background-image: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container > .video-iframe-container { display: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container { display: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .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); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { border-width: 0; border-radius: 0; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#fTPtrQhUM9V6SuKCL1rXyHi6q9o3EZMD { color:#282830;display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.693359375rem;left:18.90625rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row .container { background-color: transparent; background-image: none; }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row .container > .video-iframe-container { display: none; }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row > .video-iframe-container { display: none; }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .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); }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row .container { border-width: 0; border-radius: 0; }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#OKFWHuTJNNHJqyzDThd9fqN5tvAQ5KbL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:3.65625rem;left:7.5rem;display:block; }
#wDUiRJH5Wq7E8Q4vvn2GWA3MQsSzbT8E { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.0625rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtME58dmEWVaWonUBagWT2Duh3UOe5r2 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.5rem;left:8.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zD85OlpkTKsvDMC97HRBhws1cv46qoJn { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:3.6875rem;left:28.0625rem;display:block; }
#fcwdvoIUA9xXT8iv22IK4QZZQLCK0syF { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.5rem;left:29.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FEyyAmqwU16I4uJsOOHHQHyWKU7KE7B2 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.0625rem;left:29.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4PVFxPMv9nszUc8zkLWhlL9UOKC5dIs { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:3.6875rem;left:48.5625rem;display:block; }
#LG19PpgT6TzFKUowd9UXnTZZ6NdS1iH7 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.5rem;left:49.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxI2TL37ODFbi9ddbUxLixtfKfg5bTIO { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.0625rem;left:49.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QwFxs2UUI9NTwCZ0r4lErrluDpJsKC4u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.9375rem;width:6.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.375rem;left:13.5rem; }
#WRzVgIAReCvgyDLzBBluWXxtwO41RyKQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.84375rem;left:34.5rem; }
#LlFLXNUhloD5VRhfkTvIw2KRQitAisM3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.5625rem;left:54.75rem; }
#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2bIc5zcH/bg_bottom.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.94); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.94); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { border-width: 0; border-radius: 0; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::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; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#T4FQk5E4Tptw2NKhap3X9ZKrmoLyE8An { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.249625rem;height:3.37463125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.9990234375rem;left:29.874877929688rem;display:block; }
#GTJ7VSeCk0KvGJz7kbEsu39WdChZTB6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EM5yJEvi7Q1WECl6OvqN6LrteXrRmEFh { box-sizing:content-box;height:26.3125rem;width:54.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.78) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.185791015625rem;left:10.436401367188rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#a6JU2WmiOtC4LbzV9ffq8tSWiPXukMFR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.374267578125rem;left:21.99951171875rem;height:3.412475rem;display:block; }
#JUgykPxfidoKGE3P6cBuQhwVCdKLpKXz { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.62451171875rem;left:16.09375rem;height:8.910125rem;display:block; }#JUgykPxfidoKGE3P6cBuQhwVCdKLpKXz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JUgykPxfidoKGE3P6cBuQhwVCdKLpKXz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 { background-color:rgba(var(--color-primary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row .container { background-color: transparent; background-image: none; }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row .container > .video-iframe-container { display: none; }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row > .video-iframe-container { display: none; }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .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); }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row .container { border-width: 0; border-radius: 0; }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;overflow:visible;position:relative;display:block; }#apK5rOifGtgvndJ7rxZvs816VQR7z5mQ { 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:3.81225625rem;width:20.812375rem;top:1.8511962890625rem;left:3.9996337890625rem;overflow:hidden;display:block; }
#HHa7J5WKQXn6SiVCB0e72eTdiWt10KC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.4375rem;left:22.4375rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#ckq5C9UEviJG2lM7qeywdxWoGNLH6qzs { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5625rem;left:22.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NhD6pAfuGQGPHGFJtgtKmJ2AKXUPqSM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.5rem;left:48.8125rem;height:1.54358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNmGlFpeoOMPnOyDgu3Vn6MZ0vWRIAXt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.5625rem;left:45.3125rem; }
#iPOsWR9KAnrilsKBLBN83EN1emalMzE6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.625rem;left:45.3125rem; }
#iPOsWR9KAnrilsKBLBN83EN1emalMzE6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#lTKqeAoVhZbnHGipq3XWIz4BkDflSCkL { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;top:6rem;left:48.6875rem;height:1.18103125rem;font-style:normal;display:block; }
#I34XRs1sb5OXFdm4eQFAfb4xO8MTIq1l { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4375rem;left:48.8125rem;height:3.0859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y7GubUGcGA15nKMG3G8vZJcGPNap5Qvd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.4375rem;left:45.4375rem; }
#y7GubUGcGA15nKMG3G8vZJcGPNap5Qvd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc { display:block; }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDBpmMTXpGcanmP8f57p3WWUwt7gySw5 { top:0.75rem;left:0rem;width:20.0625rem;height:3.3642346121953rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMNPWPB2c9g5UT9M5SzIip2EXFSEsAya { width:11.5rem;height:2.1875rem;top:1.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43xKzkWZlFuqVdBfRP70558wDitKNDT { display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OH2nsdeExg0sm4ercH54llnmUfRUUM9t { width:21.875rem;height:30.25rem;top:6.375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-regular-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-text { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-text {padding-top: 0; padding-bottom: 0;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-textarea { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-select { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-select {padding-top: 0; padding-bottom: 0;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.9375rem; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo  { width:19.1875rem;height:auto;top:5.75rem;left:26.0625rem; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .radio-container { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo {display:block;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo { width:19.1875rem;height:auto;top:5.75rem;left:26.0625rem; }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #rA7BZTNsIShovAkPKbqBWrIoPB5H0yOF {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #qpcqxT1i6lgCrrAP2f9TTp7GlTmAIIlm {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HPNMKshS8PMOioK7xpFBxPGs7kbfCAqZ {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HT0MSaCUPg8Agskv2beTIFBus7T4d29p {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #BTs1qvAcfOaaTwkdOe6b0F6v4Ftc0u1E {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HJiZlylye9Q3MB5wGzToPBnaP0nLDraB {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #oQIM3ssM7cteXIR61MivrAb0OMoUeCSl { display:none; }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #L1anKi33ZztSlamVuGmfO44TIanGgoyZ {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #k87TVDOTs5vwwls2G3zPFWuTtOcdFJ7y {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #nWuklaSVp6yt35Ld9lLeom6R8v0lBFTq { display:none; }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #zodndMK5VQnIAwpxaKyxDh86HRBlxsEW {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #RD38TTiWTGWOdbsp5U4t2d2eDAIlRzIF {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #VeU6vswBZ45N2XwKzkVAB75et9MHhAQM {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #Ut78DkmrEnRJSb8Ww0HWQNhWG4acLTLo {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #nFC22GhyWWVQOPbQHETFx0PKBXyFo4x9 {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #OXvheXbTFvauK59O9D4uTl5NpuGJcmCZ {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #VTzQ8Um14FpFOvKrZHkcGemIdciqEJyw {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #JckX6RR4g5itccN9WuWsucqgLvU0ouPW {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #WbDsKRDxn8eGm8kqvF2NuQdnogQHJ2bl {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #kXZQdM2svedIXsotXd4s1pI8eadFy7It {  }
 }@media only screen and (max-width: 763px) { #sqSBigvdUuQlFNEl9sTAcbHGZWmUEyZo { top:3.875rem;left:0rem;width:29.9375rem;height:37.562720514244rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTA0Epvf23PWG384wnWB2l4CfhxSFaVy { display:block; }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baqyUcSEQS8f0i6tyDI3fTa8EbJW2FwS { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJyeM47trhziHoNnCmGet3LAd3ETZKlN { display:block; }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLXTRBEibX3D7ZqXJxDQTDqrMxi91mo1 { top:1.6875rem;left:0rem;width:17.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aflnuikRSZ5sTzrEHsSttBgG5D2R8V0G { top:1.6875rem;left:12rem;width:1.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCkNvSl7dlbU7teW6pVni1zBiOnsgni0 { top:1.6875rem;left:10.3125rem;width:37.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt { display:block; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsQBM8PM17tCn9MTTCB0luyEoqPNamae { width:47.75rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO { display:block; }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fc38BpS0M01I3TKDFwfeQxcNQOXpfQwp { width:4.375rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aLqA29USM6a2yhVO7mfCzkTwUGZykZ { width:4.375rem;height:1.625rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO41TxwqmDuV1fI91BIS2L0EzqEHgAgM { width:15rem;height:0;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHH8GGFS1EUfADW8EZuoEGUVgRzbaTyK { width:15rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTyHewnPUgtmQMnkeEOdM1NP5tAih7d { width:15rem;height:0;top:7.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAOEcgrTkEswFxlr7iOl5hq4HTopfFkq { width:15rem;height:0;top:5.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMr6Cm0TWbUQfOVz67kqLMhuTCHGUeGp { width:4.375rem;height:4.375rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwe3JXIXlgdgX7d08dPIfCFJPbBxdsqb { width:4.375rem;height:0;top:1.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9sW2fCdrk6J1P0w1TkyVpCdEBZG0vfM { width:15rem;height:0;top:7.4375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1sL65czVgEI4MJwtqqcLKCkHpvZUVqH { width:15rem;height:0;top:5.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrDEVzDvlOm50NgKr4UZtw7215x7xMh0 { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ZeJTgPCXZiNSXwRiLZAcr8ThxHzT1x { width:4.375rem;height:0;top:1.375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wKV8haniV6TROZG5TJkSN5iCSQMaxq { width:15.25rem;height:3.375rem;top:1.25rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBiPT4y81WHU86Q8ge1Fe51d05WyLwEd { display:block; }
 }@media only screen and (max-width: 763px) { #SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ { display:block; }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDSlVBbGroZI0moATE03gBbEEdOeFaSq { width:47.75rem;height:3.0625rem;top:1.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf8TepWsdW2a49b150imvCwDkt8kTk6J { display:block; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { width:47.75rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5zHwPKaiX42mvyU5ekTLckC50NeZmAr { top:4.5rem;left:0rem;width:27.4375rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxpTrBgdkazEotNAu77ZxU7BWnZorF7 { top:8.125rem;left:25rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZASuGuHmC7yUsFS0LBIgihdEpS9b7y { top:3.875rem;left:16.1875rem;width:31.5625rem;height:28.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLH21MS3n8dFrpnKnPE8ovJNV2ffPLGp { width:15.25rem;height:3.375rem;top:1.25rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epqbwsA03rkWaSAp1JOxKqGcsGNUsJhu { display:block; }
 }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMsMA1pTLlpOcwpWakQh6vDlFXkmquph { width:47.75rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI { display:block; }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZuQQsTiUN9pBDXtWiqw5rwdMLv9RGWK { width:21.0625rem;height:0;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naS66JhOT6dppvstPIUXAazmOSN3SBST { width:21.0625rem;height:0;top:9rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UggT9fyL91bmwLqZTJewF3nZShXfoT7T { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqg81T1RDM0ezBheXerBaIey0ODx1CKx { width:21.0625rem;height:0;top:9rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAt3taWH8oUSxpRgR9w94IZLkBRBpCuu { width:21.0625rem;height:0;top:1.25rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1dkp1LfU7IrMoTDSTn11QMXpzX41A2f { top:11.25rem;left:17.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL86H2OJ0FLPx4MB1waTohIT1LUb0qab { top:11.25rem;left:19.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgcJ3OLlcZeJxUtZhnIS4mfIzIBlme6h { top:11.25rem;left:20.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0u6OvUwOUnRwA8Ts6llW3mBs5GXxaCP { top:11.25rem;left:21.5rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQwaTL54JmwfsXT5tAVfO4e66GxzIJ4p { top:11.25rem;left:22.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXPiioITdFxoXoHNrorwOUlAKK1CrUXb { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WiTbpZiW0w4Sr4bRKoT1GWqL1bPHbE { top:10.125rem;left:45.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaVTACSOonrX0TMhBuPnl8sqPTUcc8Lh { top:10.125rem;left:44.5rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5GKbfJDgN8EpC1ninMgvhnkwDw3aZi { top:10.125rem;left:43.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsGVo3ks5Zv5CkChbrn06gRtRrs9PE97 { top:10.125rem;left:42.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TyurDTTTykkBbg3m5izpT7hadLciew { top:10.125rem;left:40.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct { display:block; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttXfPAbAVDTu6ETSbvMbK6AMud6fGJb9 { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKSpT557LnyU9C0iAx8bgP7XS2hIH3tk { width:21.0625rem;height:0;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdX2Fc0XvSwoTMZhWCRWsIqAPwOzx43S { width:21.0625rem;height:0;top:9rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSUXUwJHZ9ZN9rpF9i2BFBIgLx7qPxTO { width:21.0625rem;height:0;top:9rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKl4a4sW8U1X2OAnO6ms9EnPPKy77CN { width:21.0625rem;height:0;top:1.25rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2cqaMw0Kk8WrWqWVeIoIHmMUh205irT { top:7.5625rem;left:22.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHJCzeRKqbecUQkQ9Sg3iuEnUkxa0zi5 { top:7.5625rem;left:21.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvIJ8H7K2a6qhpR1G97IhVLB0V5aQU5F { top:7.5625rem;left:20.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTO5GZ9PxLTINJgg6GC8KSy6ETNeThzV { top:7.5625rem;left:19.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvFSpe4vbDFFyiRwZSUd20w3kRZBdJbq { top:7.5625rem;left:18.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Eq6poGPtimfPE4TE7yksJlznfKPA1B { top:7.5625rem;left:46.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REJxzdkG2TGFCWNMpsteBemykBs4rXiy { top:7.5625rem;left:44.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHQTuVoJ9MCrGOWCnpkA3AUCMrJlo3gi { top:7.5625rem;left:43.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVdLpTo1a3MqsWweCfMFn8IOeXvdweFX { top:7.5625rem;left:42.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWwruwR940tp2sdtVrAibTtaQwNdqaZv { top:7.5625rem;left:41.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5eGf5AWb5bDsW6CUpC8sdAk3twfW9h3 { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTPtrQhUM9V6SuKCL1rXyHi6q9o3EZMD { width:30rem;height:0;top:0.25rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW { display:block; }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKFWHuTJNNHJqyzDThd9fqN5tvAQ5KbL { width:18.9375rem;height:18.75rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDUiRJH5Wq7E8Q4vvn2GWA3MQsSzbT8E { width:16.875rem;height:2rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtME58dmEWVaWonUBagWT2Duh3UOe5r2 { width:16.875rem;height:4.5rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD85OlpkTKsvDMC97HRBhws1cv46qoJn { width:18.9375rem;height:18.75rem;top:3.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcwdvoIUA9xXT8iv22IK4QZZQLCK0syF { width:16.875rem;height:4.5rem;top:15.4375rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEyyAmqwU16I4uJsOOHHQHyWKU7KE7B2 { width:16.875rem;height:2rem;top:13rem;left:15.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4PVFxPMv9nszUc8zkLWhlL9UOKC5dIs { width:18.9375rem;height:18.75rem;top:3.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG19PpgT6TzFKUowd9UXnTZZ6NdS1iH7 { width:16.875rem;height:4.5rem;top:15.4375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxI2TL37ODFbi9ddbUxLixtfKfg5bTIO { width:16.875rem;height:2rem;top:13rem;left:30.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwFxs2UUI9NTwCZ0r4lErrluDpJsKC4u { top:5.3125rem;left:0rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRzVgIAReCvgyDLzBBluWXxtwO41RyKQ { top:5.8125rem;left:20.875rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlFLXNUhloD5VRhfkTvIw2KRQitAisM3 { top:6.5625rem;left:41.125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4FQk5E4Tptw2NKhap3X9ZKrmoLyE8An { width:15.25rem;height:3.375rem;top:1.25rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTJ7VSeCk0KvGJz7kbEsu39WdChZTB6C { display:block; }
 }@media only screen and (max-width: 763px) { #EM5yJEvi7Q1WECl6OvqN6LrteXrRmEFh { top:4.125rem;left:0rem;width:47.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6JU2WmiOtC4LbzV9ffq8tSWiPXukMFR { top:7.3125rem;left:8.37451171875rem;width:32.1875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUgykPxfidoKGE3P6cBuQhwVCdKLpKXz { top:12.5625rem;left:2.46875rem;width:42.8125rem;height:8.875rem;font-size:1.125rem;display:block; }#JUgykPxfidoKGE3P6cBuQhwVCdKLpKXz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 { display:block; }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apK5rOifGtgvndJ7rxZvs816VQR7z5mQ { top:1.8125rem;left:0rem;width:20.75rem;height:3.800830860846rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHa7J5WKQXn6SiVCB0e72eTdiWt10KC5 { top:14.375rem;left:8.8125rem;width:28.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckq5C9UEviJG2lM7qeywdxWoGNLH6qzs { top:16.5625rem;left:9.25rem;width:27.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhD6pAfuGQGPHGFJtgtKmJ2AKXUPqSM4 { top:9.4375rem;left:31.25rem;width:16.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNmGlFpeoOMPnOyDgu3Vn6MZ0vWRIAXt { top:9.5rem;left:31.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPOsWR9KAnrilsKBLBN83EN1emalMzE6 { top:5.625rem;left:31.6875rem;width:1.875rem;height:1.875rem;display:block; }
#iPOsWR9KAnrilsKBLBN83EN1emalMzE6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lTKqeAoVhZbnHGipq3XWIz4BkDflSCkL { top:5.9375rem;left:35.0625rem;width:10rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I34XRs1sb5OXFdm4eQFAfb4xO8MTIq1l { top:1.375rem;left:29.6875rem;width:18.0625rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7GubUGcGA15nKMG3G8vZJcGPNap5Qvd { top:1.375rem;left:31.8125rem;width:1.875rem;height:1.875rem;display:block; }
#y7GubUGcGA15nKMG3G8vZJcGPNap5Qvd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc { display:block; }#XowhA4wH7PCtrG4fHn7Tey8TU0GsUBvc > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDBpmMTXpGcanmP8f57p3WWUwt7gySw5 { width:20rem;height:3.3540372670807rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMNPWPB2c9g5UT9M5SzIip2EXFSEsAya { width:11.5rem;height:2.1875rem;top:5.8535125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43xKzkWZlFuqVdBfRP70558wDitKNDT { display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfac8d65-953c-4009-a5ac-d4746456ff88/estateplanning.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.79); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.79); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OH2nsdeExg0sm4ercH54llnmUfRUUM9t { width:20rem;height:30.1875rem;top:27.518310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-text {padding-top: 0; padding-bottom: 0;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-select {padding-top: 0; padding-bottom: 0;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo  { width:17.5rem;height:24.099625rem;top:27.59375rem;left:0rem; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo {display:block;}#acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo { width:17.5rem;height:24.099625rem;top:27.59375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #rA7BZTNsIShovAkPKbqBWrIoPB5H0yOF {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #qpcqxT1i6lgCrrAP2f9TTp7GlTmAIIlm {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HPNMKshS8PMOioK7xpFBxPGs7kbfCAqZ {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HT0MSaCUPg8Agskv2beTIFBus7T4d29p {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #BTs1qvAcfOaaTwkdOe6b0F6v4Ftc0u1E {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #HJiZlylye9Q3MB5wGzToPBnaP0nLDraB {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #oQIM3ssM7cteXIR61MivrAb0OMoUeCSl { display:none; }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #L1anKi33ZztSlamVuGmfO44TIanGgoyZ {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #k87TVDOTs5vwwls2G3zPFWuTtOcdFJ7y {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #nWuklaSVp6yt35Ld9lLeom6R8v0lBFTq { display:none; }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #zodndMK5VQnIAwpxaKyxDh86HRBlxsEW {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #RD38TTiWTGWOdbsp5U4t2d2eDAIlRzIF {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #VeU6vswBZ45N2XwKzkVAB75et9MHhAQM {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #Ut78DkmrEnRJSb8Ww0HWQNhWG4acLTLo {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #nFC22GhyWWVQOPbQHETFx0PKBXyFo4x9 {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #OXvheXbTFvauK59O9D4uTl5NpuGJcmCZ {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #VTzQ8Um14FpFOvKrZHkcGemIdciqEJyw {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #JckX6RR4g5itccN9WuWsucqgLvU0ouPW {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #WbDsKRDxn8eGm8kqvF2NuQdnogQHJ2bl {  }
 }@media only screen and (max-width: 763px) { #acb5rptr0ReXIBzeQ3aoGZFNQ9OvPsxo #kXZQdM2svedIXsotXd4s1pI8eadFy7It {  }
 }@media only screen and (max-width: 763px) { #sqSBigvdUuQlFNEl9sTAcbHGZWmUEyZo { width:20rem;height:25.093945720251rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTA0Epvf23PWG384wnWB2l4CfhxSFaVy { display:block; }#UTA0Epvf23PWG384wnWB2l4CfhxSFaVy > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baqyUcSEQS8f0i6tyDI3fTa8EbJW2FwS { width:16.3125rem;height:5.361325rem;top:1.099609375rem;left:1.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJyeM47trhziHoNnCmGet3LAd3ETZKlN { display:block; }#TJyeM47trhziHoNnCmGet3LAd3ETZKlN > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLXTRBEibX3D7ZqXJxDQTDqrMxi91mo1 { width:17.25rem;height:1.625rem;top:1.25rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aflnuikRSZ5sTzrEHsSttBgG5D2R8V0G { width:1.125rem;height:1.625rem;top:3.5625rem;left:9.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCkNvSl7dlbU7teW6pVni1zBiOnsgni0 { width:20rem;height:3.08715625rem;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt { display:block; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsQBM8PM17tCn9MTTCB0luyEoqPNamae { width:20rem;height:1.950075rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO { display:block; }#vn9uVdH9DzzJSiZTfzDQVBUGNMhWMgRO > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fc38BpS0M01I3TKDFwfeQxcNQOXpfQwp { width:4.375rem;height:4.375rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aLqA29USM6a2yhVO7mfCzkTwUGZykZ { width:4.375rem;height:1.625rem;top:2.625rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO41TxwqmDuV1fI91BIS2L0EzqEHgAgM { width:18.75rem;height:1.4619125rem;top:6.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHH8GGFS1EUfADW8EZuoEGUVgRzbaTyK { width:18.75rem;height:9.84375rem;top:9.0234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTyHewnPUgtmQMnkeEOdM1NP5tAih7d { width:18.75rem;height:8.4375rem;top:28.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAOEcgrTkEswFxlr7iOl5hq4HTopfFkq { width:18.75rem;height:1.4619125rem;top:25.8671875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMr6Cm0TWbUQfOVz67kqLMhuTCHGUeGp { width:4.375rem;height:4.375rem;top:20.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwe3JXIXlgdgX7d08dPIfCFJPbBxdsqb { width:4.375rem;height:1.625rem;top:21.6875rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9sW2fCdrk6J1P0w1TkyVpCdEBZG0vfM { width:18.75rem;height:8.9978125rem;top:46.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1sL65czVgEI4MJwtqqcLKCkHpvZUVqH { width:18.75rem;height:1.4619125rem;top:43.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrDEVzDvlOm50NgKr4UZtw7215x7xMh0 { width:4.375rem;height:4.375rem;top:38.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ZeJTgPCXZiNSXwRiLZAcr8ThxHzT1x { width:4.375rem;height:1.625rem;top:39.5rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wKV8haniV6TROZG5TJkSN5iCSQMaxq { width:15.25rem;height:3.375rem;top:56.703125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBiPT4y81WHU86Q8ge1Fe51d05WyLwEd { display:block; }
 }@media only screen and (max-width: 763px) { #SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ { display:block; }#SxhehkUTn8kB9wb0t4Tec4Odk5uJGDIQ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDSlVBbGroZI0moATE03gBbEEdOeFaSq { width:20rem;height:1.950075rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf8TepWsdW2a49b150imvCwDkt8kTk6J { display:block; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5zHwPKaiX42mvyU5ekTLckC50NeZmAr { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxpTrBgdkazEotNAu77ZxU7BWnZorF7 { width:0.3125rem;height:18.75rem;top:4.9287109375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZASuGuHmC7yUsFS0LBIgihdEpS9b7y { width:20rem;height:36.38425625rem;top:21.9912109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLH21MS3n8dFrpnKnPE8ovJNV2ffPLGp { width:15.25rem;height:3.375rem;top:60.072265625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epqbwsA03rkWaSAp1JOxKqGcsGNUsJhu { display:block; }
 }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMsMA1pTLlpOcwpWakQh6vDlFXkmquph { width:20rem;height:1.950075rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI { display:block; }#m28wOT3CFfNvPrUr0IS0e5TDXBp1gUTI > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZuQQsTiUN9pBDXtWiqw5rwdMLv9RGWK { width:14.375rem;height:11.6949375rem;top:1.408203125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naS66JhOT6dppvstPIUXAazmOSN3SBST { width:6.375rem;height:1.13769375rem;top:13.6689453125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UggT9fyL91bmwLqZTJewF3nZShXfoT7T { width:20rem;height:12.3125rem;top:16.8544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqg81T1RDM0ezBheXerBaIey0ODx1CKx { width:20rem;height:1.13769375rem;top:27.27734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAt3taWH8oUSxpRgR9w94IZLkBRBpCuu { width:16.625rem;height:7.796625rem;top:18.423828125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1dkp1LfU7IrMoTDSTn11QMXpzX41A2f { display:flex;width:1.1875rem;height:1.1875rem;top:13.8515625rem;left:7.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dL86H2OJ0FLPx4MB1waTohIT1LUb0qab { display:flex;width:1.1875rem;height:1.1875rem;top:13.8515625rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgcJ3OLlcZeJxUtZhnIS4mfIzIBlme6h { display:flex;width:1.1875rem;height:1.1875rem;top:13.8515625rem;left:5.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0u6OvUwOUnRwA8Ts6llW3mBs5GXxaCP { display:flex;width:1.1875rem;height:1.1875rem;top:13.8515625rem;left:4.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQwaTL54JmwfsXT5tAVfO4e66GxzIJ4p { display:flex;width:1.1875rem;height:1.1875rem;top:13.8515625rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXPiioITdFxoXoHNrorwOUlAKK1CrUXb { width:20rem;height:14.5625rem;top:0.5390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WiTbpZiW0w4Sr4bRKoT1GWqL1bPHbE { display:flex;width:1.1875rem;height:1.1875rem;top:27.375rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaVTACSOonrX0TMhBuPnl8sqPTUcc8Lh { display:flex;width:1.1875rem;height:1.1875rem;top:27.375rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Md5GKbfJDgN8EpC1ninMgvhnkwDw3aZi { display:flex;width:1.1875rem;height:1.1875rem;top:27.375rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsGVo3ks5Zv5CkChbrn06gRtRrs9PE97 { display:flex;width:1.1875rem;height:1.1875rem;top:27.375rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6TyurDTTTykkBbg3m5izpT7hadLciew { display:flex;width:1.1875rem;height:1.1875rem;top:27.375rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct { display:block; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttXfPAbAVDTu6ETSbvMbK6AMud6fGJb9 { width:20rem;height:8.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKSpT557LnyU9C0iAx8bgP7XS2hIH3tk { width:14.875rem;height:3.8983125rem;top:2.0625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdX2Fc0XvSwoTMZhWCRWsIqAPwOzx43S { width:20rem;height:1.13769375rem;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSUXUwJHZ9ZN9rpF9i2BFBIgLx7qPxTO { width:20rem;height:1.13769375rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKl4a4sW8U1X2OAnO6ms9EnPPKy77CN { width:13.6875rem;height:5.19775625rem;top:11.80078125rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2cqaMw0Kk8WrWqWVeIoIHmMUh205irT { display:flex;width:1.1875rem;height:1.1875rem;top:8.875rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHJCzeRKqbecUQkQ9Sg3iuEnUkxa0zi5 { display:flex;width:1.1875rem;height:1.1875rem;top:8.875rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvIJ8H7K2a6qhpR1G97IhVLB0V5aQU5F { display:flex;width:1.1875rem;height:1.1875rem;top:8.875rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTO5GZ9PxLTINJgg6GC8KSy6ETNeThzV { display:flex;width:1.1875rem;height:1.1875rem;top:8.875rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvFSpe4vbDFFyiRwZSUd20w3kRZBdJbq { display:flex;width:1.1875rem;height:1.1875rem;top:8.875rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6Eq6poGPtimfPE4TE7yksJlznfKPA1B { display:flex;width:1.1875rem;height:1.1875rem;top:24.8125rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #REJxzdkG2TGFCWNMpsteBemykBs4rXiy { display:flex;width:1.1875rem;height:1.1875rem;top:24.8125rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHQTuVoJ9MCrGOWCnpkA3AUCMrJlo3gi { display:flex;width:1.1875rem;height:1.1875rem;top:24.8125rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVdLpTo1a3MqsWweCfMFn8IOeXvdweFX { display:flex;width:1.1875rem;height:1.1875rem;top:24.8125rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWwruwR940tp2sdtVrAibTtaQwNdqaZv { display:flex;width:1.1875rem;height:1.1875rem;top:24.8125rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5eGf5AWb5bDsW6CUpC8sdAk3twfW9h3 { width:20rem;height:9.125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTPtrQhUM9V6SuKCL1rXyHi6q9o3EZMD { width:20rem;height:1.9494625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW { display:block; }#B0MqrpgiHyBhTA6SKtUhRX6tsbkrifEW > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKFWHuTJNNHJqyzDThd9fqN5tvAQ5KbL { width:18.9375rem;height:18.75rem;top:2.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDUiRJH5Wq7E8Q4vvn2GWA3MQsSzbT8E { width:16.25rem;height:1.62475625rem;top:12.21875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtME58dmEWVaWonUBagWT2Duh3UOe5r2 { width:16.25rem;height:4.4989rem;top:14.65625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD85OlpkTKsvDMC97HRBhws1cv46qoJn { width:18.9375rem;height:18.75rem;top:22.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcwdvoIUA9xXT8iv22IK4QZZQLCK0syF { width:16.25rem;height:4.4989rem;top:34.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEyyAmqwU16I4uJsOOHHQHyWKU7KE7B2 { width:16.25rem;height:1.7871125rem;top:32.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4PVFxPMv9nszUc8zkLWhlL9UOKC5dIs { width:18.9375rem;height:18.75rem;top:42.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG19PpgT6TzFKUowd9UXnTZZ6NdS1iH7 { width:16.25rem;height:4.4989rem;top:54.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxI2TL37ODFbi9ddbUxLixtfKfg5bTIO { width:20rem;height:1.7871125rem;top:52.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwFxs2UUI9NTwCZ0r4lErrluDpJsKC4u { display:flex;width:6.9375rem;height:6.9375rem;top:4.53125rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #WRzVgIAReCvgyDLzBBluWXxtwO41RyKQ { display:flex;width:6.5rem;height:6.5rem;top:24.96875rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #LlFLXNUhloD5VRhfkTvIw2KRQitAisM3 { display:flex;width:6.5625rem;height:6.5625rem;top:45.6875rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/2bIc5zcH/bg_bottom.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4FQk5E4Tptw2NKhap3X9ZKrmoLyE8An { width:15.249625rem;height:3.37463125rem;top:36.685791015625rem;left:2.3748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTJ7VSeCk0KvGJz7kbEsu39WdChZTB6C { display:block; }
 }@media only screen and (max-width: 763px) { #EM5yJEvi7Q1WECl6OvqN6LrteXrRmEFh { width:18.9375rem;height:39.8125rem;top:1.937255859375rem;left:0.531005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6JU2WmiOtC4LbzV9ffq8tSWiPXukMFR { width:14.187rem;height:4.22363125rem;top:3.1903076171875rem;left:2.9052734375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUgykPxfidoKGE3P6cBuQhwVCdKLpKXz { width:16.93725rem;height:25.9301875rem;top:9.0966796875rem;left:1.53076171875rem;font-size:1.125rem;line-height:1.5;display:block; }#JUgykPxfidoKGE3P6cBuQhwVCdKLpKXz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7283d5e3cc4b49192c5629ce63593663.svg); }
 }@media only screen and (max-width: 763px) { #BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 { display:block; }#BttL7DfPtNeATTsZsqDoSrlTeyBi9WT8 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apK5rOifGtgvndJ7rxZvs816VQR7z5mQ { width:16.5625rem;height:2.74963125rem;top:1.8743896484375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHa7J5WKQXn6SiVCB0e72eTdiWt10KC5 { width:20rem;height:1.3125rem;top:19.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ckq5C9UEviJG2lM7qeywdxWoGNLH6qzs { width:20rem;height:1.1370875rem;top:22.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NhD6pAfuGQGPHGFJtgtKmJ2AKXUPqSM4 { width:14.4375rem;height:1.29980625rem;top:16.0810546875rem;left:3.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNmGlFpeoOMPnOyDgu3Vn6MZ0vWRIAXt { display:flex;width:2.0625rem;height:2.0625rem;top:15.7001953125rem;left:1.03125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #iPOsWR9KAnrilsKBLBN83EN1emalMzE6 { display:flex;width:1.875rem;height:1.875rem;top:11.4501953125rem;left:1.125rem;font-size:1.125rem; }
#iPOsWR9KAnrilsKBLBN83EN1emalMzE6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lTKqeAoVhZbnHGipq3XWIz4BkDflSCkL { width:10rem;height:1.0119625rem;top:11.8818359375rem;left:3.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I34XRs1sb5OXFdm4eQFAfb4xO8MTIq1l { width:15.875rem;height:2.76245rem;top:6.25rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7GubUGcGA15nKMG3G8vZJcGPNap5Qvd { display:flex;width:1.875rem;height:1.875rem;top:6.75rem;left:1.1875rem;font-size:1.125rem; }
#y7GubUGcGA15nKMG3G8vZJcGPNap5Qvd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }