.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:230,248,255;--color-primary-1:148,202,232;--color-primary-2:77,167,217;--color-primary-3:33,145,208;--color-primary-4:21,52,90;--color-secondary-0:241,224,222;--color-secondary-1:207,153,145;--color-secondary-2:159,51,35;--color-secondary-3:80,26,18;--color-secondary-4:24,8,5;--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-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 { position:relative;display:block; }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 { background-color: transparent; background-image: none; }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .row .container > .video-iframe-container { display: none; }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .row > .video-iframe-container { display: none; }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .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); }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 { border-width: 0; border-radius: 0; }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .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; }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ai3Kv1afQGR03uXOLvfT9w4aoLTeQ3R0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.3125rem;top:0.53125rem;left:33.78125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#A6MHS9DwnrHCFJTECmsPE1Nf81eCogHp { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:"lato bold";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:10.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hp5vkh2uix5czPadCyhFVMcTKkMIxgrE { color:rgba(var(--color-primary-4),1);display:block;width:28.3125rem;position:absolute;font-family:"lato bold";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:35.875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#seuOenDT6wHVmiBykBFg5x6W4KhSJ4hP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.9375rem;top:2.875rem;left:29.25rem;overflow:hidden;display:block; }
#sM1MbPmN8yHsh39tfATbVIof6sBHM6HV { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0.1240234375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row .container { background-color: transparent; background-image: none; }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row .container > .video-iframe-container { display: none; }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row > .video-iframe-container { display: none; }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .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); }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row .container { border-width: 0; border-radius: 0; }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#yLy4XxFQt6dCPsFvzn3XKxwVlMpiWK9W { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:47.750000953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASVmsGrHKBcdvNVSZfrB94858PCcsicT { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:"lato bold";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:50.312500953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqB8kgBJfziesumH4lbHuGt5oREC0QnN { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:41.187500953674rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gv8CuDJMn6EMLT6Ev6ogNl3vfbpUurCw { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.41250038147rem;left:41.187500953674rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncB7z6cSrVUmHRtq8cMVEVInx7ZCqkiC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.712501525879rem;left:50.656250953674rem;display:block; }
#brMvbNSCOQLS6ZgyIOK3OHgUMDtWf6AX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qX6n0JnilQqJg9g6ASrplSyZOgy1sInN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:34.1875rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW { border-top:0;border-left:0;border-right:0;border-bottom:0;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW.adaptive-delivery-prevent-bg, #MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW.lazyload, #MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW.lazyloading { background-image: none; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row .container { background-color: transparent; background-image: none; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row .container > .video-iframe-container { display: none; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row > .video-iframe-container { display: none; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .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); }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row .container { border-width: 0; border-radius: 0; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#ao3kMMrXFdxTXb7qzJgByUow3kbolKSc { color:rgba(var(--color-primary-4),1);display:block;width:37.3125rem;position:absolute;font-family:"lato bold";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATM9sX4PzhOOAqnZ2G8dsDESJDbLgXcL { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.975002288818rem;left:0rem;height:14.29785rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCtGoNiSJTNPXT8FGeiNy79SXPEP9Lnm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:36.5625rem;top:8.125rem;left:0rem;overflow:hidden;display:block; }
#I4CwfKbAXtM9dtEgJfeAW7NOQOlxFOse { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:29.5625rem;top:9.0609376430513rem;left:41.736718177796rem;overflow:hidden;display:block; }
#q8snWOVaZNvhk65SbWHWlycnF7EUWIsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:43.248439073563rem;left:68.437500953675rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row .container { background-color: transparent; background-image: none; }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row .container > .video-iframe-container { display: none; }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row > .video-iframe-container { display: none; }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .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); }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row .container { border-width: 0; border-radius: 0; }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#zxnJaqUBInWTpDHQWwuzWuGoUpv2FBFc { color:rgba(var(--color-tertiary-0),1);display:block;width:52.125rem;position:absolute;font-family:"lato bold";font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6804695129394rem;left:11.436718940735rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e3e34454-dd8f-44d9-80fe-ed96ec7fa977/linetext.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv.adaptive-delivery-prevent-bg, #iyRv3HaHTrF2tdGND27cw6zcAyUuThdv.lazyload, #iyRv3HaHTrF2tdGND27cw6zcAyUuThdv.lazyloading { background-image: none; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container { background-color: transparent; background-image: none; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container > .video-iframe-container { display: none; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row > .video-iframe-container { display: none; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .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); }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container { border-width: 0; border-radius: 0; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB { position:relative;display:block; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB { background-color: transparent; background-image: none; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .row .container > .video-iframe-container { display: none; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .row > .video-iframe-container { display: none; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .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); }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB { border-width: 0; border-radius: 0; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .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; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u5ibK3OBhT9pwMpbQhEEBQ9A3DoqUyCG { color:rgba(var(--color-primary-4),1);display:block;width:63.5625rem;position:absolute;font-family:"lato bold";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:5.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF { position:relative;display:block; }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF { background-color: transparent; background-image: none; }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .row .container > .video-iframe-container { display: none; }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .row > .video-iframe-container { display: none; }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .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); }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF { border-width: 0; border-radius: 0; }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .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; }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;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; }#mRFxmpFlTeL8v73n8SR7xiSBLyJbZrk7 { position:absolute;display:block;z-index:15005;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;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: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:8.9375rem;width:11.5rem;top:0rem;left:0.25rem;display:block; }
#S6zBRtRQ7WVMzQX9AJ15JAeDC0lOrUln { position:absolute;display:block;z-index:15006;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;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: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:8.9375rem;width:11.5rem;top:0rem;left:12.75rem;display:block; }
#VFbLVxuO8fcEurspWErhxZyMadQe7gnh { position:absolute;display:block;z-index:15007;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;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: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:8.9375rem;width:11.5rem;top:0rem;left:25.3125rem;display:block; }
#CKRTiFcoTuOlKeC31VlcR4pP0LUyBTdg { position:absolute;display:block;z-index:15008;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;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: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:8.9375rem;width:11.5rem;top:0rem;left:38.0625rem;display:block; }
#WEkTnDD5DdixLF0TQr7Ad4UVSisIqTF2 { position:absolute;display:block;z-index:15009;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;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: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:8.9375rem;width:11.5rem;top:0rem;left:50.6875rem;display:block; }
#BuJ6Ln9TonX6zLVsUrxKTwms5GDJXp9c { position:absolute;display:block;z-index:15010;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;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: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:8.9375rem;width:11.5rem;top:0rem;left:63.1875rem;display:block; }
#LTKm46frpqeto3hCcaJ8fqIoe3cUmmUX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.2867183685303rem;left:1.15625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JC0kgyPSA8CqhMFXfAhAM4FxAbTtT5nP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.28515625rem;left:13.655468940735rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfVAAlB43fkWWruqpzg6hRz3iP9OvWxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.28515625rem;left:26.218750953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPepDg3g2tzh2JZK6I3mRrX2ctUTAVGo { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.28515625rem;left:38.968750953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWLt6kTs56GXTycDM8lQ3KsrhI2plyeL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.28515625rem;left:51.593750953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgx5VWEQLUHwVqGWMPXdUNPtTMlKWKNR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.28515625rem;left:64.093750953675rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGJJZBFpSOq0AvOf1P4iePDsOVDriXXt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:1.8351564407349rem;left:4.21875rem;overflow:hidden;display:block; }
#Dl9hSW3dOJXSeDThus0pVrldONsA5Rox { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.1875rem;top:2.4914064407349rem;left:15.905468940735rem;overflow:hidden;display:block; }
#VyLu4xfr15ULtEJuJcB4X04aJFaPQ1Mw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:2.1476564407349rem;left:29.125000953674rem;overflow:hidden;display:block; }
#esWtFrHIXtaaCU0IwMTl5PTZl7R2E6sH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.5rem;top:2.1476564407349rem;left:42.562500953674rem;overflow:hidden;display:block; }
#enwthPT1wyOTEewZmSPXLhKRgeRioOR5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.125rem;top:2.1789064407349rem;left:54.875000953674rem;overflow:hidden;display:block; }
#g3TexkHATIy9QJvLzvEsrrFOH9rFhoLt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.625rem;top:2.3351564407349rem;left:67.125000953675rem;overflow:hidden;display:block; }
#XQ917rbLx8NAkl1pLy3uEnn95RPiyQQI { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5304698944092rem;left:8.999218940735rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ { position:relative;display:block; }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ { background-color: transparent; background-image: none; }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .row .container > .video-iframe-container { display: none; }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .row > .video-iframe-container { display: none; }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .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); }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ { border-width: 0; border-radius: 0; }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .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; }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TqT3wlicIGfH7stx0Brn7ybxEcfSfJ5f { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:38.75rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uirShRVzfkIlm4hJ1sDgSV43ui4OIOCc { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.75rem;left:38.75rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JenVpz3VClKhoGnpiL8No0Ar8KN9cMdy { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.6875rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMv4bt6PTDxkXm4xKKOrT9TJpgWxSd4q { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.825000762939rem;left:52.625000953674rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqnthFUny1BtgVhneecbAtZeKANo4iU7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.625rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnsTlQTiEM31F6LVASuLDInp5x5A2oMz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6875rem;left:38.75rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NfRTU4tyIz7HE5tGfBgNfTTMZesFgy8N { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.6875rem;left:38.750000953674rem;display:block; }
#H9ksaG34IqGJGPgQ4WAddmUDAO3tTZk9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ugKgebUQ9kWqN28AwSyiXTVkC7ll8wzW { position:absolute;display:block;z-index:15009;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:29.25rem;width:32.75rem;top:9.9992160797119rem;left:0rem;overflow:hidden;display:block; }
#mq9yyZUZXkz0yiurILRrXFZUixxL1cCk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:14.4375rem;top:0rem;left:18.425000190735rem;overflow:hidden;display:block; }
#c20TJwib67nPmF3CDJnb5KziMdHX34ly { 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; }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row .container { background-color: transparent; background-image: none; }#c20TJwib67nPmF3CDJnb5KziMdHX34ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row .container > .video-iframe-container { display: none; }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row > .video-iframe-container { display: none; }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .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); }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row .container { border-width: 0; border-radius: 0; }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#TZNSfGvhglsdNkxdDn2UCxD5yk50Gyu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875019073486rem;left:0rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGndwrSgN05lZQlQ92peuJy8ZaNfnnp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C0ccik33watWi41tokng9g0xl1FcnLVS { color:rgba(var(--color-tertiary-4),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8250007629394rem;left:13.249218940735rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jrf0oEgpuEolgTS5RRbR94CsVIXFUpxV { position:absolute;display:block;z-index:15010;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:31.8125rem;width:63.75rem;top:12.775000572204rem;left:5.625rem;overflow:hidden;display:block; }
#mBWFymodmWuqKPy5qG4RHd0t6IWlWtc5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.4375rem;width:31.4375rem;top:11.312500476837rem;left:27.849999427796rem;display:block; }
#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c17455cf-9fa3-46ce-a3db-b4d660049eba/siciman1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp.adaptive-delivery-prevent-bg, #c70iINOqcMpOzuAJZx38UXCR2JkwOQtp.lazyload, #c70iINOqcMpOzuAJZx38UXCR2JkwOQtp.lazyloading { background-image: none; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row .container { background-color: transparent; background-image: none; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row .container > .video-iframe-container { display: none; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row > .video-iframe-container { display: none; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .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); }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row .container { border-width: 0; border-radius: 0; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#dxHnx5yx9BqX2vyZTu0XZxLeQe9PMPaU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1249980926514rem;left:0rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I739oWF9EygvCNTuTem99QQmPQk4FH4k { position:absolute;display:block;z-index:15006;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:18.0625rem;width:21.1875rem;top:6.375rem;left:0.32500076293945rem;display:block; }
#SdbtbDyiPeryXkm4nHgxWm3EXckyCTHE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.898435592651rem;left:5.23046875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxhvs9Bbumhaa0gql2t87gmncAH30T1n { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.26171875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w1GOd4ptvyMuIQX2CyO9qnicvDN7KrbR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.256249427796rem;left:2.26171875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfT6TnHh1lU6XGoO3Hi1m6k21eb6A7kr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:6.375rem;left:0.32500076293945rem;display:block; }
#wJyBbB6oI4Eew49CbahSUkBwhpxtLcpg { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:3.75rem;width:0.375rem;top:6.375rem;left:0rem;display:block; }
#UqlkJicbDPBhmvDzagqnzIiaQpudpR2Z { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:18.193749427796rem;left:2.26171875rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UqlkJicbDPBhmvDzagqnzIiaQpudpR2Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UqlkJicbDPBhmvDzagqnzIiaQpudpR2Z li:before{  }
#x5uDHuBM36Ix7fGkn7stU6xuehil3Qk0 { position:absolute;display:block;z-index:15007;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:8.75rem;width:26.5rem;top:6.375rem;left:48.500000953674rem;display:block; }
#SQrgsUT1NZbykcdsVAC2e4T0dXOnOTD1 { position:absolute;display:block;z-index:15008;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:8.75rem;width:26.5rem;top:15.737500190735rem;left:48.500000953674rem;display:block; }
#e2l3nTx9QeFLhNrw9V9GTeGzA5GDArFf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:7.2117156982425rem;left:9.137499809265rem;overflow:hidden;display:block; }
#lZeuNPk24HvwaJz0N3s0APCrUunVp0bD { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:6.3750009536744rem;left:48.500000953674rem;display:block; }
#Zrre38yn8aeTT8CDwbptJMgP2MWMMJOd { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:3.75rem;width:0.375rem;top:6.3750009536744rem;left:48.175000190735rem;display:block; }
#Iv85SyTAVupNSUCmFcySQKER8dyeGUhu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:7.8125rem;left:52.9375rem;overflow:hidden;display:block; }
#AzGvz6kkNzxFA3vOQlR2xi7rh1NRqTOM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:49.75rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPJcVVmONDzSZALxDWyxrIzzluVG5Ka8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.449999809265rem;left:60.312500953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zr2EUTJTBJBwZ4hQXeT6OL4hTKonVOKu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.625rem;top:17.306246757507rem;left:53.437500953674rem;overflow:hidden;display:block; }
#Lhp8F401T1OhcOvSSIFTwTwtsOouFbU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.356250047684rem;left:49.750000953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEX2KScXTAkXD1C1sNM6cvcxbWyxHIbi { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:15.537500619888rem;left:48.500000953674rem;display:block; }
#adlS7bpXbENfvIWyS1b7o9DGx1NeaUF5 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:3.75rem;width:0.375rem;top:15.537500619888rem;left:48.175000190735rem;display:block; }
#ElVTdZPV1OBAu0veTtys6VV0IfUh64l2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.556249856949rem;left:60.312500953674rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNoRolQyACeSoqQqkNSlPAg7K2TmTU1U { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:10.1865234375rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/24089eb0-3b0c-4ebf-97f9-f4604d788a6f/ChronicDiseaseManagementBG11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt.adaptive-delivery-prevent-bg, #wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt.lazyload, #wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt.lazyloading { background-image: none; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row .container { background-color: transparent; background-image: none; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row .container > .video-iframe-container { display: none; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row > .video-iframe-container { display: none; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .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); }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row .container { border-width: 0; border-radius: 0; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:75rem;position:relative;display:block; }#NRVy1oTfwyK5pSTqgsPnKPRLg0EV3BFK { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1226577758789rem;left:44.562500953674rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L08ANrlfTxpTHKkOoVwL0fbKXn1qBZ8u { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6874985694885rem;left:33.937500953674rem;height:2.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ebgi69NiriJ283bLC6Le2wOA9TSzBeNp { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0867176055906rem;left:70.436722755431rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx { position:relative;display:block; }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx { background-color: transparent; background-image: none; }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .row .container > .video-iframe-container { display: none; }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .row > .video-iframe-container { display: none; }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .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); }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx { border-width: 0; border-radius: 0; }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .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; }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.3125rem;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; }#rMP0STo14ZfNEkJwTb68hAlnoUqUbWqi { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cWSCT99z1lIdRQ4lGFH9Z7tlKglnE4lw { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:4.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#maCSMTXgdg5zS8et8H7iMAdtC106psOS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3rem;height:2.4875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8rem;left:50.25rem;display:block; }
#vUBwei1APCZgpDbnvK0VAV97ZK3uFLqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/abb5efda-bf19-4fda-9914-b029ac6c5675/photo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ.adaptive-delivery-prevent-bg, #L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ.lazyload, #L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ.lazyloading { background-image: none; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container { background-color: transparent; background-image: none; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container > .video-iframe-container { display: none; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row > .video-iframe-container { display: none; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .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); }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container { border-width: 0; border-radius: 0; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 { 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; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row .container { background-color: transparent; background-image: none; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row .container > .video-iframe-container { display: none; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row > .video-iframe-container { display: none; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .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); }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row .container { border-width: 0; border-radius: 0; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#poI57AFUxiQqkvCRmSrPMsLtz5S7yTva { color:rgba(var(--color-primary-4),1);display:block;width:37.3125rem;position:absolute;font-family:"lato bold";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b00M0cyf8AZXKN7zKw0KAM3TAl4PR7Id { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#szoGaqbH8kspkWLgBELz9DHTtPCVo9Ww { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.21) ;height:24rem;width:23.375rem;top:16.125rem;left:1.375rem;display:block; }
#IPGWA2HFKVTZmsg4kp5MhkzH1hUVkMrI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.375rem;left:3.6875rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWqicbrv4hilKHc9KZTQMwRpEb6hS752 { position:absolute;display:block;z-index:15012;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:32.875rem;width:41.9375rem;top:12.8375rem;left:32.938360273306rem;overflow:hidden;display:block; }
#kz2OCXV74yB8cWsAJBow811aESrACots { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:18rem;top:18rem;left:4.0625rem;overflow:hidden;display:block; }
#esp7kMse2mXs60kTyllynFD1AVFQgfp1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31rem;left:3.6875rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggRlCX3TSZ3zQ0J88banKTXgsJy2fi1H { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.96249961853rem;left:8.967968940735rem;display:block; }
#zH5RdHSAJBiQyU9ZdU2ymQl5GUsmivbO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TugJ499BPAiiLVkaRt2ygopAodW3tcPR { position:relative;display:block; }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR { background-color: transparent; background-image: none; }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .row .container > .video-iframe-container { display: none; }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .row > .video-iframe-container { display: none; }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .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); }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR { border-width: 0; border-radius: 0; }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .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; }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;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; }#LtdU3XDVOUdqhlzZeQRamR8VZatJXymK { color:rgba(var(--color-primary-4),1);display:block;width:37.3125rem;position:absolute;font-family:"lato bold";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:18.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVKTERf4xgKuFU6OVgu36cQzwMue2hIk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:8.7119140625rem;left:32.59375rem;display:block; }
#aLN9TqaQaCNwCuiJrT3HRp6SkHSSo1cQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz { position:relative;display:block; }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz { background-color: transparent; background-image: none; }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .row .container > .video-iframe-container { display: none; }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .row > .video-iframe-container { display: none; }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .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); }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz { border-width: 0; border-radius: 0; }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .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; }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ifoqyyTJ8sUFPRfbPhClgtSnpXVsNaZK { color:rgba(var(--color-primary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAdXtkEuwNb92zpq9H9XmNERvFCfHbZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3749732971191rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gyO4gbAeDh7eSE13QIwyiaabzTRBTL3n { color:rgba(var(--color-primary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.3734378814697rem;left:0.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBDWwxOishC95tcbDdy6AintrFBO5so4 { color:rgba(var(--color-primary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8851566314697rem;left:0.625rem;height:9.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtN5cnRcXPDsbbTSDx30o1bidwVf4gh8 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.8031253814697rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gng9dHl6aEW05xLq0iH80TcHRUyAROpe { position:relative;display:block; }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe { background-color: transparent; background-image: none; }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .row .container > .video-iframe-container { display: none; }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .row > .video-iframe-container { display: none; }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .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); }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe { border-width: 0; border-radius: 0; }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .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; }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;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; }#an7QbCnkNVXUMJHfltPzn84tPJ27fmgH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.9375rem;top:3.9375rem;left:5.0304679870606rem;overflow:hidden;display:block; }
#MJCELPhkfZpkiPZ9QFqpT29Z41bcAGoM { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;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:9.375rem;width:0.125rem;top:1.46875rem;left:17.099999427796rem;display:block; }
#UQ36PFTIvQRh0o917Tmex0GTHvBMGTek { color:rgba(var(--color-primary-4),1);display:block;width:4.75rem;position:absolute;font-family:"lato bold";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.2250003814698rem;left:20.686718940735rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wynxBEPe5Tk1pbIXTea9TSRoCyJaZnWR { color:rgba(var(--color-primary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:3.9375rem;left:20.686718940735rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeJ0XPsda8pffVTstLsBvmqTcLuISOzS { color:rgba(var(--color-primary-4),1);display:block;width:4.75rem;position:absolute;font-family:"lato bold";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2250003814698rem;left:28.624218940735rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6ALWgKua2kfHprpmI2okLJeKMdRrNZp { color:rgba(var(--color-primary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:3.9375rem;left:28.717968940735rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JW1Ns6GGyhMGi7ufoTGVcnuJZpD02bUV { color:rgba(var(--color-primary-4),1);display:block;width:4.75rem;position:absolute;font-family:"lato bold";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2250003814698rem;left:35.999218940735rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6B6dn0deOmM8lxIczT3VRDiLO8w3MoJ { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:3.79296875rem;left:36.092968940735rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAcclNgXhdKh6q16XLS0LBDtBIq1gBRC { color:rgba(var(--color-primary-4),1);display:block;width:18.4375rem;position:absolute;font-family:"lato bold";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.224609375rem;left:54.2802734375rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-form-header {  }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-regular-label { display:block;width:10.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-text {padding-top: 0; padding-bottom: 0;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:10.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:10.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-select {padding-top: 0; padding-bottom: 0;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.1875rem;width:9.375rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;overflow:hidden; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#5c5c5c; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#5c5c5c; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#5c5c5c; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#5c5c5c; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:20.625rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:4.25rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-container:first-of-type{padding-top:0;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-container:last-of-type{padding-bottom:0;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:22.75rem;height:auto;box-shadow: none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;left:49.75rem;top:3.1875rem;z-index:15018;position:absolute;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .radio-container { width:11.5rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:22.75rem;height:auto;box-shadow: none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;left:49.75rem;top:3.1875rem;z-index:15018;position:absolute;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #nLaBWO9Etwvlf2EWv655Q9uqSvWG5bXC { position:relative; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #D0IV9QkGtDs6tlgIOBTPcSTwvzkla9GV { position:relative;display:none; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #HJrhckSO23zP5Z3gdaqFe5eOmuxfzVtm { position:relative; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #fdfoTIk21AAfHeItVS7bTQ1Ea4Qg6A21 { position:relative; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #FQEsWzM0ykrq7GVXDm8rAE2ObX77BrAP { position:relative; }
#UoxdBwoAakJBTXPmd6yFsEZCGOo1e2K7 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3rem;width:22.1875rem;top:4.3296890258789rem;left:51.712498664856rem;display:block; }
#tvLuGr1cmM39TBwacfkl5bf2SwqBAGrE { color:rgba(var(--color-primary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5226745605469rem;left:51.905468940735rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rc3bfJ8ka5uKkGoUXe3y810XDOPlCZpv { 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:15016;opacity:1;top:9.6289081573488rem;left:60.849999427796rem; }
#Rc3bfJ8ka5uKkGoUXe3y810XDOPlCZpv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#fmghviut7uJLZbnLEnXuNPOEcNTmeVif { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.8937511444094rem;left:56.912499427796rem; }
#fmghviut7uJLZbnLEnXuNPOEcNTmeVif > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#cipV5uWXAoFNkJ68xoDdco9C77m3O3wy { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.8312511444094rem;left:58.962502479553rem; }
#cipV5uWXAoFNkJ68xoDdco9C77m3O3wy > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#JMhKhpGkxkTlpnU6ig5PqH2hPw1oNX7T { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.5812511444094rem;left:63.099999427794rem; }
#JMhKhpGkxkTlpnU6ig5PqH2hPw1oNX7T > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#Jc9kvhV2PIwkIwxSwnKlw7Z8UaFpRZXX { color:rgba(var(--color-primary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:11.7958984375rem;left:20.6865234375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 { display:block; }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai3Kv1afQGR03uXOLvfT9w4aoLTeQ3R0 { width:7.3125rem;height:5.3125rem;top:0.5rem;left:20.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6MHS9DwnrHCFJTECmsPE1Nf81eCogHp { width:17.875rem;height:3.25rem;top:3.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5vkh2uix5czPadCyhFVMcTKkMIxgrE { width:28.3125rem;height:3.25rem;top:3.875rem;left:19.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #seuOenDT6wHVmiBykBFg5x6W4KhSJ4hP { width:5.9375rem;height:5.25rem;top:2.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1MbPmN8yHsh39tfATbVIof6sBHM6HV { width:47.75rem;height:2.1875rem;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcb9WxEw0TokMwTDEnoraOpETMBJh4OC { display:block; }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLy4XxFQt6dCPsFvzn3XKxwVlMpiWK9W { width:14.875rem;height:1.625rem;top:2.8125rem;left:32.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVmsGrHKBcdvNVSZfrB94858PCcsicT { width:9.75rem;height:3.25rem;top:4.4375rem;left:36.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqB8kgBJfziesumH4lbHuGt5oREC0QnN { width:28rem;height:5.8125rem;top:8.625rem;left:19.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv8CuDJMn6EMLT6Ev6ogNl3vfbpUurCw { width:28rem;height:1.25rem;top:16.375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncB7z6cSrVUmHRtq8cMVEVInx7ZCqkiC { width:8.1875rem;height:2.5625rem;top:18.6875rem;left:37.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #brMvbNSCOQLS6ZgyIOK3OHgUMDtWf6AX { display:block; }
 }@media only screen and (max-width: 763px) { #qX6n0JnilQqJg9g6ASrplSyZOgy1sInN { width:34.1875rem;height:21.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW { display:block; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ao3kMMrXFdxTXb7qzJgByUow3kbolKSc { width:37.3125rem;height:3.25rem;top:3.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATM9sX4PzhOOAqnZ2G8dsDESJDbLgXcL { width:28rem;height:15.5625rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCtGoNiSJTNPXT8FGeiNy79SXPEP9Lnm { width:36.5625rem;height:8.75rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4CwfKbAXtM9dtEgJfeAW7NOQOlxFOse { width:29.5625rem;height:34.1875rem;top:9rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8snWOVaZNvhk65SbWHWlycnF7EUWIsQ { width:6.5625rem;height:0.9375rem;top:43.1875rem;left:41.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc { display:block; }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxnJaqUBInWTpDHQWwuzWuGoUpv2FBFc { width:47.75rem;height:4.375rem;top:1.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyRv3HaHTrF2tdGND27cw6zcAyUuThdv { display:block; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruwk2UdiEIoZCtDdEBhumytT73LIuAKB { display:block; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5ibK3OBhT9pwMpbQhEEBQ9A3DoqUyCG { width:47.75rem;height:3.25rem;top:6.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFX5kx736RF4aeFl4v9IiaSgbXixg2BF { display:block; }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRFxmpFlTeL8v73n8SR7xiSBLyJbZrk7 { width:11.5rem;height:8.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6zBRtRQ7WVMzQX9AJ15JAeDC0lOrUln { width:11.5rem;height:8.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFbLVxuO8fcEurspWErhxZyMadQe7gnh { width:11.5rem;height:8.9375rem;top:0rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKRTiFcoTuOlKeC31VlcR4pP0LUyBTdg { width:11.5rem;height:8.9375rem;top:0rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkTnDD5DdixLF0TQr7Ad4UVSisIqTF2 { width:11.5rem;height:8.9375rem;top:0rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuJ6Ln9TonX6zLVsUrxKTwms5GDJXp9c { width:11.5rem;height:8.9375rem;top:0rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKm46frpqeto3hCcaJ8fqIoe3cUmmUX { width:9.6875rem;height:1.25rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0kgyPSA8CqhMFXfAhAM4FxAbTtT5nP { width:9.6875rem;height:1.25rem;top:5.25rem;left:0.030468940734863rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfVAAlB43fkWWruqpzg6hRz3iP9OvWxJ { width:9.6875rem;height:2.5625rem;top:5.25rem;left:12.593750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPepDg3g2tzh2JZK6I3mRrX2ctUTAVGo { width:9.6875rem;height:2.5625rem;top:5.25rem;left:25.343750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWLt6kTs56GXTycDM8lQ3KsrhI2plyeL { width:9.6875rem;height:2.5625rem;top:5.25rem;left:37.968750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgx5VWEQLUHwVqGWMPXdUNPtTMlKWKNR { width:9.6875rem;height:2.5625rem;top:5.25rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGJJZBFpSOq0AvOf1P4iePDsOVDriXXt { width:3.5625rem;height:3.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl9hSW3dOJXSeDThus0pVrldONsA5Rox { width:5.1875rem;height:2.1875rem;top:2.4375rem;left:2.2804689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyLu4xfr15ULtEJuJcB4X04aJFaPQ1Mw { width:3.875rem;height:2.875rem;top:2.125rem;left:15.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWtFrHIXtaaCU0IwMTl5PTZl7R2E6sH { width:2.5rem;height:2.875rem;top:2.125rem;left:28.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwthPT1wyOTEewZmSPXLhKRgeRioOR5 { width:3.125rem;height:2.8125rem;top:2.125rem;left:41.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3TexkHATIy9QJvLzvEsrrFOH9rFhoLt { width:3.625rem;height:2.5rem;top:2.3125rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ917rbLx8NAkl1pLy3uEnn95RPiyQQI { width:0.625rem;height:0.8125rem;top:5.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ { display:block; }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqT3wlicIGfH7stx0Brn7ybxEcfSfJ5f { width:24.625rem;height:1.75rem;top:6.6875rem;left:23.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uirShRVzfkIlm4hJ1sDgSV43ui4OIOCc { width:33.3125rem;height:3.875rem;top:12.75rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JenVpz3VClKhoGnpiL8No0Ar8KN9cMdy { width:14.1875rem;height:1.4375rem;top:10.6875rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMv4bt6PTDxkXm4xKKOrT9TJpgWxSd4q { width:1.125rem;height:0.8125rem;top:10.8125rem;left:39.000000953674rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqnthFUny1BtgVhneecbAtZeKANo4iU7 { width:14.1875rem;height:1.4375rem;top:18.625rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnsTlQTiEM31F6LVASuLDInp5x5A2oMz { width:33.3125rem;height:2.5625rem;top:20.6875rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfRTU4tyIz7HE5tGfBgNfTTMZesFgy8N { width:8.375rem;height:2.5625rem;top:25.6875rem;left:25.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ksaG34IqGJGPgQ4WAddmUDAO3tTZk9 { display:block; }
 }@media only screen and (max-width: 763px) { #ugKgebUQ9kWqN28AwSyiXTVkC7ll8wzW { width:32.75rem;height:29.25rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq9yyZUZXkz0yiurILRrXFZUixxL1cCk { width:14.4375rem;height:22.75rem;top:0rem;left:4.8000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #c20TJwib67nPmF3CDJnb5KziMdHX34ly { display:block; }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZNSfGvhglsdNkxdDn2UCxD5yk50Gyu6 { width:13.4375rem;height:1.4375rem;top:3.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGndwrSgN05lZQlQ92peuJy8ZaNfnnp4 { width:46.75rem;height:2.5625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ccik33watWi41tokng9g0xl1FcnLVS { width:1.125rem;height:0.8125rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrf0oEgpuEolgTS5RRbR94CsVIXFUpxV { width:47.75rem;height:23.82818627451rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBWFymodmWuqKPy5qG4RHd0t6IWlWtc5 { width:31.4375rem;height:31.4375rem;top:11.3125rem;left:14.224999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70iINOqcMpOzuAJZx38UXCR2JkwOQtp { display:block; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxHnx5yx9BqX2vyZTu0XZxLeQe9PMPaU { width:24.625rem;height:1.75rem;top:3.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I739oWF9EygvCNTuTem99QQmPQk4FH4k { width:21.1875rem;height:18.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdbtbDyiPeryXkm4nHgxWm3EXckyCTHE { width:11.375rem;height:1.25rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhvs9Bbumhaa0gql2t87gmncAH30T1n { width:15.4375rem;height:2.5625rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1GOd4ptvyMuIQX2CyO9qnicvDN7KrbR { width:14.5rem;height:1.25rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfT6TnHh1lU6XGoO3Hi1m6k21eb6A7kr { width:3.75rem;height:3.75rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJyBbB6oI4Eew49CbahSUkBwhpxtLcpg { width:0.375rem;height:3.75rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqlkJicbDPBhmvDzagqnzIiaQpudpR2Z { width:17.125rem;height:5.3125rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }#UqlkJicbDPBhmvDzagqnzIiaQpudpR2Z li:before{  }
 }@media only screen and (max-width: 763px) { #x5uDHuBM36Ix7fGkn7stU6xuehil3Qk0 { width:26.5rem;height:8.75rem;top:6.375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrgsUT1NZbykcdsVAC2e4T0dXOnOTD1 { width:26.5rem;height:8.75rem;top:15.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2l3nTx9QeFLhNrw9V9GTeGzA5GDArFf { width:3.5625rem;height:3.5rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZeuNPk24HvwaJz0N3s0APCrUunVp0bD { width:3.75rem;height:3.75rem;top:6.375rem;left:34.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrre38yn8aeTT8CDwbptJMgP2MWMMJOd { width:0.375rem;height:3.75rem;top:6.375rem;left:34.550000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv85SyTAVupNSUCmFcySQKER8dyeGUhu { width:3.875rem;height:2.875rem;top:7.8125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGvz6kkNzxFA3vOQlR2xi7rh1NRqTOM { width:11.375rem;height:2.5625rem;top:11.125rem;left:36.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPJcVVmONDzSZALxDWyxrIzzluVG5Ka8 { width:13.3125rem;height:2.5625rem;top:9.4375rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr2EUTJTBJBwZ4hQXeT6OL4hTKonVOKu { width:3.625rem;height:2.5rem;top:17.25rem;left:39.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhp8F401T1OhcOvSSIFTwTwtsOouFbU0 { width:11.375rem;height:2.5625rem;top:20.3125rem;left:36.125000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEX2KScXTAkXD1C1sNM6cvcxbWyxHIbi { width:3.75rem;height:3.75rem;top:15.5rem;left:34.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #adlS7bpXbENfvIWyS1b7o9DGx1NeaUF5 { width:0.375rem;height:3.75rem;top:15.5rem;left:34.550000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElVTdZPV1OBAu0veTtys6VV0IfUh64l2 { width:13.3125rem;height:5.1875rem;top:17.5rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNoRolQyACeSoqQqkNSlPAg7K2TmTU1U { width:0.625rem;height:0.8125rem;top:13rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt { display:block; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRVy1oTfwyK5pSTqgsPnKPRLg0EV3BFK { width:30.4375rem;height:1.75rem;top:3.0625rem;left:17.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08ANrlfTxpTHKkOoVwL0fbKXn1qBZ8u { width:40.9375rem;height:2.5625rem;top:5.625rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebgi69NiriJ283bLC6Le2wOA9TSzBeNp { width:0.625rem;height:0.8125rem;top:7.0625rem;left:47.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx { display:block; }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMP0STo14ZfNEkJwTb68hAlnoUqUbWqi { width:30.4375rem;height:1.75rem;top:4.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSCT99z1lIdRQ4lGFH9Z7tlKglnE4lw { width:39.1875rem;height:2.875rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maCSMTXgdg5zS8et8H7iMAdtC106psOS { width:8.25rem;height:2.4375rem;top:8rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUBwei1APCZgpDbnvK0VAV97ZK3uFLqJ { display:block; }
 }@media only screen and (max-width: 763px) { #L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ { display:block; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLREsLQ96bJurT8sDUREK1n1boDs8HS2 { display:block; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poI57AFUxiQqkvCRmSrPMsLtz5S7yTva { width:37.3125rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00M0cyf8AZXKN7zKw0KAM3TAl4PR7Id { width:33.9375rem;height:1.9375rem;top:9.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szoGaqbH8kspkWLgBELz9DHTtPCVo9Ww { width:23.375rem;height:24rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPGWA2HFKVTZmsg4kp5MhkzH1hUVkMrI { width:18.8125rem;height:6.4375rem;top:21.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWqicbrv4hilKHc9KZTQMwRpEb6hS752 { width:41.9375rem;height:32.875rem;top:12.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz2OCXV74yB8cWsAJBow811aESrACots { width:18rem;height:2.625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esp7kMse2mXs60kTyllynFD1AVFQgfp1 { width:18.8125rem;height:5.1875rem;top:31rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggRlCX3TSZ3zQ0J88banKTXgsJy2fi1H { width:8.1875rem;height:2.5625rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH5RdHSAJBiQyU9ZdU2ymQl5GUsmivbO { display:block; }
 }@media only screen and (max-width: 763px) { #TugJ499BPAiiLVkaRt2ygopAodW3tcPR { display:block; }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtdU3XDVOUdqhlzZeQRamR8VZatJXymK { width:37.3125rem;height:3.25rem;top:4.4375rem;left:5.21875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVKTERf4xgKuFU6OVgu36cQzwMue2hIk { width:9.8125rem;height:2.5625rem;top:8.6875rem;left:18.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLN9TqaQaCNwCuiJrT3HRp6SkHSSo1cQ { display:block; }
 }@media only screen and (max-width: 763px) { #beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz { display:block; }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifoqyyTJ8sUFPRfbPhClgtSnpXVsNaZK { width:18.8125rem;height:1.25rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdXtkEuwNb92zpq9H9XmNERvFCfHbZ7 { width:0.625rem;height:0.8125rem;top:4.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyO4gbAeDh7eSE13QIwyiaabzTRBTL3n { width:47.75rem;height:1.125rem;top:4.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBDWwxOishC95tcbDdy6AintrFBO5so4 { width:47.75rem;height:10.1875rem;top:5.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtN5cnRcXPDsbbTSDx30o1bidwVf4gh8 { width:0.625rem;height:0.8125rem;top:5.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gng9dHl6aEW05xLq0iH80TcHRUyAROpe { display:block; }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an7QbCnkNVXUMJHfltPzn84tPJ27fmgH { width:8.9375rem;height:4.4375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJCELPhkfZpkiPZ9QFqpT29Z41bcAGoM { width:0.125rem;height:9.375rem;top:1.4375rem;left:3.4749994277954rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ36PFTIvQRh0o917Tmex0GTHvBMGTek { width:4.75rem;height:1.125rem;top:2.1875rem;left:7.061718940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wynxBEPe5Tk1pbIXTea9TSRoCyJaZnWR { width:4.5625rem;height:6.25rem;top:3.9375rem;left:7.0615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeJ0XPsda8pffVTstLsBvmqTcLuISOzS { width:4.75rem;height:1.125rem;top:2.1875rem;left:14.999218940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ALWgKua2kfHprpmI2okLJeKMdRrNZp { width:4.5625rem;height:4.6875rem;top:3.9375rem;left:15.092968940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW1Ns6GGyhMGi7ufoTGVcnuJZpD02bUV { width:4.75rem;height:1.125rem;top:2.1875rem;left:22.374218940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6B6dn0deOmM8lxIczT3VRDiLO8w3MoJ { width:15.5rem;height:4.6875rem;top:3.75rem;left:22.4677734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAcclNgXhdKh6q16XLS0LBDtBIq1gBRC { width:18.4375rem;height:1.125rem;top:2.1875rem;left:26.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-regular-label { display:block;width:10.875rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-text { width:10.875rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-text {padding-top: 0; padding-bottom: 0;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-textarea { width:10.875rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-select { width:10.875rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-select {padding-top: 0; padding-bottom: 0;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-checkbox-label { width:20.625rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-radio-label { width:4.25rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD  { width:22.75rem;height:auto;top:3.1875rem;left:22.5rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .radio-container { width:11.5rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD {display:inline-block;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD { width:22.75rem;height:auto;top:3.1875rem;left:22.5rem; }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #nLaBWO9Etwvlf2EWv655Q9uqSvWG5bXC {  }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #D0IV9QkGtDs6tlgIOBTPcSTwvzkla9GV { display:none; }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #HJrhckSO23zP5Z3gdaqFe5eOmuxfzVtm {  }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #fdfoTIk21AAfHeItVS7bTQ1Ea4Qg6A21 {  }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #FQEsWzM0ykrq7GVXDm8rAE2ObX77BrAP {  }
 }@media only screen and (max-width: 763px) { #UoxdBwoAakJBTXPmd6yFsEZCGOo1e2K7 { width:22.1875rem;height:3rem;top:4.3125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvLuGr1cmM39TBwacfkl5bf2SwqBAGrE { width:3.875rem;height:2.25rem;top:9.5rem;left:38.280468940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3bfJ8ka5uKkGoUXe3y810XDOPlCZpv { width:1.875rem;height:1.875rem;top:9.625rem;left:45.875rem;display:block; }
#Rc3bfJ8ka5uKkGoUXe3y810XDOPlCZpv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fmghviut7uJLZbnLEnXuNPOEcNTmeVif { width:1.4375rem;height:1.4375rem;top:9.875rem;left:43.287499427796rem;display:block; }
#fmghviut7uJLZbnLEnXuNPOEcNTmeVif > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #cipV5uWXAoFNkJ68xoDdco9C77m3O3wy { width:1.4375rem;height:1.4375rem;top:9.8125rem;left:45.337502479553rem;display:block; }
#cipV5uWXAoFNkJ68xoDdco9C77m3O3wy > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #JMhKhpGkxkTlpnU6ig5PqH2hPw1oNX7T { width:1.75rem;height:1.75rem;top:9.5625rem;left:46rem;display:block; }
#JMhKhpGkxkTlpnU6ig5PqH2hPw1oNX7T > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Jc9kvhV2PIwkIwxSwnKlw7Z8UaFpRZXX { width:28.5625rem;height:1.5625rem;top:11.75rem;left:7.0615234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 { display:block; }#pIsghfOLCdJsx5vxdme4kAsK0PvNmZn4 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai3Kv1afQGR03uXOLvfT9w4aoLTeQ3R0 { width:3.375rem;height:2.4375rem;top:0.6875rem;left:7.5312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6MHS9DwnrHCFJTECmsPE1Nf81eCogHp { width:17.875rem;height:2.6rem;top:0.6875rem;left:1.0617187619209rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5vkh2uix5czPadCyhFVMcTKkMIxgrE { width:13.875rem;height:4.798825rem;top:7.35000038147rem;left:3.0625000596046rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #seuOenDT6wHVmiBykBFg5x6W4KhSJ4hP { width:3.8125rem;height:3.375rem;top:3.5374999046326rem;left:8.0937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1MbPmN8yHsh39tfATbVIof6sBHM6HV { width:20rem;height:4.875rem;top:12.862501144409rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcb9WxEw0TokMwTDEnoraOpETMBJh4OC { display:block; }#bcb9WxEw0TokMwTDEnoraOpETMBJh4OC > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLy4XxFQt6dCPsFvzn3XKxwVlMpiWK9W { width:16.125rem;height:1.7871125rem;top:13.1826171875rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVmsGrHKBcdvNVSZfrB94858PCcsicT { width:9.75rem;height:2.925rem;top:15.345313072204rem;left:5.1250000596046rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqB8kgBJfziesumH4lbHuGt5oREC0QnN { width:20rem;height:6.9043125rem;top:18.582812309265rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv8CuDJMn6EMLT6Ev6ogNl3vfbpUurCw { width:13rem;height:2.6rem;top:26.90781211853rem;left:3.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncB7z6cSrVUmHRtq8cMVEVInx7ZCqkiC { width:8.1875rem;height:2.5625rem;top:31.0828125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brMvbNSCOQLS6ZgyIOK3OHgUMDtWf6AX { display:block; }
 }@media only screen and (max-width: 763px) { #qX6n0JnilQqJg9g6ASrplSyZOgy1sInN { width:20rem;height:10.745341614907rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW { display:block; }#MHIZqAtusyvG0JK8M0SBc2GrAZvnJJuW > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ao3kMMrXFdxTXb7qzJgByUow3kbolKSc { width:18.25rem;height:4.875rem;top:1.6874990463257rem;left:0.87421876192094rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATM9sX4PzhOOAqnZ2G8dsDESJDbLgXcL { width:20rem;height:20.79683125rem;top:13.7359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCtGoNiSJTNPXT8FGeiNy79SXPEP9Lnm { width:20rem;height:4.7863247863248rem;top:7.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4CwfKbAXtM9dtEgJfeAW7NOQOlxFOse { width:20rem;height:23.128964059197rem;top:35.7859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8snWOVaZNvhk65SbWHWlycnF7EUWIsQ { width:5.3125rem;height:0.975rem;top:58.426561355591rem;left:14.312500536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc { display:block; }#R2cpz4slhPm0IcX9hQmXMZcNR4cZoSgc > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxnJaqUBInWTpDHQWwuzWuGoUpv2FBFc { width:20rem;height:10.5615rem;top:1.4531221389771rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyRv3HaHTrF2tdGND27cw6zcAyUuThdv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3e34454-dd8f-44d9-80fe-ed96ec7fa977/linetext.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv.adaptive-delivery-prevent-bg, #iyRv3HaHTrF2tdGND27cw6zcAyUuThdv.lazyload, #iyRv3HaHTrF2tdGND27cw6zcAyUuThdv.lazyloading { background-image: none; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container { background-color: transparent; background-image: none; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container > .video-iframe-container { display: none; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row > .video-iframe-container { display: none; }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .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); }#iyRv3HaHTrF2tdGND27cw6zcAyUuThdv > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruwk2UdiEIoZCtDdEBhumytT73LIuAKB { display:block; }#ruwk2UdiEIoZCtDdEBhumytT73LIuAKB > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5ibK3OBhT9pwMpbQhEEBQ9A3DoqUyCG { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFX5kx736RF4aeFl4v9IiaSgbXixg2BF { display:block; }#CFX5kx736RF4aeFl4v9IiaSgbXixg2BF > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRFxmpFlTeL8v73n8SR7xiSBLyJbZrk7 { width:9.375rem;height:8.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6zBRtRQ7WVMzQX9AJ15JAeDC0lOrUln { width:9.375rem;height:8.9375rem;top:0.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFbLVxuO8fcEurspWErhxZyMadQe7gnh { width:9.375rem;height:8.9375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKRTiFcoTuOlKeC31VlcR4pP0LUyBTdg { width:9.375rem;height:8.9375rem;top:10.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkTnDD5DdixLF0TQr7Ad4UVSisIqTF2 { width:9.375rem;height:8.9375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuJ6Ln9TonX6zLVsUrxKTwms5GDJXp9c { width:9.375rem;height:8.9375rem;top:20.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKm46frpqeto3hCcaJ8fqIoe3cUmmUX { width:7.375rem;height:1.3rem;top:5.875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0kgyPSA8CqhMFXfAhAM4FxAbTtT5nP { width:6.9375rem;height:1.3rem;top:5.875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfVAAlB43fkWWruqpzg6hRz3iP9OvWxJ { width:8.5rem;height:2.6rem;top:15.937500953674rem;left:0.43671876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPepDg3g2tzh2JZK6I3mRrX2ctUTAVGo { width:7.625rem;height:2.6rem;top:16.0625rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWLt6kTs56GXTycDM8lQ3KsrhI2plyeL { width:8.625rem;height:3.59765625rem;top:25.375rem;left:0.37421876192093rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dgx5VWEQLUHwVqGWMPXdUNPtTMlKWKNR { width:7.8125rem;height:2.6rem;top:25.875001430511rem;left:11.406250536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGJJZBFpSOq0AvOf1P4iePDsOVDriXXt { width:3.5625rem;height:3.5rem;top:2.1125001907349rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl9hSW3dOJXSeDThus0pVrldONsA5Rox { width:5.1875rem;height:2.1875rem;top:2.90625rem;left:12.718750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyLu4xfr15ULtEJuJcB4X04aJFaPQ1Mw { width:3.875rem;height:2.875rem;top:12.125000953674rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWtFrHIXtaaCU0IwMTl5PTZl7R2E6sH { width:2.5rem;height:2.875rem;top:12.125000953674rem;left:14.062500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwthPT1wyOTEewZmSPXLhKRgeRioOR5 { width:3.125rem;height:2.8125rem;top:21.9375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3TexkHATIy9QJvLzvEsrrFOH9rFhoLt { width:3.625rem;height:2.5rem;top:22.093751430511rem;left:13.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ917rbLx8NAkl1pLy3uEnn95RPiyQQI { width:0.625rem;height:0.8125rem;top:6.0625rem;left:7.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ { display:block; }#fkZrSJ6Re9raz1ifldIouHwmUdTifTgZ > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqT3wlicIGfH7stx0Brn7ybxEcfSfJ5f { width:20rem;height:3.575rem;top:0.92500019073488rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uirShRVzfkIlm4hJ1sDgSV43ui4OIOCc { width:20rem;height:6.499rem;top:7.1492199897769rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JenVpz3VClKhoGnpiL8No0Ar8KN9cMdy { width:14.1875rem;height:1.4625rem;top:5.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMv4bt6PTDxkXm4xKKOrT9TJpgWxSd4q { width:1.125rem;height:0.8125rem;top:5.125rem;left:13.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqnthFUny1BtgVhneecbAtZeKANo4iU7 { width:14.1875rem;height:1.4625rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnsTlQTiEM31F6LVASuLDInp5x5A2oMz { width:20rem;height:5.2rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfRTU4tyIz7HE5tGfBgNfTTMZesFgy8N { width:8.3rem;height:2.4875rem;top:25.374999523163rem;left:5.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ksaG34IqGJGPgQ4WAddmUDAO3tTZk9 { display:block; }
 }@media only screen and (max-width: 763px) { #ugKgebUQ9kWqN28AwSyiXTVkC7ll8wzW { width:20rem;height:17.8625rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq9yyZUZXkz0yiurILRrXFZUixxL1cCk { width:11.5rem;height:18.125rem;top:29.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c20TJwib67nPmF3CDJnb5KziMdHX34ly { display:block; }#c20TJwib67nPmF3CDJnb5KziMdHX34ly > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZNSfGvhglsdNkxdDn2UCxD5yk50Gyu6 { width:13.4375rem;height:1.4625rem;top:2.5492191314698rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGndwrSgN05lZQlQ92peuJy8ZaNfnnp4 { width:20rem;height:6.499rem;top:4.4617195129394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ccik33watWi41tokng9g0xl1FcnLVS { width:1.125rem;height:0.8125rem;top:2.6234378814698rem;left:13.187500536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrf0oEgpuEolgTS5RRbR94CsVIXFUpxV { width:20rem;height:9.9803921568625rem;top:13.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBWFymodmWuqKPy5qG4RHd0t6IWlWtc5 { width:12.5rem;height:12.5rem;top:12.514842987061rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70iINOqcMpOzuAJZx38UXCR2JkwOQtp { display:block; }#c70iINOqcMpOzuAJZx38UXCR2JkwOQtp > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxHnx5yx9BqX2vyZTu0XZxLeQe9PMPaU { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I739oWF9EygvCNTuTem99QQmPQk4FH4k { width:20rem;height:18.4375rem;top:6.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdbtbDyiPeryXkm4nHgxWm3EXckyCTHE { width:11.375rem;height:1.3rem;top:10.597659301757rem;left:4.9054689407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhvs9Bbumhaa0gql2t87gmncAH30T1n { width:15.4375rem;height:2.6rem;top:12.6375rem;left:1.9367189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1GOd4ptvyMuIQX2CyO9qnicvDN7KrbR { width:14.5rem;height:1.3rem;top:15.956256103516rem;left:1.9367189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfT6TnHh1lU6XGoO3Hi1m6k21eb6A7kr { width:3.75rem;height:3.75rem;top:6.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJyBbB6oI4Eew49CbahSUkBwhpxtLcpg { width:0.375rem;height:3.75rem;top:6.075rem;left:-0.32499980926514rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqlkJicbDPBhmvDzagqnzIiaQpudpR2Z { width:17.125rem;height:5.3359375rem;top:17.893756103516rem;left:1.9367189407349rem;font-size:1rem;display:block; }#UqlkJicbDPBhmvDzagqnzIiaQpudpR2Z li:before{  }
 }@media only screen and (max-width: 763px) { #x5uDHuBM36Ix7fGkn7stU6xuehil3Qk0 { width:20rem;height:9.375rem;top:25.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrgsUT1NZbykcdsVAC2e4T0dXOnOTD1 { width:20rem;height:10.25rem;top:36.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2l3nTx9QeFLhNrw9V9GTeGzA5GDArFf { width:3.5625rem;height:3.5rem;top:6.9109375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZeuNPk24HvwaJz0N3s0APCrUunVp0bD { width:3.75rem;height:3.75rem;top:25.3875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrre38yn8aeTT8CDwbptJMgP2MWMMJOd { width:0.375rem;height:3.75rem;top:25.3875rem;left:-0.32500076293945rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv85SyTAVupNSUCmFcySQKER8dyeGUhu { width:3.875rem;height:2.875rem;top:30.15625rem;left:1.6429687142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGvz6kkNzxFA3vOQlR2xi7rh1NRqTOM { width:11.375rem;height:2.6rem;top:26.981250762939rem;left:6.6875000596044rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPJcVVmONDzSZALxDWyxrIzzluVG5Ka8 { width:13.3125rem;height:2.6rem;top:30.293750762939rem;left:6.6875000596044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr2EUTJTBJBwZ4hQXeT6OL4hTKonVOKu { width:3.625rem;height:2.5rem;top:41.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhp8F401T1OhcOvSSIFTwTwtsOouFbU0 { width:11.0625rem;height:2.3984375rem;top:37.5625rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gEX2KScXTAkXD1C1sNM6cvcxbWyxHIbi { width:3.75rem;height:3.75rem;top:36.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adlS7bpXbENfvIWyS1b7o9DGx1NeaUF5 { width:0.375rem;height:3.75rem;top:36.625rem;left:-0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElVTdZPV1OBAu0veTtys6VV0IfUh64l2 { width:13.0625rem;height:5.2rem;top:40.4375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNoRolQyACeSoqQqkNSlPAg7K2TmTU1U { width:0.625rem;height:0.8125rem;top:12.699999809265rem;left:1.2992187142372rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt { display:block; }#wobFZt5Xks0dBSnbGhqUHy3VByJ8tipt > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRVy1oTfwyK5pSTqgsPnKPRLg0EV3BFK { width:20rem;height:3.575rem;top:2.5625004768372rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L08ANrlfTxpTHKkOoVwL0fbKXn1qBZ8u { width:20rem;height:6.499rem;top:6.6375007629394rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ebgi69NiriJ283bLC6Le2wOA9TSzBeNp { width:0.625rem;height:0.8125rem;top:10.762500286102rem;left:16.374999582768rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx { display:block; }#F5tnM8XSNy3QT6IxTiTGWJrhiSmFsiGx > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMP0STo14ZfNEkJwTb68hAlnoUqUbWqi { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSCT99z1lIdRQ4lGFH9Z7tlKglnE4lw { width:20rem;height:7.3095625rem;top:4.2875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maCSMTXgdg5zS8et8H7iMAdtC106psOS { width:8.25rem;height:2.4375rem;top:12.85rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUBwei1APCZgpDbnvK0VAV97ZK3uFLqJ { display:block; }
 }@media only screen and (max-width: 763px) { #L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/abb5efda-bf19-4fda-9914-b029ac6c5675/photo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ.adaptive-delivery-prevent-bg, #L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ.lazyload, #L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ.lazyloading { background-image: none; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container { background-color: transparent; background-image: none; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container > .video-iframe-container { display: none; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row > .video-iframe-container { display: none; }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .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); }#L0gUP7uVWhJ4DqVBAFEKRtWTTZRoytbJ > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLREsLQ96bJurT8sDUREK1n1boDs8HS2 { display:block; }#XLREsLQ96bJurT8sDUREK1n1boDs8HS2 > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poI57AFUxiQqkvCRmSrPMsLtz5S7yTva { width:20rem;height:2.6rem;top:1.7367186546326rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00M0cyf8AZXKN7zKw0KAM3TAl4PR7Id { width:20rem;height:3.8984375rem;top:4.7249999046326rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szoGaqbH8kspkWLgBELz9DHTtPCVo9Ww { width:20rem;height:24rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPGWA2HFKVTZmsg4kp5MhkzH1hUVkMrI { width:18.8125rem;height:6.499rem;top:15.3125rem;left:0.59296876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWqicbrv4hilKHc9KZTQMwRpEb6hS752 { width:20rem;height:15.678092399404rem;top:36.899993896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz2OCXV74yB8cWsAJBow811aESrACots { width:18rem;height:2.625rem;top:12.125rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #esp7kMse2mXs60kTyllynFD1AVFQgfp1 { width:18.8125rem;height:5.199225rem;top:24.30624961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggRlCX3TSZ3zQ0J88banKTXgsJy2fi1H { width:8.1875rem;height:2.5625rem;top:32.836719512939rem;left:5.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH5RdHSAJBiQyU9ZdU2ymQl5GUsmivbO { display:block; }
 }@media only screen and (max-width: 763px) { #TugJ499BPAiiLVkaRt2ygopAodW3tcPR { display:block; }#TugJ499BPAiiLVkaRt2ygopAodW3tcPR > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtdU3XDVOUdqhlzZeQRamR8VZatJXymK { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVKTERf4xgKuFU6OVgu36cQzwMue2hIk { width:9.0625rem;height:2.5625rem;top:7.13671875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLN9TqaQaCNwCuiJrT3HRp6SkHSSo1cQ { display:block; }
 }@media only screen and (max-width: 763px) { #beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz { display:block; }#beGUMsP7yqtvz0uEB9a9AyDsgJc1fdPz > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifoqyyTJ8sUFPRfbPhClgtSnpXVsNaZK { width:18.8125rem;height:1.3rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdXtkEuwNb92zpq9H9XmNERvFCfHbZ7 { width:0.625rem;height:0.8125rem;top:3.7375001907349rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyO4gbAeDh7eSE13QIwyiaabzTRBTL3n { width:19rem;height:3.8984375rem;top:3.9875011444092rem;left:0.49921876192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBDWwxOishC95tcbDdy6AintrFBO5so4 { width:18.9375rem;height:23.3906125rem;top:8.85000038147rem;left:0.53046876192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtN5cnRcXPDsbbTSDx30o1bidwVf4gh8 { width:0.625rem;height:0.8125rem;top:8.66250038147rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gng9dHl6aEW05xLq0iH80TcHRUyAROpe { display:block; }#gng9dHl6aEW05xLq0iH80TcHRUyAROpe > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an7QbCnkNVXUMJHfltPzn84tPJ27fmgH { width:6.3125rem;height:3.0625rem;top:1.3179688453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJCELPhkfZpkiPZ9QFqpT29Z41bcAGoM { width:0.125rem;height:9.375rem;top:6.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQ36PFTIvQRh0o917Tmex0GTHvBMGTek { width:4.75rem;height:1.1375rem;top:2.1875rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wynxBEPe5Tk1pbIXTea9TSRoCyJaZnWR { width:4.5625rem;height:6.296875rem;top:3.8125rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeJ0XPsda8pffVTstLsBvmqTcLuISOzS { width:4.75rem;height:1.1375rem;top:2.1875rem;left:14.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ALWgKua2kfHprpmI2okLJeKMdRrNZp { width:4.5625rem;height:4.72265625rem;top:3.8125rem;left:14.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW1Ns6GGyhMGi7ufoTGVcnuJZpD02bUV { width:4.75rem;height:1.1375rem;top:11.1875rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6B6dn0deOmM8lxIczT3VRDiLO8w3MoJ { width:12.75rem;height:6.296875rem;top:12.8125rem;left:7.2500005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAcclNgXhdKh6q16XLS0LBDtBIq1gBRC { width:17.25rem;height:1.13671875rem;top:24.80078125rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-regular-label { display:block;width:16.25rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-text { width:16.25rem;font-family:lato;border-top:0.0625rem solid #15345a;border-left:0.0625rem solid #15345a;border-right:0.0625rem solid #15345a;border-bottom:0.0625rem solid #15345a;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-text {padding-top: 0; padding-bottom: 0;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-textarea { width:16.25rem;font-family:lato;border-top:0.0625rem solid #15345a;border-left:0.0625rem solid #15345a;border-right:0.0625rem solid #15345a;border-bottom:0.0625rem solid #15345a;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-select { width:16.25rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-select {padding-top: 0; padding-bottom: 0;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-input-button { width:16.25rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-checkbox-label { width:15.375rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .widget-radio-label { width:6.9375rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD  { width:17.5rem;height:auto;top:25.875rem;left:0rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD .radio-container { width:16.875rem; }
#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD {display:inline-block;}#hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD { width:17.5rem;height:auto;top:25.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #nLaBWO9Etwvlf2EWv655Q9uqSvWG5bXC {  }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #D0IV9QkGtDs6tlgIOBTPcSTwvzkla9GV { display:none; }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #HJrhckSO23zP5Z3gdaqFe5eOmuxfzVtm {  }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #fdfoTIk21AAfHeItVS7bTQ1Ea4Qg6A21 {  }
 }@media only screen and (max-width: 763px) { #hDZTmmJwTNb4p5xpHrsUUMGk2iiZm6qD #FQEsWzM0ykrq7GVXDm8rAE2ObX77BrAP {  }
 }@media only screen and (max-width: 763px) { #UoxdBwoAakJBTXPmd6yFsEZCGOo1e2K7 { width:19.0625rem;height:3.0625rem;top:48.16250038147rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvLuGr1cmM39TBwacfkl5bf2SwqBAGrE { width:3.875rem;height:2.2734375rem;top:33.9375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3bfJ8ka5uKkGoUXe3y810XDOPlCZpv { display:flex;width:1.875rem;height:1.875rem;top:34.0625rem;left:12.0625rem; }
#Rc3bfJ8ka5uKkGoUXe3y810XDOPlCZpv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fmghviut7uJLZbnLEnXuNPOEcNTmeVif { display:flex;width:1.4375rem;height:1.4375rem;top:34.25rem;left:7.9375rem; }
#fmghviut7uJLZbnLEnXuNPOEcNTmeVif > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #cipV5uWXAoFNkJ68xoDdco9C77m3O3wy { display:flex;width:1.4375rem;height:1.4375rem;top:34.25rem;left:10.125rem; }
#cipV5uWXAoFNkJ68xoDdco9C77m3O3wy > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #JMhKhpGkxkTlpnU6ig5PqH2hPw1oNX7T { display:flex;width:1.75rem;height:1.75rem;top:34.125rem;left:14.375rem; }
#JMhKhpGkxkTlpnU6ig5PqH2hPw1oNX7T > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Jc9kvhV2PIwkIwxSwnKlw7Z8UaFpRZXX { width:20rem;height:1.4619125rem;top:38.2265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }