.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row .container { background-color: transparent; background-image: none; }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row .container > .video-iframe-container { display: none; }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row > .video-iframe-container { display: none; }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .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); }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row .container { border-width: 0; border-radius: 0; }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#TAKCh4nPosIZqSvb6bzrn3Jy3Etrw2Mn { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:0rem;left:18.281250953674rem;overflow:hidden;display:block; }
#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/68IOjoX0/hospital_2_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ.adaptive-delivery-prevent-bg, #qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ.lazyload, #qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ.lazyloading { background-image: none; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container { background-color: transparent; background-image: none; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container > .video-iframe-container { display: none; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row > .video-iframe-container { display: none; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .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); }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container { border-width: 0; border-radius: 0; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#idRXBwIcunZsdkHHvHGTwmoStTprus4S { color:#272828;display:block;width:15.999rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:11.875rem;left:34.625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xl0HbUVS6XpLk6eSlZAetkBaTNaBmahw { color:#fafafa;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:11.125rem;left:20.875rem;height:2.44791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVHXTfeCmOvDKWlknr2f9vkHlsGZRCLb { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6225625rem;width:15.6225625rem;top:32.9375rem;left:2.4375rem;overflow:hidden;display:block; }
#KimVsoQcya3bOeZtuLNUwliqXI1DCMJO { color:rgba(2,172,0,0.8);display:block;width:14.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:43.8125rem;left:2.8125rem;height:1.3808625rem;font-style:normal;display:block; }
#zykb7NLygSMN3q6vKsmtkUDTQpTOn4M0 { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"alw font";font-size:1.25rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:44.375rem;left:25.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-form-header { font-size:0.875rem; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;width:13.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden;font-style:normal; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.75rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:13.75rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:cairo;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .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; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #394089, #df4a8d);background-image: -moz-linear-gradient(100deg, #394089, #df4a8d);background-image: -ms-linear-gradient(100deg, #394089, #df4a8d);background-image: -o-linear-gradient(100deg, #394089, #df4a8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#394089', endColorstr='#df4a8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#394089', endColorstr='#df4a8d' );";background-image: linear-gradient(100deg, #394089, #df4a8d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:13.75rem;height:2.25rem;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .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:12.75rem;overflow:hidden;font-style:normal;float:none; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .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; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.625rem;vertical-align:middle;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:3;float:none; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-container:first-of-type{padding-top:0;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-container:last-of-type{padding-bottom:0;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100028;position:absolute;top:13.6220703125rem;left:23.3720703125rem;font-size:0.875rem; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.75rem;display:block;vertical-align:top; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 {display:block;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100028;position:absolute;top:13.6220703125rem;left:23.3720703125rem;font-size:0.875rem; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #Mwy6rslSQlqxCt6kGTSfRm8emiJZ3iFw { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #HZWhsdfeBzFdZAufZTRr5EC3pNsis43B { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #PObTT7DXMue2nukp11WWhlwsWPI9T0Jt { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #hMkgpxSCf6MED34fWOHzd5p7JBnc9RfF { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #hMkgpxSCf6MED34fWOHzd5p7JBnc9RfF .container-column{width:50%;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #ts5rNwSyS5XwV3Ekonx5WyLNC8qrBr21 { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #TnmrZte0F6Rsody8pQ2D53EJFTq5qTTl { position:relative;z-index:2; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #g2JB7efkmeghBbZLu3rMSvto5WS50wek { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #Cpe3evt3yiTwcsUiRElyEezBTdELbZdD { position:relative;z-index:2; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #UmLheNekUanz79BJB9HkBhfluigDCkkL { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #zVXbWwDta6dCPa2pnBoiHbu6k8rAXiDW { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #NHINKziAxXGM78p5GWaTk84Zmf9qxMlD { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #GebEPKnoOiVx2cLm5APET4HsbnAeVPVa { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #EAMgXCUvMTkmAMla4Tq2kf6EhkFkS1rm { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #ma28UAZrUUvyIGqccOCn09XZpkdCeOTJ { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #nWLLGWyVW4X1sQAM1zCA9W36t8PuIALP { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #dbCKSzCiJdg0fTl5v0ZFDkTg9fSemqGA { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #sN4okgrUUSntFDmX9h53AfJKfBKIvdUD { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #qv2kdaEeB2CzPM0L1G4LR0OId5o1wmgM { position:relative; }
#J8q5FVz1vHTyv34CO0FnMQ2yK0XaOwOi { position:relative;display:block; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #cPel8WVD5eDIsTRQTFEBmD6wTqzvD3hF { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #JJ26v9kozx0VdhH0OCkg44xc4uJOM90X { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #TG84IGaIIBkCbTVe5idpGUThJxPtZP6C { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #AQcCmW54Es82PaQdmx9VNc8navyAI7TG { position:relative; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #lGyWtZSaoTEE21G3E6MXPXg18M74yr50 { position:relative; }
#wbvqoOESseLi70n10g58zHnX2TsEdFpu { position:absolute;display:block;z-index:100020;background-color:#0f2151;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:40rem;width:15.5rem;top:9.5rem;left:23.625rem;display:block; }
#fwyk2OESysI2qRHcsxN5IcaT6806xBlL { color:#272828;display:block;width:10.749rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:10.5625rem;left:26.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byTw1Zimt62OVDqKizCbGxNkG2w0Tq43 { color:#0e0a52;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100024;line-height:1.5;letter-spacing:0;top:12.5rem;left:23.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p6DiLaTeUm1tXMFp6zZdDwzFTuVnQGEn { color:#50bbd3;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.0625rem;height:3.57510625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SarsdLnvGm6bATo2SDUipgpeDsgBrTBz { background-color:#286096;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:kids;font-size:2rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.5615rem;height:3.1245125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:19.4375rem;left:2.8125rem;display:block; }
#eRX60Buitooppow59lEXGUs5BKxTwIBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fcM2WKTf03P2t5HezLDacFsBbdu04igI { box-sizing:content-box;color:#37840e;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:19rem;left:4.3125rem;display:block; }
#KKnVmhUswkVQmRZ99ILZDCTT8ZKnF7ll { color:#2e7180;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:none;position:relative;display:block; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container { background-color: transparent; background-image: none; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container > .video-iframe-container { display: none; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row > .video-iframe-container { display: none; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .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); }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container { border-width: 0; border-radius: 0; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container { font-size:0.875rem;font-family:arial;height:96.3125rem;width:60rem;position:relative;display:block; }#ZcV9aQRJgblLUFA7yFpZybUgZROuptNq { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100056;line-height:1.6;letter-spacing:0;top:19.0625rem;left:42.5625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZyhZMnJ1s1EumXTmM5DShr19Lp9PlaM { z-index:100019;top:22.312067508697rem;left:44.375rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kXifvKdized7TgwfcVlKTdqasGTe5wiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:17.25rem;top:6.694011211395rem;left:41.529949188233rem;display:block; }#fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM.adaptive-delivery-prevent-bg, #fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM.lazyload, #fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM.lazyloading { background-image: none; }
#TXFHD0SK9QT3uFT3P9NdZpdvwhiWT4oN { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:8.5rem;left:43.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;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; }
#LkrhdeiW41rUBnUS6UFMh3IuGNie3LkN { color:#00308a;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:12.999132633209rem;left:42.999351501465rem;height:2.7604125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mlTl29I1IKCQ0lyxMxvD4TidI33nHyy5 { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"aref ruqaa";font-size:3.25rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:0.25rem;left:13.395181655884rem;height:8.4479375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNXesowxrE0LhK9CS8I3GE1FT1QvINZE { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:17.25rem;top:6.6875rem;left:5.125rem;display:block; }#UNXesowxrE0LhK9CS8I3GE1FT1QvINZE.adaptive-delivery-prevent-bg, #UNXesowxrE0LhK9CS8I3GE1FT1QvINZE.lazyload, #UNXesowxrE0LhK9CS8I3GE1FT1QvINZE.lazyloading { background-image: none; }
#QWr3hP6TKcKm5A8v4gg4ITPbDn8uXl0i { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:8.375rem;left:6.5625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;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; }
#o5KiklbuACDTyrlScsVSECi5p8IMuyzP { color:#00308a;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:12.8125rem;left:5.875rem;height:2.7604125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vZUeoAqTQ8S9m4ynChmrEqkXHuJt9mzs { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100061;line-height:1.6;letter-spacing:0;top:18.9375rem;left:4.75rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPsAIPSNI6X1Ap46qg3naX29q8ReliWW { z-index:100024;top:22.1875rem;left:7rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u8t0DPwTcVuXrB1RpO1xFyAprT3CO35f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4 { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:30.1248125rem;width:17.249375rem;top:28.404953956604rem;left:41.529949188233rem;display:block; }#TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4.adaptive-delivery-prevent-bg, #TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4.lazyload, #TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4.lazyloading { background-image: none; }
#BuHG3pABZIH2tqmKhORJTVH2hhWu23aT { color:#1799eb;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:30.499137878418rem;left:43.842231750488rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;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; }
#q21CJkW62LI4N5iTBXNmgdrpD1b5N2hD { color:#00308a;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:33.843755722046rem;left:42.065975189209rem;height:17.94268125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#C0qtgQzzUZrWXy8nVsBDaJXel6lPRXhB { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:54.101570129394rem;left:43.662109375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVDu83I53ouVoWIdI483X0aCyeFibkbu { z-index:100029;top:58.687507629394rem;left:44.529731750488rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SxhJqkurfRTDc4ENBoNieV8VUCWuOCV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:31.3125rem;width:17.25rem;top:29.3125rem;left:5.3125rem;display:block; }#Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM.adaptive-delivery-prevent-bg, #Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM.lazyload, #Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM.lazyloading { background-image: none; }
#UQNrwUUumrXmsiGTf0nF0fqUbLStwqTg { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:31rem;left:6.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;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; }
#oHh0QzZxUnsSH8eu76e6skcraLplJqQ3 { color:#00308a;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:33.6875rem;left:5.875rem;height:20.70309375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BgWSwC17utfctdBzPO121eMTU5dBqDgP { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:57.1875rem;left:6.1875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPX9LNe0qlkl2ALywFKn2RmuPmqfUlnd { z-index:100029;top:60.75rem;left:7.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TelZODT98duu4ibUQRpeKG5P06R2kFVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tcvp39ga07eNQzEXX0UssymRZpLD6RS7 { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:17.25rem;top:66.5rem;left:41.875rem;display:block; }#Tcvp39ga07eNQzEXX0UssymRZpLD6RS7.adaptive-delivery-prevent-bg, #Tcvp39ga07eNQzEXX0UssymRZpLD6RS7.lazyload, #Tcvp39ga07eNQzEXX0UssymRZpLD6RS7.lazyloading { background-image: none; }
#THkycDMal0ZP7ZZTmTHMR3dMHWfS853J { color:#1799eb;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:70.373267173769rem;left:43.842231750488rem;height:3.57291875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#pu9zhsZ9pWiai7hO949ZpxZ3XOCRxt8S { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:78.75rem;left:41.5rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkpTPyGxUBzDNZTADOE61vTswGbeJyeo { z-index:100029;top:82rem;left:43.75rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ysSn5nXZbwSeFiotVgA2FFalnWoxIatg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:none;position:relative;display:block; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container { background-color: transparent; background-image: none; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container > .video-iframe-container { display: none; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row > .video-iframe-container { display: none; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .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); }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container { border-width: 0; border-radius: 0; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#ZPn3WVavvdUGFe3zSVx4hlCPRmWfU5rb { color:#052956;display:block;width:10.8125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100044;line-height:1.6;letter-spacing:0;top:31.173828125rem;left:2.03125rem;height:3.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFQcIdVu07NSckW26Ao1NTmJt85A9k1x { z-index:100005;top:35.0244140625rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fx7mLThBZ5EySSkcwTST7aU2deg2f9vU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SkbVRoixXuRZzKGV0AViKwQRARU5crMQ { z-index:100002;top:0.763671875rem;left:15.435546875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #311a66;border-left:0.125rem solid #311a66;border-right:0.125rem solid #311a66;border-bottom:0.125rem solid #311a66;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-sizing:border-box;color:#fb0303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WXIE1CPluZwX3hwbKi9OeKCRah4lWHx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:29.3125rem;width:14rem;top:6.8125rem;left:0.375rem;display:block; }#K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa.adaptive-delivery-prevent-bg, #K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa.lazyload, #K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa.lazyloading { background-image: none; }
#eMP7pWIBl8rmzQsu2KfvCiOqxT5ykVWt { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:13.76171875rem;left:3.03125rem;height:19.49221875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TIpgCNfVPZD5bIzVzH9I79atholsJfy6 { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.28125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#PS5N0Uiuiu2WPcKaZ7S6M3vq5aZxyap1 { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:12.380859375rem;left:2.810546875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HNHUv9Ewf5STLhfRMZGD70c6u5s3QPvZ { color:#052956;display:block;width:10.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.6;letter-spacing:0;top:9.50390625rem;left:2.853515625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:29.5625rem;width:12.5rem;top:6.8125rem;left:43.4375rem;display:block; }#zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda.adaptive-delivery-prevent-bg, #zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda.lazyload, #zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda.lazyloading { background-image: none; }
#vVmogICDfW6nnnQbVRUGbp5Hf8Np5sX9 { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:11.50390625rem;left:44.21875rem;height:12.9948125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nAIISInOCqT9VH4nsybVweC89Q0VARwo { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:7.625rem;left:43.375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#sTxGG5kkqlxW8Pd2TbaNSPgthF07kfXT { color:#052956;display:block;width:12.375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:30.2236328125rem;left:43.9375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkKkz3s0WW9i0kHz3WeJsbGDcRDHZh1s { z-index:100080;top:35.0869140625rem;left:44.6259765625rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qApXhQ3MBNrUBZyxXyiK1cgfKmnsapST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aBtQ9CCle21AyELPVnDBCfbPSaWR7d02 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:29.625rem;width:12.5rem;top:6.84375rem;left:15.5rem;display:block; }#aBtQ9CCle21AyELPVnDBCfbPSaWR7d02.adaptive-delivery-prevent-bg, #aBtQ9CCle21AyELPVnDBCfbPSaWR7d02.lazyload, #aBtQ9CCle21AyELPVnDBCfbPSaWR7d02.lazyloading { background-image: none; }
#Il1bCPGmeDDak7WLksQz2hpvtSymvIQk { z-index:100081;top:35.1494140625rem;left:30.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TQFRwtMvaExAsBHhxyKhJziCqbP9rIZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aV0kPmbHec9MTx5u7m7nbym6PVfTvcpl { z-index:100082;top:35.0869140625rem;left:16.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PcJdDihKgod6uKVr1SmsHqHP3ULUhwDy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nPc30hZpaf4tpNgqX4zu6xVm1TWDIBM7 { box-sizing:content-box;color:#ff0000;font-size:5.75rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100095;top:1.31640625rem;left:23.1875rem;display:block; }
#BIP6fMOPlwOdob1NecJlwusDiG4eg3ZS { color:#052956;display:block;width:10.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:4.44140625rem;left:22.25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:29.5625rem;width:14.25rem;top:6.9375rem;left:28.7490234375rem;display:block; }#CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu.adaptive-delivery-prevent-bg, #CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu.lazyload, #CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu.lazyloading { background-image: none; }
#Uhxfhpvk01RfnFQCmbcN8O9U6AwtNmAi { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:8.10546875rem;left:29.5615234375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#z9FOPo7Rzoecpsge4TfrouphtpZoCHfk { color:#052956;display:block;width:14.25rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100024;line-height:1.6;letter-spacing:0;top:9.37890625rem;left:28.625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVoPybZBGqmempoCpkoZSQUT996nIHyW { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:11.50390625rem;left:31.4375rem;height:19.4922125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#C3AasaOF3LSPfC0KdS46Cl9aQMKil1TG { color:#052956;display:block;width:12.125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100046;line-height:1.6;letter-spacing:0;top:31.1640625rem;left:29.8115234375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOlMv8zgvbyrcI5IEVfUPVfknCpg7hCn { box-sizing:content-box;color:#ff0000;font-size:5.75rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100096;top:1.31640625rem;left:37.873046875rem;display:block; }
#iZPuBXV1GO8Pw4ALlVCI30yD3yK8ggdm { color:#052956;display:block;width:10.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100097;line-height:1.6;letter-spacing:0;top:4.44140625rem;left:36.935546875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQBeJSJvRNyLz6gbaOSsnxIohaFrE9NO { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:9.0859375rem;left:15.434896469116rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fuBQOWEsopGTCEJnnVLMBkLi1iryzdlN { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:12.380208969116rem;left:16.281251907349rem;height:12.99480625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pHL0RU2rnbNXHIwGHZmdLWMr3LKuetP1 { color:#052956;display:block;width:12.125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100075;line-height:1.6;letter-spacing:0;top:29.536460876465rem;left:15.687501907349rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:none;position:relative;display:block; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container { background-color: transparent; background-image: none; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container > .video-iframe-container { display: none; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row > .video-iframe-container { display: none; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .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); }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container { border-width: 0; border-radius: 0; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#eAErEKJoRWi4qBbr0RMSmONlhZADC9F1 { z-index:100001;top:0.902099609375rem;left:16.373291015625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #311a66;border-left:0.125rem solid #311a66;border-right:0.125rem solid #311a66;border-bottom:0.125rem solid #311a66;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-sizing:border-box;color:#fb0303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.74997625rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kr8UlyQXdWsDLk4SrXt5WGQuzuVtXPRs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y4kG9hXGhUNT7d065yDq9HstXnEp9HWL { color:#00308a;display:block;width:9.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:12.3125rem;left:7.0625rem;height:3.65625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vLPqoAaRxV5Aol3PxKOHQflnblkcbk2l { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100054;line-height:1.6;letter-spacing:0;top:17.375rem;left:2.75rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcgTxpQ6r8GgdUL9kRVRRL3wa7UWPsLh { z-index:100014;top:21.124267578125rem;left:4.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TPcAiOgKyKxOddBcheWO5ldRsbsZeUQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bvTNPysSlmWtSMgMiIwn6KasZkEduQZW { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100056;line-height:1.6;letter-spacing:0;top:18.125rem;left:23.0205078125rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuJHxRGnHqWJmuKqmasJnQGML6dttMrO { z-index:100019;top:21.186767578125rem;left:24.832763671875rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Eu7ek6rNzb7wxB7Fmtg3KU52t5waAkTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:5.8125rem;left:3.1875rem;display:block; }#TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq.adaptive-delivery-prevent-bg, #TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq.lazyload, #TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq.lazyloading { background-image: none; }
#JOfG9kHEig3oBt46hFXhi7O24i6nBwHn { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:5.8740234375rem;left:23.37451171875rem;display:block; }#oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie.adaptive-delivery-prevent-bg, #oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie.lazyload, #oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie.lazyloading { background-image: none; }
#Dm9o55PTAcVytxHTmV1TNkWslDUgNbvw { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:7.5732421875rem;left:24.332763671875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;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; }
#C1iOaawOt8iSvditgfafrrJLuGAXOqOb { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:12.034912109375rem;left:26.15966796875rem;height:4.14061875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:5.9375rem;left:43.9375rem;display:block; }#WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp.adaptive-delivery-prevent-bg, #WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp.lazyload, #WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp.lazyloading { background-image: none; }
#Z4aypy7GQpxooRcapv2ppBAF865obkup { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ezc7kurrX8QC6zW88z5lh4TeaqfgVIcX { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:12.4375rem;left:46.125rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#F8gleB3QQR95Ta9Nvc2SPBZTJnHkNXdz { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:10.623779296875rem;left:46.70166015625rem;height:6.90103125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kIZetxITwe3XaqM1TDKtyNQRrEVlEgFg { color:#052956;display:block;width:15.18675rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100057;line-height:1.6;letter-spacing:0;top:18.203125rem;left:43.203125rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTGPDHOkAJuBkkUuXASOrEVLLf8msEzt { z-index:100014;top:21.249267578125rem;left:45.43701171875rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3733125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HNnWkC509zIoa8ct25cvkvGA4Ha5Gvtu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0625rem;width:14.375rem;top:27.810302734375rem;left:3.18603515625rem;display:block; }#vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i.adaptive-delivery-prevent-bg, #vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i.lazyload, #vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i.lazyloading { background-image: none; }
#dzhzIPRUCVA6gR16srtGw1BPRd15S6Fv { z-index:100089;top:40.75rem;left:5.0615234375rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R2wtkADLzREepvS80s61FV8g5GX2oJoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ocqXNs4AdTnGqB7upWvTEQ7eMDNh1bKf { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100063;line-height:1.6;letter-spacing:0;top:37.56103515625rem;left:2.78076171875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERNBKDLQBRoZIBwJEPodwBauPU85r60I { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:36.5rem;left:4.625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HXUPl9pRDNm3ObEXswkB7sRx1zdfIphP { color:#1799eb;display:block;width:12.6245rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:28.9248046875rem;left:3.826904296875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;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; }
#iosz7dc53vv3VEGx8QbeITcVafRX977L { color:#00308a;display:block;width:13.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:32.6748046875rem;left:3.77978515625rem;height:4.14061875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bKfOoi0iLFSDmPzpATedHhB6wkXNKDSo { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100061;line-height:1.6;letter-spacing:0;top:39.8125rem;left:23rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.375rem;top:27.4375rem;left:23.375rem;display:block; }#w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q.adaptive-delivery-prevent-bg, #w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q.lazyload, #w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q.lazyloading { background-image: none; }
#z3VMSgo34fupM5z6BgnZdOb8935J9cFv { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:32rem;left:26.1875rem;height:6.49740625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pcsaMIpbFa5FFg4MsI5ziPz4b4my3yV0 { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:28.125rem;left:24.375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#klbeVEtKfyxy8sJfTLROe91Z0KuBF13M { z-index:100087;top:42.5625rem;left:24.9267578125rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dycBMnmkhpO0uMr4vRoBgI1M5uUoBrmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja { position:absolute;display:block;z-index:100040;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0625rem;width:14.375rem;top:27.5625rem;left:42.9375rem;display:block; }#QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja.adaptive-delivery-prevent-bg, #QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja.lazyload, #QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja.lazyloading { background-image: none; }
#fFP5Vgt6ketttH8AuW7lh0xpssLWRLrI { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100069;line-height:1.6;letter-spacing:0;top:37.5625rem;left:42.5rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGg6FgT9Ao7NdkHoXBqJ8IfZR6mh8dn8 { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:36.25rem;left:44.375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wK1XTyX64vCoTTl7lHybqNuBinz44M0X { color:#1799eb;display:block;width:12.6233125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:32.674560546875rem;left:43.99951171875rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#hti5TPNGFwWs3KBgLAJEhTGfwvKWNMNM { z-index:100088;top:40.75rem;left:44.875rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KyT8xpWZul4ni20H14DGV419hOmqF6CN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:none;position:relative;display:block; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { background-color: transparent; background-image: none; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container > .video-iframe-container { display: none; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row > .video-iframe-container { display: none; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .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); }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { border-width: 0; border-radius: 0; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#fGBx0N6rPoXr85IG0dHGgskUTWEmlCir { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:12rem;top:1rem;left:4.25rem;overflow:hidden;display:block; }
#UkzKGfpyU1KC34dlDwmb11FszOSoaVyV { color:#fef7da;display:block;width:42.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.9;letter-spacing:0;top:3.6499996185302rem;left:17.75rem;height:5.69921875rem;text-align:right;text-align-last:right;display:block; }
#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { background-color: transparent; background-image: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .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); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { border-width: 0; border-radius: 0; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#MfVtexiDkxH6PaqrkLS3Dy5P0F8RqqKE { color:#405466;display:block;width:31.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.9;letter-spacing:0;top:6.4375rem;left:2.3125rem;height:5.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { color:#0e0a52;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:37.0625rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ALDqD43bN4EBx96qnaw7wcFyngyWS19C { color:#000000;display:block;width:16.625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { color:#000000;display:block;width:15.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40.5rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#Ou8wmRvcoeC0TAKQCvUgz8QuJTbVBgUb { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:6.9375rem;left:56.3125rem;overflow:hidden;display:block; }
#ZC3IQ4EtCcnMhu12Ga01A8msC4aldmIE { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:8.65625rem;left:56.3125rem;overflow:hidden;display:block; }
#DfeP3ry2emPc7qfDkVZ2VWso3NxdgkDJ { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:10.4375rem;left:56.375rem;overflow:hidden;display:block; }
#CMDTcH2QWAMRrMtTcHWlxCkO2Kmix5TF { position:absolute;display:block;z-index:100039;background-color:#e1093f;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;height:5.3125rem;width:0.125rem;top:6.5625rem;left:34.9375rem;display:block; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.adaptive-delivery-prevent-bg, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyload, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyloading { background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { border-width: 0; border-radius: 0; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;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;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:7.434875rem;text-align:justify;text-align-last:initial;display:block; }
#oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { position:absolute;display:block;z-index:100003;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { position:absolute;display:block;z-index:100004;background-color:#1b57c7;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;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:56rem;display:block; }
#eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:56.0625rem;display:block; }
#ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { position:absolute;display:block;z-index:100005;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:56.0625rem;display:block; }
#A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { position:absolute;display:block;z-index:100007;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:56.0625rem;display:block; }
#aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { position:absolute;display:block;z-index:100009;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #00308a);background-image: -moz-linear-gradient(180deg, #fab419, #00308a);background-image: -ms-linear-gradient(180deg, #fab419, #00308a);background-image: -o-linear-gradient(180deg, #fab419, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );";background-image: linear-gradient(180deg, #fab419, #00308a);background-size:initial !important;position:relative;display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { background-color: transparent; background-image: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .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); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { border-width: 0; border-radius: 0; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#UTxgKESBrDHqChRhzacVzt41ryxihwSi { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#hXAJWVRotJa64N4N4KKk048ezsBTQtsk { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:40.5625rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
#f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KgmaV8NyxgRU99ETe210iX17DsGndgg5 { position:absolute;display:block;z-index:99999;background-color:#ececec;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:32.1875rem;display:block; }
#iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:26.1875rem;display:block; }
#HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:22.1875rem;display:block; }
#GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu { display:block; }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAKCh4nPosIZqSvb6bzrn3Jy3Etrw2Mn { top:0rem;left:12.156250953674rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ { display:block; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idRXBwIcunZsdkHHvHGTwmoStTprus4S { width:15.9375rem;height:1.9375rem;top:11.875rem;left:28.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl0HbUVS6XpLk6eSlZAetkBaTNaBmahw { width:16.875rem;height:2.4375rem;top:11.125rem;left:14.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVHXTfeCmOvDKWlknr2f9vkHlsGZRCLb { top:32.9375rem;left:0rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KimVsoQcya3bOeZtuLNUwliqXI1DCMJO { top:43.8125rem;left:0rem;width:14.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zykb7NLygSMN3q6vKsmtkUDTQpTOn4M0 { top:44.375rem;left:19.125rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-checkbox-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2  { width:13.75rem;height:auto;top:10.625rem;left:31.5rem; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 {display:block;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 { width:13.75rem;height:auto;top:10.625rem;left:31.5rem; }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #Mwy6rslSQlqxCt6kGTSfRm8emiJZ3iFw {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #HZWhsdfeBzFdZAufZTRr5EC3pNsis43B {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #PObTT7DXMue2nukp11WWhlwsWPI9T0Jt {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #hMkgpxSCf6MED34fWOHzd5p7JBnc9RfF {  }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #hMkgpxSCf6MED34fWOHzd5p7JBnc9RfF .container-column{width:50%;} }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #ts5rNwSyS5XwV3Ekonx5WyLNC8qrBr21 {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #TnmrZte0F6Rsody8pQ2D53EJFTq5qTTl {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #g2JB7efkmeghBbZLu3rMSvto5WS50wek {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #Cpe3evt3yiTwcsUiRElyEezBTdELbZdD {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #UmLheNekUanz79BJB9HkBhfluigDCkkL {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #zVXbWwDta6dCPa2pnBoiHbu6k8rAXiDW {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #NHINKziAxXGM78p5GWaTk84Zmf9qxMlD {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #GebEPKnoOiVx2cLm5APET4HsbnAeVPVa {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #EAMgXCUvMTkmAMla4Tq2kf6EhkFkS1rm {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #ma28UAZrUUvyIGqccOCn09XZpkdCeOTJ {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #nWLLGWyVW4X1sQAM1zCA9W36t8PuIALP {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #dbCKSzCiJdg0fTl5v0ZFDkTg9fSemqGA {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #sN4okgrUUSntFDmX9h53AfJKfBKIvdUD {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #qv2kdaEeB2CzPM0L1G4LR0OId5o1wmgM {  }
 }@media only screen and (max-width: 763px) { #J8q5FVz1vHTyv34CO0FnMQ2yK0XaOwOi { display:block; }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #cPel8WVD5eDIsTRQTFEBmD6wTqzvD3hF {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #JJ26v9kozx0VdhH0OCkg44xc4uJOM90X {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #TG84IGaIIBkCbTVe5idpGUThJxPtZP6C {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #AQcCmW54Es82PaQdmx9VNc8navyAI7TG {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #lGyWtZSaoTEE21G3E6MXPXg18M74yr50 {  }
 }@media only screen and (max-width: 763px) { #wbvqoOESseLi70n10g58zHnX2TsEdFpu { width:15.5rem;height:40rem;top:9.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwyk2OESysI2qRHcsxN5IcaT6806xBlL { width:10.6875rem;height:1.75rem;top:10.5625rem;left:19.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTw1Zimt62OVDqKizCbGxNkG2w0Tq43 { width:15.1875rem;height:1.125rem;top:12.5rem;left:17.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6DiLaTeUm1tXMFp6zZdDwzFTuVnQGEn { top:2.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SarsdLnvGm6bATo2SDUipgpeDsgBrTBz { width:16.5rem;height:3.0625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRX60Buitooppow59lEXGUs5BKxTwIBD { display:block; }
 }@media only screen and (max-width: 763px) { #fcM2WKTf03P2t5HezLDacFsBbdu04igI { top:19rem;left:0rem;width:3.875rem;height:4rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKnVmhUswkVQmRZ99ILZDCTT8ZKnF7ll { top:3.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C { display:block; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcV9aQRJgblLUFA7yFpZybUgZROuptNq { width:15.125rem;height:1.875rem;top:19.0625rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZyhZMnJ1s1EumXTmM5DShr19Lp9PlaM { top:22.25rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXifvKdized7TgwfcVlKTdqasGTe5wiw { display:block; }
 }@media only screen and (max-width: 763px) { #fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM { width:17.25rem;height:15.3125rem;top:6.6875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXFHD0SK9QT3uFT3P9NdZpdvwhiWT4oN { width:12.5625rem;height:1.4375rem;top:8.5rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkrhdeiW41rUBnUS6UFMh3IuGNie3LkN { top:12.9375rem;left:32.4375rem;width:15.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTl29I1IKCQ0lyxMxvD4TidI33nHyy5 { top:0.25rem;left:7.2701816558837rem;width:31.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNXesowxrE0LhK9CS8I3GE1FT1QvINZE { width:17.1875rem;height:15.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWr3hP6TKcKm5A8v4gg4ITPbDn8uXl0i { width:12.5625rem;height:1.4375rem;top:8.375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5KiklbuACDTyrlScsVSECi5p8IMuyzP { top:12.8125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZUeoAqTQ8S9m4ynChmrEqkXHuJt9mzs { width:15.125rem;height:1.875rem;top:18.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPsAIPSNI6X1Ap46qg3naX29q8ReliWW { top:22.1875rem;left:0.875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8t0DPwTcVuXrB1RpO1xFyAprT3CO35f { display:block; }
 }@media only screen and (max-width: 763px) { #TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4 { width:17.1875rem;height:30.0625rem;top:28.375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuHG3pABZIH2tqmKhORJTVH2hhWu23aT { width:12.5625rem;height:1.4375rem;top:30.4375rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21CJkW62LI4N5iTBXNmgdrpD1b5N2hD { top:33.8125rem;left:32.0625rem;width:15.6875rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0qtgQzzUZrWXy8nVsBDaJXel6lPRXhB { width:15.125rem;height:1.875rem;top:54.0625rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVDu83I53ouVoWIdI483X0aCyeFibkbu { top:58.6875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxhJqkurfRTDc4ENBoNieV8VUCWuOCV1 { display:block; }
 }@media only screen and (max-width: 763px) { #Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM { width:17.1875rem;height:31.25rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQNrwUUumrXmsiGTf0nF0fqUbLStwqTg { width:12.5625rem;height:1.4375rem;top:31rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHh0QzZxUnsSH8eu76e6skcraLplJqQ3 { top:33.6875rem;left:0rem;width:15.6875rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgWSwC17utfctdBzPO121eMTU5dBqDgP { width:15.125rem;height:1.875rem;top:57.1875rem;left:0.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPX9LNe0qlkl2ALywFKn2RmuPmqfUlnd { top:60.75rem;left:1.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TelZODT98duu4ibUQRpeKG5P06R2kFVD { display:block; }
 }@media only screen and (max-width: 763px) { #Tcvp39ga07eNQzEXX0UssymRZpLD6RS7 { width:17.1875rem;height:15.3125rem;top:66.5rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkycDMal0ZP7ZZTmTHMR3dMHWfS853J { width:12.5625rem;height:5.3125rem;top:70.3125rem;left:35.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu9zhsZ9pWiai7hO949ZpxZ3XOCRxt8S { width:15.125rem;height:1.875rem;top:78.75rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpTPyGxUBzDNZTADOE61vTswGbeJyeo { top:82rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysSn5nXZbwSeFiotVgA2FFalnWoxIatg { display:block; }
 }@media only screen and (max-width: 763px) { #mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU { display:block; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPn3WVavvdUGFe3zSVx4hlCPRmWfU5rb { width:10.8125rem;height:3.75rem;top:31.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFQcIdVu07NSckW26Ao1NTmJt85A9k1x { top:35rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx7mLThBZ5EySSkcwTST7aU2deg2f9vU { display:block; }
 }@media only screen and (max-width: 763px) { #SkbVRoixXuRZzKGV0AViKwQRARU5crMQ { top:0.75rem;left:9.310546875rem;width:30.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXIE1CPluZwX3hwbKi9OeKCRah4lWHx0 { display:block; }
 }@media only screen and (max-width: 763px) { #K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa { width:14rem;height:29.3125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMP7pWIBl8rmzQsu2KfvCiOqxT5ykVWt { top:13.75rem;left:0rem;width:10.9375rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpgCNfVPZD5bIzVzH9I79atholsJfy6 { width:12.625rem;height:1.4375rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS5N0Uiuiu2WPcKaZ7S6M3vq5aZxyap1 { width:12.625rem;height:1.375rem;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNHUv9Ewf5STLhfRMZGD70c6u5s3QPvZ { width:10.125rem;height:2rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda { width:12.5rem;height:29.5625rem;top:6.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVmogICDfW6nnnQbVRUGbp5Hf8Np5sX9 { top:11.5rem;left:36.8125rem;width:10.9375rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAIISInOCqT9VH4nsybVweC89Q0VARwo { width:12.625rem;height:1.4375rem;top:7.625rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTxGG5kkqlxW8Pd2TbaNSPgthF07kfXT { width:12.375rem;height:3.75rem;top:30.1875rem;left:35.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkKkz3s0WW9i0kHz3WeJsbGDcRDHZh1s { top:35.0625rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qApXhQ3MBNrUBZyxXyiK1cgfKmnsapST { display:block; }
 }@media only screen and (max-width: 763px) { #aBtQ9CCle21AyELPVnDBCfbPSaWR7d02 { width:12.5rem;height:29.625rem;top:6.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il1bCPGmeDDak7WLksQz2hpvtSymvIQk { top:35.125rem;left:24.0625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFRwtMvaExAsBHhxyKhJziCqbP9rIZw { display:block; }
 }@media only screen and (max-width: 763px) { #aV0kPmbHec9MTx5u7m7nbym6PVfTvcpl { top:35.0625rem;left:9.9375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcJdDihKgod6uKVr1SmsHqHP3ULUhwDy { display:block; }
 }@media only screen and (max-width: 763px) { #nPc30hZpaf4tpNgqX4zu6xVm1TWDIBM7 { top:1.3125rem;left:17.0625rem;width:8.25rem;height:8.25rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIP6fMOPlwOdob1NecJlwusDiG4eg3ZS { width:10.125rem;height:2rem;top:4.4375rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu { width:14.25rem;height:29.5625rem;top:6.9375rem;left:22.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhxfhpvk01RfnFQCmbcN8O9U6AwtNmAi { width:12.625rem;height:1.4375rem;top:8.0625rem;left:23.4365234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9FOPo7Rzoecpsge4TfrouphtpZoCHfk { width:14.25rem;height:1.875rem;top:9.375rem;left:22.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVoPybZBGqmempoCpkoZSQUT996nIHyW { top:11.5rem;left:25.3125rem;width:10.9375rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3AasaOF3LSPfC0KdS46Cl9aQMKil1TG { width:12.125rem;height:3.75rem;top:31.125rem;left:23.686197280884rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOlMv8zgvbyrcI5IEVfUPVfknCpg7hCn { top:1.3125rem;left:31.748046875rem;width:8.25rem;height:8.25rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZPuBXV1GO8Pw4ALlVCI30yD3yK8ggdm { width:10.125rem;height:2rem;top:4.4375rem;left:30.810546875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQBeJSJvRNyLz6gbaOSsnxIohaFrE9NO { width:12.625rem;height:1.4375rem;top:9.0625rem;left:9.3098964691163rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuBQOWEsopGTCEJnnVLMBkLi1iryzdlN { top:12.375rem;left:10.156251907349rem;width:10.9375rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHL0RU2rnbNXHIwGHZmdLWMr3LKuetP1 { width:12.125rem;height:3.75rem;top:29.5rem;left:9.5625019073488rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i { display:block; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAErEKJoRWi4qBbr0RMSmONlhZADC9F1 { top:0.875rem;left:10.248291015625rem;width:30.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8UlyQXdWsDLk4SrXt5WGQuzuVtXPRs { display:block; }
 }@media only screen and (max-width: 763px) { #y4kG9hXGhUNT7d065yDq9HstXnEp9HWL { top:12.3125rem;left:0.9375rem;width:9.25rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLPqoAaRxV5Aol3PxKOHQflnblkcbk2l { width:15.1875rem;height:1.875rem;top:17.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcgTxpQ6r8GgdUL9kRVRRL3wa7UWPsLh { top:21.0625rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPcAiOgKyKxOddBcheWO5ldRsbsZeUQA { display:block; }
 }@media only screen and (max-width: 763px) { #bvTNPysSlmWtSMgMiIwn6KasZkEduQZW { width:15.1875rem;height:1.875rem;top:18.0625rem;left:16.89501953125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuJHxRGnHqWJmuKqmasJnQGML6dttMrO { top:21.125rem;left:18.707763671875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu7ek6rNzb7wxB7Fmtg3KU52t5waAkTd { display:block; }
 }@media only screen and (max-width: 763px) { #TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq { width:14.375rem;height:15.3125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOfG9kHEig3oBt46hFXhi7O24i6nBwHn { width:12.625rem;height:2.875rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie { width:14.375rem;height:15.3125rem;top:5.8125rem;left:17.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm9o55PTAcVytxHTmV1TNkWslDUgNbvw { width:12.625rem;height:1.5rem;top:7.5625rem;left:18.207763671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1iOaawOt8iSvditgfafrrJLuGAXOqOb { top:12rem;left:20.03466796875rem;width:10.9375rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp { width:14.375rem;height:15.3125rem;top:5.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4aypy7GQpxooRcapv2ppBAF865obkup { width:12.5625rem;height:;top:7.5625rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezc7kurrX8QC6zW88z5lh4TeaqfgVIcX { top:12.375rem;left:36.8125rem;width:10.9375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8gleB3QQR95Ta9Nvc2SPBZTJnHkNXdz { top:10.5625rem;left:36.875rem;width:10.875rem;height:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIZetxITwe3XaqM1TDKtyNQRrEVlEgFg { width:15.125rem;height:1.875rem;top:18.1875rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTGPDHOkAJuBkkUuXASOrEVLLf8msEzt { top:21.1875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNnWkC509zIoa8ct25cvkvGA4Ha5Gvtu { display:block; }
 }@media only screen and (max-width: 763px) { #vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i { width:14.375rem;height:14.0625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzhzIPRUCVA6gR16srtGw1BPRd15S6Fv { top:40.75rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2wtkADLzREepvS80s61FV8g5GX2oJoq { display:block; }
 }@media only screen and (max-width: 763px) { #ocqXNs4AdTnGqB7upWvTEQ7eMDNh1bKf { width:15.125rem;height:1.875rem;top:37.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERNBKDLQBRoZIBwJEPodwBauPU85r60I { top:36.5rem;left:0rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXUPl9pRDNm3ObEXswkB7sRx1zdfIphP { width:12.5625rem;height:;top:28.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iosz7dc53vv3VEGx8QbeITcVafRX977L { top:32.625rem;left:0rem;width:13.4375rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKfOoi0iLFSDmPzpATedHhB6wkXNKDSo { width:15.1875rem;height:1.875rem;top:39.8125rem;left:16.875001907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q { width:14.375rem;height:15.75rem;top:27.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3VMSgo34fupM5z6BgnZdOb8935J9cFv { top:32rem;left:20.0625rem;width:10.9375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcsaMIpbFa5FFg4MsI5ziPz4b4my3yV0 { width:12.5625rem;height:;top:28.125rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klbeVEtKfyxy8sJfTLROe91Z0KuBF13M { top:42.5625rem;left:18.8017578125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dycBMnmkhpO0uMr4vRoBgI1M5uUoBrmO { display:block; }
 }@media only screen and (max-width: 763px) { #QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja { width:14.375rem;height:14.0625rem;top:27.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFP5Vgt6ketttH8AuW7lh0xpssLWRLrI { width:15.125rem;height:1.875rem;top:37.5625rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGg6FgT9Ao7NdkHoXBqJ8IfZR6mh8dn8 { top:36.25rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK1XTyX64vCoTTl7lHybqNuBinz44M0X { width:12.5625rem;height:2rem;top:32.625rem;left:35.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hti5TPNGFwWs3KBgLAJEhTGfwvKWNMNM { top:40.75rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyT8xpWZul4ni20H14DGV419hOmqF6CN { display:block; }
 }@media only screen and (max-width: 763px) { #Jo8rqPINnIThEeVlrKgaNio6x5ticR14 { display:block; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBx0N6rPoXr85IG0dHGgskUTWEmlCir { top:1rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkzKGfpyU1KC34dlDwmb11FszOSoaVyV { top:3.625rem;left:5.5rem;width:42.25rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfVtexiDkxH6PaqrkLS3Dy5P0F8RqqKE { width:31.5rem;height:5.25rem;top:6.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { width:20.75rem;height:2.8125rem;top:1.6875rem;left:27rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALDqD43bN4EBx96qnaw7wcFyngyWS19C { top:8.6875rem;left:31.125rem;width:16.625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { top:6.9375rem;left:32rem;width:15.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { top:10.5rem;left:28.5625rem;width:19.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8wmRvcoeC0TAKQCvUgz8QuJTbVBgUb { top:6.9375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC3IQ4EtCcnMhu12Ga01A8msC4aldmIE { top:8.625rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeP3ry2emPc7qfDkVZ2VWso3NxdgkDJ { top:10.4375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMDTcH2QWAMRrMtTcHWlxCkO2Kmix5TF { top:6.5625rem;left:28.8125rem;width:0.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:20.8125rem;height:7.1875rem;top:7.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTxgKESBrDHqChRhzacVzt41ryxihwSi { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXAJWVRotJa64N4N4KKk048ezsBTQtsk { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { width:19.3125rem;height:3.5rem;top:13.875rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgmaV8NyxgRU99ETe210iX17DsGndgg5 { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { top:13.1875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { top:13.1875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { top:13.1875rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu { display:block; }#GQ14GXgpyR2dTWLwzaWkRowx2F8uryyu > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAKCh4nPosIZqSvb6bzrn3Jy3Etrw2Mn { width:19.9980625rem;height:5.3818375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/68IOjoX0/hospital_2_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ.adaptive-delivery-prevent-bg, #qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ.lazyload, #qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ.lazyloading { background-image: none; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container { background-color: transparent; background-image: none; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container > .video-iframe-container { display: none; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row > .video-iframe-container { display: none; }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .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); }#qB4eCUlp8tI3WTJTuwrEq4ipIouTn1yQ > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idRXBwIcunZsdkHHvHGTwmoStTprus4S { width:15.9375rem;height:0;top:12.92431640625rem;left:2.0302734375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.7;z-index:100047;display:none; }
 }@media only screen and (max-width: 763px) { #xl0HbUVS6XpLk6eSlZAetkBaTNaBmahw { width:16.875rem;height:0;top:11.75rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVHXTfeCmOvDKWlknr2f9vkHlsGZRCLb { width:10.6875rem;height:10.5625rem;top:65.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KimVsoQcya3bOeZtuLNUwliqXI1DCMJO { width:14.8125rem;height:1.3808625rem;top:75.625rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zykb7NLygSMN3q6vKsmtkUDTQpTOn4M0 { width:12.4350625rem;height:1.625rem;top:45.625rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-regular-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none;line-height:1.7; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-text { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-textarea { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-select { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .widget-checkbox-label { width:13.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2  { width:14.3125rem;height:auto;top:14.8125rem;left:2.25rem;background-color:transparent;background-image:none; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 .radio-container { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 {display:block;}#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 { width:14.3125rem;height:auto;top:14.8125rem;left:2.25rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #Mwy6rslSQlqxCt6kGTSfRm8emiJZ3iFw {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #HZWhsdfeBzFdZAufZTRr5EC3pNsis43B {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #PObTT7DXMue2nukp11WWhlwsWPI9T0Jt {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #hMkgpxSCf6MED34fWOHzd5p7JBnc9RfF {  }
#LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #hMkgpxSCf6MED34fWOHzd5p7JBnc9RfF .container-column{width:50%;} }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #ts5rNwSyS5XwV3Ekonx5WyLNC8qrBr21 {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #TnmrZte0F6Rsody8pQ2D53EJFTq5qTTl {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #g2JB7efkmeghBbZLu3rMSvto5WS50wek {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #Cpe3evt3yiTwcsUiRElyEezBTdELbZdD {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #UmLheNekUanz79BJB9HkBhfluigDCkkL {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #zVXbWwDta6dCPa2pnBoiHbu6k8rAXiDW {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #NHINKziAxXGM78p5GWaTk84Zmf9qxMlD {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #GebEPKnoOiVx2cLm5APET4HsbnAeVPVa {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #EAMgXCUvMTkmAMla4Tq2kf6EhkFkS1rm {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #ma28UAZrUUvyIGqccOCn09XZpkdCeOTJ {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #nWLLGWyVW4X1sQAM1zCA9W36t8PuIALP {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #dbCKSzCiJdg0fTl5v0ZFDkTg9fSemqGA {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #sN4okgrUUSntFDmX9h53AfJKfBKIvdUD {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #qv2kdaEeB2CzPM0L1G4LR0OId5o1wmgM {  }
 }@media only screen and (max-width: 763px) { #J8q5FVz1vHTyv34CO0FnMQ2yK0XaOwOi { display:block; }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #cPel8WVD5eDIsTRQTFEBmD6wTqzvD3hF {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #JJ26v9kozx0VdhH0OCkg44xc4uJOM90X {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #TG84IGaIIBkCbTVe5idpGUThJxPtZP6C {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #AQcCmW54Es82PaQdmx9VNc8navyAI7TG {  }
 }@media only screen and (max-width: 763px) { #LEpCZ34KiyUcBkv2PEcHWGDV9Cy8oDx2 #lGyWtZSaoTEE21G3E6MXPXg18M74yr50 {  }
 }@media only screen and (max-width: 763px) { #wbvqoOESseLi70n10g58zHnX2TsEdFpu { width:16.0625rem;height:43.5rem;top:11rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwyk2OESysI2qRHcsxN5IcaT6806xBlL { width:10.7475625rem;height:2.3372375rem;top:12rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #byTw1Zimt62OVDqKizCbGxNkG2w0Tq43 { width:15.1875rem;height:1.125rem;top:14.25rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6DiLaTeUm1tXMFp6zZdDwzFTuVnQGEn { width:17.3125rem;height:2.76041875rem;top:5.9583339691162rem;left:1.3437500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SarsdLnvGm6bATo2SDUipgpeDsgBrTBz { width:16.5rem;height:3.0625rem;top:57.6875rem;left:1.75rem;background-color:#1f526f;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) { #eRX60Buitooppow59lEXGUs5BKxTwIBD { display:block; }
 }@media only screen and (max-width: 763px) { #fcM2WKTf03P2t5HezLDacFsBbdu04igI { width:3.875rem;height:4rem;top:57.6875rem;left:2.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKnVmhUswkVQmRZ99ILZDCTT8ZKnF7ll { width:20rem;height:4.2246125rem;top:0.75rem;left:0rem;font-size:1.625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C { background-color:#ffffff;background-image:none;display:block; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container { background-color: transparent; background-image: none; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container > .video-iframe-container { display: none; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row > .video-iframe-container { display: none; }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .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); }#Lr5fIpP49TQdk4pkkNrsTyynd4ZnmG6C > .row .container { width:20rem;height:183.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcV9aQRJgblLUFA7yFpZybUgZROuptNq { width:15.186625rem;height:1.80013125rem;top:15.703119277954rem;left:2.8743491768837rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZyhZMnJ1s1EumXTmM5DShr19Lp9PlaM { top:20.6875rem;left:4.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXifvKdized7TgwfcVlKTdqasGTe5wiw { display:block; }
 }@media only screen and (max-width: 763px) { #fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM { width:14.375rem;height:15.3125rem;top:5.375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM.adaptive-delivery-prevent-bg, #fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM.lazyload, #fL9b2gFRCTDhX19vFTEWfDBraaNX4MaM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TXFHD0SK9QT3uFT3P9NdZpdvwhiWT4oN { width:12.625rem;height:1.62435rem;top:6.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #LkrhdeiW41rUBnUS6UFMh3IuGNie3LkN { width:13.811875rem;height:2.7604125rem;top:11.64822101593rem;left:3.0935330986977rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTl29I1IKCQ0lyxMxvD4TidI33nHyy5 { width:20rem;height:2.5996125rem;top:1.4244766235351rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNXesowxrE0LhK9CS8I3GE1FT1QvINZE { width:17.25rem;height:15.3125rem;top:25.9375rem;left:1.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UNXesowxrE0LhK9CS8I3GE1FT1QvINZE.adaptive-delivery-prevent-bg, #UNXesowxrE0LhK9CS8I3GE1FT1QvINZE.lazyload, #UNXesowxrE0LhK9CS8I3GE1FT1QvINZE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QWr3hP6TKcKm5A8v4gg4ITPbDn8uXl0i { width:12.561875rem;height:1.62435rem;top:27.625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #o5KiklbuACDTyrlScsVSECi5p8IMuyzP { width:15.686875rem;height:2.7604125rem;top:32.0625rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZUeoAqTQ8S9m4ynChmrEqkXHuJt9mzs { width:15.1248125rem;height:1.80013125rem;top:37.375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPsAIPSNI6X1Ap46qg3naX29q8ReliWW { top:41.4375rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8t0DPwTcVuXrB1RpO1xFyAprT3CO35f { display:block; }
 }@media only screen and (max-width: 763px) { #TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4 { width:17.1875rem;height:30.0625rem;top:46.25rem;left:1.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4.adaptive-delivery-prevent-bg, #TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4.lazyload, #TXX4TPHpVmqfoM6QgPMOpbVvqZ6r37a4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BuHG3pABZIH2tqmKhORJTVH2hhWu23aT { width:12.561875rem;height:1.62435rem;top:48.3125rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #q21CJkW62LI4N5iTBXNmgdrpD1b5N2hD { width:15.686875rem;height:19.32289375rem;top:51.6875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0qtgQzzUZrWXy8nVsBDaJXel6lPRXhB { width:15.1248125rem;height:1.80013125rem;top:72.748478889463rem;left:2.4370661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVDu83I53ouVoWIdI483X0aCyeFibkbu { top:76.625rem;left:4.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxhJqkurfRTDc4ENBoNieV8VUCWuOCV1 { display:block; }
 }@media only screen and (max-width: 763px) { #Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM { width:17.25rem;height:31.3125rem;top:80.374350547788rem;left:1.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM.adaptive-delivery-prevent-bg, #Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM.lazyload, #Z2xr9Tgq7lyAv2i3ty82Bt4gRSUMoKQM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UQNrwUUumrXmsiGTf0nF0fqUbLStwqTg { width:15.1875rem;height:1.62435rem;top:82.061850547788rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #oHh0QzZxUnsSH8eu76e6skcraLplJqQ3 { width:15.686875rem;height:22.08330625rem;top:84.989149093625rem;left:1.6308594346046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgWSwC17utfctdBzPO121eMTU5dBqDgP { width:15.1248125rem;height:1.80013125rem;top:108.24739933014rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPX9LNe0qlkl2ALywFKn2RmuPmqfUlnd { top:111.81119918823rem;left:4.3435330986977rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TelZODT98duu4ibUQRpeKG5P06R2kFVD { display:block; }
 }@media only screen and (max-width: 763px) { #Tcvp39ga07eNQzEXX0UssymRZpLD6RS7 { width:17.1875rem;height:15.3125rem;top:118.70963668823rem;left:1.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Tcvp39ga07eNQzEXX0UssymRZpLD6RS7.adaptive-delivery-prevent-bg, #Tcvp39ga07eNQzEXX0UssymRZpLD6RS7.lazyload, #Tcvp39ga07eNQzEXX0UssymRZpLD6RS7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #THkycDMal0ZP7ZZTmTHMR3dMHWfS853J { width:12.5625rem;height:0;top:122.58204269409rem;left:3.3411483764649rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #pu9zhsZ9pWiai7hO949ZpxZ3XOCRxt8S { width:15.125rem;height:0;top:115.56119918823rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpTPyGxUBzDNZTADOE61vTswGbeJyeo { top:135.27213668823rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysSn5nXZbwSeFiotVgA2FFalnWoxIatg { display:block; }
 }@media only screen and (max-width: 763px) { #mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU { background-color:#ffffff;background-image:none;display:block; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container { background-color: transparent; background-image: none; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container > .video-iframe-container { display: none; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row > .video-iframe-container { display: none; }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .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); }#mQqd0ApyXGOCzlJkmIfbnt0XmsW71UvU > .row .container { width:20rem;height:144.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPn3WVavvdUGFe3zSVx4hlCPRmWfU5rb { width:13rem;height:1.79980625rem;top:30.750007629394rem;left:3.9375002980233rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFQcIdVu07NSckW26Ao1NTmJt85A9k1x { top:34rem;left:5.0208333134651rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx7mLThBZ5EySSkcwTST7aU2deg2f9vU { display:block; }
 }@media only screen and (max-width: 763px) { #SkbVRoixXuRZzKGV0AViKwQRARU5crMQ { top:0.76416015625rem;left:0rem;width:18.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXIE1CPluZwX3hwbKi9OeKCRah4lWHx0 { display:block; }
 }@media only screen and (max-width: 763px) { #K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa { width:14.4375rem;height:29.3125rem;top:4.6875rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa.adaptive-delivery-prevent-bg, #K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa.lazyload, #K2gcqmtDJMUqOD1duvHZvNNLSRgVc5Pa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eMP7pWIBl8rmzQsu2KfvCiOqxT5ykVWt { width:10.9375rem;height:19.49221875rem;top:13.0625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpgCNfVPZD5bIzVzH9I79atholsJfy6 { width:12.625rem;height:1.625rem;top:6.0625rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #PS5N0Uiuiu2WPcKaZ7S6M3vq5aZxyap1 { width:12.625rem;height:1.3808625rem;top:10.4375rem;left:5.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #HNHUv9Ewf5STLhfRMZGD70c6u5s3QPvZ { width:10.125rem;height:2.3997375rem;top:7.9375rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda { width:14.3125rem;height:22.4375rem;top:40.799488879394rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda.adaptive-delivery-prevent-bg, #zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda.lazyload, #zwsG4UOxHlwWPCTg8CeRnA0JFgT9Rlda.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vVmogICDfW6nnnQbVRUGbp5Hf8Np5sX9 { width:10.9375rem;height:12.9948125rem;top:46.36589545722rem;left:5.5833339691162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAIISInOCqT9VH4nsybVweC89Q0VARwo { width:12.625rem;height:1.625rem;top:41.799488879394rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #sTxGG5kkqlxW8Pd2TbaNSPgthF07kfXT { width:15.1875rem;height:1.80013125rem;top:59.360679626465rem;left:2.4062500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkKkz3s0WW9i0kHz3WeJsbGDcRDHZh1s { top:63.236988879394rem;left:4.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qApXhQ3MBNrUBZyxXyiK1cgfKmnsapST { display:block; }
 }@media only screen and (max-width: 763px) { #aBtQ9CCle21AyELPVnDBCfbPSaWR7d02 { width:12.5rem;height:24.4375rem;top:71.884117126462rem;left:3.7500002980233rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aBtQ9CCle21AyELPVnDBCfbPSaWR7d02.adaptive-delivery-prevent-bg, #aBtQ9CCle21AyELPVnDBCfbPSaWR7d02.lazyload, #aBtQ9CCle21AyELPVnDBCfbPSaWR7d02.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Il1bCPGmeDDak7WLksQz2hpvtSymvIQk { top:140.125rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFRwtMvaExAsBHhxyKhJziCqbP9rIZw { display:block; }
 }@media only screen and (max-width: 763px) { #aV0kPmbHec9MTx5u7m7nbym6PVfTvcpl { top:95.315107345581rem;left:4.3437502980232rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcJdDihKgod6uKVr1SmsHqHP3ULUhwDy { display:block; }
 }@media only screen and (max-width: 763px) { #nPc30hZpaf4tpNgqX4zu6xVm1TWDIBM7 { width:8.25rem;height:8.25rem;top:66.623046875rem;left:11.53125rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIP6fMOPlwOdob1NecJlwusDiG4eg3ZS { width:8.6875rem;height:2.3997375rem;top:69.548828125rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu { width:14.25rem;height:38.0625rem;top:103.4375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu.adaptive-delivery-prevent-bg, #CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu.lazyload, #CZt8NQdTFJnJk8a0v3d231Vb80ULCKMu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Uhxfhpvk01RfnFQCmbcN8O9U6AwtNmAi { width:12.625rem;height:3.25rem;top:104.3125rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #z9FOPo7Rzoecpsge4TfrouphtpZoCHfk { width:14.25rem;height:1.8997375rem;top:108.75rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVoPybZBGqmempoCpkoZSQUT996nIHyW { width:10.9375rem;height:20.7916875rem;top:112.0625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3AasaOF3LSPfC0KdS46Cl9aQMKil1TG { width:12.125rem;height:3.59895625rem;top:134.1875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOlMv8zgvbyrcI5IEVfUPVfknCpg7hCn { width:8.25rem;height:8.25rem;top:98.3125rem;left:11.75rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZPuBXV1GO8Pw4ALlVCI30yD3yK8ggdm { width:8.4375rem;height:2.09895625rem;top:101.375rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQBeJSJvRNyLz6gbaOSsnxIohaFrE9NO { width:12.625rem;height:3.25rem;top:72.94922065735rem;left:4.1250002980232rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #fuBQOWEsopGTCEJnnVLMBkLi1iryzdlN { width:10.9375rem;height:14.2942875rem;top:76.949211120606rem;left:4.5312502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHL0RU2rnbNXHIwGHZmdLWMr3LKuetP1 { width:12.125rem;height:3.59895625rem;top:91.240888595581rem;left:4.3750002980232rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i { background-color:#ffffff;background-image:none;display:block; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container { background-color: transparent; background-image: none; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container > .video-iframe-container { display: none; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row > .video-iframe-container { display: none; }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .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); }#aXQ1QsZy59LPmGeaBtnoFnSSsvaepN3i > .row .container { width:20rem;height:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAErEKJoRWi4qBbr0RMSmONlhZADC9F1 { top:1.6242179870606rem;left:1.03125rem;width:17.9375rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8UlyQXdWsDLk4SrXt5WGQuzuVtXPRs { display:block; }
 }@media only screen and (max-width: 763px) { #y4kG9hXGhUNT7d065yDq9HstXnEp9HWL { width:9.25rem;height:4.875rem;top:12.499267578125rem;left:7.562255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLPqoAaRxV5Aol3PxKOHQflnblkcbk2l { width:15.1875rem;height:1.80013125rem;top:19.31201171875rem;left:2.1240234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcgTxpQ6r8GgdUL9kRVRRL3wa7UWPsLh { top:22.686279296875rem;left:4.498291015625rem;width:11.3745rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPcAiOgKyKxOddBcheWO5ldRsbsZeUQA { display:block; }
 }@media only screen and (max-width: 763px) { #bvTNPysSlmWtSMgMiIwn6KasZkEduQZW { width:15.1875rem;height:1.80013125rem;top:38.45068359375rem;left:2.4052734375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuJHxRGnHqWJmuKqmasJnQGML6dttMrO { top:42.75rem;left:4.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu7ek6rNzb7wxB7Fmtg3KU52t5waAkTd { display:block; }
 }@media only screen and (max-width: 763px) { #TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq { width:14.375rem;height:15.3125rem;top:7.311279296875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq.adaptive-delivery-prevent-bg, #TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq.lazyload, #TVbHLLZi1TEDTsU3TU48VoIwkIJQoDGq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JOfG9kHEig3oBt46hFXhi7O24i6nBwHn { width:12.625rem;height:3.25rem;top:7.687255859375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie { width:14.375rem;height:15.3125rem;top:27.4375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie.adaptive-delivery-prevent-bg, #oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie.lazyload, #oKNJHKK8rSsQqFFgfWVZat7F4wVWZNie.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Dm9o55PTAcVytxHTmV1TNkWslDUgNbvw { width:12.625rem;height:1.625rem;top:28.5rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #C1iOaawOt8iSvditgfafrrJLuGAXOqOb { width:10.9375rem;height:4.14061875rem;top:33.624267578125rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp { width:14.375rem;height:15.3125rem;top:47.125rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp.adaptive-delivery-prevent-bg, #WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp.lazyload, #WwhRpPTRcWzwCDOx2CoWg7kP13UOZrTp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z4aypy7GQpxooRcapv2ppBAF865obkup { width:12.56225rem;height:1.625rem;top:48.8125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ezc7kurrX8QC6zW88z5lh4TeaqfgVIcX { width:10.9375rem;height:0;top:53.625rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8gleB3QQR95Ta9Nvc2SPBZTJnHkNXdz { width:10.9375rem;height:6.90103125rem;top:52.1875rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIZetxITwe3XaqM1TDKtyNQRrEVlEgFg { width:15.1245rem;height:1.80013125rem;top:60rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTGPDHOkAJuBkkUuXASOrEVLLf8msEzt { top:62.5rem;left:4.9375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNnWkC509zIoa8ct25cvkvGA4Ha5Gvtu { display:block; }
 }@media only screen and (max-width: 763px) { #vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i { width:14.375rem;height:14.0625rem;top:67.375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i.adaptive-delivery-prevent-bg, #vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i.lazyload, #vGrTtCJilPcNHPlubRmhDZNRCMK3kD7i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dzhzIPRUCVA6gR16srtGw1BPRd15S6Fv { top:101.74829101562rem;left:4.340087890625rem;width:11.31225rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2wtkADLzREepvS80s61FV8g5GX2oJoq { display:block; }
 }@media only screen and (max-width: 763px) { #ocqXNs4AdTnGqB7upWvTEQ7eMDNh1bKf { width:15.1233125rem;height:1.80013125rem;top:77.810546875rem;left:2.40478515625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERNBKDLQBRoZIBwJEPodwBauPU85r60I { width:10.9375rem;height:0;top:76.0625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXUPl9pRDNm3ObEXswkB7sRx1zdfIphP { width:12.56225rem;height:3.25rem;top:68.5rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #iosz7dc53vv3VEGx8QbeITcVafRX977L { width:13.4375rem;height:5.52083125rem;top:73.062255859375rem;left:3.3740234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKfOoi0iLFSDmPzpATedHhB6wkXNKDSo { width:15.1233125rem;height:1.80013125rem;top:98.3125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q { width:14.375rem;height:15.75rem;top:85.875rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q.adaptive-delivery-prevent-bg, #w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q.lazyload, #w6OcTITepXpFMXMc1zUp3rwefgWEJM4Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z3VMSgo34fupM5z6BgnZdOb8935J9cFv { width:10.9375rem;height:7.79688125rem;top:90.4375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcsaMIpbFa5FFg4MsI5ziPz4b4my3yV0 { width:12.56225rem;height:3.25rem;top:86.5625rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #klbeVEtKfyxy8sJfTLROe91Z0KuBF13M { top:81.5rem;left:4.5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dycBMnmkhpO0uMr4vRoBgI1M5uUoBrmO { display:block; }
 }@media only screen and (max-width: 763px) { #QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja { width:14.375rem;height:14.0625rem;top:106.4892578125rem;left:3.076171875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja.adaptive-delivery-prevent-bg, #QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja.lazyload, #QMC1uvfg0gUD0HXEipw0JrgoQqM1J6Ja.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fFP5Vgt6ketttH8AuW7lh0xpssLWRLrI { width:15.1245rem;height:1.8999rem;top:115.81176757812rem;left:2.437744140625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGg6FgT9Ao7NdkHoXBqJ8IfZR6mh8dn8 { width:10.9375rem;height:0;top:124.05004921875rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK1XTyX64vCoTTl7lHybqNuBinz44M0X { width:12.56225rem;height:2.0317375rem;top:110.34790039062rem;left:4.327392578125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #hti5TPNGFwWs3KBgLAJEhTGfwvKWNMNM { top:120.5615234375rem;left:4.500244140625rem;width:11.3745rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyT8xpWZul4ni20H14DGV419hOmqF6CN { display:block; }
 }@media only screen and (max-width: 763px) { #Jo8rqPINnIThEeVlrKgaNio6x5ticR14 { display:block; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBx0N6rPoXr85IG0dHGgskUTWEmlCir { width:9.0625rem;height:9.0625rem;top:0rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkzKGfpyU1KC34dlDwmb11FszOSoaVyV { width:20rem;height:11.39841875rem;top:6.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfVtexiDkxH6PaqrkLS3Dy5P0F8RqqKE { width:17.4375rem;height:7.12239375rem;top:10.1845703125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { width:15rem;height:2.0317375rem;top:1.25rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALDqD43bN4EBx96qnaw7wcFyngyWS19C { width:15.6875rem;height:1.05615rem;top:4.90625rem;left:1.53125rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { width:13.5rem;height:1.05615rem;top:6.34375rem;left:3.71875rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { width:16.375rem;height:1.05615rem;top:7.90625rem;left:0.8427734375rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8wmRvcoeC0TAKQCvUgz8QuJTbVBgUb { width:1.5625rem;height:1.1875rem;top:4.75rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC3IQ4EtCcnMhu12Ga01A8msC4aldmIE { width:1.5625rem;height:1.1875rem;top:6.25rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfeP3ry2emPc7qfDkVZ2VWso3NxdgkDJ { width:1.5625rem;height:1.1875rem;top:7.75rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMDTcH2QWAMRrMtTcHWlxCkO2Kmix5TF { width:0.125rem;height:5.3125rem;top:21.8720703125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { background-color:transparent;background-image:none;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:17.625rem;height:5.625rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { width:15.5625rem;height:2.2747375rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { width:10.0625rem;height:2.2747375rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { width:10.0625rem;height:2.2747375rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { width:11.375rem;height:2.2747375rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { background-color: transparent; background-image: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .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); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { border-width: 0; border-radius: 0; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { width:16.6875rem;height:1.51236875rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UTxgKESBrDHqChRhzacVzt41ryxihwSi { width:13.0625rem;height:4.796875rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { width:3.125rem;height:3.125rem;top:9.0625rem;left:15.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXAJWVRotJa64N4N4KKk048ezsBTQtsk { width:19.4375rem;height:1.2999125rem;top:25.000001907349rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { width:14.875rem;height:6.39583125rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { width:3.125rem;height:3.125rem;top:3.5rem;left:15.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { width:18.8125rem;height:1.69921875rem;top:16.40625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgmaV8NyxgRU99ETe210iX17DsGndgg5 { width:17.9375rem;height:2.9375rem;top:16.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { width:3.125rem;height:3.125rem;top:20.373697280884rem;left:14.562500298023rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { width:3.125rem;height:3.125rem;top:20.404947280884rem;left:8.4062502980231rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { width:3.125rem;height:3.125rem;top:20.374990463257rem;left:2.5937500596046rem;font-size:2.1875rem;display:block; }
 }