.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { background-color: transparent; background-image: none; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container > .video-iframe-container { display: none; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row > .video-iframe-container { display: none; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .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); }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { border-width: 0; border-radius: 0; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row > .video-iframe-container {  }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#T3G0vtuCaqwUMDzym4nhlr9lZTDo9Lt3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.49978125rem;width:15.3125rem;top:0.625rem;left:29.75rem;overflow:hidden;display:block; }
#nK48a2TBTcJMqaHUidkVsIEU7ngvGscQ { color:#0d1976;display:block;width:32.499rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.6865234375rem;left:21.2490234375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zob5c78Tt0STMzCsTlaGg2mTpKVxoVfr { color:#0d1976;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:8.3736982345581rem;left:22.968751907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ORH5HgZZa1uoCiyzTxEO0k19XTatgfbp { color:#2fb0ad;display:block;width:27.5625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:10.467448234558rem;left:23.718751907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xbII6JXF1WlXkfwNhn8mXxJq858hS09u { position:absolute;display:block;z-index:99999;background-color:#375ca9;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;height:4.0625rem;width:75rem;top:16.93798828125rem;left:-0.12451171875rem;display:block; }
#XniLkeIZteHXvqwqwU7wtXXuwEbyCWtn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.75rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:17.5rem;left:55.9375rem;display:block; }
#x8COzdhPrMTBBdJOgZOENyFlVndwSXfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U4G8gsNK6POorTXQiebTgTEt1oWcGG6H { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.50097625rem;height:2.75rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:17.5rem;left:39.8125rem;display:block; }
#ftLxSSOTo0aMILR53J8SHxF2kNVxKdz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SknqZr8A7WETBSfmzyWLqJk3gnT3CKgX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.50097625rem;height:2.75rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:17.5rem;left:23.5625rem;display:block; }
#rULZTeahCr6OyHb7S4UAI8J5IUTrP9kP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WVmUIEuhU6sqJWc2HTzGZLOkyT0xT94M { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.50097625rem;height:2.75rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:17.5rem;left:7.3125rem;display:block; }
#bpkHWzsosF9isL4NttgDdA37NTcIiHo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OQlgdRnlqdiBnIclc4g7gJFDxMOah6vC { position:absolute;display:block;z-index:100013;background-color:#375ca9;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;height:4.0625rem;width:75rem;top:16.87451171875rem;left:0.0595703125rem;display:none; }
#vmWVhnlSoZpcw6ZM9ZSEOmuwle09bNnN { position:absolute;display:block;z-index:100013;background-color:#375ca9;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;height:4.0625rem;width:75rem;top:16.87451171875rem;left:0.0595703125rem;display:none; }
#tgsUTyycSwAnEqJ8R9zsSFk3NGtVklH9 { position:absolute;display:block;z-index:100013;background-color:#375ca9;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;height:4.0625rem;width:75rem;top:16.87451171875rem;left:0.0595703125rem;display:none; }
#Wai5iTTTQuOdWCbVbWk4WRETuc3zS35L { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:17.8125rem;top:5.6865234375rem;left:0rem;overflow:hidden;display:block; }
#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7Tz8y20X/13E03XKVle_1_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00.adaptive-delivery-prevent-bg, #PBneZV35qgD8wWN7olilZDZDHaWTxJ00.lazyload, #PBneZV35qgD8wWN7olilZDZDHaWTxJ00.lazyloading { background-image: none; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container { background-color: transparent; background-image: none; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container > .video-iframe-container { display: none; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row > .video-iframe-container { display: none; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .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); }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container { border-width: 0; border-radius: 0; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row > .video-iframe-container {  }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-form-header {  }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#0078c4;width:18.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.25rem solid #d6d4d4;border-left:0.25rem solid #d6d4d4;border-right:0.25rem solid #d6d4d4;border-bottom:0.25rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.25rem solid #d6d4d4;border-left:0.25rem solid #d6d4d4;border-right:0.25rem solid #d6d4d4;border-bottom:0.25rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:400;color:#f2f9ff;width:18.875rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.625rem;overflow:hidden;font-style:normal; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-container:first-of-type{padding-top:0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-container:last-of-type{padding-bottom:0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;position:absolute;top:5.1171875rem;left:51.207275390625rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.875rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD {display:block;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;position:absolute;top:5.1171875rem;left:51.207275390625rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #DIHg2V14LTGZ6mL0FCwEXgJbW0olRmOE { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #moW9Zs3yTr9psEefBLanHaCeFH6ag8UX { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #x4LE2sc1eg6MJTbdrOzFUqlkPNQJunDp { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #xiB6ru9wi21olDQoDkebG7IQzeeB9TuK { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Dgwg6qxJ5v37kDuQchtUwV4MNNALnKgO { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #dol4Kc89X6fwIDmuZ3SvVPDc4K9MODkC { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #JgDPI6hJOp3BDqFRJlySOCVQMwPg8wXs { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Jy6sMrspLXOgLuyC3n5UmxRzXsWmcFET { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #BD4JI6mkuC9Ib8xU18eRDZOdT6cZryxm { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Ns1DTg7cSUa3qwLPw2FhRtNpZWTTuSJy { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #bcIcKxr6qdaKUQet2UoRmOUlCkAoToKZ { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #L7mId9Z2psv2I0P3woqoMqhNg7lUhqLp { position:relative; }
#dXgemQrabJLQRT9TlMsEErH7i9ph9m5e { position:relative;display:block; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #gfoTG0SDDrcPt6QERez6V7OIEuFdvW9m { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #kaFIutGOGIiPyAIdSXAq4y5ib5cWe5hK { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #OhTctCbwVAgc8QRhMHMUpcpspotvfzTa { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #H8lHWOEuNmiiqQKJ8UoVP5zQhWfGpfWh { position:relative; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #RwH0l8JwbwpbcgXdHB7oN6oNkUL7KAQN { position:relative; }
#hFPoC4126f4KghJhyk8sensLVTPsUhb1 { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:34.375rem;left:25rem;overflow:hidden;display:block; }
#QGJ6ghx7zSsZyq5LkMyXOIK7SfPFb7S0 { background-color:#14b22c;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:42.9140625rem;left:56.6767578125rem;display:block; }
#V0TX3h1BlteadO6D9VwyQ3W4D1GuqNRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QLfmbfRWRMaB3KG8Bhy9xDgcymwLnhbH { position:absolute;display:block;z-index:100184;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:13.625rem;top:53.25rem;left:30.6875rem;overflow:hidden;display:block; }
#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/s1BjNLAl/Untitled_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH.adaptive-delivery-prevent-bg, #Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH.lazyload, #Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH.lazyloading { background-image: none; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container { background-color: transparent; background-image: none; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container > .video-iframe-container { display: none; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row > .video-iframe-container { display: none; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .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); }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container { border-width: 0; border-radius: 0; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row > .video-iframe-container {  }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container { font-size:0.875rem;font-family:"open sans";height:38.875rem;width:75rem;position:relative;display:block; }#y5LsK06sO12QxXqvmyRGCsF4JFmBC62H { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:3.5rem;display:block; }
#zazrn7KrJEpFtOnrfocp7QOBcOGBydnl { color:#e1097d;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBzse4M1K6dZNiLRP6pO92sQfemJxIFC { color:#e1097d;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:11.875rem;left:5.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRVGZ9sKMHif0TZuJeNAG63xgwZsPBa1 { color:#0c2361;display:block;width:7.2480625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:19.55078125rem;left:27.0634765625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HSp1Z9A8rhuMFUkDBST3dTzgqpsiZiK8 { color:#0c2361;display:block;width:7.749rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:19.6875rem;left:7.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Thr2UNC4T0qTctKct09wMpApPBNPrp4T { color:#e1097d;display:block;width:11rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:11.6875rem;left:42.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hRrAaR7kpRgsz26weIvXDSnvP7WpqUke { color:#0c2361;display:block;width:6.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:19.375rem;left:44.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WDsdPh89D44fLRBwJN6sncu1doUcHyLn { color:#e1097d;display:block;width:10.2486875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:11.375rem;left:59.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P80qoRdup0Zx7PsgJWMEKTOFeGqHGqrB { color:#0c2361;display:block;width:8.3115rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:19.6875rem;left:60.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkFRXlqsTnviUO9dnu4dHBPKwat9QGK5 { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54.0625rem;height:3.6875rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:27.435546875rem;left:10.46875rem;display:block; }
#WdOExPfMqBBl0TTE5MXSiIv2sDaimF74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G8c49NH5wM4D5USM4k6JsizKblXQe8Qn { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.6875rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:21.436199188233rem;left:0rem;display:none; }
#xm1wT3xrQMBneudk3CobwKpxVMOhPumu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rDKsCxPVFJTX6KRAO33BrP6rJlKTeDZx { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.6875rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:19.373779296875rem;left:47.467041015625rem;display:none; }
#cOBUOCp7kP2aqLHpUuwA09q41toex3Kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#obNuyBewGutN0wigxLnf2gu4VUgSaqJm { color:#0078c4;display:block;width:63.99875rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:2.81103515625rem;left:5.466796875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UbMO66zKcNiRbVJTAqp8RtF5HidwHEHo { color:#0078c4;display:block;width:63.9975rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:6.029296875rem;left:5.46826171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EGwDMVI3fTWU4wsGHdP7UzlmFdUTxzpH { color:#0c2361;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:18.0625rem;left:60.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZ0zq4OcEBkEX3TsyNBOBqiK5UmnMad8 { position:absolute;display:block;z-index:100041;background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124511875rem;width:3.75rem;top:18.6474609375rem;left:62.872314453125rem;display:block; }
#v9bXF2Wf5K7gNceUxh9ghTb9dUIeTCF2 { color:#0c2361;display:block;width:7.7480625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:18.625rem;left:7.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d4pdeUxEk4NoLKuZ2GgIQHPOucWpT4xz { color:#0c2361;display:block;width:7.7470625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:18.3125rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uQllOzvvTur786bZJzUk8WQJaphGtpLa { position:absolute;display:block;z-index:100042;background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:18.9365234375rem;left:28.8125rem;display:block; }
#sg8DdUp21nVy1DxXzoToVGnFqsz695GP { position:absolute;display:block;z-index:100044;background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.75rem;top:19.25rem;left:9.125rem;display:block; }
#HgTHuZowZuFRGpmJR5b5XwLpE3XkPzDy { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:amiri;font-size:0.875rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:16.1875rem;left:4.125rem;height:2.275rem;font-style:normal;display:block; }
#ubfNluUitDLOuGltmNqK7PUNtOtk944T { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:57.25rem;display:block; }
#VhFJrAFXUnbluQclzyREtT0a3Rrn2FK4 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:amiri;font-size:0.8125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:15.66162109375rem;left:58.184814453125rem;height:2.1125rem;font-style:normal;display:block; }
#Amx5aMnFfONTeNl74R4xVuhh1HEi0V8a { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:40.25rem;display:block; }
#s02ETaLt9Mozt4IniuhOMiwIvLauHGsi { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:23.0625rem;display:block; }
#afHpg23Fy3uJmST5IcocrwmeIJAWGoRv { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:amiri;font-size:0.875rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:15.662109375rem;left:24.65625rem;height:2.275rem;font-style:normal;display:block; }
#WH14KZVW99LxsRcgwE2dTacdhPvW2yny { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:10.9375rem;width:15rem;top:11.25rem;left:40.25rem;display:none; }
#sTUnNgfaWg3lNZBMqwoFiBLdpueo7oXW { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:6.31225rem;width:20.3125rem;top:1.75rem;left:27.375rem;display:none; }
#yMK7WxATRiq5TazQ9kfb0eHmBJI16lVp { position:absolute;display:block;z-index:100011;background-color:rgba(229,230,255,0.4);background-image:none;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:22.0625rem;width:27.75rem;top:0.84375rem;left:23.4375rem;display:none; }
#foF0X0bm6dyi963gdN3r00NsV3wXekzi { color:#e1097d;display:block;width:14.24925rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:2.6875rem;left:30.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hRtIwpkpHq4Tm1w14VfPCenRbxrW5Fob { color:#0c2361;display:block;width:7.749rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:33.625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hRnVUHRtsihGrnlxoui4A1cmKzshQhHt { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.686525rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:8.5rem;left:34.0625rem;display:none; }
#q7mF1ksBNiTSV5RZCZJ9waKl2uSorV7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GTzRsrKaotWMhbLxNsEbnTHXas7wkGuH { color:#000000;display:block;width:28rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:13rem;left:23.5rem;height:2.923825rem;text-align:center;text-align-last:center;display:none; }
#o1bElHtXUOATUaa8L65eQQBqd3J9lqGR { color:#000000;display:block;width:28rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.5rem;height:4.38574375rem;text-align:center;text-align-last:center;display:none; }
#Uq6XMwcy6LNq8TaXITJK3yalP2vZBHKt { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.6875rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:19.373779296875rem;left:47.467041015625rem;display:none; }
#tJTVxBPUl6wXP3TwrXdFMwPQ9fKImV6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tNsMZu9FSweg7q1grFrNnx8msu42J5FG { background-color:#14b22c;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:23.3642578125rem;left:32.5625rem;display:block; }
#rshC2hCsQDEFnU5ksQ8fm4gVcPPExw5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AvFmd2LNvU36IsKNr3ZnhDsXyCTHJaLp { color:#000000;display:block;width:13.125rem;position:absolute;font-family:amiri;font-size:0.8125rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:15.66162109375rem;left:41.1865234375rem;height:2.1125rem;font-style:normal;display:block; }
#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row .container { background-color: transparent; background-image: none; }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row .container > .video-iframe-container { display: none; }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row > .video-iframe-container { display: none; }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .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); }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row .container { border-width: 0; border-radius: 0; }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row > .video-iframe-container {  }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row .container { font-size:0.875rem;font-family:"open sans";height:28.75rem;width:75rem;position:relative;display:block; }#AhIwcoNx76uMDohRXNTf2cQNJRFne8xi { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.25rem 0.5625rem rgba(0,0,0,0.5) ;height:6.31225rem;width:20.3125rem;top:1.75rem;left:27.375rem;display:block; }
#UnmXhtIOXbJcl8vZllsvUlzmlIcE4fqc { color:#0c2361;display:block;width:7.749rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:33.625rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIiasGO44ZwFb43wQpQMxDQOCoVyEFaS { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffeae3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.686525rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:8.5rem;left:34.0625rem;display:block; }
#TciHkg6yI9wT4lBsQ0BmEdfSXFImNZWW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#auHIBRfl1DXuTgEvtJrgfeZF5tyJT98m { color:#e1097d;display:block;width:14.24925rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:2.6875rem;left:30.375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FE88zNlOhP9JbfbzhVHoZmyeR5eksQ0F { color:#405466;display:block;width:14.6875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100043;line-height:1.3;letter-spacing:0;top:4.6223964691162rem;left:55.031251907349rem;height:6.825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JlWgRzSPqLdMxdgE4MDy5Kit4m0H5XnN { color:#0d1976;display:block;width:18.5rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:1.75rem;left:53.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pmmED8X9Pp6VvuMgf0WvSX7tbzB5bU50 { color:#000000;display:block;width:28rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:13rem;left:23.5rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#IpORs3mKHgVveQ7wTTEbr9SdWfyyg91M { position:absolute;display:block;z-index:100011;background-color:rgba(229,230,255,0.4);background-image:none;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:22.0625rem;width:27.75rem;top:0.84375rem;left:23.4375rem;display:block; }
#QlHEUh0z3iHQCAW2OlnrDES4bzrTO3J6 { color:#000000;display:block;width:28rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#ZvHBM0vnNUWqM5QK8UVRRWNa6xCmwxX1 { background-color:#14b22c;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:24.375rem;left:32.28125rem;display:block; }
#Jxk6cziJSd9cWUCvsOZo9zohHPIPTqG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { background-color: transparent; background-image: none; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container > .video-iframe-container { display: none; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row > .video-iframe-container { display: none; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .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); }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { border-width: 0; border-radius: 0; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row > .video-iframe-container {  }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { font-size:0.875rem;font-family:"open sans";height:19.8125rem;width:75rem;position:relative;display:block; }#hTdyVcaZNPS1pBQol1LFVdwNlH4rxTyz { color:#2fb0ad;display:block;width:21.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:5.3749980926514rem;left:34.738283157349rem;height:7.4375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tkf98ZMzD0PtKQmBh7KBmuVyy3XfqtPf { color:#0d1976;display:block;width:16.3125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:1.2070293426514rem;left:39.696615219116rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lJdJBkcJX6DkEHO4MobfrZC8kh90b9K2 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:13.4375rem;top:3.12451171875rem;left:58.1396484375rem;overflow:hidden;display:block; }
#eKwHQ17v4OqVMxbB8gZ6RgnPdETvcPxh { color:#035cac;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3.18603515625rem;left:37.1865234375rem;height:;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qBQ4Jzk5u3KJdzDEAADBUFIkdGWTTtKh { background-color:#fb0303;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1237rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:14.519529342651rem;left:21.562501907349rem;display:block; }
#Wh3Cs1vJFF8hIvMaKhnJXdleP1WCLh5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S25TPPfP6c64TT9R9rSurTQTuwDk0a43 { background-color:#14b22c;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:10.375rem;left:21.375rem;display:block; }
#g0TVTkxTFvfxytryaVTvifDSqPA8i1p6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VDXK9TwFUROfOHWKcka2NecxCKTBam4v { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:10.5625rem;left:28.75rem;display:block; }
#L7yscEW0NTpxT28ErybffmITL70WslLU { position:relative;display:block; }#L7yscEW0NTpxT28ErybffmITL70WslLU { background-color: transparent; background-image: none; }#L7yscEW0NTpxT28ErybffmITL70WslLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container > .video-iframe-container { display: none; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row > .video-iframe-container { display: none; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .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); }#L7yscEW0NTpxT28ErybffmITL70WslLU { border-width: 0; border-radius: 0; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container > .video-iframe-container {  }#L7yscEW0NTpxT28ErybffmITL70WslLU > .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:19.0625rem;width:75rem;position:relative;display:block; }#afRRK4Qwwe2TssB9hKDBan7T5yHtQIzO { color:#2fb0ad;display:block;width:39.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:5.2695350646972rem;left:30.687501907349rem;height:11.025rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RhG137OHtlZh5WNlxA7qUEVVrO7fZLyE { background-color:#fb0303;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1237rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:9.6875rem;left:23.875rem;display:block; }
#h3I21p2Xnstr5iVG6xdOt8qDsPGS0kmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IgsSN84J8TdPSTGA7PcRrazZsJpKUsIo { color:#0d1976;display:block;width:22.059875rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzywNuNTzieUF1qocW33Bt8HKXTeJE1k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:3.125rem;left:22.6875rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQ4gXg1A92R93hTG1FfhMzCJ9TECFysc { position:absolute;display:block;z-index:100010;background-color:#9fbfff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.5) ;height:11.3125rem;width:12.5rem;top:2.0625rem;left:22.6875rem;display:block; }
#XecTleKcU10Hs00KxiJ5Rzc7BkhVpdPi { background-color:#14b22c;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:14.15625rem;left:23.71875rem;display:block; }
#bpUI1XK9IUD1IvJUTo2ikbZnVAnVhGeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ympvhgZhI52thEMGa6dOc9pboOQA8uqD { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:14.3125rem;left:30.9375rem;display:block; }
#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { position:relative;display:block; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { background-color: transparent; background-image: none; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container > .video-iframe-container { display: none; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row > .video-iframe-container { display: none; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .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); }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { border-width: 0; border-radius: 0; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container > .video-iframe-container {  }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .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:36.125rem;width:75rem;position:relative;display:block; }#uCky2Jla2qThNKvzwbtKHMfwK3mi88yn { color:#0d1976;display:block;width:38.9375rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:0.75rem;left:18.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGtdykZuwiEyC0mKnoh7c2JTtsGc2wvf { color:#ba0484;display:block;width:52.999125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:5.0625rem;left:12.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbcI7vSoPuZaaUIHsNiN1xRwke9wnXwC { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"open sans";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:100031;text-align:center;text-align-last:center;top:10.5rem;left:29.5625rem;display:block; }
#nAEbbAmtunHPorgeqRCZfwcN16rJPhpE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FJXqTaT8B4B7bbPLD2KHuE9zNeB24nx5 { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:16rem;left:43.4375rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FgOvbHEIhESWrpwxVGVAHrqzUicnUN5a { color:#ba0484;display:block;width:51.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:18.75rem;left:12.9375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#A9znL0C3TSagpdayKKxwhH72x1XxB2MB { color:#0d1976;display:block;width:34rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:20.9375rem;left:30.8125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WKA3NMNt9VD0QiswrxuWBA1DkWca8HgO { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:23.5rem;left:23.3125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tgdK175346adLktJwraG0hdOfUGhFyK2 { color:#0d1976;display:block;width:55.4985rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:31.43701171875rem;left:9.1875rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NDTicJhstc3vVcxotzgcVzaXPs8UHGEn { color:#0d1976;display:block;width:55.6245rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:27.2490234375rem;left:9.0625rem;height:3.7375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yWUVbf3uEtLCdTu8IFVaMiJPUtPDeHNe { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:27.2490234375rem;left:65.6875rem;display:block; }
#FzPxgiiTg3T1EfSey7NvktKAnOwm4T1W { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:31.41943359375rem;left:65.6875rem;display:block; }
#CWnSGpOulJ2v9OlDJme7w2PwAINylH4V { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:23.5625rem;left:65.625rem;display:block; }
#NGk5Byk4mwupRJOr9qx69w1xPsgDBBcE { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:20.875rem;left:65.625rem;display:block; }
#VGKBUE62cdpyha2ABC5ww3dv3NNHT5Ez { box-sizing:content-box;color:#0d1976;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:16.6875rem;left:65.5625rem;display:block; }
#tGxDEMMnHeblKQdFASmnTHwcyv0wFCcc { background-color:#14b22c;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:10.5rem;left:18.125rem;display:block; }
#EyA3N2v5cETzTT8Fuh25NxLzNn0RGPPz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iq9QB9Gm0HlI13c6o4UaoIbfITJ2Gsxd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:10.6875rem;left:25.5rem;display:block; }
#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { background-color: transparent; background-image: none; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container > .video-iframe-container { display: none; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row > .video-iframe-container { display: none; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .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); }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { border-width: 0; border-radius: 0; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row > .video-iframe-container {  }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#DyBBM7pQ0IhJTUnqh8leqZG4f55PahwT { color:#ffffff;display:block;width:22.747375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:27.625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#vNpMbcmhoAgrAJBWPW07t8rO185XkCJo { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:52.75rem;display:block; }
#SXT6L9SAZnxnLE2vT9loZxFxdKoN1hNg { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#mly3sATa0TVwpADF1mqxtXst1pqxdQxB { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:4.8125rem;left:53.1875rem;display:block; }
#zUhN6fpfy1HZaNChmKqZqWqEA2W8Ty8p { color:#ffffff;display:block;width:10.874rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:43.0625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#X9QaCMANf6ito8xurkNApeeAUJcOlWer { background-color:#14b22c;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:4.5625rem;left:33.75rem;display:block; }
#JIEhWbwkJxy1bdpRz9E5v7TROVvKG67d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iPqZOtM22PpKaU9iS35KGTwsX3sICTJa { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:4.75rem;left:41.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu { display:block; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3G0vtuCaqwUMDzym4nhlr9lZTDo9Lt3 { top:0.625rem;left:16.125rem;width:15.3125rem;height:4.4987rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK48a2TBTcJMqaHUidkVsIEU7ngvGscQ { width:32.4375rem;height:2.25rem;top:5.625rem;left:7.6240234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zob5c78Tt0STMzCsTlaGg2mTpKVxoVfr { width:29.0625rem;height:1.9375rem;top:8.3125rem;left:9.3437519073488rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORH5HgZZa1uoCiyzTxEO0k19XTatgfbp { top:10.4375rem;left:10.093751907349rem;width:27.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbII6JXF1WlXkfwNhn8mXxJq858hS09u { top:16.9375rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XniLkeIZteHXvqwqwU7wtXXuwEbyCWtn { width:14.5rem;height:2.75rem;top:17.5rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8COzdhPrMTBBdJOgZOENyFlVndwSXfG { display:block; }
 }@media only screen and (max-width: 763px) { #U4G8gsNK6POorTXQiebTgTEt1oWcGG6H { width:14.375rem;height:2.75rem;top:17.5rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftLxSSOTo0aMILR53J8SHxF2kNVxKdz9 { display:block; }
 }@media only screen and (max-width: 763px) { #SknqZr8A7WETBSfmzyWLqJk3gnT3CKgX { width:14.375rem;height:2.75rem;top:17.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rULZTeahCr6OyHb7S4UAI8J5IUTrP9kP { display:block; }
 }@media only screen and (max-width: 763px) { #WVmUIEuhU6sqJWc2HTzGZLOkyT0xT94M { width:14.375rem;height:2.75rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkHWzsosF9isL4NttgDdA37NTcIiHo6 { display:block; }
 }@media only screen and (max-width: 763px) { #OQlgdRnlqdiBnIclc4g7gJFDxMOah6vC { top:16.8125rem;left:0rem;width:47.75rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmWVhnlSoZpcw6ZM9ZSEOmuwle09bNnN { top:16.8125rem;left:0rem;width:47.75rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgsUTyycSwAnEqJ8R9zsSFk3NGtVklH9 { top:16.8125rem;left:0rem;width:47.75rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wai5iTTTQuOdWCbVbWk4WRETuc3zS35L { top:5.625rem;left:0rem;width:17.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBneZV35qgD8wWN7olilZDZDHaWTxJ00 { display:block; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-checkbox-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD {display:block;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #DIHg2V14LTGZ6mL0FCwEXgJbW0olRmOE {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #moW9Zs3yTr9psEefBLanHaCeFH6ag8UX {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #x4LE2sc1eg6MJTbdrOzFUqlkPNQJunDp {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #xiB6ru9wi21olDQoDkebG7IQzeeB9TuK {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Dgwg6qxJ5v37kDuQchtUwV4MNNALnKgO {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #dol4Kc89X6fwIDmuZ3SvVPDc4K9MODkC {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #JgDPI6hJOp3BDqFRJlySOCVQMwPg8wXs {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Jy6sMrspLXOgLuyC3n5UmxRzXsWmcFET {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #BD4JI6mkuC9Ib8xU18eRDZOdT6cZryxm {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Ns1DTg7cSUa3qwLPw2FhRtNpZWTTuSJy {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #bcIcKxr6qdaKUQet2UoRmOUlCkAoToKZ {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #L7mId9Z2psv2I0P3woqoMqhNg7lUhqLp {  }
 }@media only screen and (max-width: 763px) { #dXgemQrabJLQRT9TlMsEErH7i9ph9m5e { display:block; }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #gfoTG0SDDrcPt6QERez6V7OIEuFdvW9m {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #kaFIutGOGIiPyAIdSXAq4y5ib5cWe5hK {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #OhTctCbwVAgc8QRhMHMUpcpspotvfzTa {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #H8lHWOEuNmiiqQKJ8UoVP5zQhWfGpfWh {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #RwH0l8JwbwpbcgXdHB7oN6oNkUL7KAQN {  }
 }@media only screen and (max-width: 763px) { #hFPoC4126f4KghJhyk8sensLVTPsUhb1 { top:34.375rem;left:11.375rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGJ6ghx7zSsZyq5LkMyXOIK7SfPFb7S0 { width:10.4375rem;height:3.4375rem;top:42.875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0TX3h1BlteadO6D9VwyQ3W4D1GuqNRr { display:block; }
 }@media only screen and (max-width: 763px) { #QLfmbfRWRMaB3KG8Bhy9xDgcymwLnhbH { top:53.25rem;left:17.0625rem;width:13.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH { display:block; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5LsK06sO12QxXqvmyRGCsF4JFmBC62H { top:11.25rem;left:0rem;width:15rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zazrn7KrJEpFtOnrfocp7QOBcOGBydnl { top:11.5625rem;left:11.4375rem;width:12.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBzse4M1K6dZNiLRP6pO92sQfemJxIFC { top:11.875rem;left:0rem;width:10.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRVGZ9sKMHif0TZuJeNAG63xgwZsPBa1 { top:19.5rem;left:13.4384765625rem;width:7.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSp1Z9A8rhuMFUkDBST3dTzgqpsiZiK8 { top:19.6875rem;left:0rem;width:7.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thr2UNC4T0qTctKct09wMpApPBNPrp4T { top:11.625rem;left:28.624755859375rem;width:10.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRrAaR7kpRgsz26weIvXDSnvP7WpqUke { top:19.375rem;left:30.812255859375rem;width:6.5625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDsdPh89D44fLRBwJN6sncu1doUcHyLn { top:11.375rem;left:37.5625rem;width:10.1875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P80qoRdup0Zx7PsgJWMEKTOFeGqHGqrB { top:19.6875rem;left:39.5rem;width:8.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkFRXlqsTnviUO9dnu4dHBPKwat9QGK5 { width:46.75rem;height:3.6875rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdOExPfMqBBl0TTE5MXSiIv2sDaimF74 { display:block; }
 }@media only screen and (max-width: 763px) { #G8c49NH5wM4D5USM4k6JsizKblXQe8Qn { width:6.875rem;height:3.6875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm1wT3xrQMBneudk3CobwKpxVMOhPumu { display:block; }
 }@media only screen and (max-width: 763px) { #rDKsCxPVFJTX6KRAO33BrP6rJlKTeDZx { width:6.875rem;height:3.6875rem;top:19.3125rem;left:33.842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOBUOCp7kP2aqLHpUuwA09q41toex3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #obNuyBewGutN0wigxLnf2gu4VUgSaqJm { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbMO66zKcNiRbVJTAqp8RtF5HidwHEHo { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGwDMVI3fTWU4wsGHdP7UzlmFdUTxzpH { top:18rem;left:39.5rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ0zq4OcEBkEX3TsyNBOBqiK5UmnMad8 { top:18.625rem;left:44rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9bXF2Wf5K7gNceUxh9ghTb9dUIeTCF2 { top:18.625rem;left:0rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4pdeUxEk4NoLKuZ2GgIQHPOucWpT4xz { top:18.3125rem;left:13.1875rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQllOzvvTur786bZJzUk8WQJaphGtpLa { top:18.875rem;left:15.1875rem;width:3.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg8DdUp21nVy1DxXzoToVGnFqsz695GP { top:19.25rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTHuZowZuFRGpmJR5b5XwLpE3XkPzDy { top:16.1875rem;left:0rem;width:13.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubfNluUitDLOuGltmNqK7PUNtOtk944T { top:11.25rem;left:32.75rem;width:15rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhFJrAFXUnbluQclzyREtT0a3Rrn2FK4 { top:15.625rem;left:34.625rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amx5aMnFfONTeNl74R4xVuhh1HEi0V8a { top:11.25rem;left:26.625rem;width:15rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02ETaLt9Mozt4IniuhOMiwIvLauHGsi { top:11.25rem;left:9.4375rem;width:15rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afHpg23Fy3uJmST5IcocrwmeIJAWGoRv { top:15.625rem;left:11.03125rem;width:12.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH14KZVW99LxsRcgwE2dTacdhPvW2yny { top:11.25rem;left:26.625rem;width:15rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTUnNgfaWg3lNZBMqwoFiBLdpueo7oXW { top:1.75rem;left:13.75rem;width:20.3125rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMK7WxATRiq5TazQ9kfb0eHmBJI16lVp { top:0.8125rem;left:9.8125rem;width:27.75rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #foF0X0bm6dyi963gdN3r00NsV3wXekzi { top:2.6875rem;left:16.75rem;width:14.1875rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRtIwpkpHq4Tm1w14VfPCenRbxrW5Fob { top:5.5625rem;left:20rem;width:7.6875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRnVUHRtsihGrnlxoui4A1cmKzshQhHt { width:6.875rem;height:3.625rem;top:8.5rem;left:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7mF1ksBNiTSV5RZCZJ9waKl2uSorV7Z { display:block; }
 }@media only screen and (max-width: 763px) { #GTzRsrKaotWMhbLxNsEbnTHXas7wkGuH { top:13rem;left:9.875rem;width:28rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1bElHtXUOATUaa8L65eQQBqd3J9lqGR { top:16.8125rem;left:9.875rem;width:28rem;height:4.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uq6XMwcy6LNq8TaXITJK3yalP2vZBHKt { width:6.875rem;height:3.6875rem;top:19.3125rem;left:33.842041015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJTVxBPUl6wXP3TwrXdFMwPQ9fKImV6f { display:block; }
 }@media only screen and (max-width: 763px) { #tNsMZu9FSweg7q1grFrNnx8msu42J5FG { width:10.4375rem;height:3.4375rem;top:23.3125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rshC2hCsQDEFnU5ksQ8fm4gVcPPExw5s { display:block; }
 }@media only screen and (max-width: 763px) { #AvFmd2LNvU36IsKNr3ZnhDsXyCTHJaLp { top:15.625rem;left:27.5615234375rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZvqam27ADTxA2yMBUz10afk0FB9aeA2 { display:block; }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhIwcoNx76uMDohRXNTf2cQNJRFne8xi { top:1.75rem;left:13.75rem;width:20.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnmXhtIOXbJcl8vZllsvUlzmlIcE4fqc { top:5.5625rem;left:20rem;width:7.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIiasGO44ZwFb43wQpQMxDQOCoVyEFaS { width:6.875rem;height:3.625rem;top:8.5rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TciHkg6yI9wT4lBsQ0BmEdfSXFImNZWW { display:block; }
 }@media only screen and (max-width: 763px) { #auHIBRfl1DXuTgEvtJrgfeZF5tyJT98m { top:2.6875rem;left:16.75rem;width:14.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE88zNlOhP9JbfbzhVHoZmyeR5eksQ0F { top:4.5625rem;left:33.0625rem;width:14.6875rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlWgRzSPqLdMxdgE4MDy5Kit4m0H5XnN { width:18.5rem;height:;top:1.75rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmmED8X9Pp6VvuMgf0WvSX7tbzB5bU50 { top:13rem;left:9.875rem;width:28rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpORs3mKHgVveQ7wTTEbr9SdWfyyg91M { top:0.8125rem;left:9.8125rem;width:27.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlHEUh0z3iHQCAW2OlnrDES4bzrTO3J6 { top:16.8125rem;left:9.875rem;width:28rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvHBM0vnNUWqM5QK8UVRRWNa6xCmwxX1 { width:10.4375rem;height:3.4375rem;top:24.375rem;left:18.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxk6cziJSd9cWUCvsOZo9zohHPIPTqG9 { display:block; }
 }@media only screen and (max-width: 763px) { #VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB { display:block; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTdyVcaZNPS1pBQol1LFVdwNlH4rxTyz { width:21.1875rem;height:11.3125rem;top:5.3125rem;left:21.113283157349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkf98ZMzD0PtKQmBh7KBmuVyy3XfqtPf { width:16.3125rem;height:2rem;top:1.1875rem;left:26.071615219116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJdJBkcJX6DkEHO4MobfrZC8kh90b9K2 { top:3.0625rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKwHQ17v4OqVMxbB8gZ6RgnPdETvcPxh { top:3.125rem;left:23.561197280884rem;width:17.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBQ4Jzk5u3KJdzDEAADBUFIkdGWTTtKh { width:10.125rem;height:3.0625rem;top:14.5rem;left:7.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh3Cs1vJFF8hIvMaKhnJXdleP1WCLh5L { display:block; }
 }@media only screen and (max-width: 763px) { #S25TPPfP6c64TT9R9rSurTQTuwDk0a43 { width:10.4375rem;height:3.4375rem;top:10.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TVTkxTFvfxytryaVTvifDSqPA8i1p6 { display:block; }
 }@media only screen and (max-width: 763px) { #VDXK9TwFUROfOHWKcka2NecxCKTBam4v { top:10.5625rem;left:15.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7yscEW0NTpxT28ErybffmITL70WslLU { display:block; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afRRK4Qwwe2TssB9hKDBan7T5yHtQIzO { width:39.5625rem;height:10.5rem;top:5.25rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhG137OHtlZh5WNlxA7qUEVVrO7fZLyE { width:10.125rem;height:3.0625rem;top:9.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3I21p2Xnstr5iVG6xdOt8qDsPGS0kmM { display:block; }
 }@media only screen and (max-width: 763px) { #IgsSN84J8TdPSTGA7PcRrazZsJpKUsIo { width:22rem;height:2rem;top:2.625rem;left:25.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzywNuNTzieUF1qocW33Bt8HKXTeJE1k { top:3.125rem;left:9.0625rem;width:12.5rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4gXg1A92R93hTG1FfhMzCJ9TECFysc { top:2.0625rem;left:9.0625rem;width:12.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecTleKcU10Hs00KxiJ5Rzc7BkhVpdPi { width:10.4375rem;height:3.4375rem;top:14.125rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpUI1XK9IUD1IvJUTo2ikbZnVAnVhGeX { display:block; }
 }@media only screen and (max-width: 763px) { #ympvhgZhI52thEMGa6dOc9pboOQA8uqD { top:14.3125rem;left:17.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { display:block; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCky2Jla2qThNKvzwbtKHMfwK3mi88yn { width:38.875rem;height:3.625rem;top:0.75rem;left:5.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGtdykZuwiEyC0mKnoh7c2JTtsGc2wvf { width:47.75rem;height:3.1875rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcI7vSoPuZaaUIHsNiN1xRwke9wnXwC { width:17.4375rem;height:3.375rem;top:10.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAEbbAmtunHPorgeqRCZfwcN16rJPhpE { display:block; }
 }@media only screen and (max-width: 763px) { #FJXqTaT8B4B7bbPLD2KHuE9zNeB24nx5 { top:16rem;left:26.5625rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgOvbHEIhESWrpwxVGVAHrqzUicnUN5a { top:18.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9znL0C3TSagpdayKKxwhH72x1XxB2MB { top:20.9375rem;left:13.8125rem;width:33.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKA3NMNt9VD0QiswrxuWBA1DkWca8HgO { top:23.5rem;left:6.3125rem;width:41.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdK175346adLktJwraG0hdOfUGhFyK2 { top:31.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTicJhstc3vVcxotzgcVzaXPs8UHGEn { top:27.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWUVbf3uEtLCdTu8IFVaMiJPUtPDeHNe { top:27.1875rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzPxgiiTg3T1EfSey7NvktKAnOwm4T1W { top:31.375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWnSGpOulJ2v9OlDJme7w2PwAINylH4V { top:23.5625rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGk5Byk4mwupRJOr9qx69w1xPsgDBBcE { top:20.875rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGKBUE62cdpyha2ABC5ww3dv3NNHT5Ez { top:16.6875rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGxDEMMnHeblKQdFASmnTHwcyv0wFCcc { width:10.4375rem;height:3.4375rem;top:10.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyA3N2v5cETzTT8Fuh25NxLzNn0RGPPz { display:block; }
 }@media only screen and (max-width: 763px) { #iq9QB9Gm0HlI13c6o4UaoIbfITJ2Gsxd { top:10.6875rem;left:11.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP { display:block; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyBBM7pQ0IhJTUnqh8leqZG4f55PahwT { top:10.3125rem;left:13.999784469604rem;width:22.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNpMbcmhoAgrAJBWPW07t8rO185XkCJo { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXT6L9SAZnxnLE2vT9loZxFxdKoN1hNg { top:1.6875rem;left:3rem;width:41.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mly3sATa0TVwpADF1mqxtXst1pqxdQxB { top:4.75rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUhN6fpfy1HZaNChmKqZqWqEA2W8Ty8p { top:5rem;left:29.4365234375rem;width:10.8125rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9QaCMANf6ito8xurkNApeeAUJcOlWer { width:10.4375rem;height:3.4375rem;top:4.5625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIEhWbwkJxy1bdpRz9E5v7TROVvKG67d { display:block; }
 }@media only screen and (max-width: 763px) { #iPqZOtM22PpKaU9iS35KGTwsX3sICTJa { top:4.75rem;left:27.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu { display:block; }#fpVnN7unImz6Nl6cDMlwdKHPhzGiJDTu > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3G0vtuCaqwUMDzym4nhlr9lZTDo9Lt3 { width:11.1230625rem;height:3.37305rem;top:0rem;left:4.4371448159218rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #nK48a2TBTcJMqaHUidkVsIEU7ngvGscQ { width:20rem;height:1.3rem;top:5.361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #Zob5c78Tt0STMzCsTlaGg2mTpKVxoVfr { width:20rem;height:1.3rem;top:3.3726916313171rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #ORH5HgZZa1uoCiyzTxEO0k19XTatgfbp { width:15.75rem;height:1.3rem;top:6.705078125rem;left:2.1240234375rem;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #xbII6JXF1WlXkfwNhn8mXxJq858hS09u { width:19.6875rem;height:3.125rem;top:18.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XniLkeIZteHXvqwqwU7wtXXuwEbyCWtn { width:14.625rem;height:2.75rem;top:18.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8COzdhPrMTBBdJOgZOENyFlVndwSXfG { display:block; }
 }@media only screen and (max-width: 763px) { #U4G8gsNK6POorTXQiebTgTEt1oWcGG6H { width:14.5rem;height:2.6875rem;top:21.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftLxSSOTo0aMILR53J8SHxF2kNVxKdz9 { display:block; }
 }@media only screen and (max-width: 763px) { #SknqZr8A7WETBSfmzyWLqJk3gnT3CKgX { width:14.5rem;height:2.6875rem;top:28.1875rem;left:2.75rem;z-index:100023;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rULZTeahCr6OyHb7S4UAI8J5IUTrP9kP { display:block; }
 }@media only screen and (max-width: 763px) { #WVmUIEuhU6sqJWc2HTzGZLOkyT0xT94M { width:14.5rem;height:2.6875rem;top:25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkHWzsosF9isL4NttgDdA37NTcIiHo6 { display:block; }
 }@media only screen and (max-width: 763px) { #OQlgdRnlqdiBnIclc4g7gJFDxMOah6vC { width:19.8125rem;height:3.0625rem;top:21.5rem;left:0.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #vmWVhnlSoZpcw6ZM9ZSEOmuwle09bNnN { width:19.8105625rem;height:3.061525rem;top:24.8125rem;left:0rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #tgsUTyycSwAnEqJ8R9zsSFk3NGtVklH9 { width:19.8118125rem;height:3.06196875rem;top:28rem;left:0.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #Wai5iTTTQuOdWCbVbWk4WRETuc3zS35L { width:17.8125rem;height:11.8125rem;top:6.580078125rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #PBneZV35qgD8wWN7olilZDZDHaWTxJ00 { background-color:transparent;background-image:none;display:block; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container { background-color: transparent; background-image: none; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container > .video-iframe-container { display: none; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row > .video-iframe-container { display: none; }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .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); }#PBneZV35qgD8wWN7olilZDZDHaWTxJ00 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:1rem;overflow:hidden; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-container:first-of-type{padding-top:0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .widget-container:last-of-type{padding-bottom:0;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD  { width:16.1875rem;height:auto;top:3.8125rem;left:0.65625rem; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD {display:block;}#CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD { width:16.1875rem;height:auto;top:3.8125rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #DIHg2V14LTGZ6mL0FCwEXgJbW0olRmOE {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #moW9Zs3yTr9psEefBLanHaCeFH6ag8UX {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #x4LE2sc1eg6MJTbdrOzFUqlkPNQJunDp {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #xiB6ru9wi21olDQoDkebG7IQzeeB9TuK {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Dgwg6qxJ5v37kDuQchtUwV4MNNALnKgO {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #dol4Kc89X6fwIDmuZ3SvVPDc4K9MODkC {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #JgDPI6hJOp3BDqFRJlySOCVQMwPg8wXs {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Jy6sMrspLXOgLuyC3n5UmxRzXsWmcFET {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #BD4JI6mkuC9Ib8xU18eRDZOdT6cZryxm {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #Ns1DTg7cSUa3qwLPw2FhRtNpZWTTuSJy {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #bcIcKxr6qdaKUQet2UoRmOUlCkAoToKZ {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #L7mId9Z2psv2I0P3woqoMqhNg7lUhqLp {  }
 }@media only screen and (max-width: 763px) { #dXgemQrabJLQRT9TlMsEErH7i9ph9m5e { display:block; }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #gfoTG0SDDrcPt6QERez6V7OIEuFdvW9m {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #kaFIutGOGIiPyAIdSXAq4y5ib5cWe5hK {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #OhTctCbwVAgc8QRhMHMUpcpspotvfzTa {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #H8lHWOEuNmiiqQKJ8UoVP5zQhWfGpfWh {  }
 }@media only screen and (max-width: 763px) { #CgZg9bTGnt8zIOzfzOMl1xv0r47qfWHD #RwH0l8JwbwpbcgXdHB7oN6oNkUL7KAQN {  }
 }@media only screen and (max-width: 763px) { #hFPoC4126f4KghJhyk8sensLVTPsUhb1 { width:15.625rem;height:15.625rem;top:34.7841796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGJ6ghx7zSsZyq5LkMyXOIK7SfPFb7S0 { width:10.4375rem;height:3.4375rem;top:35.625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0TX3h1BlteadO6D9VwyQ3W4D1GuqNRr { display:block; }
 }@media only screen and (max-width: 763px) { #QLfmbfRWRMaB3KG8Bhy9xDgcymwLnhbH { width:13.625rem;height:4.6875rem;top:46.5341796875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH { background-color:transparent;background-image:none;display:block; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container { background-color: transparent; background-image: none; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container > .video-iframe-container { display: none; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row > .video-iframe-container { display: none; }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .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); }#Uy5X9kcMU0Mau8OBZ6a6v90nzayAZoXH > .row .container { width:20rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5LsK06sO12QxXqvmyRGCsF4JFmBC62H { width:9rem;height:6.9375rem;top:7.9375rem;left:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zazrn7KrJEpFtOnrfocp7QOBcOGBydnl { width:7.625rem;height:2.6rem;top:31.75rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBzse4M1K6dZNiLRP6pO92sQfemJxIFC { width:8.4375rem;height:2.6rem;top:8rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRVGZ9sKMHif0TZuJeNAG63xgwZsPBa1 { width:6.5625rem;height:1.3rem;top:39.8125rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSp1Z9A8rhuMFUkDBST3dTzgqpsiZiK8 { width:6.5625rem;height:1.3rem;top:16.0615234375rem;left:6.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thr2UNC4T0qTctKct09wMpApPBNPrp4T { width:8.25rem;height:2.5996125rem;top:48.4375rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRrAaR7kpRgsz26weIvXDSnvP7WpqUke { width:6.5625rem;height:1.54375rem;top:54.5625rem;left:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDsdPh89D44fLRBwJN6sncu1doUcHyLn { width:7.875rem;height:2.6rem;top:19.125rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P80qoRdup0Zx7PsgJWMEKTOFeGqHGqrB { width:6.5625rem;height:1.3rem;top:27.1875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkFRXlqsTnviUO9dnu4dHBPKwat9QGK5 { width:6.875rem;height:3.6875rem;top:67.875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdOExPfMqBBl0TTE5MXSiIv2sDaimF74 { display:block; }
 }@media only screen and (max-width: 763px) { #G8c49NH5wM4D5USM4k6JsizKblXQe8Qn { width:15.9375rem;height:3.6875rem;top:76.25rem;left:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xm1wT3xrQMBneudk3CobwKpxVMOhPumu { display:block; }
 }@media only screen and (max-width: 763px) { #rDKsCxPVFJTX6KRAO33BrP6rJlKTeDZx { width:16.5rem;height:3.6875rem;top:57.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOBUOCp7kP2aqLHpUuwA09q41toex3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #obNuyBewGutN0wigxLnf2gu4VUgSaqJm { width:18.9355625rem;height:3rem;top:0.625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;color:#0c2361;display:block; }
 }@media only screen and (max-width: 763px) { #UbMO66zKcNiRbVJTAqp8RtF5HidwHEHo { width:17.25rem;height:3rem;top:3.6236979365349rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#0c2361;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EGwDMVI3fTWU4wsGHdP7UzlmFdUTxzpH { width:8.25rem;height:1.3rem;top:25.625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ0zq4OcEBkEX3TsyNBOBqiK5UmnMad8 { width:3.125rem;height:0.125rem;top:26.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9bXF2Wf5K7gNceUxh9ghTb9dUIeTCF2 { width:7.6875rem;height:1.3rem;top:14.76171875rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4pdeUxEk4NoLKuZ2GgIQHPOucWpT4xz { width:7.6875rem;height:1.3rem;top:38.3125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQllOzvvTur786bZJzUk8WQJaphGtpLa { width:3.75rem;height:0.1875rem;top:15.3173828125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg8DdUp21nVy1DxXzoToVGnFqsz695GP { width:3.75rem;height:0.125rem;top:39.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTHuZowZuFRGpmJR5b5XwLpE3XkPzDy { width:13.3125rem;height:0.975rem;top:12.23046875rem;left:3.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubfNluUitDLOuGltmNqK7PUNtOtk944T { width:15rem;height:10.5rem;top:18.9375rem;left:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VhFJrAFXUnbluQclzyREtT0a3Rrn2FK4 { width:13.125rem;height:2.111325rem;top:22.125rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amx5aMnFfONTeNl74R4xVuhh1HEi0V8a { width:15rem;height:10.9375rem;top:31rem;left:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s02ETaLt9Mozt4IniuhOMiwIvLauHGsi { width:13.875rem;height:10.4375rem;top:7.5rem;left:3.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #afHpg23Fy3uJmST5IcocrwmeIJAWGoRv { width:11.25rem;height:2.2734375rem;top:35.3125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH14KZVW99LxsRcgwE2dTacdhPvW2yny { width:15rem;height:9.5625rem;top:47.625rem;left:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #sTUnNgfaWg3lNZBMqwoFiBLdpueo7oXW { width:15.0625rem;height:6.25rem;top:65.54296875rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;z-index:100030;display:none; }
 }@media only screen and (max-width: 763px) { #yMK7WxATRiq5TazQ9kfb0eHmBJI16lVp { width:19.625rem;height:16.625rem;top:63.25rem;left:0.375rem;background-color:transparent;background-image:none;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #foF0X0bm6dyi963gdN3r00NsV3wXekzi { width:14.1875rem;height:1.4625rem;top:64.625rem;left:2.90625rem;font-size:1.125rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #hRtIwpkpHq4Tm1w14VfPCenRbxrW5Fob { width:7.6875rem;height:1.70625rem;top:77.25rem;left:6.71875rem;font-size:1.3125rem;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #hRnVUHRtsihGrnlxoui4A1cmKzshQhHt { width:6.875rem;height:3.625rem;top:83.4609375rem;left:7.5625rem;font-size:1rem;z-index:100049;display:none; }
 }@media only screen and (max-width: 763px) { #q7mF1ksBNiTSV5RZCZJ9waKl2uSorV7Z { display:block; }
 }@media only screen and (max-width: 763px) { #GTzRsrKaotWMhbLxNsEbnTHXas7wkGuH { width:20rem;height:0.9746125rem;top:68.1875rem;left:0rem;font-size:0.75rem;font-weight:300;font-style:normal;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #o1bElHtXUOATUaa8L65eQQBqd3J9lqGR { width:20rem;height:2.68125rem;top:72.0625rem;left:0rem;font-size:0.6875rem;font-weight:400;font-style:normal;z-index:100052;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6XMwcy6LNq8TaXITJK3yalP2vZBHKt { width:16.5rem;height:3.6875rem;top:84.0625rem;left:2.3125rem;font-size:1rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #tJTVxBPUl6wXP3TwrXdFMwPQ9fKImV6f { display:block; }
 }@media only screen and (max-width: 763px) { #tNsMZu9FSweg7q1grFrNnx8msu42J5FG { width:10.4375rem;height:3.4375rem;top:42.90625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rshC2hCsQDEFnU5ksQ8fm4gVcPPExw5s { display:block; }
 }@media only screen and (max-width: 763px) { #AvFmd2LNvU36IsKNr3ZnhDsXyCTHJaLp { width:13.125rem;height:2.111325rem;top:51.9521484375rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZvqam27ADTxA2yMBUz10afk0FB9aeA2 { display:block; }#lZvqam27ADTxA2yMBUz10afk0FB9aeA2 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhIwcoNx76uMDohRXNTf2cQNJRFne8xi { width:15.0625rem;height:6.25rem;top:2.625rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#33006ecb' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,110,203,0.2));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UnmXhtIOXbJcl8vZllsvUlzmlIcE4fqc { width:7.6875rem;height:0;top:6.4375rem;left:6.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIiasGO44ZwFb43wQpQMxDQOCoVyEFaS { width:6.875rem;height:3.625rem;top:8.875rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TciHkg6yI9wT4lBsQ0BmEdfSXFImNZWW { display:block; }
 }@media only screen and (max-width: 763px) { #auHIBRfl1DXuTgEvtJrgfeZF5tyJT98m { width:14.1875rem;height:0;top:3.5625rem;left:3rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FE88zNlOhP9JbfbzhVHoZmyeR5eksQ0F { width:14.6875rem;height:5.199225rem;top:4.0625rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlWgRzSPqLdMxdgE4MDy5Kit4m0H5XnN { width:18.5rem;height:1.625rem;top:1.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmmED8X9Pp6VvuMgf0WvSX7tbzB5bU50 { width:20rem;height:0;top:12.5625rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #IpORs3mKHgVveQ7wTTEbr9SdWfyyg91M { width:19.625rem;height:18.875rem;top:1.75rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QlHEUh0z3iHQCAW2OlnrDES4bzrTO3J6 { width:20rem;height:0;top:16.125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZvHBM0vnNUWqM5QK8UVRRWNa6xCmwxX1 { width:10.4375rem;height:3.4375rem;top:10.63671875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxk6cziJSd9cWUCvsOZo9zohHPIPTqG9 { display:block; }
 }@media only screen and (max-width: 763px) { #VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB { display:block; }#VIgSPdLcmI6OQCiTWtOq3ttTO6dGtzFB > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTdyVcaZNPS1pBQol1LFVdwNlH4rxTyz { width:18.624rem;height:8.57225rem;top:19.8125rem;left:0.625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkf98ZMzD0PtKQmBh7KBmuVyy3XfqtPf { width:16.3125rem;height:1.3rem;top:15.9990234375rem;left:1.8427734375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJdJBkcJX6DkEHO4MobfrZC8kh90b9K2 { width:13.4375rem;height:13.4375rem;top:1.7431640625rem;left:3.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKwHQ17v4OqVMxbB8gZ6RgnPdETvcPxh { width:17.8125rem;height:1.3rem;top:18.4375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBQ4Jzk5u3KJdzDEAADBUFIkdGWTTtKh { width:10.125rem;height:3.0625rem;top:29.2291875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh3Cs1vJFF8hIvMaKhnJXdleP1WCLh5L { display:block; }
 }@media only screen and (max-width: 763px) { #S25TPPfP6c64TT9R9rSurTQTuwDk0a43 { width:10.4375rem;height:3.4375rem;top:33.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TVTkxTFvfxytryaVTvifDSqPA8i1p6 { display:block; }
 }@media only screen and (max-width: 763px) { #VDXK9TwFUROfOHWKcka2NecxCKTBam4v { width:3.125rem;height:3.125rem;top:33.5625rem;left:11.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7yscEW0NTpxT28ErybffmITL70WslLU { display:block; }#L7yscEW0NTpxT28ErybffmITL70WslLU > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afRRK4Qwwe2TssB9hKDBan7T5yHtQIzO { width:19.437rem;height:16.360375rem;top:3.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RhG137OHtlZh5WNlxA7qUEVVrO7fZLyE { width:6.9986875rem;height:2.1237rem;top:29.623698234558rem;left:6.5000002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3I21p2Xnstr5iVG6xdOt8qDsPGS0kmM { display:block; }
 }@media only screen and (max-width: 763px) { #IgsSN84J8TdPSTGA7PcRrazZsJpKUsIo { width:16.3125rem;height:1.3rem;top:1.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzywNuNTzieUF1qocW33Bt8HKXTeJE1k { width:12.5rem;height:6.499rem;top:22.875rem;left:3.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4gXg1A92R93hTG1FfhMzCJ9TECFysc { width:12.5rem;height:10.9375rem;top:21.625rem;left:3.75rem;background-color:#0c8f98;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XecTleKcU10Hs00KxiJ5Rzc7BkhVpdPi { width:10.4375rem;height:3.4375rem;top:33.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpUI1XK9IUD1IvJUTo2ikbZnVAnVhGeX { display:block; }
 }@media only screen and (max-width: 763px) { #ympvhgZhI52thEMGa6dOc9pboOQA8uqD { width:3.125rem;height:3.125rem;top:33.958335876465rem;left:12.020833313465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU { display:block; }#dqXCUsZdOHWSA464d6k7TsRcK6cDzyHU > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCky2Jla2qThNKvzwbtKHMfwK3mi88yn { width:19.9995rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGtdykZuwiEyC0mKnoh7c2JTtsGc2wvf { width:19.9995rem;height:5.5234375rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcI7vSoPuZaaUIHsNiN1xRwke9wnXwC { width:17.4375rem;height:3.375rem;top:10.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAEbbAmtunHPorgeqRCZfwcN16rJPhpE { display:block; }
 }@media only screen and (max-width: 763px) { #FJXqTaT8B4B7bbPLD2KHuE9zNeB24nx5 { width:19.9995rem;height:1.38125rem;top:15.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgOvbHEIhESWrpwxVGVAHrqzUicnUN5a { width:19.9995rem;height:1.7875rem;top:21.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9znL0C3TSagpdayKKxwhH72x1XxB2MB { width:19.9995rem;height:1.38125rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKA3NMNt9VD0QiswrxuWBA1DkWca8HgO { width:19.9995rem;height:2.7625rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdK175346adLktJwraG0hdOfUGhFyK2 { width:19.9995rem;height:2.7625rem;top:44.4375rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTicJhstc3vVcxotzgcVzaXPs8UHGEn { width:19.9995rem;height:4.142575rem;top:36.3125rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWUVbf3uEtLCdTu8IFVaMiJPUtPDeHNe { width:1.6875rem;height:1.6875rem;top:41.5rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzPxgiiTg3T1EfSey7NvktKAnOwm4T1W { width:1.6875rem;height:1.6875rem;top:48.3125rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWnSGpOulJ2v9OlDJme7w2PwAINylH4V { width:1.6875rem;height:1.6875rem;top:33.375rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGk5Byk4mwupRJOr9qx69w1xPsgDBBcE { width:1.6875rem;height:1.6875rem;top:26.5625rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGKBUE62cdpyha2ABC5ww3dv3NNHT5Ez { width:1.75rem;height:1.75rem;top:18.0625rem;left:9.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGxDEMMnHeblKQdFASmnTHwcyv0wFCcc { width:10.4375rem;height:3.4375rem;top:51.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyA3N2v5cETzTT8Fuh25NxLzNn0RGPPz { display:block; }
 }@media only screen and (max-width: 763px) { #iq9QB9Gm0HlI13c6o4UaoIbfITJ2Gsxd { width:3.125rem;height:3.125rem;top:51.375005722046rem;left:12.083333313465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP { display:block; }#agU6ZRWOnpkTOf8fnAa8WXtkudIaJAvP > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyBBM7pQ0IhJTUnqh8leqZG4f55PahwT { width:20rem;height:0.975rem;top:13.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNpMbcmhoAgrAJBWPW07t8rO185XkCJo { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXT6L9SAZnxnLE2vT9loZxFxdKoN1hNg { width:13.186875rem;height:3.0859375rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mly3sATa0TVwpADF1mqxtXst1pqxdQxB { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUhN6fpfy1HZaNChmKqZqWqEA2W8Ty8p { width:9.375rem;height:2.2744125rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9QaCMANf6ito8xurkNApeeAUJcOlWer { width:10.4375rem;height:3.4375rem;top:15.476574755859rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIEhWbwkJxy1bdpRz9E5v7TROVvKG67d { display:block; }
 }@media only screen and (max-width: 763px) { #iPqZOtM22PpKaU9iS35KGTwsX3sICTJa { width:3.125rem;height:3.125rem;top:15.632814407349rem;left:11.766927063465rem;font-size:2.1875rem;display:block; }
 }