.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#f6f6f6;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:16.375rem;top:2.78125rem;left:0.96875rem;overflow:hidden;display:block; }
#TpIEDswRDkw0fM3oZomZolgwpTkE9efx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:19.5rem;top:1.59375rem;left:39.6181640625rem;overflow:hidden;display:block; }
#y9HTiszokM044OAszQOiUTcQQzuMgkxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1eeee;background-image:url("https://images.assets-landingi.com/uc/d183b7c0-940e-4543-bd3c-09f8de475ed8/bg_NB.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp.adaptive-delivery-prevent-bg, #y9HTiszokM044OAszQOiUTcQQzuMgkxp.lazyload, #y9HTiszokM044OAszQOiUTcQQzuMgkxp.lazyloading { background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { background-color: transparent; background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .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); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { border-width: 0; border-radius: 0; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { font-size:0.875rem;font-family:arial;height:105.375rem;width:60rem;position:relative;display:block; }#p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { color:#ffffff;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:2rem;left:0rem;height:7.8623125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssdmXq3clJo4QRTaSdLa7wBVZiCR2GUD { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.8125rem;left:1.625rem;display:block; }
#d6FAgTtHt6PP02b7hpJKIkcPkiWssNhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPSgv7D4ZPF8vJGLNc722F4i6D5FvwWO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:12.125rem;left:4.4375rem;overflow:hidden;display:block; }
#MPlFBG586KksiLUG7GF9Kgr1cxfFC6Jl { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.875rem;left:20.9375rem;display:block; }
#nTmVGTe8uEa2CWvKX1RrvCMHHF1FrCNl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDcEuKv3zDBxW4crZBQu572TKCPon1st { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:12.1875rem;left:23.75rem;overflow:hidden;display:block; }
#NU6G1mkaCy5SZ15bTD6TfVxhtmadCCGE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:12.1875rem;left:43.1875rem;overflow:hidden;display:block; }
#J1ihZzVArr1aCDHdEcx88yxo146y1Co3 { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.875rem;left:40.375rem;display:block; }
#pT46VezQf7xp15BaMPRHzHm51OiniLEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dP0KinxBTDVEKmaeUCQ4VSZn06zuCFFw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:43.0625rem;left:4.4375rem;overflow:hidden;display:block; }
#BQ150w1I7vmLWou7RXJOul29dnT5X72R { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:65.75rem;left:1.625rem;display:block; }
#JxqaK8orscLpoO7VCPAwixs15oMo4rXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mklQl1e32vq4CqJLTe2TH55Rif9DeFeV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:43.125rem;left:23.75rem;overflow:hidden;display:block; }
#ENvkgxPHND6QCHPn4aGxbyW0aiEGTmbc { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:65.8125rem;left:20.9375rem;display:block; }
#a7GpSA3EzdA7QFCnEbPqS8DoN9DH7Ttm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHQN6y8um3D4Zc7bxOXRzeetK2l8Ummf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:43.125rem;left:43.1875rem;overflow:hidden;display:block; }
#sanoyn9oES0ZvZfdfvrZyaKcJghGp2Ev { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:65.8125rem;left:40.375rem;display:block; }
#QBmBgXNaBWWgXtLmdwgHX4RPcheTbSs5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhKvH7SR3ZyTzcbHzDt5Qw1ke8zL2iVR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:74.5rem;left:4.4375rem;overflow:hidden;display:block; }
#MoWDIfn2RKySrUbccsb1XeimdsnSL6bH { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:97.1875rem;left:1.625rem;display:block; }
#I3aAsLIwETvTHwZFyyb3fty4qtchPbwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTGenmkHfvgyW8fQOy5aT7TK9C3MzOd8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:74.5625rem;left:23.75rem;overflow:hidden;display:block; }
#IIVKTspThPqnXmP69VIG25sxQmkZODeI { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:97.25rem;left:20.9375rem;display:block; }
#d1KZvGS9zVzbgXl0qGpECBZRVAlXuTNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#teElBgDLomqil38Je7k8nvFGoold0rhQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:74.5625rem;left:43.1875rem;overflow:hidden;display:block; }
#e3F8HB1F97MstNukIRTuJwqHrD1nhSHi { background-color:#027978;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:97.25rem;left:40.375rem;display:block; }
#UF2xToEssqCRziqJ7ErNLBUzCQdvvPrn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { position:relative;display:none; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { border-width: 0; border-radius: 0; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { color:#046d7f;display:block;width:3.9375rem;position:absolute;font-family:tajawal;font-size:2.4375rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:7.25rem;left:44.5625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.5625rem;top:7.8125rem;left:29.5625rem;overflow:hidden;display:block; }
#tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { color:#046d7f;display:block;width:3.9375rem;position:absolute;font-family:tajawal;font-size:2.4375rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:7.25rem;left:25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.375rem;top:7.8125rem;left:11.125rem;overflow:hidden;display:block; }
#BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { color:#046d7f;display:block;width:44.9375rem;position:absolute;font-family:tajawal;font-size:2.4375rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:2rem;left:6.625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#133337;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { background-color: transparent; background-image: none; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container > .video-iframe-container { display: none; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row > .video-iframe-container { display: none; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .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); }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { border-width: 0; border-radius: 0; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:2.125rem;display:block; }#xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07.adaptive-delivery-prevent-bg, #xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07.lazyload, #xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07.lazyloading { background-image: none; }
#xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#oZPLbPesu8woNcG8gO62K1cum96Tlx7m { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:23.25rem;display:block; }#oZPLbPesu8woNcG8gO62K1cum96Tlx7m.adaptive-delivery-prevent-bg, #oZPLbPesu8woNcG8gO62K1cum96Tlx7m.lazyload, #oZPLbPesu8woNcG8gO62K1cum96Tlx7m.lazyloading { background-image: none; }
#oZPLbPesu8woNcG8gO62K1cum96Tlx7m::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#oZPLbPesu8woNcG8gO62K1cum96Tlx7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#eLpvbllZZi9tTTeFrT2tnrepedHohefe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.125rem;top:10.59375rem;left:24rem;overflow:hidden;display:block; }
#JMhVN8FIDJXhzwKJHuFz9IS9vdacGCbP { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:13.625rem;left:24.96875rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBAdfOfwpfMz5HVT9X8nmz2TyuSifn7x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.1875rem;top:9.8125rem;left:3.34375rem;overflow:hidden;display:block; }
#lzaEKf0ZdFrGrTevToaCCixKg2ST7nfJ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:15rem;left:3.8125rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GmvA96l5rQocPecEI6b9ttJeUJo8q7fC { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:43.8125rem;display:block; }#GmvA96l5rQocPecEI6b9ttJeUJo8q7fC.adaptive-delivery-prevent-bg, #GmvA96l5rQocPecEI6b9ttJeUJo8q7fC.lazyload, #GmvA96l5rQocPecEI6b9ttJeUJo8q7fC.lazyloading { background-image: none; }
#GmvA96l5rQocPecEI6b9ttJeUJo8q7fC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#GmvA96l5rQocPecEI6b9ttJeUJo8q7fC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SCITbGZ3IKhRztIOGrE4SEBGDSB9gyex { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.875rem;top:10.125rem;left:45.5rem;overflow:hidden;display:block; }
#QaZT70a7CuPuSgIzfI5Gf8LdXvQr3o2A { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:14.875rem;left:45.5625rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqVrpS908DSzhrpfdbnTgx3eKMPUqucv { position:absolute;display:block;z-index:15005;background-color:#046d7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(56,17,31,0.2);border-left:0.0625rem solid rgba(56,17,31,0.2);border-right:0.0625rem solid rgba(56,17,31,0.2);border-bottom:0.0625rem solid rgba(56,17,31,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.5rem;width:54rem;top:1.1875rem;left:3rem;display:block; }
#B5ydGya3TwfT4GSBEq63cPhHHpvlGIAr { color:#f6f6f6;display:block;width:52.6875rem;position:absolute;font-family:tajawal;font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2601bd85-12f7-45da-95c5-8c14ebab215f/BG_px.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.adaptive-delivery-prevent-bg, #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.lazyload, #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt.lazyloading { background-image: none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { border-width: 0; border-radius: 0; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:none; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:2.125rem;display:block; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.adaptive-delivery-prevent-bg, #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.lazyload, #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o.lazyloading { background-image: none; }
#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.25rem;top:8.75rem;left:4.75rem;overflow:hidden;display:block; }
#wr90RFH72qUTyial7aN1Ob3xIzALo1gg { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:13.9375rem;left:3.8125rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:23.25rem;display:block; }#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.adaptive-delivery-prevent-bg, #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.lazyload, #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn.lazyloading { background-image: none; }
#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#dveQwzM5kE5rfPTfTRixL13kfGR65Dkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.875rem;top:9.6875rem;left:24.125rem;overflow:hidden;display:block; }
#Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:13.9375rem;left:25rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.8125rem;left:33.625rem;display:block; }#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.adaptive-delivery-prevent-bg, #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.lazyload, #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4.lazyloading { background-image: none; }
#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.125rem;top:26.4375rem;left:34.375rem;overflow:hidden;display:block; }
#twwrDxm7cobZRpmNaUcT85MxHgVUq7So { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:29.75rem;left:35.375rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.8125rem;left:13.9375rem;display:block; }#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.adaptive-delivery-prevent-bg, #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.lazyload, #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0.lazyloading { background-image: none; }
#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:10.75rem;top:24.5rem;left:14.9375rem;overflow:hidden;display:block; }
#aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:30.6875rem;left:15.6875rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/YowKwCXi/background.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #750e38;border-left:0.0625rem solid #750e38;border-right:0.0625rem solid #750e38;border-bottom:0.0625rem solid #750e38;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8rem;left:43.8125rem;display:block; }#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.adaptive-delivery-prevent-bg, #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.lazyload, #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP.lazyloading { background-image: none; }
#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.875rem;top:10.125rem;left:45.5rem;overflow:hidden;display:block; }
#fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:14.875rem;left:45.5625rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { position:absolute;display:block;z-index:15005;background-color:#046d7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(56,17,31,0.2);border-left:0.0625rem solid rgba(56,17,31,0.2);border-right:0.0625rem solid rgba(56,17,31,0.2);border-bottom:0.0625rem solid rgba(56,17,31,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.5rem;width:54rem;top:1.1875rem;left:3rem;display:block; }
#fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { color:#f6f6f6;display:block;width:52.6875rem;position:absolute;font-family:tajawal;font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSBTaHDUg43R436871AHhU256GsGoKPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89bc1cb5-736d-4375-84b8-cc58f28bf12b/20250710_SND_95_AMBITION_0970.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu.adaptive-delivery-prevent-bg, #MSBTaHDUg43R436871AHhU256GsGoKPu.lazyload, #MSBTaHDUg43R436871AHhU256GsGoKPu.lazyloading { background-image: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { background-color: transparent; background-image: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container > .video-iframe-container { display: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container { display: none; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .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); }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { border-width: 0; border-radius: 0; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:60rem;position:relative;display:block; }#ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { position:absolute;display:block;z-index:15000;background-color:rgba(1,83,1,0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #2a5858;border-left:0.5rem solid #2a5858;border-right:0.5rem solid #2a5858;border-bottom:0.5rem solid #2a5858;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:43.3125rem;width:57.0625rem;top:11.5625rem;left:1rem;display:block; }
#Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:tajawal;font-size:2.9375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:12.75rem;left:9.6875rem;height:;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;font-style:normal;display:block; }
#beTJbUG6inuJXZWniUXCxmLD2SBexfDN { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:2.2;letter-spacing:0;top:18rem;left:3.4375rem;height:32.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#133337;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { background-color: transparent; background-image: none; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container > .video-iframe-container { display: none; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row > .video-iframe-container { display: none; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .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); }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { border-width: 0; border-radius: 0; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#zzLoaWlvecRTnpI2QK4gWR5ZfkPo68uZ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.68115rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NReBetRv8WzBctTpVBamPcx1i6wW3Jl8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:5.5rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#Cmbw9duaCKX5ikf57XUcC794XtsaTDam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#133337;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { background-color: transparent; background-image: none; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container > .video-iframe-container { display: none; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row > .video-iframe-container { display: none; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .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); }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { border-width: 0; border-radius: 0; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#ZOJMrGcJtRwKwvNrB9oFpvhL8I2InlxZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #046d7f);background-image: -moz-linear-gradient(90deg, #2a5858, #046d7f);background-image: -ms-linear-gradient(90deg, #2a5858, #046d7f);background-image: -o-linear-gradient(90deg, #2a5858, #046d7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#046d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#046d7f' );";background-image: linear-gradient(90deg, #2a5858, #046d7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.2) ;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:tajawal;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:1.5rem;left:21.25rem;display:block; }
#iUycQFwZRO2PerVO0G1gGu8paEnMoerh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { border-width: 0; border-radius: 0; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:none; }#vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:60rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/d183b7c0-940e-4543-bd3c-09f8de475ed8/bg_NB.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP.adaptive-delivery-prevent-bg, #MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP.lazyload, #MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP.lazyloading { background-image: none; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { background-color: transparent; background-image: none; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container > .video-iframe-container { display: none; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row > .video-iframe-container { display: none; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .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); }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { border-width: 0; border-radius: 0; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#DtuBKSLZ27xiA5MCi2NN2ghKXbhCiWSs { color:#ffffff;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:2.68115rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfoFLRQg6sJlkIrOXJPHplHAwwC0b4zz { position:absolute;display:block;z-index:15002;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(240,233,235,0.3);border-left:0.125rem solid rgba(240,233,235,0.3);border-right:0.125rem solid rgba(240,233,235,0.3);border-bottom:0.125rem solid rgba(240,233,235,0.3);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:18.75rem;width:18.75rem;top:12.8125rem;left:0.875rem;display:block; }
#dqT2KI6mX5Jf2VeheMUT05TNQMObIBxk { position:absolute;display:block;z-index:15003;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(240,233,235,0.3);border-left:0.125rem solid rgba(240,233,235,0.3);border-right:0.125rem solid rgba(240,233,235,0.3);border-bottom:0.125rem solid rgba(240,233,235,0.3);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:18.75rem;width:18.75rem;top:12.8125rem;left:20.625rem;display:block; }
#iZUXMmlofbGQ9RpPk6MCkcTgI8sAAm4C { position:absolute;display:block;z-index:15004;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(240,233,235,0.3);border-left:0.125rem solid rgba(240,233,235,0.3);border-right:0.125rem solid rgba(240,233,235,0.3);border-bottom:0.125rem solid rgba(240,233,235,0.3);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:18.75rem;width:18.75rem;top:12.8125rem;left:40.375rem;display:block; }
#PkVqURSDdIKlzPXZLOxkl7eRhElXt8p0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:9.375rem;width:9.375rem;top:10.25rem;left:5.5625rem;overflow:hidden;display:block; }
#uvTvBAuQ8Lgb9009mDt2htKmyvMWQfkr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:9.375rem;width:9.375rem;top:10.3125rem;left:25.3125rem;overflow:hidden;display:block; }
#BHcDbtVanH3eaVgD850cUwi2tp9Av3ps { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(95,29,52,0.2) ;height:9.375rem;width:9.375rem;top:10.25rem;left:45.0625rem;overflow:hidden;display:block; }
#og5Ti89bPPkOKN6D0tkCW3bdCePuyw1A { color:#121212;display:block;width:12.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:22.6875rem;left:4.125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZbpHB6Si9rHRur5N5PSKoFzyGffHCMH { color:#5f1d34;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.9375rem;left:2.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQBPq7BNphnIs9t8zP2IbOT6ncPRfzIm { color:#121212;display:block;width:11.75rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:21.8125rem;left:24.125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQyH7rgw0ah3eVbWJd3efATHtbTpaxg8 { color:#5f1d34;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.9375rem;left:22.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0FNFNz1ZmIoLbRHGyFmHCyTz0V1og1J { color:#121212;display:block;width:13.0625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.8125rem;left:43.25rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLEexwMZcLeeVC1UQ1BTrf8T86bomA1g { color:#5f1d34;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.9375rem;left:42.125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QclK0izsR7G3onmFZTT8tVpb6sJiceya { position:absolute;display:block;z-index:15101;background-color:#046d7f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.25rem;width:6.25rem;top:7.75rem;left:26.875rem;display:block; }
#Ti91FTHShamaHvKa8utKVSa27420dXwQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2a5858, #057c8f);background-image: -moz-linear-gradient(90deg, #2a5858, #057c8f);background-image: -ms-linear-gradient(90deg, #2a5858, #057c8f);background-image: -o-linear-gradient(90deg, #2a5858, #057c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5858', endColorstr='#057c8f' );";background-image: linear-gradient(90deg, #2a5858, #057c8f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.6875rem;left:21.25rem;display:block; }
#ui9EX6UX5etHhmqJ5vMykF37gimPCSx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { position:relative;display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { background-color: transparent; background-image: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .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); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { border-width: 0; border-radius: 0; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:27.5625rem;top:1.267578125rem;left:1.21875rem;overflow:hidden;display:block; }
#z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { color:#128597;display:block;width:27.8125rem;position:absolute;font-family:tajawal;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:30.5rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { background-color: transparent; background-image: none; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container > .video-iframe-container { display: none; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row > .video-iframe-container { display: none; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .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); }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { border-width: 0; border-radius: 0; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#qMlKnPMli4k4dPCBVTyQ12zJpQ4oF1TO { color:#046d7f;display:block;width:19.875rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:34.875rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmXfz55yhHoQNPpetc4Bvy3kuhEtrDaf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:13.6875rem;top:1.46875rem;left:2.6433189655172rem;overflow:hidden;display:block; }
#ogqbbuOa6N4zEztvApZEKBE3WntDP3qr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.125rem;top:1.59375rem;left:17.875rem;overflow:hidden;display:block; }
#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { background-color: transparent; background-image: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container > .video-iframe-container { display: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container { display: none; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .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); }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { border-width: 0; border-radius: 0; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { color:#121212;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:1.09375rem;left:0rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { position:relative;display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { background-color: transparent; background-image: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container > .video-iframe-container { display: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row > .video-iframe-container { display: none; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .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); }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { border-width: 0; border-radius: 0; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { top:2.75rem;left:0rem;width:16.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpIEDswRDkw0fM3oZomZolgwpTkE9efx { top:1.5625rem;left:28.25rem;width:19.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9HTiszokM044OAszQOiUTcQQzuMgkxp { display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { top:2rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssdmXq3clJo4QRTaSdLa7wBVZiCR2GUD { width:17.5rem;height:3.4375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6FAgTtHt6PP02b7hpJKIkcPkiWssNhc { display:block; }
 }@media only screen and (max-width: 763px) { #kPSgv7D4ZPF8vJGLNc722F4i6D5FvwWO { top:12.125rem;left:0rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPlFBG586KksiLUG7GF9Kgr1cxfFC6Jl { width:17.5rem;height:3.4375rem;top:34.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTmVGTe8uEa2CWvKX1RrvCMHHF1FrCNl { display:block; }
 }@media only screen and (max-width: 763px) { #IDcEuKv3zDBxW4crZBQu572TKCPon1st { top:12.1875rem;left:17.625rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU6G1mkaCy5SZ15bTD6TfVxhtmadCCGE { top:12.1875rem;left:35.8125rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ihZzVArr1aCDHdEcx88yxo146y1Co3 { width:17.5rem;height:3.4375rem;top:34.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT46VezQf7xp15BaMPRHzHm51OiniLEE { display:block; }
 }@media only screen and (max-width: 763px) { #dP0KinxBTDVEKmaeUCQ4VSZn06zuCFFw { top:43.0625rem;left:0rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ150w1I7vmLWou7RXJOul29dnT5X72R { width:17.5rem;height:3.4375rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxqaK8orscLpoO7VCPAwixs15oMo4rXE { display:block; }
 }@media only screen and (max-width: 763px) { #mklQl1e32vq4CqJLTe2TH55Rif9DeFeV { top:43.125rem;left:17.625rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENvkgxPHND6QCHPn4aGxbyW0aiEGTmbc { width:17.5rem;height:3.4375rem;top:65.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7GpSA3EzdA7QFCnEbPqS8DoN9DH7Ttm { display:block; }
 }@media only screen and (max-width: 763px) { #aHQN6y8um3D4Zc7bxOXRzeetK2l8Ummf { top:43.125rem;left:35.8125rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sanoyn9oES0ZvZfdfvrZyaKcJghGp2Ev { width:17.5rem;height:3.4375rem;top:65.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmBgXNaBWWgXtLmdwgHX4RPcheTbSs5 { display:block; }
 }@media only screen and (max-width: 763px) { #JhKvH7SR3ZyTzcbHzDt5Qw1ke8zL2iVR { top:74.5rem;left:0rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoWDIfn2RKySrUbccsb1XeimdsnSL6bH { width:17.5rem;height:3.4375rem;top:97.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3aAsLIwETvTHwZFyyb3fty4qtchPbwB { display:block; }
 }@media only screen and (max-width: 763px) { #XTGenmkHfvgyW8fQOy5aT7TK9C3MzOd8 { top:74.5625rem;left:17.625rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIVKTspThPqnXmP69VIG25sxQmkZODeI { width:17.5rem;height:3.4375rem;top:97.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1KZvGS9zVzbgXl0qGpECBZRVAlXuTNf { display:block; }
 }@media only screen and (max-width: 763px) { #teElBgDLomqil38Je7k8nvFGoold0rhQ { top:74.5625rem;left:35.8125rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3F8HB1F97MstNukIRTuJwqHrD1nhSHi { width:17.5rem;height:3.4375rem;top:97.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF2xToEssqCRziqJ7ErNLBUzCQdvvPrn { display:block; }
 }@media only screen and (max-width: 763px) { #mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { display:block; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { top:7.25rem;left:38.4375rem;width:3.9375rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { top:7.8125rem;left:23.4375rem;width:14.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { top:7.25rem;left:18.875rem;width:3.9375rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { top:7.8125rem;left:5rem;width:13.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { top:2rem;left:0.5rem;width:44.9375rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei { display:block; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07 { top:8rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPLbPesu8woNcG8gO62K1cum96Tlx7m { top:8rem;left:17.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpvbllZZi9tTTeFrT2tnrepedHohefe { top:10.5625rem;left:17.875rem;width:11.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMhVN8FIDJXhzwKJHuFz9IS9vdacGCbP { top:13.625rem;left:18.84375rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAdfOfwpfMz5HVT9X8nmz2TyuSifn7x { top:9.8125rem;left:0rem;width:10.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzaEKf0ZdFrGrTevToaCCixKg2ST7nfJ { top:15rem;left:0rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmvA96l5rQocPecEI6b9ttJeUJo8q7fC { top:8rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCITbGZ3IKhRztIOGrE4SEBGDSB9gyex { top:10.125rem;left:37.875rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaZT70a7CuPuSgIzfI5Gf8LdXvQr3o2A { top:14.875rem;left:38.5625rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVrpS908DSzhrpfdbnTgx3eKMPUqucv { top:1.1875rem;left:0rem;width:47.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ydGya3TwfT4GSBEq63cPhHHpvlGIAr { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { display:block; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { top:8rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { top:8.75rem;left:0rem;width:7.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr90RFH72qUTyial7aN1Ob3xIzALo1gg { top:13.9375rem;left:0rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { top:8rem;left:17.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { top:9.6875rem;left:18rem;width:10.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { top:13.9375rem;left:18.875rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { top:23.8125rem;left:27.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { top:26.4375rem;left:28.25rem;width:11.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twwrDxm7cobZRpmNaUcT85MxHgVUq7So { top:29.75rem;left:29.25rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { top:23.8125rem;left:7.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { top:24.5rem;left:8.8125rem;width:10.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { top:30.6875rem;left:9.5625rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { top:8rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { top:10.125rem;left:37.875rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { top:14.875rem;left:38.5625rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { top:1.1875rem;left:0rem;width:47.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSBTaHDUg43R436871AHhU256GsGoKPu { display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { top:11.5625rem;left:0rem;width:46.75rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { top:12.75rem;left:3.5625rem;width:40.5rem;height:;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTJbUG6inuJXZWniUXCxmLD2SBexfDN { top:18rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
 }@media only screen and (max-width: 763px) { #LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T { display:block; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzLoaWlvecRTnpI2QK4gWR5ZfkPo68uZ { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NReBetRv8WzBctTpVBamPcx1i6wW3Jl8 { top:5.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmbw9duaCKX5ikf57XUcC794XtsaTDam { display:block; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOJMrGcJtRwKwvNrB9oFpvhL8I2InlxZ { width:17.5rem;height:3.625rem;top:1.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUycQFwZRO2PerVO0G1gGu8paEnMoerh { display:block; }
 }@media only screen and (max-width: 763px) { #BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { display:block; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { top:1.0625rem;left:0rem;width:47.75rem;height:18.503125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP { display:block; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtuBKSLZ27xiA5MCi2NN2ghKXbhCiWSs { top:3.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoFLRQg6sJlkIrOXJPHplHAwwC0b4zz { top:12.8125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqT2KI6mX5Jf2VeheMUT05TNQMObIBxk { top:12.8125rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZUXMmlofbGQ9RpPk6MCkcTgI8sAAm4C { top:12.8125rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVqURSDdIKlzPXZLOxkl7eRhElXt8p0 { top:10.25rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTvBAuQ8Lgb9009mDt2htKmyvMWQfkr { top:10.3125rem;left:19.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHcDbtVanH3eaVgD850cUwi2tp9Av3ps { top:10.25rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #og5Ti89bPPkOKN6D0tkCW3bdCePuyw1A { top:22.6875rem;left:0rem;width:12.3125rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbpHB6Si9rHRur5N5PSKoFzyGffHCMH { top:28.9375rem;left:0rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQBPq7BNphnIs9t8zP2IbOT6ncPRfzIm { top:21.8125rem;left:18rem;width:11.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQyH7rgw0ah3eVbWJd3efATHtbTpaxg8 { top:28.9375rem;left:16.25rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0FNFNz1ZmIoLbRHGyFmHCyTz0V1og1J { top:21.8125rem;left:34.6875rem;width:13.0625rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEexwMZcLeeVC1UQ1BTrf8T86bomA1g { top:28.9375rem;left:32.4375rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclK0izsR7G3onmFZTT8tVpb6sJiceya { top:7.75rem;left:20.75rem;width:6.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti91FTHShamaHvKa8utKVSa27420dXwQ { width:17.5rem;height:3.4375rem;top:34.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui9EX6UX5etHhmqJ5vMykF37gimPCSx2 { display:block; }
 }@media only screen and (max-width: 763px) { #vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { top:1.25rem;left:0rem;width:27.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { top:1.25rem;left:19.9375rem;width:27.8125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW { display:block; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMlKnPMli4k4dPCBVTyQ12zJpQ4oF1TO { top:1.375rem;left:27.875rem;width:19.875rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmXfz55yhHoQNPpetc4Bvy3kuhEtrDaf { top:1.4375rem;left:0rem;width:13.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogqbbuOa6N4zEztvApZEKBE3WntDP3qr { top:1.5625rem;left:11.75rem;width:13.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { top:1.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOA9OGQdCfnpx2EH1doTzU4h6ldKNH8u { width:15.25rem;height:6.6875rem;top:11.79931640625rem;left:2.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TpIEDswRDkw0fM3oZomZolgwpTkE9efx { width:19.5rem;height:9.1875rem;top:1.11181640625rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y9HTiszokM044OAszQOiUTcQQzuMgkxp { background-color:#ececec;background-image:url("https://images.assets-landingi.com/uc/d183b7c0-940e-4543-bd3c-09f8de475ed8/bg_NB.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp.adaptive-delivery-prevent-bg, #y9HTiszokM044OAszQOiUTcQQzuMgkxp.lazyload, #y9HTiszokM044OAszQOiUTcQQzuMgkxp.lazyloading { background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { background-color: transparent; background-image: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { display: none; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .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); }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { border-width: 0; border-radius: 0; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9HTiszokM044OAszQOiUTcQQzuMgkxp > .row .container { width:20rem;height:284.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7Uabk9H8AwcVbH5ROM78HNOyS0DQIae { width:18.3125rem;height:12.32425rem;top:4.375rem;left:0.84375rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ssdmXq3clJo4QRTaSdLa7wBVZiCR2GUD { width:17.5rem;height:3.4375rem;top:42.5478515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6FAgTtHt6PP02b7hpJKIkcPkiWssNhc { display:block; }
 }@media only screen and (max-width: 763px) { #kPSgv7D4ZPF8vJGLNc722F4i6D5FvwWO { width:11.9375rem;height:21.25rem;top:19.5478515625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPlFBG586KksiLUG7GF9Kgr1cxfFC6Jl { width:17.5rem;height:3.4375rem;top:71.1728515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTmVGTe8uEa2CWvKX1RrvCMHHF1FrCNl { display:block; }
 }@media only screen and (max-width: 763px) { #IDcEuKv3zDBxW4crZBQu572TKCPon1st { width:11.9375rem;height:21.25rem;top:48.6728515625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU6G1mkaCy5SZ15bTD6TfVxhtmadCCGE { width:11.9375rem;height:21.25rem;top:77.7353515625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ihZzVArr1aCDHdEcx88yxo146y1Co3 { width:17.5rem;height:3.4375rem;top:100.1103515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT46VezQf7xp15BaMPRHzHm51OiniLEE { display:block; }
 }@media only screen and (max-width: 763px) { #dP0KinxBTDVEKmaeUCQ4VSZn06zuCFFw { width:11.9375rem;height:21.25rem;top:106.4228515625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ150w1I7vmLWou7RXJOul29dnT5X72R { width:17.5rem;height:3.4375rem;top:129.2353515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxqaK8orscLpoO7VCPAwixs15oMo4rXE { display:block; }
 }@media only screen and (max-width: 763px) { #mklQl1e32vq4CqJLTe2TH55Rif9DeFeV { width:11.9375rem;height:21.25rem;top:135.4853515625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENvkgxPHND6QCHPn4aGxbyW0aiEGTmbc { width:17.5rem;height:3.4375rem;top:158.4228515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7GpSA3EzdA7QFCnEbPqS8DoN9DH7Ttm { display:block; }
 }@media only screen and (max-width: 763px) { #aHQN6y8um3D4Zc7bxOXRzeetK2l8Ummf { width:11.9375rem;height:21.25rem;top:165.7353515625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sanoyn9oES0ZvZfdfvrZyaKcJghGp2Ev { width:17.5rem;height:3.4375rem;top:188.7978515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmBgXNaBWWgXtLmdwgHX4RPcheTbSs5 { display:block; }
 }@media only screen and (max-width: 763px) { #JhKvH7SR3ZyTzcbHzDt5Qw1ke8zL2iVR { width:11.9375rem;height:21.25rem;top:195.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoWDIfn2RKySrUbccsb1XeimdsnSL6bH { width:17.5rem;height:3.4375rem;top:218.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3aAsLIwETvTHwZFyyb3fty4qtchPbwB { display:block; }
 }@media only screen and (max-width: 763px) { #XTGenmkHfvgyW8fQOy5aT7TK9C3MzOd8 { width:11.9375rem;height:21.25rem;top:226.3603515625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIVKTspThPqnXmP69VIG25sxQmkZODeI { width:17.5rem;height:3.4375rem;top:248.9853515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1KZvGS9zVzbgXl0qGpECBZRVAlXuTNf { display:block; }
 }@media only screen and (max-width: 763px) { #teElBgDLomqil38Je7k8nvFGoold0rhQ { width:11.9375rem;height:21.25rem;top:256.8603515625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3F8HB1F97MstNukIRTuJwqHrD1nhSHi { width:17.5rem;height:3.4375rem;top:279.3603515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF2xToEssqCRziqJ7ErNLBUzCQdvvPrn { display:block; }
 }@media only screen and (max-width: 763px) { #mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT { display:none; }#mSulhJNkbrWUPQwwLuiRSMNG2yxwg2DT > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qi0IfXKKztCMo4NTO0KpXmkCSfiZxV63 { width:3.9375rem;height:3.19970625rem;top:8.6484375rem;left:8.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWcHuaZWLciroqSORWRltvDXLLS2IIC5 { width:14.5625rem;height:2.5625rem;top:21.8984375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXcfu3uiToGgCuhPvKgL9x7Z0dTW3JgW { width:3.9375rem;height:3.19970625rem;top:17.51171875rem;left:8.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7mXAl9yTZrqUqheglIKKEeSV1GpS1p { width:13.375rem;height:3.3125rem;top:12.63671875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDfqxHk5AIiMtKJqT8AqaQJWBxVvWg3e { width:20rem;height:6.19921875rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei { display:block; }#CTHo87Gp2kefnC15S2u5miqhZhQ0C5Ei > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHopZkUzF3xzIVsz3IXyE1RiSmmGJJ07 { width:12.5rem;height:12.5rem;top:35.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPLbPesu8woNcG8gO62K1cum96Tlx7m { width:12.5rem;height:12.5rem;top:21.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpvbllZZi9tTTeFrT2tnrepedHohefe { width:11.125rem;height:1.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMhVN8FIDJXhzwKJHuFz9IS9vdacGCbP { width:9.1875rem;height:3.79980625rem;top:27.625rem;left:5.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAdfOfwpfMz5HVT9X8nmz2TyuSifn7x { width:9.8125rem;height:2.9375rem;top:37.9375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzaEKf0ZdFrGrTevToaCCixKg2ST7nfJ { width:9.1875rem;height:3.79980625rem;top:43.25rem;left:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmvA96l5rQocPecEI6b9ttJeUJo8q7fC { width:12.5rem;height:12.5rem;top:7.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCITbGZ3IKhRztIOGrE4SEBGDSB9gyex { width:9.875rem;height:2.4375rem;top:9.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaZT70a7CuPuSgIzfI5Gf8LdXvQr3o2A { width:9.1875rem;height:3.79980625rem;top:14.375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVrpS908DSzhrpfdbnTgx3eKMPUqucv { width:20rem;height:4.5625rem;top:1.4375rem;left:0rem;background-color:#046d7f;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #B5ydGya3TwfT4GSBEq63cPhHHpvlGIAr { width:17.9375rem;height:4.3125rem;top:1.5rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt { display:none; }#AxtDBnEEefkDrTUO4h4Amxiz0fZ0i5Lt > .row .container { width:20rem;height:77.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zlr9S9TuDSvTrcEWCNT2xwPmLBpiy95o { width:12.5rem;height:12.5rem;top:35.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbsmgKa2b8zWfVaVKrftghk76DXJcScJ { width:7.25rem;height:5.1875rem;top:36.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr90RFH72qUTyial7aN1Ob3xIzALo1gg { width:9.1875rem;height:3.79980625rem;top:41.6875rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveQwzM5kE5rfPTfTRixL13kfGR65Dkn { width:12.5rem;height:12.5rem;top:21.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLyRVsrud0NZUwskx5pxJO5Rr7gNmZr { width:10.875rem;height:3.3125rem;top:23.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxdd6RMfKQN2qoEwdIuNi6pwqrzTBTNO { width:9.1875rem;height:3.79980625rem;top:27.5rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdC3KFpzeKzJMEyf4rJzVi5spsU9EmT4 { width:12.5rem;height:12.5rem;top:49.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGPeJPbFxSNC74CMmIJ9UFCp1sFe5TG { width:11.125rem;height:1.5rem;top:52.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twwrDxm7cobZRpmNaUcT85MxHgVUq7So { width:9.1875rem;height:3.79980625rem;top:55.875rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtA2r7dTgSIuEHFJAeFStyHSsg7tMtx0 { width:12.5rem;height:12.5rem;top:64.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stQ9WT20htKBQ3S9HrWe8ysdLvMBApRQ { width:10.75rem;height:5.6875rem;top:64.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIgcIqQQSLvApNfxzbWGRFXof3xCoWvQ { width:9.1875rem;height:3.79980625rem;top:70.9375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3D2P3mhIo9LimCA0AXp0KWHTMS6iWhP { width:12.5rem;height:12.5rem;top:7.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egalp6JARW3hiMrGrOFxDJP61WnVwTVN { width:9.875rem;height:2.4375rem;top:9.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGb8hmyUnTTdqr7lWoG9Po8y1PosbWFE { width:9.1875rem;height:3.79980625rem;top:14.375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmF7GOeqkstKT0NI62sWIdEqoQDvrGJ { width:20rem;height:4.5625rem;top:1.4375rem;left:0rem;background-color:#046d7f;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fwyGEVOBm4fPuunqD8bPEBeS4K1NXz2h { width:17.9375rem;height:4.3125rem;top:1.5625rem;left:1.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSBTaHDUg43R436871AHhU256GsGoKPu { display:block; }#MSBTaHDUg43R436871AHhU256GsGoKPu > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTxGpNCcOHQkmGgkLXuJ66zwKUpTNzv { width:19rem;height:53.5625rem;top:1.7041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfb8wLZMdTFizpHiAEvazS3pHIbOn1Ry { width:20rem;height:3.19970625rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTJbUG6inuJXZWniUXCxmLD2SBexfDN { width:16.875rem;height:45.973125rem;top:7.44921875rem;left:1.5625rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }#beTJbUG6inuJXZWniUXCxmLD2SBexfDN li:before{  }
 }@media only screen and (max-width: 763px) { #LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T { display:block; }#LkNV9MMT8Xkg4AzkTIyRMmZPr72QS53T > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzLoaWlvecRTnpI2QK4gWR5ZfkPo68uZ { width:18.125rem;height:4.2246125rem;top:0.89990234375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NReBetRv8WzBctTpVBamPcx1i6wW3Jl8 { width:19.125rem;height:4.04980625rem;top:5.75rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmbw9duaCKX5ikf57XUcC794XtsaTDam { display:block; }#Cmbw9duaCKX5ikf57XUcC794XtsaTDam > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOJMrGcJtRwKwvNrB9oFpvhL8I2InlxZ { width:17.5rem;height:3.625rem;top:2.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUycQFwZRO2PerVO0G1gGu8paEnMoerh { display:block; }
 }@media only screen and (max-width: 763px) { #BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ { display:none; }#BHT3DFEnnpOxqWcERi2LoR7m2B3GMvvJ > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vpfUNLzsSFbBN43zwxtAPaRJ8TryWMmA { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP { display:block; }#MBwkXr8TtZzCzOgObMMEgGOedRnqT6mP > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtuBKSLZ27xiA5MCi2NN2ghKXbhCiWSs { width:18.375rem;height:4.2246125rem;top:2.5rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoFLRQg6sJlkIrOXJPHplHAwwC0b4zz { width:18.75rem;height:18.75rem;top:11rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqT2KI6mX5Jf2VeheMUT05TNQMObIBxk { width:18.75rem;height:18.75rem;top:37.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZUXMmlofbGQ9RpPk6MCkcTgI8sAAm4C { width:18.75rem;height:18.75rem;top:61.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVqURSDdIKlzPXZLOxkl7eRhElXt8p0 { width:9.375rem;height:9.375rem;top:8.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTvBAuQ8Lgb9009mDt2htKmyvMWQfkr { width:9.375rem;height:9.375rem;top:35.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHcDbtVanH3eaVgD850cUwi2tp9Av3ps { width:9.375rem;height:9.375rem;top:59.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #og5Ti89bPPkOKN6D0tkCW3bdCePuyw1A { width:12.3125rem;height:4rem;top:18.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbpHB6Si9rHRur5N5PSKoFzyGffHCMH { width:15.3125rem;height:1.625rem;top:27.125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQBPq7BNphnIs9t8zP2IbOT6ncPRfzIm { width:11.75rem;height:6rem;top:45.125rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQyH7rgw0ah3eVbWJd3efATHtbTpaxg8 { width:15.3125rem;height:1.625rem;top:53.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0FNFNz1ZmIoLbRHGyFmHCyTz0V1og1J { width:13.0625rem;height:6rem;top:69.1875rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEexwMZcLeeVC1UQ1BTrf8T86bomA1g { width:15.3125rem;height:1.625rem;top:77.5625rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclK0izsR7G3onmFZTT8tVpb6sJiceya { width:6.25rem;height:0.25rem;top:7.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti91FTHShamaHvKa8utKVSa27420dXwQ { width:17.5rem;height:3.4375rem;top:81.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui9EX6UX5etHhmqJ5vMykF37gimPCSx2 { display:block; }
 }@media only screen and (max-width: 763px) { #vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { display:block; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc { background-color: transparent; background-image: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row > .video-iframe-container { display: none; }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .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); }#vrtboNW3RvRlxc6cdTIm5zPTmOuuNQdc > .row .container { width:20rem;height:13.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBSQdEFaLnlhZV4mq52ftvg37A23g9pl { width:19.625rem;height:4.3125rem;top:8.12353515625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71SQ1RntdQ8zHaiZsBqMA9RuOEBMtU8 { width:19.4375rem;height:4.875rem;top:1.4375rem;left:0.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW { position:relative;z-index:auto;display:block; }#ZChuZ6x4iiTEGXlLBCq7slN9dkvvwtmW > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMlKnPMli4k4dPCBVTyQ12zJpQ4oF1TO { width:16.4375rem;height:3.73730625rem;top:1.12451171875rem;left:1.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmXfz55yhHoQNPpetc4Bvy3kuhEtrDaf { width:8.375rem;height:2.375rem;top:5.81787109375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogqbbuOa6N4zEztvApZEKBE3WntDP3qr { width:8.125rem;height:2.25rem;top:5.88037109375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX { display:block; }#TrHnM9Toh1F0lwO2GsHHIRTUNToXqsnX > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJEVWyWfwFOmM19AzdtS2orTrZU6oXy8 { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA { display:block; }#Gbvs7wrBVRuxf6146N5GyyTqk1nEoTTA > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }