.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#mqLkhKXkiUrMLpkEOFQ0Oin3qWc7QH63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#mqLkhKXkiUrMLpkEOFQ0Oin3qWc7QH63 > .row .container { border-width: 0; border-radius: 0; }#mqLkhKXkiUrMLpkEOFQ0Oin3qWc7QH63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqLkhKXkiUrMLpkEOFQ0Oin3qWc7QH63 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:none; }#WeDdvzqdSKwW4fPWBOtvy7LViddL7W3A { background-color:#01519a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir ii";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9367898106575rem;left:40.811791419983rem;display:block; }
#Du8pDfbb8UlBMwJw2Kf91bQRCw1m8fn1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emBT4mgZEFbvmFpPUXTvUIESslb1b5pr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.621625rem;width:2.621625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.93821024894713rem;left:41.485798835754rem; }
#skrqikuN3LR6LHelLGK2qJTiTcfJLRq8 { position:absolute;display:block;z-index:15007;background-color:#ffa902;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:2.12446875rem;width:2.12446875rem;top:1.2492897510529rem;left:41.608666419983rem;display:block; }
#R1PJK34oEMdf8aP5qnBs2LtxWJcTHU1P { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.75rem;top:-0.073683561183931rem;left:2.2851582752686rem;overflow:hidden;display:block; }
#BnSOEMncIoag9TQdB1wJWxvlXgdmU7C4 { background-color:#4cab58;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:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:26rem;display:block; }
#LRfZG9PTvHfKAwK0cZfvSf59NUnDx426 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3kRIqt1iK0f4gmb9eShnyePKsyGmJ1z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.625rem;left:23.1875rem; }
#d3kRIqt1iK0f4gmb9eShnyePKsyGmJ1z > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; }#ctppgGFXZCvO5Up8AbEvWknG7I2ruM8c { background-color:#4cab58;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:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.28125rem;left:21.1875rem;display:none; }
#dWnZkT0lt2TKxwz9QqLLDA6zAxiUBun4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#V4i5puHZvDz4c7izl6mT4yUJNMJGeemX { 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:2rem;width:14.4375rem;top:1.78125rem;left:2.53125rem;overflow:hidden;display:block; }
#Ds2DBTCd30mx04ZyT31s1oTa2mVxedMT { background-color:#101f31;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.53125rem;left:44.53125rem;display:block; }
#gPm2ZzzJ5gs1dhQNRUPHobvbbJ5sdliR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrTpk0kToqhlkpAxvzGAcblaeNNM4eJV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.375rem;left:21.125rem; }
#lrTpk0kToqhlkpAxvzGAcblaeNNM4eJV > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; }#fwDJ00iL3ydoAartNtaC1O0scmEhHnN6 { background-color:#4cab58;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:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.9375rem;left:23.9375rem;display:block; }
#W1XBiIsbVToF8yEPz5mZSLR3rxm29Ew9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHBWKd8fCryqgIW2CvaTFFwhEsIvlEtH { position:relative;display:none; }#ZHBWKd8fCryqgIW2CvaTFFwhEsIvlEtH { border-width: 0; border-radius: 0; }#ZHBWKd8fCryqgIW2CvaTFFwhEsIvlEtH > .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; }#ZHBWKd8fCryqgIW2CvaTFFwhEsIvlEtH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe67926f-4085-4f1d-92c7-0e05298de928/vividblurredcolorfulwallpaperbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl.adaptive-delivery-prevent-bg, #vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl.lazyload, #vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl.lazyloading { background-image: none; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row .container { background-color: transparent; background-image: none; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,111,232,0.63); }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row .container > .video-iframe-container { display: none; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,111,232,0.63); }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row > .video-iframe-container { display: none; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .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); }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row .container { border-width: 0; border-radius: 0; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#UFNw2CluGgdsCr7n4ivcs9DIaSb2xnTb { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A993i5Enm4wHEnP8BC5SuAX6lSenAG45 { 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:3.6875rem;width:26rem;top:10.1875rem;left:2.625rem;overflow:hidden;display:block; }
#qCanBOl9iiPpi19EwF1dkmi35CrJ94EK { box-sizing:content-box;height:25.875rem;width:35.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(48,71,112,0.86);background-image:none;top:7.625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#A5w2TDWymfQEr2n3W16MznR6vGlbFdbF { background-color:#44aaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.8125rem;left:2.625rem;display:block; }
#XLrksLg9qm0k2QCil4MGhRmTUnMZLZz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LH7ByL8oz7ipkrRPKwzX1Al7zkrzmndL { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:#44aaff;background-image:none;top:17.53125rem;left:2.625rem;display:block; }
#EVONsigoycRBMbfTGOU0bVzdzPiPgNeI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:44.5rem;top:6rem;left:30.3456653677rem;overflow:hidden;display:block; }
#VGHsdhGVrW0fWsfb7WtMT5nTv8Sp7PTN { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.875rem;left:2.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yHyH2pVhS2zV2bm1vnTTVs0DXDcDIqZU { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D { position:relative;display:block; }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D { background-color: transparent; background-image: none; }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .row .container > .video-iframe-container { display: none; }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .row > .video-iframe-container { display: none; }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .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); }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D { border-width: 0; border-radius: 0; }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .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; }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTN2md6nIO4UgRunOQl2pMa9mJwHBdPP { color:#323232;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM { position:relative;display:block; }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM { background-color: transparent; background-image: none; }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .row .container > .video-iframe-container { display: none; }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .row > .video-iframe-container { display: none; }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .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); }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM { border-width: 0; border-radius: 0; }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .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; }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TVeKTHZ86w0wTCHTTEJz2WxgtAbQIuRx { position:absolute;display:block;z-index:14999;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.0625rem;width:14.4375rem;top:2.375rem;left:5.875rem;display:block; }
#okq6BBm8VGVn9A4K4kdMbsVrxm8zKO8f { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzCHkgO9loSdpiD5I3PWCvK2swH1KoHu { color:#f9f9f9;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.625rem;left:6.625rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uqghpSPKlpNuqzqwTOANP0bcyvDPuWi2 { background-color:#304770;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.8125rem;left:8.1875rem;display:block; }
#ColptDySnGT5ZGMmE211TTCZLRkmZTRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzg7PyxnszlG2vqMAoEuaNted2KOnIQT { 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:6.125rem;width:6.125rem;top:4.125rem;left:10rem;overflow:hidden;display:block; }
#XZ6qb2SRbig1CtKRxlZEhx2pNHqZWhXi { position:absolute;display:block;z-index:15009;background-color:#45aaff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.0625rem;width:14.4375rem;top:2.375rem;left:40.8125rem;display:block; }
#CTMO63UXad2ng9pF9zoDq6VEEe639SHn { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.625rem;left:42.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G24euuTQXLfJFwG5DuBwdXkcNbXfJO4G { 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:6.125rem;width:6.125rem;top:4.9375rem;left:45rem;overflow:hidden;display:block; }
#mKUBiTKTCkrsfK7bo6oZsJePdRf8fuVo { color:#f9f9f9;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:14.125rem;left:41.875rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mKUBiTKTCkrsfK7bo6oZsJePdRf8fuVo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mKUBiTKTCkrsfK7bo6oZsJePdRf8fuVo li:before{  }
#mZq1JXpsKrevT3S4vexLz0CkNldhkoEV { position:absolute;display:block;z-index:15004;background-color:#2a9cff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.0625rem;width:14.4375rem;top:2.375rem;left:22.75rem;display:block; }
#rvMGim5KlW07Q0B7yXo2ska2Ueh2WzKp { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.625rem;left:24.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raeMgb3SbOl8EpODdeZIqSKL8Tvk5NTR { color:#f9f9f9;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:16.625rem;left:25.5625rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#raeMgb3SbOl8EpODdeZIqSKL8Tvk5NTR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#raeMgb3SbOl8EpODdeZIqSKL8Tvk5NTR li:before{  }
#MiJ5q7aii0GWcZm4DB1uAvBLVAREKxO7 { 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:5.75rem;width:5.75rem;top:4.625rem;left:27.125rem;overflow:hidden;display:block; }
#gLGSTQ4HBovxPCW2yiXw5fBnNlfJMgpM { background-color:#304770;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.8125rem;left:25.0625rem;display:block; }
#bFgCcH75SbffWLpZ2rLy9kT5K1ROi05h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEbhfq5ECctVnLzI1t1fNLANqIlvTWaw { background-color:#304770;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.8125rem;left:43.125rem;display:block; }
#vdllF1HfGsVN8WdWmvE9wiDNeprAUqBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM { position:relative;display:block; }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM { background-color: transparent; background-image: none; }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .row .container > .video-iframe-container { display: none; }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .row > .video-iframe-container { display: none; }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .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); }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM { border-width: 0; border-radius: 0; }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .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; }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dTaxUHIylOkm1E0klW1AqdQrVSPDr6P4 { position:absolute;display:block;z-index:15014;background-color:#64b8ff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.0625rem;width:14.4375rem;top:0.5rem;left:5.875rem;display:block; }
#UOeGUuwTgTLCKiiffJhieOIHh0GkfNtB { position:absolute;display:block;z-index:15019;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.6875rem;width:6.125rem;top:3.75rem;left:10.0625rem;overflow:hidden;display:block; }
#FO9V1A3k4OvGHiiSxmMc3Ie2QTTAwKKW { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.75rem;left:9.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnK0hhNwIiKTc5poLDFylRlaBH8fyaXo { color:#f9f9f9;display:block;width:11rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.75rem;left:7.625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C54ygT3erTTO1HbwTmohmVlGWJOwGBTt { background-color:#304770;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:20.8125rem;left:8.1875rem;display:block; }
#C2iVxWrrN0EBL9wCt8SxCK8w08suu0nJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qf31AhegKFOSuX0Irkc0rffbT6JApREI { position:absolute;display:block;z-index:15004;background-color:#2a9cff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.0625rem;width:14.4375rem;top:0.5625rem;left:22.8125rem;display:block; }
#BeMhQwERck27Ovf543Br204ZbhbuyIAJ { 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:4.875rem;width:6.125rem;top:3.625rem;left:27rem;overflow:hidden;display:block; }
#pt2wtVrvRvVEFzCVgXzCBiBwAbQipdNm { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.375rem;left:24.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnVkIntBnSNm8Xer7iaMzmeuIDcZvPNo { position:absolute;display:block;z-index:15009;background-color:#45aaff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.0625rem;width:14.4375rem;top:0.5rem;left:41rem;display:block; }
#voKokrO0Bd60QKuo9TMpQ6ThqaMIvUa4 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3125rem;left:42.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROyG44TEvvNn23Ow8P5Woedy0L1UCllb { color:#f9f9f9;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.8125rem;left:23.5625rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NchWq9mXv9dyCxVQ9foRUa4c8JRtz12V { color:#f9f9f9;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.75rem;left:41.75rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPfAEN0JkzHa2XI96KygEXBqEBZDqTFP { 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:6.125rem;width:6.125rem;top:3.0625rem;left:45.1875rem;overflow:hidden;display:block; }
#XPHyeZxr5GKuT861ZuxT31BUTs4rQ1WW { background-color:#304770;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.8125rem;left:25.0625rem;display:block; }
#kwaXRHOJ3OqLZ9EN2gwvQzN0ODkAxMAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIvqLKFA6BLaSewbrVnU4p3VSCJ9itsd { background-color:#304770;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.75rem;left:43.25rem;display:block; }
#C8rRSwOJpi9JfrXmbmHlOwTnpXT5M0GO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 { position:relative;display:block; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 { background-color: transparent; background-image: none; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container > .video-iframe-container { display: none; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row > .video-iframe-container { display: none; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .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); }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 { border-width: 0; border-radius: 0; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101f31;background-image:none;font-size:0.875rem;font-family:arial;height:42rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HkZQoecOZI56HcdUbnrulnT9K0kDTURv { position:absolute;display:block;z-index:15003;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/57b5c971-e4be-40eb-8c5d-e302521989f3/WhatsAppImage20250121at122638.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #238eff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:12rem;left:0rem;display:block; }#HkZQoecOZI56HcdUbnrulnT9K0kDTURv.adaptive-delivery-prevent-bg, #HkZQoecOZI56HcdUbnrulnT9K0kDTURv.lazyload, #HkZQoecOZI56HcdUbnrulnT9K0kDTURv.lazyloading { background-image: none; }
#LTqemem5fhOBpP8AeOvBVTJ3l0E8kvL3 { position:absolute;display:block;z-index:15004;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/4fa31969-9f16-465b-9982-e14cd245972b/WhatsAppImage20250121at122636.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #238eff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:16.5rem;left:20.5625rem;display:block; }#LTqemem5fhOBpP8AeOvBVTJ3l0E8kvL3.adaptive-delivery-prevent-bg, #LTqemem5fhOBpP8AeOvBVTJ3l0E8kvL3.lazyload, #LTqemem5fhOBpP8AeOvBVTJ3l0E8kvL3.lazyloading { background-image: none; }
#ToOeeXDa52pKTlzV6rWVd2Tq2Zx0x4rT { position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/93ec8538-5d96-428e-b2ee-ddf2d6595e3b/WhatsAppImage20250121at122639.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #238eff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:12rem;left:41.125rem;display:block; }#ToOeeXDa52pKTlzV6rWVd2Tq2Zx0x4rT.adaptive-delivery-prevent-bg, #ToOeeXDa52pKTlzV6rWVd2Tq2Zx0x4rT.lazyload, #ToOeeXDa52pKTlzV6rWVd2Tq2Zx0x4rT.lazyloading { background-image: none; }
#czXJHU8PEnLqyhwHxKlX71PhQ2fKXQkp { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#LNe2la40J6BTkFR2kVakBD2S17vDroTN { color:#323232;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9dDFItktXXA1tqnJ1LqtHuTFZE0SaiL { color:#323232;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:5.21875rem;left:12.0625rem;height:4.330075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 { position:relative;display:block; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 { background-color: transparent; background-image: none; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container > .video-iframe-container { display: none; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row > .video-iframe-container { display: none; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .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); }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 { border-width: 0; border-radius: 0; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .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; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#101f31;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#amqOMbFdp2cFCCHmZvurmsLzI4xv3vX3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.537109375rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I { position:relative;display:block; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I { background-color: transparent; background-image: none; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container > .video-iframe-container { display: none; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row > .video-iframe-container { display: none; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .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); }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I { border-width: 0; border-radius: 0; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .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; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#101f31;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UatfLylR1NopV0BUPoTRXZ9EQM907Vpn { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3466796875rem;left:1.53125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5D92Qt38AJ8OQ4Z31cug8EIwAmbMT0h { color:#f9f9f9;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lODsHxsUHpBQnCsqpkf4WxLGwfzq6NVo { position:absolute;display:block;z-index:15002;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.3125rem;width:11.3125rem;top:0.875rem;left:0.5625rem;display:block; }
#MO0fFoIGv8gZ1niKRhUpapxfXulniRba { position:absolute;display:block;z-index:15005;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.3125rem;width:11.3125rem;top:0.875rem;left:12.5625rem;display:block; }
#FAiKHKhNXhJWLkJBNZK6ClxUsV6W5imG { color:#f9f9f9;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:13.8125rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3Sh9h36kUi3PCyD0apzdaCwL4pKTfJu { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3466796875rem;left:13.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bf8EZBHkkBgTQCaQEopeDbeKz6r2y18I { position:absolute;display:block;z-index:15008;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.3125rem;width:11.3125rem;top:0.875rem;left:24.5625rem;display:block; }
#lTMUfkHfbR0uvTeT6FchTkUFzxcb4F6B { color:#f9f9f9;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.4375rem;left:26rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHEv79bcDmfHBWhwiC73K4daLMRK8AQN { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3466796875rem;left:24.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWgAnP6msMhdJe8WGozArETw9gN5x7n7 { position:absolute;display:block;z-index:15011;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.3125rem;width:11.3125rem;top:0.875rem;left:36.3125rem;display:block; }
#zDKiQ00AXZEfpdttaXlhi0i0alFTH5VB { color:#f9f9f9;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.4375rem;left:37.75rem;height:9.098625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDUirulNM0b8CLUaBQBrvMXb0wWfmE8d { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3466796875rem;left:37.21875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6uGi0t5kWKMGzbagCvZUuBD5qUFgFeH { position:absolute;display:block;z-index:15014;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.3125rem;width:11.3125rem;top:0.875rem;left:48.1875rem;display:block; }
#XD12qc1cTGPkiufgbt587UtRuSXcARCT { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.875rem;left:49.09375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3m5gEtLZGO3A2BxR9zJMqTrPpatNzOK { color:#f9f9f9;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:49.625rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFS5cVQiXn56MsKN4LrolyaQK8vNPcHf { background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.25rem;left:16.5rem;display:block; }
#REgWOu3Ewxxfo0XeWnxifBO8Rhvvty4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTTqcQc0043rnZnlJEgsRXoHqGRF1JLO { background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.875rem;left:15.9375rem;display:none; }
#KFmFNyXN5fWRgPQEpquo7z6JmzpNEMx1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row .container { background-color: transparent; background-image: none; }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row .container > .video-iframe-container { display: none; }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row > .video-iframe-container { display: none; }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .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); }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row .container { border-width: 0; border-radius: 0; }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#v7fMlUXTP9A2hTRTwD8Fp3p62ltT4wTr { position:absolute;display:block;z-index:15006;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:0.0625rem;width:56.875rem;top:8.125rem;left:1.5625rem;display:block; }
#Erw3BHtGPtT0sPGbDvFApx8G4fOfaVca { color:#101f31;display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#iktDIPyMLAS392wrrZA60cgeZwmgBazZ { position:absolute;display:block;z-index:15007;background-color:#238eff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:8.0625rem;left:1.5625rem;display:block; }
#HKXGrmVLi5vNgrUGTF64RLDBTmgIzKxN { color:#323232;display:block;width:39.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:9.71875rem;left:1.5625rem;height:4.330075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JIMzVro71PRMnKT6CSPsmKebokCCxPzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row .container { background-color: transparent; background-image: none; }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row .container > .video-iframe-container { display: none; }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row > .video-iframe-container { display: none; }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .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); }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row .container { border-width: 0; border-radius: 0; }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#QuBIJtd2EtLuRZ5moI809oPZSUVm5GSI { color:#101f31;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row .container { background-color: transparent; background-image: none; }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row .container > .video-iframe-container { display: none; }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row > .video-iframe-container { display: none; }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .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); }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row .container { border-width: 0; border-radius: 0; }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#NA7lIuJsVdmzsoPGbp4Va6WmXa6OcaeN { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnsTKlBn2oihVpcRrCcs8WwPVedx90fK { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:14.875rem;left:1.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAgAym57To2bdIRHwvTLSCWgM9SwE775 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSwWME5hXM3whkF7DS9ue03VvOipce9F { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:14.875rem;left:21.5625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCke848EmB0L1nTEfEP9TLdzOLHvK81A { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:41.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZ3QGlJeN1QOUEApm4cm20uagsK65sA3 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:14.875rem;left:41.5625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tG5HwcHPZWcuXoAzZEr8HcO9KMJygPZq { background-color:#101f31;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.375rem;left:21.71875rem;display:block; }
#bHefy9pCk8MteOQqIVkIBFk74EQAWL8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXF2TLonhf02tbvXBG27LIsNxNLyAc9V { box-sizing:content-box;height:6.375rem;width:6.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#101f31;background-image:none;top:2rem;left:6.8125rem;display:block; }
#OhIPxmNS2oB6r4VGeZV69zG8lyrtqeRp { 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:4.5625rem;width:4.5625rem;top:2.90625rem;left:7.71875rem;overflow:hidden;display:block; }
#Mn29vZa8JRO39s6rph2QxFnUMVIVQIhk { box-sizing:content-box;height:6.375rem;width:6.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#101f31;background-image:none;top:2rem;left:26.8125rem;display:block; }
#qZrmpPCgg5TIT31KDdr96wIXvb34FcBL { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.9375rem;left:27.75rem;overflow:hidden;display:block; }
#cuwF6B7GEklWaiCpRJ86h7TgC2wfuaSb { box-sizing:content-box;height:6.375rem;width:6.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#101f31;background-image:none;top:2rem;left:46.8125rem;display:block; }
#QeEGtiyGkgkcFVrZhiOlnmWua3KvDhmu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.9375rem;left:47.75rem;overflow:hidden;display:block; }
#JHPxKnDOTGxeWFAbqXwfzqscX0mmaFa6 { position:absolute;display:block;z-index:15003;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.9375rem;width:18.25rem;top:3.625rem;left:0.875rem;display:block; }
#Oq3H6grPibNBTdqDP2U2umm686nBRMHZ { position:absolute;display:block;z-index:15004;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.9375rem;width:18.25rem;top:3.625rem;left:20.875rem;display:block; }
#GeTis4XReXZ9cdSO3P2osGCTI8ZsO2xQ { position:absolute;display:block;z-index:15005;background-color:#238eff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.9375rem;width:18.25rem;top:3.625rem;left:40.875rem;display:block; }
#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#238eff;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; }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row .container { background-color: transparent; background-image: none; }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row .container > .video-iframe-container { display: none; }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row > .video-iframe-container { display: none; }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .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); }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row .container { border-width: 0; border-radius: 0; }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#uq00vub3xIwxfRaXd9n96hVm7c810IWu { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:7rem;left:1.5625rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hOkEvQx9zyToPri1lRT4THSn4uVnkUqa { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.5rem;left:1.5625rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xn9XPB0Z3eTxaV1kzxbNEliIGoc3UZBu { position:absolute;display:block;z-index:15007;background-color:#101f31;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:0.25rem;width:12.5rem;top:10.1875rem;left:1.5625rem;display:block; }
#rrrigv4fcWFLfGe5MdlauF5LMM0Q49W7 { background-color:#101f31;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.375rem;left:1.5625rem;display:block; }
#efP0QuTf3CaSLVsxLz8kiBO0oeXN0gTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3NqbE06NDBRtV288vDEdlS8srkziaHt { box-sizing:content-box;height:31.4375rem;width:26.5rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/970eee3b-86f3-4af8-84ff-dbc8c53b1f7f/WhatsAppImage20250121at1226381.crop_1200x1095_0,505.preview.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.75rem;left:30.71875rem;border-top:0.5625rem solid #101f31;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:18.75rem;border-top-left-radius:0.25rem;display:block; }#v3NqbE06NDBRtV288vDEdlS8srkziaHt.adaptive-delivery-prevent-bg, #v3NqbE06NDBRtV288vDEdlS8srkziaHt.lazyload, #v3NqbE06NDBRtV288vDEdlS8srkziaHt.lazyloading { background-image: none; }
#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ { position:relative;display:block; }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ { background-color: transparent; background-image: none; }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .row .container > .video-iframe-container { display: none; }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .row > .video-iframe-container { display: none; }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .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); }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ { border-width: 0; border-radius: 0; }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .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; }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VX4DDsdnXqtrpfgfdbROWoRWE5AnaTK2 { color:#101f31;display:block;width:47.875rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vrew2lqHBODJF9BE0wi6ZFf7mWBcADlm { color:#101f31;display:block;width:34.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.75rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML { position:relative;display:block; }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML { background-color: transparent; background-image: none; }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .row .container > .video-iframe-container { display: none; }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .row > .video-iframe-container { display: none; }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .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); }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML { border-width: 0; border-radius: 0; }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .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; }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XCNxHr0JlSHUiCpkNXWH8H07WUC7pPtE { color:#101f31;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.599609375rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU { border-top:0rem solid #238eff;border-left:0rem solid #238eff;border-right:0rem solid #238eff;border-bottom:0rem solid #238eff;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row .container { background-color: transparent; background-image: none; }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row .container > .video-iframe-container { display: none; }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row > .video-iframe-container { display: none; }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .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); }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row .container { border-width: 0; border-radius: 0; }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#W23CO17doTJZMVOkiX4FsQ3o1bIdsG7y { position:absolute;display:block;z-index:15000;height:8.75rem;width:60rem;top:0rem;left:0rem;display:block; }
#QAcQELZWSbz7dIrNzec2edBa355mTrJP { border-top:0.3125rem solid #238eff;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row .container { background-color: transparent; background-image: none; }#QAcQELZWSbz7dIrNzec2edBa355mTrJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row .container > .video-iframe-container { display: none; }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row > .video-iframe-container { display: none; }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .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); }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row .container { border-width: 0; border-radius: 0; }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#nS1xpVXyTZAPRQsNzKIrsuFSe8FZLOZ2 { color:#101f31;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.599609375rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row .container { background-color: transparent; background-image: none; }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row .container > .video-iframe-container { display: none; }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row > .video-iframe-container { display: none; }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .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); }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row .container { border-width: 0; border-radius: 0; }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#SxtGtykuMwtesOambHRo02U3Vbr0uOuk { position:absolute;display:block;z-index:15001;height:8.75rem;width:60rem;top:0rem;left:0rem;display:block; }
#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101f31;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; }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row .container { background-color: transparent; background-image: none; }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row .container > .video-iframe-container { display: none; }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row > .video-iframe-container { display: none; }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .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); }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row .container { border-width: 0; border-radius: 0; }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#ioIngAxyBCkcBQqk8E8X1w9MppdnFl0m { position:absolute;display:block;z-index:15003;background-color:#238eff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:9.375rem;top:6.9375rem;left:1.9375rem;display:block; }
#PpCkl3Tiifg7LlLtmPhcqKpgrHGSPd5d { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:10.0625rem;left:4.75rem;height:6.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OcJMt0hRBospXradc598RSq3Gl2oI4F5 { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.625rem;left:4.75rem;height:5.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dGbFT8OVyOVxZIt6GWmR334ztJIlRKCc { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:13.125rem;width:27.375rem;top:3.0625rem;left:29.375rem;display:block; }
#ZhPn22g9WL8uml7UbTCURhk7tvK77RuE { color:#101010;display:block;width:27.4375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:29.375rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mw8fqE3t7NRfatGlM3DnKiOv56Okm87O { position:absolute;display:block;z-index:15041;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:7.5625rem;left:34.5625rem;display:block; }
#RNthr6ladQSUv3OgTiZbfeVa6Xqt8uJ6 { color:#101f31;display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.1;letter-spacing:0;top:8.1875rem;left:33.25rem;height:5.5869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RNthr6ladQSUv3OgTiZbfeVa6Xqt8uJ6 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RNthr6ladQSUv3OgTiZbfeVa6Xqt8uJ6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_398ca65bbe50d49f07684c0d5515d46ae3b0bd26.svg); }
#tmqCoOe4AnBeycvHKUMiTl1c28BfGKGR { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:13rem;width:27.3125rem;top:17.0625rem;left:29.4375rem;display:block; }
#MXgU60T0cpJUIZCBDs177Tv33uvZKmva { color:#101f31;display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.1;letter-spacing:0;top:24.1875rem;left:33.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MXgU60T0cpJUIZCBDs177Tv33uvZKmva li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#MXgU60T0cpJUIZCBDs177Tv33uvZKmva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_398ca65bbe50d49f07684c0d5515d46ae3b0bd26.svg); }
#T7QLUcqF7DJB57Uuw3Cn7eKTeX6NppQB { color:#101010;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.5rem;left:29.375rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIJB6gouAmbqXluRk5u7IIFhI4x78pqf { position:absolute;display:block;z-index:15045;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:23.5625rem;left:34.5625rem;display:block; }
#diThzKNdX0yhRm1LtlZVdQxocfi7B82C { color:#101010;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:21rem;left:34.3125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101f31;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; }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row .container { background-color: transparent; background-image: none; }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row .container > .video-iframe-container { display: none; }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row > .video-iframe-container { display: none; }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .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); }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row .container { border-width: 0; border-radius: 0; }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#ZSEIqxuuEFT3JqFbq2536zpoQn1oVF4K { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:1.5625rem;left:21.5625rem;height:2.5498rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2069af86-9a8f-4375-b92b-c3a8d33523d3/WhatsAppImage20250121at1226371.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0.adaptive-delivery-prevent-bg, #EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0.lazyload, #EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0.lazyloading { background-image: none; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row .container { background-color: transparent; background-image: none; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,31,49,0.78); }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row .container > .video-iframe-container { display: none; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,31,49,0.78); }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row > .video-iframe-container { display: none; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .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); }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row .container { border-width: 0; border-radius: 0; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;overflow:visible;position:relative;display:block; }#tt4fk4xQiJDSPbZGouyWCgWC6Wux3aT5 { color:#ffffff;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:10.1875rem;left:33.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-form-header {  }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;color:#000000;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#238eff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#ffffff;width:20.6875rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.125rem 0.125rem rgba(68,75,143,0.57) ;text-align:center;text-align-last:center; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-container:first-of-type{padding-top:0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-container:last-of-type{padding-bottom:0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.5rem;left:32.125rem; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz {display:block;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.5rem;left:32.125rem; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #wneS3F24KoikfWkO99DqIdPTNdnCTFJb { position:relative; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #sbCAxMFCH0ohWHPP8Tlo224feiWJ7mba { position:relative;display:block; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #sUbCE88BDBnrhBl7hETl8tMBI1ML6TcS { position:relative; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #a50SSoByqMv6ze706zlJnJnzthvI9mRC { position:relative; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #JudReHLQB4OW6VLI1xk7kNJBnwrJVCdW { position:relative;display:block; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #V0M3m7KsJWxvaiAOocSPdzaWzSwUxmPP { position:relative; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #mqTMrfwtqcR18vd9BdoFKMuhLtZiV5Tb { position:relative; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #iKGociHQ13pD0X9DPdAB2Hea03QTEKkb { position:relative;display:block; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #T5A98V2UWizoC3LDu5EQaEOAWpGlUwGg { position:relative; }
#xx0Z0ZdQyZ63xZHJGM2Fhxbq8G4ceuIH { position:relative;display:block; }
#Pa0v6WVtwKzd8ALFELlwP8rn5czmilbT { position:relative;display:block; }
#DO33cK3NKcpF5UQAuZwpNRVHMe7k5pw6 { position:relative;display:block; }
#BOqpBwhaCC8r1tRgKDEVaBsfRDrJTAnr { position:relative;display:block; }
#ectgPrW4MNM4yfzGowRCyPJwAp0VDnFm { position:relative;display:block; }
#a4NBQkt8ZfJsFSWVusNzwwoEDflCnNF7 { position:relative;display:block; }
#swiCdnbGZgMSpvTTsJ2sb4mMFAOeuTrH { position:relative;display:block; }
#i1FOiK9vDCRIKfmcmzukMrSXEKHHKv2H { position:relative;display:block; }
#QE2FJ9aoOfKV1QJXqTVl6aoNlcPHfvpQ { position:relative;display:block; }
#rhoHS1mRsLHqTZMJNEpmTCTisbZdmGxa { position:relative;display:block; }
#iZGHxq8TdalmZTJFJT9e1TFfpOGiwXz7 { position:relative;display:block; }
#bSS88KIGaHuTnkDTHnX8hL9okiG1TR1h { position:relative;display:block; }
#qLpQS42FopmIFS7xEgpVLxT72GbtP67C { position:relative;display:block; }
#ns5R8FJ00apX8c3ri1F7ofmoTcIMsbtO { position:relative;display:block; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #nuwk8v2RF4dZtT5oVChG0CMryDt35DBt { position:relative; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #tdeh9AXvzrBq3b4n40z0LWihUnCEgGqT { position:relative; }
#R4hTVIxnmOaFDEQOUkeIR7qanskRTTi0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:23.0625rem;width:27.4375rem;top:11.625rem;left:30.6875rem;display:block; }
#ZRqs4HnM9HDAzMND3Tr3DInciCa7aX2q { position:absolute;display:block;z-index:15009;background-color:#238eff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:8.5625rem;width:27.5rem;top:5.1875rem;left:30.625rem;display:block; }
#VUVKcBt9FpG6Tg1yxl9mHEOkTFNUT4VE { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:15.5rem;left:1.375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TwPLfwR4G7W1Ioho5sbJqvXeLo6lRBaa { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.375rem;left:33.375rem;height:2.76220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IdTVLb0VsckyxsTaSGo5Foy6G2C9oe5D { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:22.4375rem;left:1.375rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qF0119HtESszzKIORtnU5A9Zi8ohGVC8 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:29.25rem;left:3.25rem;height:1.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XGlzNfJu5UmSlTkxaLZ57C6RWISNy9bK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:29.0625rem;left:1.375rem; }
#HRauTF9Mg46bcByce7PEc2IOtFWdoE2P { 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:3.375rem;width:24rem;top:9.875rem;left:1.375rem;overflow:hidden;display:block; }
#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101f31;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; }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row .container { background-color: transparent; background-image: none; }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row .container > .video-iframe-container { display: none; }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row > .video-iframe-container { display: none; }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .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); }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row .container { border-width: 0; border-radius: 0; }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#aF6s6eHZUnxpcJ241v5TQ3S2tgLaThBw { 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:1.8125rem;width:14.5rem;top:1.90625rem;left:2.375rem;overflow:hidden;display:block; }
#UzTuxEm1TJWZZT3nmTdUlktblIBAeA0H { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.837890625rem;left:18.5rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mqLkhKXkiUrMLpkEOFQ0Oin3qWc7QH63 { display:none; }#mqLkhKXkiUrMLpkEOFQ0Oin3qWc7QH63 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WeDdvzqdSKwW4fPWBOtvy7LViddL7W3A { width:15.0625rem;height:2.6875rem;top:0.875rem;left:32.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Du8pDfbb8UlBMwJw2Kf91bQRCw1m8fn1 { display:block; }
 }@media only screen and (max-width: 763px) { #emBT4mgZEFbvmFpPUXTvUIESslb1b5pr { width:2.5625rem;height:2.5625rem;top:0.9375rem;left:35.360798835754rem;display:none; }
 }@media only screen and (max-width: 763px) { #skrqikuN3LR6LHelLGK2qJTiTcfJLRq8 { width:2.0625rem;height:2.0625rem;top:1.1875rem;left:35.483666419983rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1PJK34oEMdf8aP5qnBs2LtxWJcTHU1P { width:9.75rem;height:1.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnSOEMncIoag9TQdB1wJWxvlXgdmU7C4 { width:13.875rem;height:2.25rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRfZG9PTvHfKAwK0cZfvSf59NUnDx426 { display:block; }
 }@media only screen and (max-width: 763px) { #d3kRIqt1iK0f4gmb9eShnyePKsyGmJ1z { width:3.375rem;height:3.375rem;top:0.625rem;left:17.0625rem;display:block; }
#d3kRIqt1iK0f4gmb9eShnyePKsyGmJ1z > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #ctppgGFXZCvO5Up8AbEvWknG7I2ruM8c { width:13.875rem;height:2.25rem;top:2.25rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWnZkT0lt2TKxwz9QqLLDA6zAxiUBun4 { 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) { #V4i5puHZvDz4c7izl6mT4yUJNMJGeemX { width:14.4375rem;height:2rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2DBTCd30mx04ZyT31s1oTa2mVxedMT { width:12.1875rem;height:2.5rem;top:1.5rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPm2ZzzJ5gs1dhQNRUPHobvbbJ5sdliR { display:block; }
 }@media only screen and (max-width: 763px) { #lrTpk0kToqhlkpAxvzGAcblaeNNM4eJV { width:3.375rem;height:3.375rem;top:1.375rem;left:15rem;display:block; }
#lrTpk0kToqhlkpAxvzGAcblaeNNM4eJV > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #fwDJ00iL3ydoAartNtaC1O0scmEhHnN6 { width:14.9375rem;height:2.25rem;top:1.9375rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1XBiIsbVToF8yEPz5mZSLR3rxm29Ew9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZHBWKd8fCryqgIW2CvaTFFwhEsIvlEtH { display:none; }#ZHBWKd8fCryqgIW2CvaTFFwhEsIvlEtH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl { display:block; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFNw2CluGgdsCr7n4ivcs9DIaSb2xnTb { width:30.75rem;height:4.875rem;top:18.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A993i5Enm4wHEnP8BC5SuAX6lSenAG45 { width:26rem;height:3.6875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCanBOl9iiPpi19EwF1dkmi35CrJ94EK { width:35.375rem;height:25.875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5w2TDWymfQEr2n3W16MznR6vGlbFdbF { width:12.8125rem;height:2.8125rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLrksLg9qm0k2QCil4MGhRmTUnMZLZz4 { display:block; }
 }@media only screen and (max-width: 763px) { #LH7ByL8oz7ipkrRPKwzX1Al7zkrzmndL { width:18.75rem;height:0.125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVONsigoycRBMbfTGOU0bVzdzPiPgNeI { width:44.5rem;height:29.625rem;top:6rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHsdhGVrW0fWsfb7WtMT5nTv8Sp7PTN { width:30.875rem;height:2rem;top:14.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHyH2pVhS2zV2bm1vnTTVs0DXDcDIqZU { width:30.25rem;height:2.75rem;top:24.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPk1FTrKm8oiXUT7boLWkARQOrbV57D { display:block; }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTN2md6nIO4UgRunOQl2pMa9mJwHBdPP { width:47.75rem;height:2.8125rem;top:1.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM { display:block; }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVeKTHZ86w0wTCHTTEJz2WxgtAbQIuRx { top:2.375rem;left:0rem;width:14.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okq6BBm8VGVn9A4K4kdMbsVrxm8zKO8f { width:11.8125rem;height:3.25rem;top:12.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzCHkgO9loSdpiD5I3PWCvK2swH1KoHu { width:12.875rem;height:4.375rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqghpSPKlpNuqzqwTOANP0bcyvDPuWi2 { width:9.8125rem;height:2.4375rem;top:23.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ColptDySnGT5ZGMmE211TTCZLRkmZTRv { display:block; }
 }@media only screen and (max-width: 763px) { #fzg7PyxnszlG2vqMAoEuaNted2KOnIQT { width:6.125rem;height:6.125rem;top:4.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ6qb2SRbig1CtKRxlZEhx2pNHqZWhXi { top:2.375rem;left:21.375rem;width:14.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTMO63UXad2ng9pF9zoDq6VEEe639SHn { width:11.8125rem;height:1.625rem;top:11.625rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G24euuTQXLfJFwG5DuBwdXkcNbXfJO4G { width:6.125rem;height:6.125rem;top:4.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKUBiTKTCkrsfK7bo6oZsJePdRf8fuVo { width:12.625rem;height:8.5rem;top:14.125rem;left:23.1875rem;font-size:1rem;display:block; }#mKUBiTKTCkrsfK7bo6oZsJePdRf8fuVo li:before{  }
 }@media only screen and (max-width: 763px) { #mZq1JXpsKrevT3S4vexLz0CkNldhkoEV { top:2.375rem;left:9.4375rem;width:14.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvMGim5KlW07Q0B7yXo2ska2Ueh2WzKp { width:11.8125rem;height:3.25rem;top:11.625rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raeMgb3SbOl8EpODdeZIqSKL8Tvk5NTR { width:8.8125rem;height:5.4375rem;top:16.625rem;left:15.0625rem;font-size:1rem;display:block; }#raeMgb3SbOl8EpODdeZIqSKL8Tvk5NTR li:before{  }
 }@media only screen and (max-width: 763px) { #MiJ5q7aii0GWcZm4DB1uAvBLVAREKxO7 { width:5.75rem;height:5.75rem;top:4.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLGSTQ4HBovxPCW2yiXw5fBnNlfJMgpM { width:9.8125rem;height:2.4375rem;top:23.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFgCcH75SbffWLpZ2rLy9kT5K1ROi05h { display:block; }
 }@media only screen and (max-width: 763px) { #mEbhfq5ECctVnLzI1t1fNLANqIlvTWaw { width:9.8125rem;height:2.4375rem;top:23.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdllF1HfGsVN8WdWmvE9wiDNeprAUqBR { display:block; }
 }@media only screen and (max-width: 763px) { #roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM { display:block; }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTaxUHIylOkm1E0klW1AqdQrVSPDr6P4 { top:0.5rem;left:0rem;width:14.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOeGUuwTgTLCKiiffJhieOIHh0GkfNtB { width:6.125rem;height:4.6875rem;top:3.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9V1A3k4OvGHiiSxmMc3Ie2QTTAwKKW { width:7.6875rem;height:3.25rem;top:9.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnK0hhNwIiKTc5poLDFylRlaBH8fyaXo { width:11rem;height:2.875rem;top:14.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C54ygT3erTTO1HbwTmohmVlGWJOwGBTt { width:9.8125rem;height:2.4375rem;top:20.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2iVxWrrN0EBL9wCt8SxCK8w08suu0nJ { display:block; }
 }@media only screen and (max-width: 763px) { #qf31AhegKFOSuX0Irkc0rffbT6JApREI { top:0.5625rem;left:9.4375rem;width:14.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMhQwERck27Ovf543Br204ZbhbuyIAJ { width:6.125rem;height:4.875rem;top:3.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt2wtVrvRvVEFzCVgXzCBiBwAbQipdNm { width:11.8125rem;height:1.625rem;top:11.375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVkIntBnSNm8Xer7iaMzmeuIDcZvPNo { top:0.5rem;left:21.375rem;width:14.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voKokrO0Bd60QKuo9TMpQ6ThqaMIvUa4 { width:11.8125rem;height:1.625rem;top:11.3125rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROyG44TEvvNn23Ow8P5Woedy0L1UCllb { width:12.875rem;height:4.375rem;top:14.8125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NchWq9mXv9dyCxVQ9foRUa4c8JRtz12V { width:12.875rem;height:4.375rem;top:14.75rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPfAEN0JkzHa2XI96KygEXBqEBZDqTFP { width:6.125rem;height:6.125rem;top:3.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPHyeZxr5GKuT861ZuxT31BUTs4rQ1WW { width:9.8125rem;height:2.4375rem;top:20.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwaXRHOJ3OqLZ9EN2gwvQzN0ODkAxMAC { display:block; }
 }@media only screen and (max-width: 763px) { #XIvqLKFA6BLaSewbrVnU4p3VSCJ9itsd { width:9.8125rem;height:2.4375rem;top:20.75rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8rRSwOJpi9JfrXmbmHlOwTnpXT5M0GO { display:block; }
 }@media only screen and (max-width: 763px) { #Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 { display:block; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkZQoecOZI56HcdUbnrulnT9K0kDTURv { top:12rem;left:0rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTqemem5fhOBpP8AeOvBVTJ3l0E8kvL3 { top:16.5rem;left:14.4375rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOeeXDa52pKTlzV6rWVd2Tq2Zx0x4rT { top:12rem;left:28.875rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXJHU8PEnLqyhwHxKlX71PhQ2fKXQkp { top:0rem;left:0rem;width:47.75rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNe2la40J6BTkFR2kVakBD2S17vDroTN { width:47.75rem;height:2.8125rem;top:1.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9dDFItktXXA1tqnJ1LqtHuTFZE0SaiL { width:35.875rem;height:4.3125rem;top:5.1875rem;left:5.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 { display:block; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amqOMbFdp2cFCCHmZvurmsLzI4xv3vX3 { width:47.75rem;height:2.0625rem;top:0.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I { display:block; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UatfLylR1NopV0BUPoTRXZ9EQM907Vpn { width:9.75rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5D92Qt38AJ8OQ4Z31cug8EIwAmbMT0h { width:8.8125rem;height:3.875rem;top:6.4375rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lODsHxsUHpBQnCsqpkf4WxLGwfzq6NVo { top:0.875rem;left:0rem;width:11.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO0fFoIGv8gZ1niKRhUpapxfXulniRba { top:0.875rem;left:0.625rem;width:11.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAiKHKhNXhJWLkJBNZK6ClxUsV6W5imG { width:8.8125rem;height:10.375rem;top:6.4375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Sh9h36kUi3PCyD0apzdaCwL4pKTfJu { width:10.3125rem;height:3.625rem;top:2.3125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf8EZBHkkBgTQCaQEopeDbeKz6r2y18I { top:0.875rem;left:12.5625rem;width:11.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTMUfkHfbR0uvTeT6FchTkUFzxcb4F6B { width:8.8125rem;height:6.4375rem;top:6.4375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHEv79bcDmfHBWhwiC73K4daLMRK8AQN { width:10.5625rem;height:2.4375rem;top:2.3125rem;left:13.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWgAnP6msMhdJe8WGozArETw9gN5x7n7 { top:0.875rem;left:24.5rem;width:11.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDKiQ00AXZEfpdttaXlhi0i0alFTH5VB { width:8.8125rem;height:9.0625rem;top:6.4375rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDUirulNM0b8CLUaBQBrvMXb0wWfmE8d { width:9.5rem;height:2.4375rem;top:2.3125rem;left:26.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6uGi0t5kWKMGzbagCvZUuBD5qUFgFeH { top:0.875rem;left:36.4375rem;width:11.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD12qc1cTGPkiufgbt587UtRuSXcARCT { width:9.5rem;height:1.1875rem;top:2.875rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3m5gEtLZGO3A2BxR9zJMqTrPpatNzOK { width:8.8125rem;height:7.75rem;top:6.4375rem;left:38.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFS5cVQiXn56MsKN4LrolyaQK8vNPcHf { width:28.5625rem;height:3.1875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REgWOu3Ewxxfo0XeWnxifBO8Rhvvty4w { display:block; }
 }@media only screen and (max-width: 763px) { #aTTqcQc0043rnZnlJEgsRXoHqGRF1JLO { width:28.5625rem;height:3.1875rem;top:19.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFmFNyXN5fWRgPQEpquo7z6JmzpNEMx1 { display:block; }
 }@media only screen and (max-width: 763px) { #IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 { display:block; }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7fMlUXTP9A2hTRTwD8Fp3p62ltT4wTr { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erw3BHtGPtT0sPGbDvFApx8G4fOfaVca { width:47.75rem;height:3.25rem;top:3.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iktDIPyMLAS392wrrZA60cgeZwmgBazZ { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKXGrmVLi5vNgrUGTF64RLDBTmgIzKxN { width:39.375rem;height:4.3125rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIMzVro71PRMnKT6CSPsmKebokCCxPzq { display:block; }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuBIJtd2EtLuRZ5moI809oPZSUVm5GSI { width:47.75rem;height:2.0625rem;top:1.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW { display:block; }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NA7lIuJsVdmzsoPGbp4Va6WmXa6OcaeN { width:8.5625rem;height:3.875rem;top:10.0625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnsTKlBn2oihVpcRrCcs8WwPVedx90fK { width:16.875rem;height:6rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAgAym57To2bdIRHwvTLSCWgM9SwE775 { width:16.875rem;height:3.875rem;top:10.0625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSwWME5hXM3whkF7DS9ue03VvOipce9F { width:16.875rem;height:10.5rem;top:14.875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCke848EmB0L1nTEfEP9TLdzOLHvK81A { width:16.875rem;height:3.875rem;top:10.0625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3QGlJeN1QOUEApm4cm20uagsK65sA3 { width:16.875rem;height:10.5rem;top:14.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG5HwcHPZWcuXoAzZEr8HcO9KMJygPZq { width:16.5625rem;height:3rem;top:29.375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHefy9pCk8MteOQqIVkIBFk74EQAWL8x { display:block; }
 }@media only screen and (max-width: 763px) { #sXF2TLonhf02tbvXBG27LIsNxNLyAc9V { width:6.375rem;height:6.375rem;top:2rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhIPxmNS2oB6r4VGeZV69zG8lyrtqeRp { width:4.5625rem;height:4.5625rem;top:2.875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn29vZa8JRO39s6rph2QxFnUMVIVQIhk { width:6.375rem;height:6.375rem;top:2rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZrmpPCgg5TIT31KDdr96wIXvb34FcBL { width:4.5625rem;height:4.5625rem;top:2.9375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuwF6B7GEklWaiCpRJ86h7TgC2wfuaSb { width:6.375rem;height:6.375rem;top:2rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeEGtiyGkgkcFVrZhiOlnmWua3KvDhmu { width:4.5625rem;height:4.5625rem;top:2.9375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHPxKnDOTGxeWFAbqXwfzqscX0mmaFa6 { top:3.625rem;left:0rem;width:18.25rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq3H6grPibNBTdqDP2U2umm686nBRMHZ { top:3.625rem;left:13.5rem;width:18.25rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTis4XReXZ9cdSO3P2osGCTI8ZsO2xQ { top:3.625rem;left:29.375rem;width:18.25rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk { display:block; }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uq00vub3xIwxfRaXd9n96hVm7c810IWu { width:31.5rem;height:2.75rem;top:7rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOkEvQx9zyToPri1lRT4THSn4uVnkUqa { width:28.3125rem;height:16.5rem;top:12.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn9XPB0Z3eTxaV1kzxbNEliIGoc3UZBu { top:10.1875rem;left:0rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrrigv4fcWFLfGe5MdlauF5LMM0Q49W7 { width:20.125rem;height:2.875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efP0QuTf3CaSLVsxLz8kiBO0oeXN0gTX { display:block; }
 }@media only screen and (max-width: 763px) { #v3NqbE06NDBRtV288vDEdlS8srkziaHt { width:26.5rem;height:31.4375rem;top:4.75rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ { display:block; }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX4DDsdnXqtrpfgfdbROWoRWE5AnaTK2 { width:47.75rem;height:2.0625rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrew2lqHBODJF9BE0wi6ZFf7mWBcADlm { width:34.5rem;height:3.375rem;top:3.375rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML { display:block; }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCNxHr0JlSHUiCpkNXWH8H07WUC7pPtE { width:47.75rem;height:2.0625rem;top:1.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU { display:block; }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W23CO17doTJZMVOkiX4FsQ3o1bIdsG7y { width:47.75rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAcQELZWSbz7dIrNzec2edBa355mTrJP { display:block; }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nS1xpVXyTZAPRQsNzKIrsuFSe8FZLOZ2 { width:47.75rem;height:2.0625rem;top:1.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 { display:block; }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxtGtykuMwtesOambHRo02U3Vbr0uOuk { width:47.75rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF { display:block; }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioIngAxyBCkcBQqk8E8X1w9MppdnFl0m { width:9.375rem;height:17.625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCkl3Tiifg7LlLtmPhcqKpgrHGSPd5d { width:22.5rem;height:6.25rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcJMt0hRBospXradc598RSq3Gl2oI4F5 { width:23.375rem;height:5.6875rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGbFT8OVyOVxZIt6GWmR334ztJIlRKCc { width:27.375rem;height:13.125rem;top:3.0625rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhPn22g9WL8uml7UbTCURhk7tvK77RuE { width:27.4375rem;height:2.25rem;top:4.6875rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8fqE3t7NRfatGlM3DnKiOv56Okm87O { width:20rem;height:0.0625rem;top:7.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNthr6ladQSUv3OgTiZbfeVa6Xqt8uJ6 { width:22.6875rem;height:5.5625rem;top:8.1875rem;left:25.0625rem;font-size:1.125rem;display:block; }#RNthr6ladQSUv3OgTiZbfeVa6Xqt8uJ6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_398ca65bbe50d49f07684c0d5515d46ae3b0bd26.svg); }
 }@media only screen and (max-width: 763px) { #tmqCoOe4AnBeycvHKUMiTl1c28BfGKGR { width:27.3125rem;height:13rem;top:17.0625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXgU60T0cpJUIZCBDs177Tv33uvZKmva { width:22.6875rem;height:;top:24.1875rem;left:25.0625rem;font-size:1.125rem;display:block; }#MXgU60T0cpJUIZCBDs177Tv33uvZKmva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_398ca65bbe50d49f07684c0d5515d46ae3b0bd26.svg); }
 }@media only screen and (max-width: 763px) { #T7QLUcqF7DJB57Uuw3Cn7eKTeX6NppQB { width:27.375rem;height:2.25rem;top:18.5rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIJB6gouAmbqXluRk5u7IIFhI4x78pqf { width:20rem;height:0.0625rem;top:23.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #diThzKNdX0yhRm1LtlZVdQxocfi7B82C { width:17.5rem;height:1.75rem;top:21rem;left:28.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMPPkQUdBdTymAhv0qLT8x0uka39MyFi { display:block; }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSEIqxuuEFT3JqFbq2536zpoQn1oVF4K { width:32.4375rem;height:2.5rem;top:1.5625rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 { display:block; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt4fk4xQiJDSPbZGouyWCgWC6Wux3aT5 { width:23rem;height:1.5rem;top:10.1875rem;left:24.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz  { width:20.6875rem;height:auto;top:14.5rem;left:24.5625rem; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz {display:block;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz { width:20.6875rem;height:auto;top:14.5rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #wneS3F24KoikfWkO99DqIdPTNdnCTFJb {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #sbCAxMFCH0ohWHPP8Tlo224feiWJ7mba {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #sUbCE88BDBnrhBl7hETl8tMBI1ML6TcS {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #a50SSoByqMv6ze706zlJnJnzthvI9mRC {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #JudReHLQB4OW6VLI1xk7kNJBnwrJVCdW {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #V0M3m7KsJWxvaiAOocSPdzaWzSwUxmPP {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #mqTMrfwtqcR18vd9BdoFKMuhLtZiV5Tb {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #iKGociHQ13pD0X9DPdAB2Hea03QTEKkb {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #T5A98V2UWizoC3LDu5EQaEOAWpGlUwGg {  }
 }@media only screen and (max-width: 763px) { #xx0Z0ZdQyZ63xZHJGM2Fhxbq8G4ceuIH { display:block; }
 }@media only screen and (max-width: 763px) { #Pa0v6WVtwKzd8ALFELlwP8rn5czmilbT { display:block; }
 }@media only screen and (max-width: 763px) { #DO33cK3NKcpF5UQAuZwpNRVHMe7k5pw6 { display:block; }
 }@media only screen and (max-width: 763px) { #BOqpBwhaCC8r1tRgKDEVaBsfRDrJTAnr { display:block; }
 }@media only screen and (max-width: 763px) { #ectgPrW4MNM4yfzGowRCyPJwAp0VDnFm { display:block; }
 }@media only screen and (max-width: 763px) { #a4NBQkt8ZfJsFSWVusNzwwoEDflCnNF7 { display:block; }
 }@media only screen and (max-width: 763px) { #swiCdnbGZgMSpvTTsJ2sb4mMFAOeuTrH { display:block; }
 }@media only screen and (max-width: 763px) { #i1FOiK9vDCRIKfmcmzukMrSXEKHHKv2H { display:block; }
 }@media only screen and (max-width: 763px) { #QE2FJ9aoOfKV1QJXqTVl6aoNlcPHfvpQ { display:block; }
 }@media only screen and (max-width: 763px) { #rhoHS1mRsLHqTZMJNEpmTCTisbZdmGxa { display:block; }
 }@media only screen and (max-width: 763px) { #iZGHxq8TdalmZTJFJT9e1TFfpOGiwXz7 { display:block; }
 }@media only screen and (max-width: 763px) { #bSS88KIGaHuTnkDTHnX8hL9okiG1TR1h { display:block; }
 }@media only screen and (max-width: 763px) { #qLpQS42FopmIFS7xEgpVLxT72GbtP67C { display:block; }
 }@media only screen and (max-width: 763px) { #ns5R8FJ00apX8c3ri1F7ofmoTcIMsbtO { display:block; }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #nuwk8v2RF4dZtT5oVChG0CMryDt35DBt {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #tdeh9AXvzrBq3b4n40z0LWihUnCEgGqT {  }
 }@media only screen and (max-width: 763px) { #R4hTVIxnmOaFDEQOUkeIR7qanskRTTi0 { width:27.4375rem;height:23.0625rem;top:11.625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRqs4HnM9HDAzMND3Tr3DInciCa7aX2q { width:27.5rem;height:8.5625rem;top:5.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUVKcBt9FpG6Tg1yxl9mHEOkTFNUT4VE { width:24.4375rem;height:5.625rem;top:15.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwPLfwR4G7W1Ioho5sbJqvXeLo6lRBaa { width:20.625rem;height:2.75rem;top:7.375rem;left:27.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdTVLb0VsckyxsTaSGo5Foy6G2C9oe5D { width:24.4375rem;height:4rem;top:22.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF0119HtESszzKIORtnU5A9Zi8ohGVC8 { width:25rem;height:1.25rem;top:29.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGlzNfJu5UmSlTkxaLZ57C6RWISNy9bK { width:1.6875rem;height:1.6875rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRauTF9Mg46bcByce7PEc2IOtFWdoE2P { width:24rem;height:3.375rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG { display:block; }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF6s6eHZUnxpcJ241v5TQ3S2tgLaThBw { width:14.5rem;height:1.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzTuxEm1TJWZZT3nmTdUlktblIBAeA0H { width:41.5rem;height:2.0625rem;top:1.8125rem;left:6.25rem;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) { #mqLkhKXkiUrMLpkEOFQ0Oin3qWc7QH63 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mqLkhKXkiUrMLpkEOFQ0Oin3qWc7QH63 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeDdvzqdSKwW4fPWBOtvy7LViddL7W3A { width:7.6875rem;height:2.6875rem;top:1.5rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Du8pDfbb8UlBMwJw2Kf91bQRCw1m8fn1 { display:block; }
 }@media only screen and (max-width: 763px) { #emBT4mgZEFbvmFpPUXTvUIESslb1b5pr { display:flex;width:2.1875rem;height:2.1875rem;top:1.6864346265793rem;left:7.3109021782875rem;display:none; }
 }@media only screen and (max-width: 763px) { #skrqikuN3LR6LHelLGK2qJTiTcfJLRq8 { width:1.8125rem;height:1.8125rem;top:1.811967253685rem;left:7.4999995827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1PJK34oEMdf8aP5qnBs2LtxWJcTHU1P { width:5.6875rem;height:0.6875rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BnSOEMncIoag9TQdB1wJWxvlXgdmU7C4 { width:13.875rem;height:2.25rem;top:10.686525rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRfZG9PTvHfKAwK0cZfvSf59NUnDx426 { display:block; }
 }@media only screen and (max-width: 763px) { #d3kRIqt1iK0f4gmb9eShnyePKsyGmJ1z { display:flex;width:3.5625rem;height:3.5625rem;top:0.625rem;left:6.25rem;z-index:15012; }
#d3kRIqt1iK0f4gmb9eShnyePKsyGmJ1z > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #ctppgGFXZCvO5Up8AbEvWknG7I2ruM8c { width:10.625rem;height:2.1875rem;top:1.375rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dWnZkT0lt2TKxwz9QqLLDA6zAxiUBun4 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V4i5puHZvDz4c7izl6mT4yUJNMJGeemX { width:14.4375rem;height:2rem;top:1.25rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ds2DBTCd30mx04ZyT31s1oTa2mVxedMT { width:12.1875rem;height:2.8125rem;top:1.0625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPm2ZzzJ5gs1dhQNRUPHobvbbJ5sdliR { display:block; }
 }@media only screen and (max-width: 763px) { #lrTpk0kToqhlkpAxvzGAcblaeNNM4eJV { display:flex;width:3.375rem;height:3.375rem;top:5.125rem;left:8.3125rem; }
#lrTpk0kToqhlkpAxvzGAcblaeNNM4eJV > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #fwDJ00iL3ydoAartNtaC1O0scmEhHnN6 { width:14.9375rem;height:2.25rem;top:1.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1XBiIsbVToF8yEPz5mZSLR3rxm29Ew9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZHBWKd8fCryqgIW2CvaTFFwhEsIvlEtH { display:block; }#ZHBWKd8fCryqgIW2CvaTFFwhEsIvlEtH > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl { display:block; }#vrc8ry4rmulwXyhMv6CBoiu1Cr5TLIrl > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFNw2CluGgdsCr7n4ivcs9DIaSb2xnTb { width:17.75rem;height:8.125rem;top:9.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A993i5Enm4wHEnP8BC5SuAX6lSenAG45 { width:18.1875rem;height:2.25rem;top:3.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCanBOl9iiPpi19EwF1dkmi35CrJ94EK { width:20rem;height:28.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5w2TDWymfQEr2n3W16MznR6vGlbFdbF { width:12.8125rem;height:2.8125rem;top:26.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLrksLg9qm0k2QCil4MGhRmTUnMZLZz4 { display:block; }
 }@media only screen and (max-width: 763px) { #LH7ByL8oz7ipkrRPKwzX1Al7zkrzmndL { width:16.5625rem;height:0.125rem;top:6.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVONsigoycRBMbfTGOU0bVzdzPiPgNeI { width:20rem;height:13.3125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHsdhGVrW0fWsfb7WtMT5nTv8Sp7PTN { width:20rem;height:2.03125rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHyH2pVhS2zV2bm1vnTTVs0DXDcDIqZU { width:17.5625rem;height:5.5234375rem;top:18.75rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPk1FTrKm8oiXUT7boLWkARQOrbV57D { display:block; }#dcPk1FTrKm8oiXUT7boLWkARQOrbV57D > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTN2md6nIO4UgRunOQl2pMa9mJwHBdPP { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM { display:block; }#iTpT1Z3AgIsdpNVbdfi0lIms8kc1OEVM > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVeKTHZ86w0wTCHTTEJz2WxgtAbQIuRx { width:14.1875rem;height:21.3125rem;top:2.375rem;left:2.875rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #okq6BBm8VGVn9A4K4kdMbsVrxm8zKO8f { width:14.1875rem;height:1.29980625rem;top:11.5rem;left:2.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UzCHkgO9loSdpiD5I3PWCvK2swH1KoHu { width:12.125rem;height:3.8994125rem;top:14rem;left:3.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqghpSPKlpNuqzqwTOANP0bcyvDPuWi2 { width:9.8125rem;height:2.4375rem;top:19.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ColptDySnGT5ZGMmE211TTCZLRkmZTRv { display:block; }
 }@media only screen and (max-width: 763px) { #fzg7PyxnszlG2vqMAoEuaNted2KOnIQT { width:6.125rem;height:6.125rem;top:3.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ6qb2SRbig1CtKRxlZEhx2pNHqZWhXi { width:14.4375rem;height:23.125rem;top:47.8125rem;left:2.8125rem;background-color:#45aaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CTMO63UXad2ng9pF9zoDq6VEEe639SHn { width:11.8125rem;height:1.29980625rem;top:56.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G24euuTQXLfJFwG5DuBwdXkcNbXfJO4G { width:6.125rem;height:6.125rem;top:48.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKUBiTKTCkrsfK7bo6oZsJePdRf8fuVo { width:12.875rem;height:7.82325rem;top:58.4375rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }#mKUBiTKTCkrsfK7bo6oZsJePdRf8fuVo li:before{  }
 }@media only screen and (max-width: 763px) { #mZq1JXpsKrevT3S4vexLz0CkNldhkoEV { width:14.4375rem;height:21.4375rem;top:24.9375rem;left:2.8125rem;background-color:#2a9cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rvMGim5KlW07Q0B7yXo2ska2Ueh2WzKp { width:11.8125rem;height:2.5996125rem;top:32.875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #raeMgb3SbOl8EpODdeZIqSKL8Tvk5NTR { width:7.6875rem;height:4.9375rem;top:36.125rem;left:6.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#raeMgb3SbOl8EpODdeZIqSKL8Tvk5NTR li:before{  }
 }@media only screen and (max-width: 763px) { #MiJ5q7aii0GWcZm4DB1uAvBLVAREKxO7 { width:4.875rem;height:4.875rem;top:27.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLGSTQ4HBovxPCW2yiXw5fBnNlfJMgpM { width:9.8125rem;height:2.4375rem;top:42.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFgCcH75SbffWLpZ2rLy9kT5K1ROi05h { display:block; }
 }@media only screen and (max-width: 763px) { #mEbhfq5ECctVnLzI1t1fNLANqIlvTWaw { width:9.8125rem;height:2.4375rem;top:67.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdllF1HfGsVN8WdWmvE9wiDNeprAUqBR { display:block; }
 }@media only screen and (max-width: 763px) { #roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM { display:block; }#roCkLI758tgnvgGtl2ZzxmKvyDB1NVQM > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTaxUHIylOkm1E0klW1AqdQrVSPDr6P4 { width:14.4375rem;height:20.25rem;top:41.4375rem;left:2.8125rem;background-color:#64b8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UOeGUuwTgTLCKiiffJhieOIHh0GkfNtB { width:6.125rem;height:4.6875rem;top:44.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9V1A3k4OvGHiiSxmMc3Ie2QTTAwKKW { width:10.375rem;height:1.29980625rem;top:50.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nnK0hhNwIiKTc5poLDFylRlaBH8fyaXo { width:11rem;height:2.5996125rem;top:52.9375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C54ygT3erTTO1HbwTmohmVlGWJOwGBTt { width:9.8125rem;height:2.4375rem;top:57.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2iVxWrrN0EBL9wCt8SxCK8w08suu0nJ { display:block; }
 }@media only screen and (max-width: 763px) { #qf31AhegKFOSuX0Irkc0rffbT6JApREI { width:14.4375rem;height:18.4375rem;top:0.9375rem;left:2.8125rem;background-color:#2a9cff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BeMhQwERck27Ovf543Br204ZbhbuyIAJ { width:6.125rem;height:4.875rem;top:3rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt2wtVrvRvVEFzCVgXzCBiBwAbQipdNm { width:11.8125rem;height:1.29980625rem;top:8.5625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TnVkIntBnSNm8Xer7iaMzmeuIDcZvPNo { width:14.4375rem;height:20rem;top:20.5625rem;left:2.8125rem;background-color:#45aaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #voKokrO0Bd60QKuo9TMpQ6ThqaMIvUa4 { width:11.8125rem;height:1.29980625rem;top:29.125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ROyG44TEvvNn23Ow8P5Woedy0L1UCllb { width:12.875rem;height:2.5996125rem;top:10.75rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NchWq9mXv9dyCxVQ9foRUa4c8JRtz12V { width:12.875rem;height:3.8994125rem;top:31.1875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPfAEN0JkzHa2XI96KygEXBqEBZDqTFP { width:6.125rem;height:6.125rem;top:21.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPHyeZxr5GKuT861ZuxT31BUTs4rQ1WW { width:9.8125rem;height:2.4375rem;top:14.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwaXRHOJ3OqLZ9EN2gwvQzN0ODkAxMAC { display:block; }
 }@media only screen and (max-width: 763px) { #XIvqLKFA6BLaSewbrVnU4p3VSCJ9itsd { width:9.8125rem;height:2.4375rem;top:36.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8rRSwOJpi9JfrXmbmHlOwTnpXT5M0GO { display:block; }
 }@media only screen and (max-width: 763px) { #Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 { background-color:#000000;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7.adaptive-delivery-prevent-bg, #Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7.lazyload, #Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7.lazyloading { background-image: none; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container { background-color: transparent; background-image: none; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container > .video-iframe-container { display: none; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row > .video-iframe-container { display: none; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .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); }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container { border-width: 0; border-radius: 0; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rburwc1QTTUlV3Vp8WWA7R0QlXsDM2B7 > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkZQoecOZI56HcdUbnrulnT9K0kDTURv { width:18.75rem;height:23.125rem;top:16.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTqemem5fhOBpP8AeOvBVTJ3l0E8kvL3 { width:18.75rem;height:23.125rem;top:40.75rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToOeeXDa52pKTlzV6rWVd2Tq2Zx0x4rT { width:18.75rem;height:23.125rem;top:2.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXJHU8PEnLqyhwHxKlX71PhQ2fKXQkp { width:20rem;height:24.4375rem;top:89.6875rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #LNe2la40J6BTkFR2kVakBD2S17vDroTN { width:20rem;height:5.19921875rem;top:28.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9dDFItktXXA1tqnJ1LqtHuTFZE0SaiL { width:20rem;height:8.660125rem;top:34.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 { background-color:#101f31;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container { background-color: transparent; background-image: none; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container > .video-iframe-container { display: none; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row > .video-iframe-container { display: none; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .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); }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container { border-width: 0; border-radius: 0; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6NDxu4BDfdKUd7xe5RmhsCr1O44I5D6 > .row .container { width:20rem;height:5.4746125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amqOMbFdp2cFCCHmZvurmsLzI4xv3vX3 { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I { background-color:#101f31;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container { background-color: transparent; background-image: none; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container > .video-iframe-container { display: none; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row > .video-iframe-container { display: none; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .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); }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container { border-width: 0; border-radius: 0; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xK0i0d5pUwB8uOEna5JTThAsSpWPJo6I > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UatfLylR1NopV0BUPoTRXZ9EQM907Vpn { width:9.75rem;height:2.4375rem;top:5.4375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5D92Qt38AJ8OQ4Z31cug8EIwAmbMT0h { width:8.8125rem;height:3.8994125rem;top:9rem;left:5.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lODsHxsUHpBQnCsqpkf4WxLGwfzq6NVo { width:11.3125rem;height:11.25rem;top:3.4375rem;left:4.3125rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MO0fFoIGv8gZ1niKRhUpapxfXulniRba { width:11.3125rem;height:16.625rem;top:16.375rem;left:4.375rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FAiKHKhNXhJWLkJBNZK6ClxUsV6W5imG { width:8.8125rem;height:10.3984375rem;top:21.8125rem;left:5.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Sh9h36kUi3PCyD0apzdaCwL4pKTfJu { width:10.3125rem;height:3.65625rem;top:17.4375rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf8EZBHkkBgTQCaQEopeDbeKz6r2y18I { width:11.3125rem;height:13.75rem;top:34.9375rem;left:4.375rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lTMUfkHfbR0uvTeT6FchTkUFzxcb4F6B { width:8.8125rem;height:6.499rem;top:40.4375rem;left:5.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHEv79bcDmfHBWhwiC73K4daLMRK8AQN { width:10.5625rem;height:2.5996125rem;top:36.9375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWgAnP6msMhdJe8WGozArETw9gN5x7n7 { width:11.3125rem;height:16.375rem;top:50.25rem;left:4.375rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zDKiQ00AXZEfpdttaXlhi0i0alFTH5VB { width:8.8125rem;height:9.098625rem;top:55.8125rem;left:5.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDUirulNM0b8CLUaBQBrvMXb0wWfmE8d { width:9.5rem;height:2.5996125rem;top:52.25rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6uGi0t5kWKMGzbagCvZUuBD5qUFgFeH { width:11.3125rem;height:16.3125rem;top:67.875rem;left:4.375rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XD12qc1cTGPkiufgbt587UtRuSXcARCT { width:9.5rem;height:1.29980625rem;top:70.5rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3m5gEtLZGO3A2BxR9zJMqTrPpatNzOK { width:8.8125rem;height:7.7988125rem;top:73.4375rem;left:5.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFS5cVQiXn56MsKN4LrolyaQK8vNPcHf { width:19rem;height:3.1875rem;top:85.75rem;left:0.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #REgWOu3Ewxxfo0XeWnxifBO8Rhvvty4w { display:block; }
 }@media only screen and (max-width: 763px) { #aTTqcQc0043rnZnlJEgsRXoHqGRF1JLO { width:14.4375rem;height:3.1875rem;top:86.375rem;left:2.78125rem;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KFmFNyXN5fWRgPQEpquo7z6JmzpNEMx1 { display:block; }
 }@media only screen and (max-width: 763px) { #IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 { display:block; }#IPVpoRh66rD2mAuqObIu8Q2TqaXm5Uo3 > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7fMlUXTP9A2hTRTwD8Fp3p62ltT4wTr { width:13.75rem;height:0.125rem;top:5.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erw3BHtGPtT0sPGbDvFApx8G4fOfaVca { width:12rem;height:2.5996125rem;top:2.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iktDIPyMLAS392wrrZA60cgeZwmgBazZ { width:3.75rem;height:0.1875rem;top:5.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKXGrmVLi5vNgrUGTF64RLDBTmgIzKxN { width:18.625rem;height:8.5488125rem;top:7rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JIMzVro71PRMnKT6CSPsmKebokCCxPzq { display:block; }#JIMzVro71PRMnKT6CSPsmKebokCCxPzq > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuBIJtd2EtLuRZ5moI809oPZSUVm5GSI { width:20rem;height:4.2246125rem;top:0.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW { display:block; }#iN3TosyqyqtG9SU8C2r7zqIDMFAJMsWW > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NA7lIuJsVdmzsoPGbp4Va6WmXa6OcaeN { width:20rem;height:1.4624rem;top:9.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnsTKlBn2oihVpcRrCcs8WwPVedx90fK { width:18.75rem;height:4.5rem;top:12.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAgAym57To2bdIRHwvTLSCWgM9SwE775 { width:16.875rem;height:2.92480625rem;top:30.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSwWME5hXM3whkF7DS9ue03VvOipce9F { width:18.75rem;height:9rem;top:34.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCke848EmB0L1nTEfEP9TLdzOLHvK81A { width:20rem;height:1.4624rem;top:57.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3QGlJeN1QOUEApm4cm20uagsK65sA3 { width:15.9375rem;height:10.5rem;top:60.5rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG5HwcHPZWcuXoAzZEr8HcO9KMJygPZq { width:16.5625rem;height:3rem;top:77.75rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHefy9pCk8MteOQqIVkIBFk74EQAWL8x { display:block; }
 }@media only screen and (max-width: 763px) { #sXF2TLonhf02tbvXBG27LIsNxNLyAc9V { width:6.375rem;height:6.375rem;top:2.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhIPxmNS2oB6r4VGeZV69zG8lyrtqeRp { width:4.5625rem;height:4.5625rem;top:3.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn29vZa8JRO39s6rph2QxFnUMVIVQIhk { width:6.375rem;height:6.375rem;top:22.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZrmpPCgg5TIT31KDdr96wIXvb34FcBL { width:4.5625rem;height:4.5625rem;top:22.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuwF6B7GEklWaiCpRJ86h7TgC2wfuaSb { width:6.375rem;height:6.375rem;top:49.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeEGtiyGkgkcFVrZhiOlnmWua3KvDhmu { width:4.5625rem;height:4.5625rem;top:50.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHPxKnDOTGxeWFAbqXwfzqscX0mmaFa6 { width:18.25rem;height:21.3125rem;top:52.875rem;left:0.8125rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Oq3H6grPibNBTdqDP2U2umm686nBRMHZ { width:18.875rem;height:22.9375rem;top:23.75rem;left:0.5625rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GeTis4XReXZ9cdSO3P2osGCTI8ZsO2xQ { width:19.0625rem;height:14.75rem;top:5.1875rem;left:0rem;background-color:#238eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk { display:block; }#eJRuTei6VCBSn5hWbIkKSc6x55EuMuVk > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uq00vub3xIwxfRaXd9n96hVm7c810IWu { width:20rem;height:2.1308625rem;top:2.3056640625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOkEvQx9zyToPri1lRT4THSn4uVnkUqa { width:20rem;height:17.0625rem;top:6.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn9XPB0Z3eTxaV1kzxbNEliIGoc3UZBu { width:12.5rem;height:0.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrrigv4fcWFLfGe5MdlauF5LMM0Q49W7 { width:19rem;height:2.875rem;top:46.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efP0QuTf3CaSLVsxLz8kiBO0oeXN0gTX { display:block; }
 }@media only screen and (max-width: 763px) { #v3NqbE06NDBRtV288vDEdlS8srkziaHt { width:20rem;height:18.8125rem;top:24.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9353030e-a27b-46ee-ad71-50f5e6c1adf3/medicalassistanthelpingpatientwithphysiotherapyexercises.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.25rem;display:block; }#v3NqbE06NDBRtV288vDEdlS8srkziaHt.adaptive-delivery-prevent-bg, #v3NqbE06NDBRtV288vDEdlS8srkziaHt.lazyload, #v3NqbE06NDBRtV288vDEdlS8srkziaHt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ { display:block; }#gRvqfWqa8N6lmOw4V2uh51pdqZWsPQuQ > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX4DDsdnXqtrpfgfdbROWoRWE5AnaTK2 { width:15.4375rem;height:4.875rem;top:0.9375rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrew2lqHBODJF9BE0wi6ZFf7mWBcADlm { width:20rem;height:4.142575rem;top:6.7246125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML { display:block; }#g9xpoZZapM7q7aZy5kNmmuZSpqHzKMML > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCNxHr0JlSHUiCpkNXWH8H07WUC7pPtE { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU { display:block; }#S8tFTgPnHwpQ5UF0iRm891lcfZXqmFbU > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W23CO17doTJZMVOkiX4FsQ3o1bIdsG7y { width:20rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAcQELZWSbz7dIrNzec2edBa355mTrJP { display:block; }#QAcQELZWSbz7dIrNzec2edBa355mTrJP > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nS1xpVXyTZAPRQsNzKIrsuFSe8FZLOZ2 { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 { display:block; }#TPRgT83vH9G1XD8bp9RVSdim66JkJUG1 > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxtGtykuMwtesOambHRo02U3Vbr0uOuk { width:20rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF { display:block; }#L7UQGboBsCdto7gD6ZT0Rgyh5LKangLF > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioIngAxyBCkcBQqk8E8X1w9MppdnFl0m { width:9.5rem;height:14.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCkl3Tiifg7LlLtmPhcqKpgrHGSPd5d { width:15.1875rem;height:4.75rem;top:5.25rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcJMt0hRBospXradc598RSq3Gl2oI4F5 { width:16.4375rem;height:6.3984375rem;top:10.9375rem;left:1.34375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGbFT8OVyOVxZIt6GWmR334ztJIlRKCc { width:20rem;height:17.6875rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhPn22g9WL8uml7UbTCURhk7tvK77RuE { width:10.875rem;height:4.2246125rem;top:25.125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8fqE3t7NRfatGlM3DnKiOv56Okm87O { width:17.5rem;height:0.0625rem;top:30rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNthr6ladQSUv3OgTiZbfeVa6Xqt8uJ6 { width:15.0625rem;height:6.82425rem;top:31.1806640625rem;left:2.46875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#RNthr6ladQSUv3OgTiZbfeVa6Xqt8uJ6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_398ca65bbe50d49f07684c0d5515d46ae3b0bd26.svg); }
 }@media only screen and (max-width: 763px) { #tmqCoOe4AnBeycvHKUMiTl1c28BfGKGR { width:20rem;height:17.4375rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXgU60T0cpJUIZCBDs177Tv33uvZKmva { width:15.125rem;height:3.4121125rem;top:53.625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#MXgU60T0cpJUIZCBDs177Tv33uvZKmva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_398ca65bbe50d49f07684c0d5515d46ae3b0bd26.svg); }
 }@media only screen and (max-width: 763px) { #T7QLUcqF7DJB57Uuw3Cn7eKTeX6NppQB { width:11.9375rem;height:4.2246125rem;top:44.625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIJB6gouAmbqXluRk5u7IIFhI4x78pqf { width:20rem;height:0.0625rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diThzKNdX0yhRm1LtlZVdQxocfi7B82C { width:17.5rem;height:1.75rem;top:49.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMPPkQUdBdTymAhv0qLT8x0uka39MyFi { display:block; }#tMPPkQUdBdTymAhv0qLT8x0uka39MyFi > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSEIqxuuEFT3JqFbq2536zpoQn1oVF4K { width:20rem;height:2.0996125rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 { display:block; }#EIIOsh07kbNhcWPZhPAQeZIWPQPznxT0 > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt4fk4xQiJDSPbZGouyWCgWC6Wux3aT5 { width:20rem;height:1.4375rem;top:27.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#238eff;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:1.125rem;overflow:hidden; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-container:first-of-type{padding-top:0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .widget-container:last-of-type{padding-bottom:0;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz  { width:15.9375rem;height:auto;top:31.4375rem;left:0.8125rem; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz {display:block;}#I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz { width:15.9375rem;height:auto;top:31.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #wneS3F24KoikfWkO99DqIdPTNdnCTFJb {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #sbCAxMFCH0ohWHPP8Tlo224feiWJ7mba {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #sUbCE88BDBnrhBl7hETl8tMBI1ML6TcS {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #a50SSoByqMv6ze706zlJnJnzthvI9mRC {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #JudReHLQB4OW6VLI1xk7kNJBnwrJVCdW {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #V0M3m7KsJWxvaiAOocSPdzaWzSwUxmPP {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #mqTMrfwtqcR18vd9BdoFKMuhLtZiV5Tb {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #iKGociHQ13pD0X9DPdAB2Hea03QTEKkb {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #T5A98V2UWizoC3LDu5EQaEOAWpGlUwGg {  }
 }@media only screen and (max-width: 763px) { #xx0Z0ZdQyZ63xZHJGM2Fhxbq8G4ceuIH { display:block; }
 }@media only screen and (max-width: 763px) { #Pa0v6WVtwKzd8ALFELlwP8rn5czmilbT { display:block; }
 }@media only screen and (max-width: 763px) { #DO33cK3NKcpF5UQAuZwpNRVHMe7k5pw6 { display:block; }
 }@media only screen and (max-width: 763px) { #BOqpBwhaCC8r1tRgKDEVaBsfRDrJTAnr { display:block; }
 }@media only screen and (max-width: 763px) { #ectgPrW4MNM4yfzGowRCyPJwAp0VDnFm { display:block; }
 }@media only screen and (max-width: 763px) { #a4NBQkt8ZfJsFSWVusNzwwoEDflCnNF7 { display:block; }
 }@media only screen and (max-width: 763px) { #swiCdnbGZgMSpvTTsJ2sb4mMFAOeuTrH { display:block; }
 }@media only screen and (max-width: 763px) { #i1FOiK9vDCRIKfmcmzukMrSXEKHHKv2H { display:block; }
 }@media only screen and (max-width: 763px) { #QE2FJ9aoOfKV1QJXqTVl6aoNlcPHfvpQ { display:block; }
 }@media only screen and (max-width: 763px) { #rhoHS1mRsLHqTZMJNEpmTCTisbZdmGxa { display:block; }
 }@media only screen and (max-width: 763px) { #iZGHxq8TdalmZTJFJT9e1TFfpOGiwXz7 { display:block; }
 }@media only screen and (max-width: 763px) { #bSS88KIGaHuTnkDTHnX8hL9okiG1TR1h { display:block; }
 }@media only screen and (max-width: 763px) { #qLpQS42FopmIFS7xEgpVLxT72GbtP67C { display:block; }
 }@media only screen and (max-width: 763px) { #ns5R8FJ00apX8c3ri1F7ofmoTcIMsbtO { display:block; }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #nuwk8v2RF4dZtT5oVChG0CMryDt35DBt {  }
 }@media only screen and (max-width: 763px) { #I4FHiiIkbCt6h84zNoHibRNF1zdmg9Fz #tdeh9AXvzrBq3b4n40z0LWihUnCEgGqT {  }
 }@media only screen and (max-width: 763px) { #R4hTVIxnmOaFDEQOUkeIR7qanskRTTi0 { width:20rem;height:21.625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRqs4HnM9HDAzMND3Tr3DInciCa7aX2q { width:20rem;height:5.5rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUVKcBt9FpG6Tg1yxl9mHEOkTFNUT4VE { width:20rem;height:4.94970625rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TwPLfwR4G7W1Ioho5sbJqvXeLo6lRBaa { width:20rem;height:2.5996125rem;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdTVLb0VsckyxsTaSGo5Foy6G2C9oe5D { width:20rem;height:5.3984375rem;top:14.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qF0119HtESszzKIORtnU5A9Zi8ohGVC8 { width:17.9375rem;height:0.9746125rem;top:21.4375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XGlzNfJu5UmSlTkxaLZ57C6RWISNy9bK { display:flex;width:1.6875rem;height:1.6875rem;top:21.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HRauTF9Mg46bcByce7PEc2IOtFWdoE2P { width:20rem;height:2.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG { display:block; }#RJt9LnlkgNV0eRmuzMMGorRNyyEOl4fG > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF6s6eHZUnxpcJ241v5TQ3S2tgLaThBw { width:14.5rem;height:1.8125rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzTuxEm1TJWZZT3nmTdUlktblIBAeA0H { width:20rem;height:4.19921875rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }