.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#074274;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); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b5afb1, #ffffff);background-image: -moz-linear-gradient(180deg, #b5afb1, #ffffff);background-image: -ms-linear-gradient(180deg, #b5afb1, #ffffff);background-image: -o-linear-gradient(180deg, #b5afb1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5afb1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5afb1', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #b5afb1, #ffffff);background-size:auto !important;position:relative;display:block; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container { background-color: transparent; background-image: none; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container > .video-iframe-container { display: none; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row > .video-iframe-container { display: none; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .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); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container { border-width: 0; border-radius: 0; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#AXvEg3Xmw7LHHVTrr0dcDrVcxxPta7po { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:15.125rem;top:1.3125rem;left:21.6875rem;overflow:hidden;display:block; }
#v3AEc5bXZIop5yNn4VgF7KRUTstJBPSg { position:absolute;display:block;z-index:99999;background-color:#006ecb;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:3.25rem;width:19.3125rem;top:3.4375rem;left:1.625rem;display:block; }
#aHpmVbKmo7XNdwacDkkBfSHobo966IXA { color:#ffffff;display:block;width:16.624375rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4rem;left:3rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-form-header { font-size:0.875rem; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-regular-label { height:auto;display:block;font-family:"sari 3";font-size:1.1875rem;font-weight:400;color:#0e193d;width:16.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right;vertical-align:top;overflow:hidden; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"sari 3";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:right;text-align-last:right; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-text {padding-top: 0; padding-bottom: 0;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:16.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"sari 3";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:right;text-align-last:right; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.8125rem;box-sizing:border-box;height:2.5rem;color:#877f7e;font-family:"sari 3";font-size:0.6875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:right;text-align-last:right;font-weight:400;font-style:normal; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-select {padding-top: 0; padding-bottom: 0;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #df4a8d, #006ecb);background-image: -moz-linear-gradient(90deg, #df4a8d, #006ecb);background-image: -ms-linear-gradient(90deg, #df4a8d, #006ecb);background-image: -o-linear-gradient(90deg, #df4a8d, #006ecb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#006ecb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#006ecb' );";background-image: linear-gradient(90deg, #df4a8d, #006ecb);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.375rem;font-weight:400;color:#f2f9ff;width:16.8125rem;height:3.4375rem;font-family:"sari 3";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;text-align:center;text-align-last:center;font-style:normal; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .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:cairo;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:15.8125rem;overflow:hidden;font-style:normal;float:none; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .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:cairo;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-container:first-of-type{padding-top:0;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-container:last-of-type{padding-bottom:0;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f  { background-color:rgba(221,56,100,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.5625rem;top:6.625rem;z-index:100012;position:absolute;font-size:0.875rem; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.8125rem;display:block;vertical-align:top; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f {display:block;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f { background-color:rgba(221,56,100,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.5625rem;top:6.625rem;z-index:100012;position:absolute;font-size:0.875rem; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #yHeMs1zqZ1q64ypQxpPZfTgO9ApmvQAE { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #Det3Tahp04VfGe7XOtxNBw2ymGOWzmdU { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #SAZH6qu81lhRNOpnU2KSX5oPcZ3oaT5L { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #GXs2gEgLFNa2GaP7NILKRcymItHZXed9 { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #TwzzZfN9SZ4LG9PxrgukQKdddG85EyUG { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #TStDOD1OC2F8VUKTBTRN6wFHf0TuiTQO { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #RidTVLSo8U84mwqHmXUNLL2wZRZLQdzV { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #gLUenB5ZyHNKQvgMiCzbtB3c360TgXXB { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #dhUreGddKwBWTgNeKPAKTNKfF8uTgQyZ { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #FmaTy1qTqAhwILzt5WCQVf3u6BKedtZ8 { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #ROIfHywdEiBgxWyvwEq33yA5egZJTCNS { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #ecOh6KzItaElm8RItf3zOCf8Mw22MhHc { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #cLfHKZBycGWwRcCPVW9tKUt7LQ310yIE { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #HvEHSBxHtcXkmVz7wb9cpLtluipXxhzD { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #dTakfLZqitix0lRFnToiCuholxhXTHy3 { position:relative; }
#EUQ452AF0JScy8fBX0DhTTDvakKX2m9Z { position:relative;display:block; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #UNUS6xa3b7uwGAsrf5LArDyWXlZL1Htp { position:relative; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #BGBqIPWrbNMJUxyd3G6DTptAbnGuHArK { position:relative; }
#mkTPGzTOb83XdAeWoxP5ryVUAFNQiM7z { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:kids;font-size:1.6875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:15.4375rem;left:24.59375rem;height:6.5800625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ByCfZwnIUaaqPVxQR2MUvoh4xQLU9Zth { position:absolute;display:block;z-index:100028;background-color:#000000;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.25rem;width:51.8125rem;top:40.875rem;left:3rem;display:block; }
#SK9NrNqNuXcRNebyt7hieRuZAsmGQrOg { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:21.4375rem;left:37.875rem;overflow:hidden;display:block; }
#nQ99RZPN0oGNWB4pPnebE7ebEaMOyMra { z-index:100003;top:34.625rem;left:24.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1b1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sN9uTvlp9LM5QQF66QaRpuWoIuwJvBOS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi { position:relative;display:block; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi { background-color: transparent; background-image: none; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container > .video-iframe-container { display: none; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row > .video-iframe-container { display: none; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .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); }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi { border-width: 0; border-radius: 0; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,173,221,0.18);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container.adaptive-delivery-prevent-bg, #b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container.lazyload, #b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container.lazyloading { background-image: none; }#Q5kuDJTveC5zIP5WugJl8pdHibKwzbIt { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#u1ybkbA31yPKJG0vBT8S5SlZUmc5TpsB { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -moz-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -ms-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -o-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );";background-image: linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.58203125rem;left:12.1875rem;display:block; }
#eTzGDOlK7rQ1u30C8eASkUPPvXAzBZ1P { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#EgoVBFKkwJJEPIpGe9A8HxbXUpuEvQxt { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#XGTo3ecIUEPvVXS0IWpmB4C34fQKBg1g { color:#151515;display:block;width:29.8730625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.47);top:1.9130859375rem;left:15.0625rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wv3Npu17TDrwr5bwbohXThwDN9MftCqz { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#RXg7KC5St8eakMcQszdFg9JgEqzCbZJw { position:absolute;display:block;z-index:100037;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:16.0625rem;left:1.6875rem;display:block; }
#Ax6o2aecALgyt8lMtVKXzi1nmt4aJZ2c { color:#000000;display:block;width:12rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100165;line-height:1.7;letter-spacing:0;top:17.3583984375rem;left:12.0625rem;height:9.0283125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jfs8CKOiHni7eznwEPpVFcRTRVGQ4faW { color:#a0111b;display:block;width:9rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100198;line-height:1.3;letter-spacing:0;top:19.375rem;left:3.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKFPRuHTFDAmHFOUg8wKtA7OhW2MPwZT { background-color:#b20129;background-image:none;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.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:29.1875rem;left:1.6875rem;display:block; }
#e4TSLS0JTswUVvJp2s2sb5v5NQEkZftC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g60tddve12K50ZUqauXf37zXCsmLkxmT { position:absolute;display:block;z-index:100042;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:16.0625rem;left:33.3125rem;display:block; }
#Q1H2c0g813dbyCddh1MJc6dLnusJDzHa { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100170;line-height:1.7;letter-spacing:0;top:21.7734375rem;left:41.5625rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQ2KR0S171OOQcr8Oq4ifVkVdq4v4hTp { color:#a0111b;display:block;width:7.625rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:700;z-index:100203;line-height:1.3;letter-spacing:0;top:19.375rem;left:33.3125rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8GfkaIrV23d4xk9aRvUN4maHqgScvnu { background-color:#b20129;background-image:none;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.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:100064;text-align:center;text-align-last:center;top:29.1875rem;left:32.5rem;display:block; }
#g8UK7aFdNfww6tPTyzswx2wegAKoeTVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g7hafUG6RRWIwPZMJlt7Q4NJT1TIUAb2 { color:#10610f;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:100228;line-height:1.7;letter-spacing:0;top:24.943359375rem;left:34.71875rem;height:3.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kn9ce2fx3TD0aCXdsEhi8StGC4FJBO8y { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100122;line-height:1.6;letter-spacing:0;top:8.3095703125rem;left:10.1826171875rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwhLJWC7Hracp0T52Fn03QEKF8vi1a3c { color:#10610f;display:block;width:5.12305rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:100229;line-height:1.7;letter-spacing:0;top:25.353515625rem;left:3.25rem;height:3.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eRT24ZfObonOs6JazOLzby3AVJXqmRJI { color:#a0111b;display:block;width:8.3125rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100204;line-height:1.3;letter-spacing:0;top:22.375rem;left:33.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXLkfVCJgSCCmTLAqFqmESFZTUDZSeIO { position:absolute;display:block;z-index:100230;background-color:#01060e;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.3125rem;width:6.1875rem;top:23.9375rem;left:34.71875rem;display:block; }
#iQJIM9iotovT0DNOZ2Ez8koN43Lzq1Vm { color:#a0111b;display:block;width:9.25rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100199;line-height:1.3;letter-spacing:0;top:22.60546875rem;left:3rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBikc5Ssvt7DaHTADKNlQQruSkv888o9 { position:absolute;display:block;z-index:100231;background-color:#01060e;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.25rem;width:6.1875rem;top:24rem;left:4.65625rem;display:block; }
#T7cqyCTSqr4lTBFCd3hWzZaS0IopyivT { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100171;line-height:1.7;letter-spacing:0;top:18.625rem;left:40.9375rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWcroSS4NWM7ie6L1oCfGhaWW5zLgLoQ { color:#000000;display:block;width:1.8125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100233;line-height:1.3;letter-spacing:0;top:19.375rem;left:23.9375rem;height:1.54296875rem;font-style:normal;display:block; }
#bcOotCA5sCJgxIu05bvTiQy2cais4J3A { z-index:100004;top:34.6875rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1b1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GVKwgRk2WZHPZ1vOeXp0mcNySIA2hHz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZM5bfJHFpgovCFJ3RDPprDgFxIqAOrdG { z-index:100006;top:38.0625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1b1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#v1KiOXg74tEiEcCEF2ApBbT3WSMpuArl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container { background-color: transparent; background-image: none; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container > .video-iframe-container { display: none; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row > .video-iframe-container { display: none; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .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); }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container { border-width: 0; border-radius: 0; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:60rem;position:relative;display:block; }#UqtcdGJp85mSJQv6syQ0SSS95HorlO2T { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:7.8125rem;left:47rem;display:block; }
#SuJ28gtClRw9pLI321RZKXXE8OrrsEyq { color:#a93737;display:block;width:11.125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:8.875rem;left:47rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#N302X3ezQTRsGMavaqPpFkcaw5Ze9H9P { color:#011d2f;display:block;width:11.125rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:10.75rem;left:47rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVDdoDkxsa0H40rq2yVUat7xR6GP1JxQ { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:26.8125rem;left:24.5rem;display:block; }
#OwqSxXxhE4wmr0pN475AuNIOBt5BVTrT { color:#011d2f;display:block;width:11.125rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7BAvyiZCiZ1LzezRrJMTyCtJNFpVDBn { color:#a93737;display:block;width:11.125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#D5fVEG7Piq0nO21k6FPwHmElwmbil6eS { z-index:100012;top:13.8125rem;left:49.25rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oooamCrsFQhLcmdFQ6KAQba3q9MSr0Rh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yhpWITlKyaSHOy533xTyD0OW0BryJpLD { z-index:100016;top:13.5625rem;left:1.6875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v8DrFoOJNg9ITaBkSyUOgmyzz2RCweLI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OZ2cFLhkZ9oavXTN7Of9ynOa09EfurNm { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:7.3125rem;left:0.0625rem;display:block; }
#XklRkiZLg1KqrKWTvdIeek7teVe9gqkr { color:#011d2f;display:block;width:9.0625rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:28.75rem;left:48rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0hh9dLaDOTVUTOs2WRiOkM0x8Wf3wRO { z-index:100020;top:32.5rem;left:49rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DWI4lDnw3b9oaaeJhVkS2OskOgJC56IX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G1RqIsFtfDz3aZRid355OiV47RMxBNIq { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:26.5rem;left:46.875rem;display:block; }
#leXKzFLZCJAiDRrvkwylqG8Wnvoh8VCS { color:#a93737;display:block;width:11.124rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:27.9375rem;left:24.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uItKbb6LFoyGyODlTrDGR1M5e2g8smWI { color:#011d2f;display:block;width:11.124rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:30.6875rem;left:24.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OoiQ3OiDTgQKHdND3BJdiITeVkaadH8M { z-index:100021;top:0.46875rem;left:21.96875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:5.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yHKyStNtHUUJKJ4104XEhEVsC3XFRuoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S8sMMU60LhSb1TTsQF2sVCZMzQHZVD20 { z-index:100020;top:32.8125rem;left:26.5rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R6UsRIi3z3z6hwyglRW58TDoea16wMiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cmkETxPhDeZHCbQqaDEGNqgz1x3Hiofi { position:absolute;display:block;z-index:100035;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:46.0625rem;left:24.5625rem;display:block; }
#zfQZ9MTyXF314ygrnFaXqGg7C5ApX44M { color:#a93737;display:block;width:11.1230625rem;position:absolute;font-family:kids;font-size:1.1875rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:9.0625rem;left:31.5rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#uG8tbro9IKC1oOM5SqTCOIcevWAR8UsW { color:#011d2f;display:block;width:11.1230625rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:300;z-index:100046;line-height:1.3;letter-spacing:0;top:10.625rem;left:31.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tABiHyTvV0xaBeQzHIHbs258ALHnbegT { color:#000000;display:block;width:10.25rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:28.1875rem;left:2.8125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#NoQoTJDwoNn45nRoZZA7TnaeSwsW32H6 { position:absolute;display:block;z-index:100035;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.25rem;width:11.75rem;top:26.5625rem;left:2.0625rem;display:block; }
#cbkxNV9DDuTSWE8MXXJ8AC2GOP4ZTrhp { z-index:100036;top:32.75rem;left:4.0625rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ma0duN3tCDWzGCeAqM2CqHxa9gk8AcfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xDTevcVhZF3cWsZ8Oe0uStNLdSCQBzor { z-index:100044;top:13.9375rem;left:33.75rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WBIop7cIdSOrLa95DRllue2APsgpJnSz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DfbNqbwAGDsahlIzeniEqhPlkOlrOQgH { position:absolute;display:block;z-index:100036;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:7.9375rem;left:31.75rem;display:block; }
#FxzWNJQ7HDSP0WNrCIWm3ZZ3yFvrAInk { z-index:100049;top:52.0625rem;left:26.5625rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JXsTCTrqXztTcOUtNx3od5ekOSNuMhBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GL9mlFrHkt8F5st3HtwFvISihzv60M2x { color:#000000;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:48.125rem;left:24.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#kwXvpTRLAChrnT8wqB9s90OOfo6ciUdi { position:absolute;display:block;z-index:100038;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:45.125rem;left:4.0625rem;display:block; }
#EumqEiK19RzzuBZhBqfEUcQ1HITrfJ28 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:47.4375rem;left:4.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#inJkuDnTT9BLNDqBf8XKw7AzIzwBN17R { z-index:100039;top:51.0625rem;left:6.0625rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RrT4ttUeaDUhq5OnTi7ikSaqnGWJvsQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LpDiM9yf8zpeUI0RQNLvrt3k1cl0xdPp { z-index:100025;top:15.125rem;left:50.5625rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#KE1B16MNXT6ehtUbnuT8vmTVbo3mNTd0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#frVg3IwOil2NFoGMLlMtXu3lLaQTS5Da { position:absolute;display:block;z-index:100095;background-color:#f3432a;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.25rem;width:3rem;top:21.3125rem;left:41.6875rem;display:none; }
#nfATgwCaGv5BpNlnlJneoXIGr7PaTOn4 { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:45.125rem;left:47rem;display:block; }
#klTK4JlQAt37OFpqbrvsklr7dSpfwwEh { color:#a93737;display:block;width:11.124rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:46.0625rem;left:47rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fy38I4zBJNB36CVmXDqQUbuWlLDRQdod { color:#011d2f;display:block;width:11.1230625rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:47.9375rem;left:47rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDR7gaIAgrZ1KQaThT5lJlmx88GyEIFq { z-index:100024;top:51.125rem;left:49rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y6lz9t1csCa7ha3bRmRiE6rbBiMv6zTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ncF42QTSJFMOFp6OnM7n8dSZ4cHJIyv0 { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.9375rem;width:11.0625rem;top:7.9375rem;left:15rem;display:block; }
#yMxw60XZWqyskwP36pTtAQERQFekRThl { color:#a93737;display:block;width:11.1230625rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:9.75rem;left:15rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#X99MXDfm1H8H5KB1uBV1l3FPflPBktfq { z-index:100028;top:13.9375rem;left:17rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TOOTec79iWbPBhzLclfTF3xLotL9IOJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LO6qvuvlWnDgC1L41fd3RbqJBGCRmTmE { z-index:100005;top:58rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1b1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OrGt5gPeTN75yb03s8RTxJIdaR5opJgs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nrF4RQC7L3V0DmBq4PURSuFzJKeLSp4W { z-index:100006;top:38.0625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1b1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sBK0l5c8vANThOIfId0h7kACazhCooAA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tA2n0NNlGdV3m33nTHryIKSwOFn0WnN6 { z-index:100007;top:20.0625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1b1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xuw5lxu4oHNAlv89ozuXTIFkT1cOPWKd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 { z-index:;position:relative;display:block; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 { background-color: transparent; background-image: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container > .video-iframe-container { display: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row > .video-iframe-container { display: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .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); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 { border-width: 0; border-radius: 0; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container { background-color:rgba(7,66,116,0.63);background-image:none;font-size:0.875rem;font-family:cairo;height:14.5625rem;width:60rem;border-top:0rem dashed #000000;border-left:0rem dashed #000000;border-right:0rem dashed #000000;border-bottom:0rem dashed #000000;overflow:visible;position:relative;display:block; }#ETte9B5Qoralpp2Zl7gh8RbMeAwzu3aA { color:#fee179;display:block;width:31.4375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.875rem;left:26.375rem;height:2.1875rem;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; }
#GeIaTgwnClnrMSdirTkNyIQi7iqBpH9U { color:#fdfeff;display:block;width:19.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:4.375rem;left:37.8125rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rncxxFDyqKaU7X3lGnP9XMCuT3nMTEgt { color:#f5f6f8;display:block;width:13.5625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:6.125rem;left:44.1875rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#plhZIzyMl7DBz6atWTpWimbpn7Fs0m6J { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:7.9375rem;left:39.5625rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hsTOzaVSPG9iaREeE4ZvbyDGq1Iun8RL { color:#ffffff;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:9.75rem;left:35.75rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wZ7HdLGNaFNNAdHxROwhELtvA7bMhGWf { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:11.5625rem;left:39.375rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MZA6QCmFH9BWu85l0HQ9WLWTJfZUrKF6 { position:absolute;display:block;z-index:100030;background-color:#e7e9f1;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.25rem;width:51.8125rem;top:14.25rem;left:4.09375rem;display:block; }
#BqaElc21ETisyqPRuaCIoD6RoJTSS08D { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:4.03125rem;left:58.15625rem;display:block; }
#b0SE6RNLhSB7DxG85kiBOlPqzdGhoQNW { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:9.4375rem;left:58.15625rem;display:block; }
#FTUE95F17HxukxoeuUT4RP7T2LKi2RxE { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:5.8125rem;left:58.15625rem;display:block; }
#gOezkcg3g8efeApi6dOJvKD17phIFwlr { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:7.6875rem;left:58.15625rem;display:block; }
#BaQlSJTusiECXvGg0GdU0UTsn23e0Evv { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:11.1875rem;left:58.15625rem;display:block; }
#cqeThyhqo7ZpDJha7Hz0C2AoykTTs3Am { z-index:100004;top:7.125rem;left:0.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hgLkFJJf8h1R2GbxSHP3KPGaB2PC4X1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a195CFlmTrmOQVfT88VTXRSit8V7neQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { background-color: transparent; background-image: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container > .video-iframe-container { display: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row > .video-iframe-container { display: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .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); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { border-width: 0; border-radius: 0; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { font-size:0.875rem;font-family:cairo;height:20.8125rem;width:60rem;position:relative;display:block; }#NTb2Dvna9hKMXw8DQpQHE33Iqf6wQyKV { color:#fee179;display:block;width:24.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.3125rem;left:33.2119140625rem;height:2.34375rem;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; }
#A9TtAw36KTrI6oSfm2fVwv1Fgvrg48ay { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100011;line-height:2;letter-spacing:0;top:4.5625rem;left:27.7119140625rem;height:;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; }
#Hsk2iJmxxaXNVec7fziLOcdVhcwU6Sny { position:absolute;display:block;z-index:100032;background-color:#e7e9f1;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.25rem;width:51.8125rem;top:20.5625rem;left:2.71875rem;display:block; }
#FckTdFaiEQXZPKspoG9qo1Q3B6VMusFG { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:4.6875rem;left:58.125rem;display:block; }
#GV2TpHL5HgUTwhw9f8KWIZ42lNNfT4b9 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:6.8125rem;left:58.125rem;display:block; }
#Lyeu0wq6WGCyUmLyST0tH37VTz4zKdwL { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:8.9375rem;left:58.125rem;display:block; }
#ufbJuRtotbzaJfknWrselTUTX1ayLBds { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:13.3125rem;left:58.125rem;display:block; }
#P1bNvBF5ZBLS1Ld1kX4xqQaL20wKUL1M { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:17.5625rem;left:58.125rem;display:block; }
#TrxkSpvgycp1I6B2AslohISc6vfDH9r9 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:11.0625rem;left:58.125rem;display:block; }
#Jy6AsPbwwRAuVWddTlVzcpSp7Hs9b2zS { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:15.4375rem;left:58.125rem;display:block; }
#SgJWNTt9SHhvPf2as2fAkX8267uVODXg { background-color:rgba(7,66,116,0.63);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { background-color: transparent; background-image: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container > .video-iframe-container { display: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row > .video-iframe-container { display: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .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); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { border-width: 0; border-radius: 0; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { font-size:0.875rem;font-family:cairo;height:28.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#plsMbqbc6UssavoqQ3xZ0SnnReCtXPhD { color:#fee179;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.916015625rem;left:42.625rem;height:2.1875rem;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; }
#Zi42v0ttdI5kTJaBbDiK5bGRu1TEQ8n6 { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:3.8125rem;left:31.3125rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OMPOByaCvzrtb0GicGtQhx6kTZI6tUJI { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:12.21875rem;left:34.125rem;height:;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; }
#MvaIEOmxbEzmIEm2lrAzNR957gxhinB6 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:16.875rem;left:30.3125rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S9zD3rUURtQ4M0nWirOqcVgviLFUcNBW { z-index:100000;top:21.6884765625rem;left:30.4072265625rem;background-color:#ba0484;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #ba0484 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.433625rem;height:3.9987rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H0pe8T6XHcLg3SJLnCxf40DIpNFwNyfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mvCcV0cxTf4ToTDgBo6XATcRG5PL1NK8 { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:6.4375rem;left:31.375rem;height:1.48730625rem;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; }
#Rq3GArQigsiwooupJilcAPZ1FvxGoTek { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:9.5625rem;left:42rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ftG6QZSwuTT3kbT96NL0gxhaOfrxM2ek { position:absolute;display:block;z-index:100031;background-color:#e7e9f1;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.25rem;width:51.8125rem;top:28.1875rem;left:2.28125rem;display:block; }
#kapB1tak87Bwym8PEmBFkd5Otmilhnn1 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:3.875rem;left:58.125rem;display:block; }
#sxBHbJiN4b4GEsMWrUUIwTpnNqcATGdn { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:6.5rem;left:58.125rem;display:block; }
#T6soNqKFSD5zGLl7DvXQI4W20l2ktJ8B { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:9.625rem;left:58.125rem;display:block; }
#sVzk0LLQquXC2bqIIyrDXiT29yB5CfMI { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:12.28125rem;left:58.125rem;display:block; }
#BLmHMHizBOeOAidwCI7HB1uFGVGtzgMN { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:17.125rem;left:58.125rem;display:block; }
#HNV3EQfqfyD1mrIk8lGBWq7vRbHg1ZOU { z-index:100005;top:21.8125rem;left:13.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x7KgJtst6tT1xJ1PgB3fPxGOOqQKvpoc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(7,66,116,0.8);background-image:none;position:relative;display:block; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container { background-color: transparent; background-image: none; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container > .video-iframe-container { display: none; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row > .video-iframe-container { display: none; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .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); }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container { border-width: 0; border-radius: 0; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container { font-size:0.875rem;font-family:cairo;height:21.375rem;width:60rem;position:relative;display:block; }#IL4eZl23OFVJuDFBVsl1UhD6KfFN1R0k { color:#f3f4fb;display:block;width:53.125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100009;line-height:1.8;letter-spacing:0;top:4.5625rem;left:4.625rem;height:15.2969rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#VofudTJm46hRo8FxwH0IGLBewCI4z6wx { color:#fee179;display:block;width:20.5625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.5595703125rem;left:37.25rem;height:;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; }
#XB3en78ZhnC0lkWdEF1FXRLU3kgARPFl { position:absolute;display:block;z-index:100033;background-color:#e7e9f1;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.25rem;width:51.8125rem;top:21.0625rem;left:2.71875rem;display:block; }
#G2XNn40GBxCfvi6JoTt7x3NXaZ4QwhWI { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:4.4375rem;left:58.125rem;display:block; }
#neAwiPmJlrg178FITZe0xCE2pGuyyc4k { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:6.375rem;left:58.125rem;display:block; }
#k6cipJCpGJAJMN0BwOfUFQbLtpbPlKwx { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:8.5rem;left:58.125rem;display:block; }
#RBNIUnrZHq4ApDNatxle4PF65d0QX0Tm { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:10.25rem;left:58.125rem;display:block; }
#TgT4E11aUD4Gd7bsSx8vqaBWXSJg5uCT { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:12.125rem;left:58.125rem;display:block; }
#X3NiISnzGoUTadciDShJo6sTXLl8qpOd { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:14rem;left:58.125rem;display:block; }
#cRUcyPfRkKBpXJ7nhRyfeCg5sgCFf32d { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:17.75rem;left:58.125rem;display:block; }
#UqXkGx6VgdTJf1Cfmdwsw3DPD7OdpeIi { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:15.875rem;left:58.125rem;display:block; }
#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(7,66,116,0.87);background-image:none;position:relative;z-index:auto;display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { background-color: transparent; background-image: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .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); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { border-width: 0; border-radius: 0; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { font-size:0.875rem;font-family:cairo;height:31.3125rem;width:60rem;position:relative;display:block; }#zUgMV19n8wDOiP1mMmqTAlunAfazoMrK { position:absolute;display:block;z-index:100008;background-color:#1799eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.125rem;left:28.4375rem;display:block; }
#r4cuggN7p4RJzNTHeqlbA2UUw2rrT05h { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.125rem;left:28.4375rem;display:block; }
#pcIKySrseZV7h5NPTzDxQAbzuE0oIEwT { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.66);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.4375rem;border-top-right-radius:5.4375rem;border-bottom-left-radius:5.4375rem;border-bottom-right-radius:5.4375rem;height:16.25rem;width:46.5rem;top:13.625rem;left:7.4150390625rem;display:block; }
#pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:14.6982421875rem;left:29.1875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { 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:100011;top:15.669921875rem;left:50.4033203125rem;display:block; }
#TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { color:#ba0484;display:block;width:53rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:8.306640625rem;left:4.0400390625rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { color:#0d1976;display:block;width:38.9375rem;position:absolute;font-family:cairo;font-size:2.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.9921875rem;left:11.5283203125rem;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; }
#T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { 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:100012;top:18.6640625rem;left:50.4345703125rem;display:block; }
#aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { 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:100013;top:22.1005859375rem;left:50.4345703125rem;display:block; }
#VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { 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:100014;top:24.82421875rem;left:50.4375rem;display:block; }
#s5waCyn8GdTdJRdvLTby9w669k4TQNNw { color:#0d1976;display:block;width:34rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:18.4765625rem;left:16.5625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:22.1005859375rem;left:9.0625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { color:#0d1976;display:block;width:43.5rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:24.82421875rem;left:7.625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZWSU7OrRaoZZndhmbLsgbW19G9eiKPS { color:#ba0484;display:block;width:30.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:16.8857421875rem;left:19.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXUX0ZdX3OSLnzxWDVJqHCD8vgv7ByLV { color:#ba0484;display:block;width:22.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:20.4482421875rem;left:26.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#074274;background-image:none;position:relative;display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { background-color: transparent; background-image: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .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); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { border-width: 0; border-radius: 0; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { font-size:0.875rem;font-family:cairo;height:23.625rem;width:60rem;position:relative;display:block; }#TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.7094182968139rem;left:12.126735687256rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:15.3125rem;left:25.9375rem;height:1.29980625rem;display:block; }
#AkN69xS04F96SBAtS5EC0siqFUao8aJc { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:21.5rem;left:20.9375rem;height:1.13671875rem;display:block; }
#C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { 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:5.5625rem;left:27rem;display:block; }
#R3zxdrF5co39JyD4bgAWuPJDymzv021o { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.6875rem;left:17.71875rem;height:5.6044875rem;text-align:center;text-align-last:center;display:block; }
#vhJV2aIzvM6I9tTw92ymXH9IZMM5kK0n { z-index:100002;top:14.40625rem;left:30.9697265625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R9Qbc09AE0fxFwzs54Dt32fAvqQpR9XT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TfaZDraSGnCBRDkf3gOF9SzLcFktoDX7 { z-index:100006;top:14.0625rem;left:14rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"sari 3";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T7TDX98vKxKTv1lKTf1whirAVkHNBeNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V22xixe1La0ew0FIgJsc5MwfB7gNpF9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5e4ec;background-image:none;position:relative;display:none; }#V22xixe1La0ew0FIgJsc5MwfB7gNpF9U > .row .container { border-width: 0; border-radius: 0; }#V22xixe1La0ew0FIgJsc5MwfB7gNpF9U > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:none; }#sI2pywzEVKStakL2ZZcfxMIGKdPAb6MU { position:absolute;display:block;z-index:100067;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;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:6rem;width:11.5625rem;top:8.8125rem;left:39.375rem;display:block; }
#ZvEJ2AvRIDsg6SRfT6Vy8HZun9reRXfu { color:#000000;display:block;width:23.558625rem;position:absolute;font-family:"sari 3";font-size:2.3125rem;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.3125rem;left:18.220052719116rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#U2ZAgK4ZPNc9WFxn84oHJpcGZcBUX1Eh { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100077;line-height:1.3;letter-spacing:0;top:9.0625rem;left:40.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HwFxTR4zr6M3dexQV5X20EK8nCZCuVlD { position:absolute;display:block;z-index:100069;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;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:5.5625rem;width:11.5625rem;top:8.9375rem;left:24.5625rem;display:block; }
#bnyokIDPpSSzsaRvxn7gN9ZOlhy0E4hv { color:#000000;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:9.1875002384187rem;left:24.625001907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lUyI2Cp37Z8XsOyZF9kHST7bdWefH36A { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:9.0625rem;left:9.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fXeZB96ePbneJ1hfdlB8T90AJ3TDsfSX { position:absolute;display:block;z-index:100069;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;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:5.5625rem;width:11.5625rem;top:9rem;left:9.4375rem;display:block; }
#B8VH0SbtgnsdGdZA6SOtvVpVThyKECVJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:12.769535064698rem;left:39.031251907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVCxuhvpHn97bD9V5rJzRNo7zyi6xZBm { 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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:15.000001192093rem;left:41.875001907349rem;display:block; }
#lXwabzfb8J2Hldn9EC9Fw7nM9nBfFcOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TzXc2LmJBEa9ANaMcPbCgB7nEUtwEg42 { 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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100082;text-align:center;text-align-last:center;top:14.708333015442rem;left:27.062501907349rem;display:block; }
#tiNLxok3gT73JVPOs6k7A4RTnc7pluME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WLIp6TBKJx9Xy3VJntZD15ebNfH5Ha7E { 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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100083;text-align:center;text-align-last:center;top:14.770833015442rem;left:11.937501907349rem;display:block; }
#IgR4ZDlAQB1WOIS6BlMIoJseS2gyn6nt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uNPd5An1MFErfGKJoHS8P3GXmfLGfHrz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:12.354167222977rem;left:24.024740219116rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEitaaMV6T1JDsVrtHQCVLOWNZOewwQr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:12.229167222977rem;left:8.9687519073488rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvu8WZZPVJcKt7xeK1z5VIkwCTHMBfiI { position:absolute;display:block;z-index:100071;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;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:6rem;width:11.5625rem;top:21.1875rem;left:39.6875rem;display:block; }
#wBvKpmmqwZI5cl4sVfM3edOz45OZH0uL { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100081;line-height:1.3;letter-spacing:0;top:21.4375rem;left:41rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xA8odzKo33UNu7iGqHaSr5ii0xTZNn38 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:25.125rem;left:39.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhhh4WMKauPG4qO6RTtawIJs0FLxgp5i { 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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100085;text-align:center;text-align-last:center;top:27.375rem;left:42.1875rem;display:block; }
#rlBLRGWoIA4fDmHpoDOTCT0nmgxDePdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ngGcSqCEK9XRhrkzhXtxJIUtXmqXRyfJ { position:absolute;display:block;z-index:100075;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;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:6rem;width:11.5625rem;top:21.1875rem;left:24.5625rem;display:block; }
#KnVmkyl1TrX2g3J3hStyVJOMuZesGTtT { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100085;line-height:1.3;letter-spacing:0;top:21.4375rem;left:25.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PHczgVzEHLMTCOv4FVUdbJmGTpriudpi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:25.125rem;left:24.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBDuUTlB7RWr3VSCSPucafJ9CImdae6u { 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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100089;text-align:center;text-align-last:center;top:27.437500476837rem;left:27.062501907349rem;display:block; }
#HF51oWtg6BK3DKvtsoqnq2SQRFDiw0HD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cBTsGEKGp9dfDZ6CeyRqlMizccAsmIFX { position:absolute;display:block;z-index:100079;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;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:6rem;width:11.5625rem;top:21.1875rem;left:9.3125rem;display:block; }
#KUoHZsSutLcSMFGGbREhx7ERxtCZVWqa { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100089;line-height:1.3;letter-spacing:0;top:21.4375rem;left:10.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q159GTJ4MU5mKoc8suqfdq7meKfTHkt4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:25.125rem;left:9rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7MpLCzoBJVDuwXZsPmo5qAsXqJbrcgM { 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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.8125rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:27.437500476837rem;left:11.937501907349rem;display:block; }
#CIGJQGRX76hLIGXHAqvuPHOU1ba0bEWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#enTgybrXWJLZFRZ0npxyFdIMdV5FmVUU { z-index:100022;top:2.96875rem;left:1.6875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d9qLk64bghfX7Cbo8Cfu57wULTTTMKz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GJPm8GXwkLDlwAEpSWkszTmTNcur12in { display:block; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXvEg3Xmw7LHHVTrr0dcDrVcxxPta7po { width:15.125rem;height:4.6875rem;top:1.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3AEc5bXZIop5yNn4VgF7KRUTstJBPSg { top:3.4375rem;left:0rem;width:19.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHpmVbKmo7XNdwacDkkBfSHobo966IXA { width:16.5625rem;height:2.1875rem;top:4rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-regular-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-text { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-text {padding-top: 0; padding-bottom: 0;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-textarea { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-select { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-select {padding-top: 0; padding-bottom: 0;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f  { width:14.125rem;height:auto;top:12.3125rem;left:0rem; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .radio-container { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f {display:block;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f { width:14.125rem;height:auto;top:12.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #yHeMs1zqZ1q64ypQxpPZfTgO9ApmvQAE {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #Det3Tahp04VfGe7XOtxNBw2ymGOWzmdU {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #SAZH6qu81lhRNOpnU2KSX5oPcZ3oaT5L {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #GXs2gEgLFNa2GaP7NILKRcymItHZXed9 {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #TwzzZfN9SZ4LG9PxrgukQKdddG85EyUG {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #TStDOD1OC2F8VUKTBTRN6wFHf0TuiTQO {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #RidTVLSo8U84mwqHmXUNLL2wZRZLQdzV {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #gLUenB5ZyHNKQvgMiCzbtB3c360TgXXB {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #dhUreGddKwBWTgNeKPAKTNKfF8uTgQyZ {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #FmaTy1qTqAhwILzt5WCQVf3u6BKedtZ8 {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #ROIfHywdEiBgxWyvwEq33yA5egZJTCNS {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #ecOh6KzItaElm8RItf3zOCf8Mw22MhHc {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #cLfHKZBycGWwRcCPVW9tKUt7LQ310yIE {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #HvEHSBxHtcXkmVz7wb9cpLtluipXxhzD {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #dTakfLZqitix0lRFnToiCuholxhXTHy3 {  }
 }@media only screen and (max-width: 763px) { #EUQ452AF0JScy8fBX0DhTTDvakKX2m9Z { display:block; }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #UNUS6xa3b7uwGAsrf5LArDyWXlZL1Htp {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #BGBqIPWrbNMJUxyd3G6DTptAbnGuHArK {  }
 }@media only screen and (max-width: 763px) { #mkTPGzTOb83XdAeWoxP5ryVUAFNQiM7z { top:15.4375rem;left:15.9375rem;width:31.8125rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByCfZwnIUaaqPVxQR2MUvoh4xQLU9Zth { top:40.875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK9NrNqNuXcRNebyt7hieRuZAsmGQrOg { top:21.4375rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ99RZPN0oGNWB4pPnebE7ebEaMOyMra { top:34.625rem;left:18.46875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN9uTvlp9LM5QQF66QaRpuWoIuwJvBOS { display:block; }
 }@media only screen and (max-width: 763px) { #b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi { display:block; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5kuDJTveC5zIP5WugJl8pdHibKwzbIt { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1ybkbA31yPKJG0vBT8S5SlZUmc5TpsB { top:1.5625rem;left:6.0625rem;width:35.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzGDOlK7rQ1u30C8eASkUPPvXAzBZ1P { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgoVBFKkwJJEPIpGe9A8HxbXUpuEvQxt { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGTo3ecIUEPvVXS0IWpmB4C34fQKBg1g { top:1.875rem;left:8.9375rem;width:29.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3Npu17TDrwr5bwbohXThwDN9MftCqz { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXg7KC5St8eakMcQszdFg9JgEqzCbZJw { top:16.0625rem;left:0rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6o2aecALgyt8lMtVKXzi1nmt4aJZ2c { top:17.3125rem;left:5.9375rem;width:12rem;height:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfs8CKOiHni7eznwEPpVFcRTRVGQ4faW { top:19.375rem;left:0rem;width:9rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFPRuHTFDAmHFOUg8wKtA7OhW2MPwZT { width:9.25rem;height:2.5625rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4TSLS0JTswUVvJp2s2sb5v5NQEkZftC { display:block; }
 }@media only screen and (max-width: 763px) { #g60tddve12K50ZUqauXf37zXCsmLkxmT { top:16.0625rem;left:22.5rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1H2c0g813dbyCddh1MJc6dLnusJDzHa { top:21.75rem;left:30.6875rem;width:17.0625rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ2KR0S171OOQcr8Oq4ifVkVdq4v4hTp { top:19.375rem;left:27.1875rem;width:7.625rem;height:3.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8GfkaIrV23d4xk9aRvUN4maHqgScvnu { width:9.25rem;height:2.5625rem;top:29.1875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8UK7aFdNfww6tPTyzswx2wegAKoeTVi { display:block; }
 }@media only screen and (max-width: 763px) { #g7hafUG6RRWIwPZMJlt7Q4NJT1TIUAb2 { top:24.9375rem;left:28.59375rem;width:3.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn9ce2fx3TD0aCXdsEhi8StGC4FJBO8y { top:8.25rem;left:4.0576171875rem;width:40.8125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwhLJWC7Hracp0T52Fn03QEKF8vi1a3c { top:25.3125rem;left:0rem;width:5.0625rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRT24ZfObonOs6JazOLzby3AVJXqmRJI { top:22.375rem;left:27.1875rem;width:8.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXLkfVCJgSCCmTLAqFqmESFZTUDZSeIO { top:23.9375rem;left:28.59375rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQJIM9iotovT0DNOZ2Ez8koN43Lzq1Vm { top:22.5625rem;left:0rem;width:9.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBikc5Ssvt7DaHTADKNlQQruSkv888o9 { top:24rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cqyCTSqr4lTBFCd3hWzZaS0IopyivT { top:18.625rem;left:30.6875rem;width:17.0625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWcroSS4NWM7ie6L1oCfGhaWW5zLgLoQ { top:19.375rem;left:17.8125rem;width:1.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOotCA5sCJgxIu05bvTiQy2cais4J3A { top:34.6875rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVKwgRk2WZHPZ1vOeXp0mcNySIA2hHz2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZM5bfJHFpgovCFJ3RDPprDgFxIqAOrdG { top:38.0625rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1KiOXg74tEiEcCEF2ApBbT3WSMpuArl { display:block; }
 }@media only screen and (max-width: 763px) { #GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk { display:block; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqtcdGJp85mSJQv6syQ0SSS95HorlO2T { top:7.8125rem;left:36.6875rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ28gtClRw9pLI321RZKXXE8OrrsEyq { top:8.875rem;left:36.625rem;width:11.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N302X3ezQTRsGMavaqPpFkcaw5Ze9H9P { top:10.75rem;left:36.625rem;width:11.125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVDdoDkxsa0H40rq2yVUat7xR6GP1JxQ { top:26.8125rem;left:18.375rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwqSxXxhE4wmr0pN475AuNIOBt5BVTrT { top:10rem;left:0rem;width:11.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BAvyiZCiZ1LzezRrJMTyCtJNFpVDBn { top:8.4375rem;left:0rem;width:11.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5fVEG7Piq0nO21k6FPwHmElwmbil6eS { top:13.8125rem;left:40.6875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oooamCrsFQhLcmdFQ6KAQba3q9MSr0Rh { display:block; }
 }@media only screen and (max-width: 763px) { #yhpWITlKyaSHOy533xTyD0OW0BryJpLD { top:13.5625rem;left:0rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8DrFoOJNg9ITaBkSyUOgmyzz2RCweLI { display:block; }
 }@media only screen and (max-width: 763px) { #OZ2cFLhkZ9oavXTN7Of9ynOa09EfurNm { top:7.3125rem;left:0rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XklRkiZLg1KqrKWTvdIeek7teVe9gqkr { top:28.75rem;left:38.6875rem;width:9.0625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0hh9dLaDOTVUTOs2WRiOkM0x8Wf3wRO { top:32.5rem;left:40.6875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWI4lDnw3b9oaaeJhVkS2OskOgJC56IX { display:block; }
 }@media only screen and (max-width: 763px) { #G1RqIsFtfDz3aZRid355OiV47RMxBNIq { top:26.5rem;left:36.6875rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leXKzFLZCJAiDRrvkwylqG8Wnvoh8VCS { top:27.9375rem;left:18.375rem;width:11.0625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uItKbb6LFoyGyODlTrDGR1M5e2g8smWI { top:30.6875rem;left:18.375rem;width:11.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoiQ3OiDTgQKHdND3BJdiITeVkaadH8M { top:0.4375rem;left:15.84375rem;width:16.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHKyStNtHUUJKJ4104XEhEVsC3XFRuoH { display:block; }
 }@media only screen and (max-width: 763px) { #S8sMMU60LhSb1TTsQF2sVCZMzQHZVD20 { top:32.8125rem;left:20.375rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6UsRIi3z3z6hwyglRW58TDoea16wMiZ { display:block; }
 }@media only screen and (max-width: 763px) { #cmkETxPhDeZHCbQqaDEGNqgz1x3Hiofi { top:46.0625rem;left:18.4375rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfQZ9MTyXF314ygrnFaXqGg7C5ApX44M { top:9.0625rem;left:25.375rem;width:11.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8tbro9IKC1oOM5SqTCOIcevWAR8UsW { top:10.625rem;left:25.5625rem;width:11.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tABiHyTvV0xaBeQzHIHbs258ALHnbegT { top:28.1875rem;left:0rem;width:10.25rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoQoTJDwoNn45nRoZZA7TnaeSwsW32H6 { top:26.5625rem;left:0rem;width:11.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbkxNV9DDuTSWE8MXXJ8AC2GOP4ZTrhp { top:32.75rem;left:0rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma0duN3tCDWzGCeAqM2CqHxa9gk8AcfZ { display:block; }
 }@media only screen and (max-width: 763px) { #xDTevcVhZF3cWsZ8Oe0uStNLdSCQBzor { top:13.9375rem;left:27.625rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBIop7cIdSOrLa95DRllue2APsgpJnSz { display:block; }
 }@media only screen and (max-width: 763px) { #DfbNqbwAGDsahlIzeniEqhPlkOlrOQgH { top:7.9375rem;left:25.625rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxzWNJQ7HDSP0WNrCIWm3ZZ3yFvrAInk { top:52.0625rem;left:20.4375rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXsTCTrqXztTcOUtNx3od5ekOSNuMhBK { display:block; }
 }@media only screen and (max-width: 763px) { #GL9mlFrHkt8F5st3HtwFvISihzv60M2x { top:48.125rem;left:18.625rem;width:10.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwXvpTRLAChrnT8wqB9s90OOfo6ciUdi { top:45.125rem;left:0rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EumqEiK19RzzuBZhBqfEUcQ1HITrfJ28 { top:47.4375rem;left:0rem;width:10.25rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inJkuDnTT9BLNDqBf8XKw7AzIzwBN17R { top:51.0625rem;left:0rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrT4ttUeaDUhq5OnTi7ikSaqnGWJvsQT { display:block; }
 }@media only screen and (max-width: 763px) { #LpDiM9yf8zpeUI0RQNLvrt3k1cl0xdPp { top:15.125rem;left:40.6875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE1B16MNXT6ehtUbnuT8vmTVbo3mNTd0 { display:block; }
 }@media only screen and (max-width: 763px) { #frVg3IwOil2NFoGMLlMtXu3lLaQTS5Da { top:21.3125rem;left:35.5625rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfATgwCaGv5BpNlnlJneoXIGr7PaTOn4 { top:45.125rem;left:36.6875rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTK4JlQAt37OFpqbrvsklr7dSpfwwEh { top:46.0625rem;left:36.6875rem;width:11.0625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy38I4zBJNB36CVmXDqQUbuWlLDRQdod { top:47.9375rem;left:36.6875rem;width:11.0625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDR7gaIAgrZ1KQaThT5lJlmx88GyEIFq { top:51.125rem;left:40.6875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6lz9t1csCa7ha3bRmRiE6rbBiMv6zTO { display:block; }
 }@media only screen and (max-width: 763px) { #ncF42QTSJFMOFp6OnM7n8dSZ4cHJIyv0 { top:7.9375rem;left:8.875rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMxw60XZWqyskwP36pTtAQERQFekRThl { top:9.75rem;left:8.875rem;width:11.0625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X99MXDfm1H8H5KB1uBV1l3FPflPBktfq { top:13.9375rem;left:10.875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOTec79iWbPBhzLclfTF3xLotL9IOJL { display:block; }
 }@media only screen and (max-width: 763px) { #LO6qvuvlWnDgC1L41fd3RbqJBGCRmTmE { top:58rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrGt5gPeTN75yb03s8RTxJIdaR5opJgs { display:block; }
 }@media only screen and (max-width: 763px) { #nrF4RQC7L3V0DmBq4PURSuFzJKeLSp4W { top:38.0625rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBK0l5c8vANThOIfId0h7kACazhCooAA { display:block; }
 }@media only screen and (max-width: 763px) { #tA2n0NNlGdV3m33nTHryIKSwOFn0WnN6 { top:20.0625rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuw5lxu4oHNAlv89ozuXTIFkT1cOPWKd { display:block; }
 }@media only screen and (max-width: 763px) { #OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 { display:block; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETte9B5Qoralpp2Zl7gh8RbMeAwzu3aA { width:31.4375rem;height:2.1875rem;top:0.875rem;left:16.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeIaTgwnClnrMSdirTkNyIQi7iqBpH9U { width:19.9375rem;height:1.4375rem;top:4.375rem;left:27.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rncxxFDyqKaU7X3lGnP9XMCuT3nMTEgt { width:13.5625rem;height:1.4375rem;top:6.125rem;left:34.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plhZIzyMl7DBz6atWTpWimbpn7Fs0m6J { width:18.1875rem;height:1.4375rem;top:7.9375rem;left:29.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTOzaVSPG9iaREeE4ZvbyDGq1Iun8RL { width:22rem;height:2.875rem;top:9.75rem;left:25.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ7HdLGNaFNNAdHxROwhELtvA7bMhGWf { width:18.375rem;height:1.4375rem;top:11.5625rem;left:29.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZA6QCmFH9BWu85l0HQ9WLWTJfZUrKF6 { top:14.25rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqaElc21ETisyqPRuaCIoD6RoJTSS08D { top:4rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0SE6RNLhSB7DxG85kiBOlPqzdGhoQNW { top:9.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUE95F17HxukxoeuUT4RP7T2LKi2RxE { top:5.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOezkcg3g8efeApi6dOJvKD17phIFwlr { top:7.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaQlSJTusiECXvGg0GdU0UTsn23e0Evv { top:11.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqeThyhqo7ZpDJha7Hz0C2AoykTTs3Am { top:7.125rem;left:0rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgLkFJJf8h1R2GbxSHP3KPGaB2PC4X1t { display:block; }
 }@media only screen and (max-width: 763px) { #a195CFlmTrmOQVfT88VTXRSit8V7neQV { display:block; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTb2Dvna9hKMXw8DQpQHE33Iqf6wQyKV { top:1.3125rem;left:17.6875rem;width:24.625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9TtAw36KTrI6oSfm2fVwv1Fgvrg48ay { width:30.0625rem;height:;top:4.5625rem;left:17.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsk2iJmxxaXNVec7fziLOcdVhcwU6Sny { top:20.5625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FckTdFaiEQXZPKspoG9qo1Q3B6VMusFG { top:4.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV2TpHL5HgUTwhw9f8KWIZ42lNNfT4b9 { top:6.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyeu0wq6WGCyUmLyST0tH37VTz4zKdwL { top:8.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbJuRtotbzaJfknWrselTUTX1ayLBds { top:13.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bNvBF5ZBLS1Ld1kX4xqQaL20wKUL1M { top:17.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrxkSpvgycp1I6B2AslohISc6vfDH9r9 { top:11.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6AsPbwwRAuVWddTlVzcpSp7Hs9b2zS { top:15.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgJWNTt9SHhvPf2as2fAkX8267uVODXg { display:block; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plsMbqbc6UssavoqQ3xZ0SnnReCtXPhD { width:15.3125rem;height:2.1875rem;top:0.875rem;left:32.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi42v0ttdI5kTJaBbDiK5bGRu1TEQ8n6 { width:26.5rem;height:1.4375rem;top:3.8125rem;left:21.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMPOByaCvzrtb0GicGtQhx6kTZI6tUJI { width:23.75rem;height:2.875rem;top:12.1875rem;left:24rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvaIEOmxbEzmIEm2lrAzNR957gxhinB6 { width:27.5625rem;height:2.875rem;top:16.875rem;left:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9zD3rUURtQ4M0nWirOqcVgviLFUcNBW { top:21.6875rem;left:20.375rem;width:27.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pe8T6XHcLg3SJLnCxf40DIpNFwNyfb { display:block; }
 }@media only screen and (max-width: 763px) { #mvCcV0cxTf4ToTDgBo6XATcRG5PL1NK8 { width:26.5rem;height:1.4375rem;top:6.4375rem;left:21.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3GArQigsiwooupJilcAPZ1FvxGoTek { width:15.875rem;height:1.4375rem;top:9.5625rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftG6QZSwuTT3kbT96NL0gxhaOfrxM2ek { top:28.1875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kapB1tak87Bwym8PEmBFkd5Otmilhnn1 { top:3.875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxBHbJiN4b4GEsMWrUUIwTpnNqcATGdn { top:6.5rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6soNqKFSD5zGLl7DvXQI4W20l2ktJ8B { top:9.625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVzk0LLQquXC2bqIIyrDXiT29yB5CfMI { top:12.25rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLmHMHizBOeOAidwCI7HB1uFGVGtzgMN { top:17.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNV3EQfqfyD1mrIk8lGBWq7vRbHg1ZOU { top:21.8125rem;left:7.21875rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7KgJtst6tT1xJ1PgB3fPxGOOqQKvpoc { display:block; }
 }@media only screen and (max-width: 763px) { #qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB { display:block; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL4eZl23OFVJuDFBVsl1UhD6KfFN1R0k { width:47.75rem;height:15rem;top:4.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VofudTJm46hRo8FxwH0IGLBewCI4z6wx { width:20.5625rem;height:2rem;top:1.5rem;left:27.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB3en78ZhnC0lkWdEF1FXRLU3kgARPFl { top:21.0625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2XNn40GBxCfvi6JoTt7x3NXaZ4QwhWI { top:4.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neAwiPmJlrg178FITZe0xCE2pGuyyc4k { top:6.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6cipJCpGJAJMN0BwOfUFQbLtpbPlKwx { top:8.5rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBNIUnrZHq4ApDNatxle4PF65d0QX0Tm { top:10.25rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgT4E11aUD4Gd7bsSx8vqaBWXSJg5uCT { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3NiISnzGoUTadciDShJo6sTXLl8qpOd { top:14rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRUcyPfRkKBpXJ7nhRyfeCg5sgCFf32d { top:17.75rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqXkGx6VgdTJf1Cfmdwsw3DPD7OdpeIi { top:15.875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUgMV19n8wDOiP1mMmqTAlunAfazoMrK { width:3.125rem;height:0.125rem;top:7.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4cuggN7p4RJzNTHeqlbA2UUw2rrT05h { width:3.125rem;height:0.125rem;top:7.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIKySrseZV7h5NPTzDxQAbzuE0oIEwT { top:13.625rem;left:1.25rem;width:46.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { top:14.6875rem;left:23.0625rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { top:15.625rem;left:44.2783203125rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { width:47.75rem;height:4.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:38.9375rem;height:;top:1.9375rem;left:5.4033203125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { top:18.625rem;left:44.3095703125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { top:22.0625rem;left:44.3095703125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { top:24.8125rem;left:44.3125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5waCyn8GdTdJRdvLTby9w669k4TQNNw { top:18.4375rem;left:10.4375rem;width:34rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { top:22.0625rem;left:2.9375rem;width:41.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { top:24.8125rem;left:1.5rem;width:43.5rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZWSU7OrRaoZZndhmbLsgbW19G9eiKPS { top:16.875rem;left:13.0625rem;width:30.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXUX0ZdX3OSLnzxWDVJqHCD8vgv7ByLV { top:20.4375rem;left:20.375rem;width:22.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { top:1.6875rem;left:6.0013027191162rem;width:33.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { top:15.3125rem;left:19.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:21.5rem;left:14.812501907349rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { top:5.5625rem;left:20.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { top:8.6875rem;left:11.59375rem;width:24.5625rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhJV2aIzvM6I9tTw92ymXH9IZMM5kK0n { top:14.375rem;left:24.8447265625rem;width:11.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Qbc09AE0fxFwzs54Dt32fAvqQpR9XT { display:block; }
 }@media only screen and (max-width: 763px) { #TfaZDraSGnCBRDkf3gOF9SzLcFktoDX7 { top:14.0625rem;left:7.875rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TDX98vKxKTv1lKTf1whirAVkHNBeNs { display:block; }
 }@media only screen and (max-width: 763px) { #V22xixe1La0ew0FIgJsc5MwfB7gNpF9U { display:block; }#V22xixe1La0ew0FIgJsc5MwfB7gNpF9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sI2pywzEVKStakL2ZZcfxMIGKdPAb6MU { top:8.8125rem;left:33.25rem;width:11.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvEJ2AvRIDsg6SRfT6Vy8HZun9reRXfu { top:2.3125rem;left:12.095052719116rem;width:23.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZAgK4ZPNc9WFxn84oHJpcGZcBUX1Eh { top:9.0625rem;left:34.5625rem;width:9.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwFxTR4zr6M3dexQV5X20EK8nCZCuVlD { top:8.9375rem;left:18.4375rem;width:11.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnyokIDPpSSzsaRvxn7gN9ZOlhy0E4hv { top:9.1875rem;left:18.500001907349rem;width:11.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUyI2Cp37Z8XsOyZF9kHST7bdWefH36A { top:9.0625rem;left:2.9375rem;width:12.3125rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXeZB96ePbneJ1hfdlB8T90AJ3TDsfSX { top:9rem;left:3.3125rem;width:11.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8VH0SbtgnsdGdZA6SOtvVpVThyKECVJ { top:12.75rem;left:32.906251907349rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVCxuhvpHn97bD9V5rJzRNo7zyi6xZBm { width:6.8125rem;height:2.8125rem;top:15rem;left:35.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXwabzfb8J2Hldn9EC9Fw7nM9nBfFcOr { display:block; }
 }@media only screen and (max-width: 763px) { #TzXc2LmJBEa9ANaMcPbCgB7nEUtwEg42 { width:6.8125rem;height:2.8125rem;top:14.6875rem;left:20.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiNLxok3gT73JVPOs6k7A4RTnc7pluME { display:block; }
 }@media only screen and (max-width: 763px) { #WLIp6TBKJx9Xy3VJntZD15ebNfH5Ha7E { width:6.8125rem;height:2.8125rem;top:14.75rem;left:5.8125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgR4ZDlAQB1WOIS6BlMIoJseS2gyn6nt { display:block; }
 }@media only screen and (max-width: 763px) { #uNPd5An1MFErfGKJoHS8P3GXmfLGfHrz { top:12.3125rem;left:17.899740219116rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEitaaMV6T1JDsVrtHQCVLOWNZOewwQr { top:12.1875rem;left:2.8437519073486rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvu8WZZPVJcKt7xeK1z5VIkwCTHMBfiI { top:21.1875rem;left:33.5625rem;width:11.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBvKpmmqwZI5cl4sVfM3edOz45OZH0uL { top:21.4375rem;left:34.875rem;width:9.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA8odzKo33UNu7iGqHaSr5ii0xTZNn38 { top:25.125rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhh4WMKauPG4qO6RTtawIJs0FLxgp5i { width:6.8125rem;height:2.8125rem;top:27.375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlBLRGWoIA4fDmHpoDOTCT0nmgxDePdk { display:block; }
 }@media only screen and (max-width: 763px) { #ngGcSqCEK9XRhrkzhXtxJIUtXmqXRyfJ { top:21.1875rem;left:18.4375rem;width:11.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnVmkyl1TrX2g3J3hStyVJOMuZesGTtT { top:21.4375rem;left:19.75rem;width:9.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHczgVzEHLMTCOv4FVUdbJmGTpriudpi { top:25.125rem;left:18.125rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDuUTlB7RWr3VSCSPucafJ9CImdae6u { width:6.8125rem;height:2.8125rem;top:27.4375rem;left:20.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF51oWtg6BK3DKvtsoqnq2SQRFDiw0HD { display:block; }
 }@media only screen and (max-width: 763px) { #cBTsGEKGp9dfDZ6CeyRqlMizccAsmIFX { top:21.1875rem;left:3.1875rem;width:11.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUoHZsSutLcSMFGGbREhx7ERxtCZVWqa { top:21.4375rem;left:4.5rem;width:9.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q159GTJ4MU5mKoc8suqfdq7meKfTHkt4 { top:25.125rem;left:2.875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7MpLCzoBJVDuwXZsPmo5qAsXqJbrcgM { width:6.8125rem;height:2.8125rem;top:27.4375rem;left:5.8125019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIGJQGRX76hLIGXHAqvuPHOU1ba0bEWU { display:block; }
 }@media only screen and (max-width: 763px) { #enTgybrXWJLZFRZ0npxyFdIMdV5FmVUU { top:2.9375rem;left:0rem;width:13.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9qLk64bghfX7Cbo8Cfu57wULTTTMKz6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GJPm8GXwkLDlwAEpSWkszTmTNcur12in { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #999999, #ffffff);background-image: -moz-linear-gradient(180deg, #999999, #ffffff);background-image: -ms-linear-gradient(180deg, #999999, #ffffff);background-image: -o-linear-gradient(180deg, #999999, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #999999, #ffffff);background-size:auto !important;display:block; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container { background-color: transparent; background-image: none; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container > .video-iframe-container { display: none; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row > .video-iframe-container { display: none; }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .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); }#GJPm8GXwkLDlwAEpSWkszTmTNcur12in > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXvEg3Xmw7LHHVTrr0dcDrVcxxPta7po { width:15.625rem;height:4.6875rem;top:1.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3AEc5bXZIop5yNn4VgF7KRUTstJBPSg { width:17.1875rem;height:2.9375rem;top:17rem;left:1.3125rem;background-color:#80e3e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #aHpmVbKmo7XNdwacDkkBfSHobo966IXA { width:17.25rem;height:2.35618125rem;top:17.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-regular-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-text { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-text {padding-top: 0; padding-bottom: 0;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-textarea { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-select { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.1875rem solid #d6d4d4;border-left:0.1875rem solid #d6d4d4;border-right:0.1875rem solid #d6d4d4;border-bottom:0.1875rem solid #d6d4d4;font-weight:700;font-style:normal; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-select {padding-top: 0; padding-bottom: 0;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-input-button { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-checkbox-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .widget-radio-label { text-align:center;text-align-last:center; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f  { width:14.625rem;height:auto;top:19.8125rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f .radio-container { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f {display:block;}#IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f { width:14.625rem;height:auto;top:19.8125rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5; }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #yHeMs1zqZ1q64ypQxpPZfTgO9ApmvQAE {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #Det3Tahp04VfGe7XOtxNBw2ymGOWzmdU {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #SAZH6qu81lhRNOpnU2KSX5oPcZ3oaT5L {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #GXs2gEgLFNa2GaP7NILKRcymItHZXed9 {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #TwzzZfN9SZ4LG9PxrgukQKdddG85EyUG {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #TStDOD1OC2F8VUKTBTRN6wFHf0TuiTQO {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #RidTVLSo8U84mwqHmXUNLL2wZRZLQdzV {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #gLUenB5ZyHNKQvgMiCzbtB3c360TgXXB {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #dhUreGddKwBWTgNeKPAKTNKfF8uTgQyZ {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #FmaTy1qTqAhwILzt5WCQVf3u6BKedtZ8 {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #ROIfHywdEiBgxWyvwEq33yA5egZJTCNS {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #ecOh6KzItaElm8RItf3zOCf8Mw22MhHc {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #cLfHKZBycGWwRcCPVW9tKUt7LQ310yIE {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #HvEHSBxHtcXkmVz7wb9cpLtluipXxhzD {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #dTakfLZqitix0lRFnToiCuholxhXTHy3 {  }
 }@media only screen and (max-width: 763px) { #EUQ452AF0JScy8fBX0DhTTDvakKX2m9Z { display:block; }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #UNUS6xa3b7uwGAsrf5LArDyWXlZL1Htp {  }
 }@media only screen and (max-width: 763px) { #IcSvV11rn54l7oIbQk4ZrHQC2PavEE5f #BGBqIPWrbNMJUxyd3G6DTptAbnGuHArK {  }
 }@media only screen and (max-width: 763px) { #mkTPGzTOb83XdAeWoxP5ryVUAFNQiM7z { width:20rem;height:7.796875rem;top:8.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByCfZwnIUaaqPVxQR2MUvoh4xQLU9Zth { width:20rem;height:0.25rem;top:67.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SK9NrNqNuXcRNebyt7hieRuZAsmGQrOg { width:12.5rem;height:12.5rem;top:49.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ99RZPN0oGNWB4pPnebE7ebEaMOyMra { top:58rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN9uTvlp9LM5QQF66QaRpuWoIuwJvBOS { display:block; }
 }@media only screen and (max-width: 763px) { #b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi { display:block; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi { background-color: transparent; background-image: none; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container > .video-iframe-container { display: none; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row > .video-iframe-container { display: none; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .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); }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi { border-width: 0; border-radius: 0; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container { width:20rem;height:57.6875rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container.adaptive-delivery-prevent-bg, #b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container.lazyload, #b1PEuuMsDv5wsEOyqC9AahTxHEGw6mBi > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Q5kuDJTveC5zIP5WugJl8pdHibKwzbIt { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1ybkbA31yPKJG0vBT8S5SlZUmc5TpsB { width:17.8125rem;height:6.25rem;top:0.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzGDOlK7rQ1u30C8eASkUPPvXAzBZ1P { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EgoVBFKkwJJEPIpGe9A8HxbXUpuEvQxt { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #XGTo3ecIUEPvVXS0IWpmB4C34fQKBg1g { width:12.374rem;height:4.5rem;top:1.9375rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3Npu17TDrwr5bwbohXThwDN9MftCqz { width:4.6875rem;height:0;top:32.855224609375rem;left:5.374755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:100182;display:none; }
 }@media only screen and (max-width: 763px) { #RXg7KC5St8eakMcQszdFg9JgEqzCbZJw { width:19.75rem;height:13.75rem;top:34.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6o2aecALgyt8lMtVKXzi1nmt4aJZ2c { width:11.875rem;height:7.96875rem;top:36.1484375rem;left:6.375rem;font-size:0.9375rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jfs8CKOiHni7eznwEPpVFcRTRVGQ4faW { width:6.375rem;height:2.4375rem;top:38.9140625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFPRuHTFDAmHFOUg8wKtA7OhW2MPwZT { width:9.24925rem;height:2.56225625rem;top:46.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4TSLS0JTswUVvJp2s2sb5v5NQEkZftC { display:block; }
 }@media only screen and (max-width: 763px) { #g60tddve12K50ZUqauXf37zXCsmLkxmT { width:19.75rem;height:13.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1H2c0g813dbyCddh1MJc6dLnusJDzHa { width:11.875rem;height:5.41699375rem;top:19.728515625rem;left:8.125rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQ2KR0S171OOQcr8Oq4ifVkVdq4v4hTp { width:7.25rem;height:2.4375rem;top:18.75rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8GfkaIrV23d4xk9aRvUN4maHqgScvnu { width:9.24925rem;height:2.56225625rem;top:27.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8UK7aFdNfww6tPTyzswx2wegAKoeTVi { display:block; }
 }@media only screen and (max-width: 763px) { #g7hafUG6RRWIwPZMJlt7Q4NJT1TIUAb2 { width:5.06225625rem;height:3.375rem;top:24.4375rem;left:2.625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #kn9ce2fx3TD0aCXdsEhi8StGC4FJBO8y { width:20rem;height:1.923825rem;top:9.84765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PwhLJWC7Hracp0T52Fn03QEKF8vi1a3c { width:5.0625rem;height:3.375rem;top:43.5rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #eRT24ZfObonOs6JazOLzby3AVJXqmRJI { width:6.3125rem;height:2.5996125rem;top:21.875rem;left:1.875rem;font-size:2rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #vXLkfVCJgSCCmTLAqFqmESFZTUDZSeIO { width:6.1875rem;height:0.375rem;top:23.2373046875rem;left:1.25rem;background-color:#020509;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) { #iQJIM9iotovT0DNOZ2Ez8koN43Lzq1Vm { width:6.875rem;height:2.4375rem;top:41.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBikc5Ssvt7DaHTADKNlQQruSkv888o9 { width:6.1875rem;height:0.25rem;top:42.03125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cqyCTSqr4lTBFCd3hWzZaS0IopyivT { width:11.25rem;height:1.9121125rem;top:16.8994140625rem;left:8.125rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWcroSS4NWM7ie6L1oCfGhaWW5zLgLoQ { width:1.8125rem;height:1.54296875rem;top:37.79296875rem;left:17.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOotCA5sCJgxIu05bvTiQy2cais4J3A { top:39.22265625rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVKwgRk2WZHPZ1vOeXp0mcNySIA2hHz2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZM5bfJHFpgovCFJ3RDPprDgFxIqAOrdG { top:52rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #v1KiOXg74tEiEcCEF2ApBbT3WSMpuArl { display:block; }
 }@media only screen and (max-width: 763px) { #GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #999999);background-image: -moz-linear-gradient(180deg, #ffffff, #999999);background-image: -ms-linear-gradient(180deg, #ffffff, #999999);background-image: -o-linear-gradient(180deg, #ffffff, #999999);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999' );";background-image: linear-gradient(180deg, #ffffff, #999999);background-size:auto !important;display:block; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container { background-color: transparent; background-image: none; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container > .video-iframe-container { display: none; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row > .video-iframe-container { display: none; }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .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); }#GryDdepSTVyJcoxPWLnhKBhwTqtqJEOk > .row .container { width:20rem;height:114.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqtcdGJp85mSJQv6syQ0SSS95HorlO2T { width:8.9375rem;height:6.9375rem;top:10.9375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ28gtClRw9pLI321RZKXXE8OrrsEyq { width:9.5rem;height:1.29980625rem;top:11.5rem;left:10.5rem;font-size:1rem;font-family:"mykonos ar";z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #N302X3ezQTRsGMavaqPpFkcaw5Ze9H9P { width:7.875rem;height:2.923825rem;top:13.375rem;left:11.3125rem;font-size:0.75rem;font-family:"mykonos ar";z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #eVDdoDkxsa0H40rq2yVUat7xR6GP1JxQ { width:9rem;height:7.25rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwqSxXxhE4wmr0pN475AuNIOBt5BVTrT { width:9rem;height:2.6806625rem;top:91.8125rem;left:0rem;font-size:0.6875rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #Z7BAvyiZCiZ1LzezRrJMTyCtJNFpVDBn { width:8.75rem;height:1.29980625rem;top:89.3125rem;left:0rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #D5fVEG7Piq0nO21k6FPwHmElwmbil6eS { top:17.6875rem;left:11.75rem;width:7.0625rem;height:1.8125rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #oooamCrsFQhLcmdFQ6KAQba3q9MSr0Rh { display:block; }
 }@media only screen and (max-width: 763px) { #yhpWITlKyaSHOy533xTyD0OW0BryJpLD { top:95.5rem;left:0.875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8DrFoOJNg9ITaBkSyUOgmyzz2RCweLI { display:block; }
 }@media only screen and (max-width: 763px) { #OZ2cFLhkZ9oavXTN7Of9ynOa09EfurNm { width:9.1875rem;height:6.9375rem;top:10.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XklRkiZLg1KqrKWTvdIeek7teVe9gqkr { width:7.6875rem;height:1.94921875rem;top:54.5625rem;left:6.5625rem;font-size:0.75rem;font-family:"mykonos ar";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N0hh9dLaDOTVUTOs2WRiOkM0x8Wf3wRO { top:58.6875rem;left:6.8125rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWI4lDnw3b9oaaeJhVkS2OskOgJC56IX { display:block; }
 }@media only screen and (max-width: 763px) { #G1RqIsFtfDz3aZRid355OiV47RMxBNIq { width:9rem;height:7rem;top:34.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leXKzFLZCJAiDRrvkwylqG8Wnvoh8VCS { width:8.125rem;height:1.3808625rem;top:35.0625rem;left:11.125rem;font-size:1.0625rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #uItKbb6LFoyGyODlTrDGR1M5e2g8smWI { width:8rem;height:0.9746125rem;top:37.8125rem;left:11.25rem;font-size:0.75rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #OoiQ3OiDTgQKHdND3BJdiITeVkaadH8M { top:1.6875rem;left:0.5rem;width:19rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHKyStNtHUUJKJ4104XEhEVsC3XFRuoH { display:block; }
 }@media only screen and (max-width: 763px) { #S8sMMU60LhSb1TTsQF2sVCZMzQHZVD20 { top:40.5625rem;left:11.75rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6UsRIi3z3z6hwyglRW58TDoea16wMiZ { display:block; }
 }@media only screen and (max-width: 763px) { #cmkETxPhDeZHCbQqaDEGNqgz1x3Hiofi { width:9.3125rem;height:6.9375rem;top:53.3125rem;left:5.8125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #zfQZ9MTyXF314ygrnFaXqGg7C5ApX44M { width:8.625rem;height:1.29980625rem;top:11.375rem;left:0.4375rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #uG8tbro9IKC1oOM5SqTCOIcevWAR8UsW { width:7.75rem;height:1.7871125rem;top:14.25rem;left:1.0625rem;font-size:0.6875rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #tABiHyTvV0xaBeQzHIHbs258ALHnbegT { width:8.5625rem;height:2.923825rem;top:36.0625rem;left:0.3125rem;font-size:0.75rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #NoQoTJDwoNn45nRoZZA7TnaeSwsW32H6 { width:9.0625rem;height:6.9375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbkxNV9DDuTSWE8MXXJ8AC2GOP4ZTrhp { top:40.9375rem;left:1.1875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma0duN3tCDWzGCeAqM2CqHxa9gk8AcfZ { display:block; }
 }@media only screen and (max-width: 763px) { #xDTevcVhZF3cWsZ8Oe0uStNLdSCQBzor { top:17.1875rem;left:1.1875rem;width:7.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBIop7cIdSOrLa95DRllue2APsgpJnSz { display:block; }
 }@media only screen and (max-width: 763px) { #DfbNqbwAGDsahlIzeniEqhPlkOlrOQgH { width:11.0625rem;height:6.9375rem;top:64.3125rem;left:4.875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #FxzWNJQ7HDSP0WNrCIWm3ZZ3yFvrAInk { top:70.875rem;left:6.5rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXsTCTrqXztTcOUtNx3od5ekOSNuMhBK { display:block; }
 }@media only screen and (max-width: 763px) { #GL9mlFrHkt8F5st3HtwFvISihzv60M2x { width:10.75rem;height:1.94921875rem;top:67.0625rem;left:4.875rem;font-size:0.75rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #kwXvpTRLAChrnT8wqB9s90OOfo6ciUdi { width:11.0625rem;height:6.9375rem;top:98rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EumqEiK19RzzuBZhBqfEUcQ1HITrfJ28 { width:10.25rem;height:2.111325rem;top:100.3125rem;left:9.4375rem;font-size:0.8125rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #inJkuDnTT9BLNDqBf8XKw7AzIzwBN17R { top:103.625rem;left:10.9375rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrT4ttUeaDUhq5OnTi7ikSaqnGWJvsQT { display:block; }
 }@media only screen and (max-width: 763px) { #LpDiM9yf8zpeUI0RQNLvrt3k1cl0xdPp { top:17.6875rem;left:4.3125rem;width:7.0625rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KE1B16MNXT6ehtUbnuT8vmTVbo3mNTd0 { display:block; }
 }@media only screen and (max-width: 763px) { #frVg3IwOil2NFoGMLlMtXu3lLaQTS5Da { width:3rem;height:0.25rem;top:20.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfATgwCaGv5BpNlnlJneoXIGr7PaTOn4 { width:11.0625rem;height:6.9375rem;top:81.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTK4JlQAt37OFpqbrvsklr7dSpfwwEh { width:11.0625rem;height:1.3808625rem;top:82.3125rem;left:8.9375rem;font-size:1.0625rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #fy38I4zBJNB36CVmXDqQUbuWlLDRQdod { width:11.0625rem;height:0.9746125rem;top:84.1875rem;left:8.9375rem;font-size:0.75rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #QDR7gaIAgrZ1KQaThT5lJlmx88GyEIFq { top:87.375rem;left:10.9375rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6lz9t1csCa7ha3bRmRiE6rbBiMv6zTO { display:block; }
 }@media only screen and (max-width: 763px) { #ncF42QTSJFMOFp6OnM7n8dSZ4cHJIyv0 { width:11.0625rem;height:6.9375rem;top:22.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMxw60XZWqyskwP36pTtAQERQFekRThl { width:11.0625rem;height:2.76171875rem;top:24rem;left:4.5rem;font-size:1.0625rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #X99MXDfm1H8H5KB1uBV1l3FPflPBktfq { top:28.1875rem;left:6.5rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOTec79iWbPBhzLclfTF3xLotL9IOJL { display:block; }
 }@media only screen and (max-width: 763px) { #LO6qvuvlWnDgC1L41fd3RbqJBGCRmTmE { top:73.8125rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrGt5gPeTN75yb03s8RTxJIdaR5opJgs { display:block; }
 }@media only screen and (max-width: 763px) { #nrF4RQC7L3V0DmBq4PURSuFzJKeLSp4W { top:45.5rem;left:2.625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBK0l5c8vANThOIfId0h7kACazhCooAA { display:block; }
 }@media only screen and (max-width: 763px) { #tA2n0NNlGdV3m33nTHryIKSwOFn0WnN6 { top:108.125rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuw5lxu4oHNAlv89ozuXTIFkT1cOPWKd { display:block; }
 }@media only screen and (max-width: 763px) { #OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 { background-color:rgba(7,66,116,0.31);background-image:none;border-top:0rem dashed #ffffff;border-left:0rem dashed #ffffff;border-right:0rem dashed #ffffff;border-bottom:0rem dashed #ffffff;display:block; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container { background-color: transparent; background-image: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container > .video-iframe-container { display: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row > .video-iframe-container { display: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .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); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container { border-width: 0; border-radius: 0; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETte9B5Qoralpp2Zl7gh8RbMeAwzu3aA { width:18.5625rem;height:5rem;top:1.75rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#fee179;line-height:1.6;font-weight:700;font-style:normal;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #GeIaTgwnClnrMSdirTkNyIQi7iqBpH9U { width:18rem;height:1.5rem;top:8.8125rem;left:0.1875rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#dfdfdf;line-height:1.6;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #rncxxFDyqKaU7X3lGnP9XMCuT3nMTEgt { width:14.5rem;height:1.5rem;top:11.125rem;left:3.6875rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#dfdfdf;line-height:1.6;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #plhZIzyMl7DBz6atWTpWimbpn7Fs0m6J { width:16.875rem;height:1.5rem;top:13.625rem;left:1.34375rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#dfdfdf;line-height:1.6;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #hsTOzaVSPG9iaREeE4ZvbyDGq1Iun8RL { width:18.1875rem;height:1.5rem;top:16rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#dfdfdf;line-height:1.6;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #wZ7HdLGNaFNNAdHxROwhELtvA7bMhGWf { width:10.5rem;height:1.5rem;top:18.3125rem;left:7.6875rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#dfdfdf;line-height:1.6;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #MZA6QCmFH9BWu85l0HQ9WLWTJfZUrKF6 { width:20rem;height:0.25rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqaElc21ETisyqPRuaCIoD6RoJTSS08D { width:1.875rem;height:1.875rem;top:8.5625rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b0SE6RNLhSB7DxG85kiBOlPqzdGhoQNW { width:1.875rem;height:1.875rem;top:13.4375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FTUE95F17HxukxoeuUT4RP7T2LKi2RxE { width:1.875rem;height:1.875rem;top:10.9375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gOezkcg3g8efeApi6dOJvKD17phIFwlr { width:1.875rem;height:1.875rem;top:15.8125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BaQlSJTusiECXvGg0GdU0UTsn23e0Evv { width:1.875rem;height:1.875rem;top:18.125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cqeThyhqo7ZpDJha7Hz0C2AoykTTs3Am { top:21.5625rem;left:2.96875rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgLkFJJf8h1R2GbxSHP3KPGaB2PC4X1t { display:block; }
 }@media only screen and (max-width: 763px) { #a195CFlmTrmOQVfT88VTXRSit8V7neQV { background-color:rgba(7,66,116,0.81);background-image:none;display:block; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { background-color: transparent; background-image: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container > .video-iframe-container { display: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row > .video-iframe-container { display: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .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); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTb2Dvna9hKMXw8DQpQHE33Iqf6wQyKV { width:16.1875rem;height:4.6875rem;top:0rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#fee179;display:block; }
 }@media only screen and (max-width: 763px) { #A9TtAw36KTrI6oSfm2fVwv1Fgvrg48ay { width:18rem;height:16.875rem;top:5.0625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hsk2iJmxxaXNVec7fziLOcdVhcwU6Sny { width:20rem;height:0.25rem;top:29.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FckTdFaiEQXZPKspoG9qo1Q3B6VMusFG { width:1.875rem;height:1.875rem;top:5.0625rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GV2TpHL5HgUTwhw9f8KWIZ42lNNfT4b9 { width:1.875rem;height:1.875rem;top:8.8125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lyeu0wq6WGCyUmLyST0tH37VTz4zKdwL { width:1.875rem;height:1.875rem;top:10.8125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ufbJuRtotbzaJfknWrselTUTX1ayLBds { width:1.875rem;height:1.875rem;top:16.3125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P1bNvBF5ZBLS1Ld1kX4xqQaL20wKUL1M { width:1.875rem;height:1.875rem;top:20.125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TrxkSpvgycp1I6B2AslohISc6vfDH9r9 { width:1.875rem;height:1.875rem;top:12.4375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6AsPbwwRAuVWddTlVzcpSp7Hs9b2zS { width:1.875rem;height:1.875rem;top:18.1875rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SgJWNTt9SHhvPf2as2fAkX8267uVODXg { background-color:rgba(7,66,116,0.31);background-image:none;display:block; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { background-color: transparent; background-image: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container > .video-iframe-container { display: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row > .video-iframe-container { display: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .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); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plsMbqbc6UssavoqQ3xZ0SnnReCtXPhD { width:20rem;height:2.5rem;top:1.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#fee179;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Zi42v0ttdI5kTJaBbDiK5bGRu1TEQ8n6 { width:6.125rem;height:1.5rem;top:4.60546875rem;left:11.625rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffeae3;line-height:1.6;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; }
 }@media only screen and (max-width: 763px) { #OMPOByaCvzrtb0GicGtQhx6kTZI6tUJI { width:17.9375rem;height:3rem;top:11.333984375rem;left:0.0625rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffeae3;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MvaIEOmxbEzmIEm2lrAzNR957gxhinB6 { width:17.5625rem;height:3rem;top:15.521484375rem;left:0.5rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffeae3;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #S9zD3rUURtQ4M0nWirOqcVgviLFUcNBW { top:20.05859375rem;left:0.625rem;width:19rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pe8T6XHcLg3SJLnCxf40DIpNFwNyfb { display:block; }
 }@media only screen and (max-width: 763px) { #mvCcV0cxTf4ToTDgBo6XATcRG5PL1NK8 { width:14.6875rem;height:1.5rem;top:6.74609375rem;left:3.25rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffeae3;line-height:1.6;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; }
 }@media only screen and (max-width: 763px) { #Rq3GArQigsiwooupJilcAPZ1FvxGoTek { width:13.9375rem;height:1.5rem;top:9.05859375rem;left:4.0625rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffeae3;line-height:1.6;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; }
 }@media only screen and (max-width: 763px) { #ftG6QZSwuTT3kbT96NL0gxhaOfrxM2ek { width:20rem;height:0.25rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kapB1tak87Bwym8PEmBFkd5Otmilhnn1 { width:1.875rem;height:1.875rem;top:4.625rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sxBHbJiN4b4GEsMWrUUIwTpnNqcATGdn { width:1.875rem;height:1.875rem;top:6.75rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T6soNqKFSD5zGLl7DvXQI4W20l2ktJ8B { width:1.875rem;height:1.875rem;top:8.9375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sVzk0LLQquXC2bqIIyrDXiT29yB5CfMI { width:1.875rem;height:1.875rem;top:11.375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BLmHMHizBOeOAidwCI7HB1uFGVGtzgMN { width:1.875rem;height:1.875rem;top:15.5625rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HNV3EQfqfyD1mrIk8lGBWq7vRbHg1ZOU { top:26rem;left:2.96875rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7KgJtst6tT1xJ1PgB3fPxGOOqQKvpoc { display:block; }
 }@media only screen and (max-width: 763px) { #qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB { display:block; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL4eZl23OFVJuDFBVsl1UhD6KfFN1R0k { width:17.375rem;height:37.5rem;top:4.5625rem;left:0.515625rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:2.5;color:#e5e7f1;display:block; }
 }@media only screen and (max-width: 763px) { #VofudTJm46hRo8FxwH0IGLBewCI4z6wx { width:20rem;height:2.03125rem;top:1.435546875rem;left:0.01611328125rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#fee179;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XB3en78ZhnC0lkWdEF1FXRLU3kgARPFl { width:20rem;height:0.25rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2XNn40GBxCfvi6JoTt7x3NXaZ4QwhWI { width:1.875rem;height:1.875rem;top:9.375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #neAwiPmJlrg178FITZe0xCE2pGuyyc4k { width:1.875rem;height:1.875rem;top:14.125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k6cipJCpGJAJMN0BwOfUFQbLtpbPlKwx { width:1.875rem;height:1.875rem;top:18.625rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RBNIUnrZHq4ApDNatxle4PF65d0QX0Tm { width:1.875rem;height:1.875rem;top:23.375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TgT4E11aUD4Gd7bsSx8vqaBWXSJg5uCT { width:1.875rem;height:1.875rem;top:25.8125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X3NiISnzGoUTadciDShJo6sTXLl8qpOd { width:1.875rem;height:1.875rem;top:30.3125rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cRUcyPfRkKBpXJ7nhRyfeCg5sgCFf32d { width:1.875rem;height:1.875rem;top:34.9375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UqXkGx6VgdTJf1Cfmdwsw3DPD7OdpeIi { width:1.875rem;height:1.875rem;top:4.875rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUgMV19n8wDOiP1mMmqTAlunAfazoMrK { width:3.125rem;height:0.125rem;top:3.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4cuggN7p4RJzNTHeqlbA2UUw2rrT05h { width:3.125rem;height:0.125rem;top:3.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIKySrseZV7h5NPTzDxQAbzuE0oIEwT { width:20rem;height:19.3125rem;top:9.8125rem;left:-0.009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { width:15.1875rem;height:1.3808625rem;top:11.8125rem;left:1.900390625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { width:1.9375rem;height:1.9375rem;top:11.75rem;left:16.962890625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { width:19.9375rem;height:4.142575rem;top:4.818359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#f3daeb;display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:19.8125rem;height:2.03125rem;top:0.5625rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#fee179;display:block; }
 }@media only screen and (max-width: 763px) { #T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { width:1.75rem;height:1.75rem;top:15.0654296875rem;left:17.087890625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { width:1.75rem;height:1.9375rem;top:19.7529296875rem;left:17.119140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { width:1.75rem;height:1.8125rem;top:23.5rem;left:17.119140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5waCyn8GdTdJRdvLTby9w669k4TQNNw { width:17.75rem;height:2.76171875rem;top:15.0654296875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { width:17.25rem;height:2.76171875rem;top:19.6904296875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { width:15.0625rem;height:4.142575rem;top:23.0029296875rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZWSU7OrRaoZZndhmbLsgbW19G9eiKPS { width:20rem;height:0.89355625rem;top:13.6875rem;left:-0.009765625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXUX0ZdX3OSLnzxWDVJqHCD8vgv7ByLV { width:15.6875rem;height:0.89355625rem;top:18.376953125rem;left:4.3017578125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { width:18.6875rem;height:4.7109375rem;top:1.4375rem;left:0.65625005960463rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { width:12.5rem;height:1.29980625rem;top:19.0625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { width:20rem;height:1.13671875rem;top:25.17578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { width:3.125rem;height:3.125rem;top:6.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { width:20rem;height:4.62890625rem;top:8.8115234375rem;left:-0.0029296875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhJV2aIzvM6I9tTw92ymXH9IZMM5kK0n { top:14.0615234375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9Qbc09AE0fxFwzs54Dt32fAvqQpR9XT { display:block; }
 }@media only screen and (max-width: 763px) { #TfaZDraSGnCBRDkf3gOF9SzLcFktoDX7 { top:16.6748046875rem;left:2.96875rem;width:14.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TDX98vKxKTv1lKTf1whirAVkHNBeNs { display:block; }
 }@media only screen and (max-width: 763px) { #V22xixe1La0ew0FIgJsc5MwfB7gNpF9U { background-color:rgba(212,217,223,0.5);background-image:none;display:none; }#V22xixe1La0ew0FIgJsc5MwfB7gNpF9U > .row .container { width:20rem;height:66.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sI2pywzEVKStakL2ZZcfxMIGKdPAb6MU { width:11.5625rem;height:6rem;top:25.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvEJ2AvRIDsg6SRfT6Vy8HZun9reRXfu { width:20rem;height:2.5625rem;top:0.62499523162842rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZAgK4ZPNc9WFxn84oHJpcGZcBUX1Eh { width:9.1875rem;height:3.25rem;top:25.5rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwFxTR4zr6M3dexQV5X20EK8nCZCuVlD { width:11.5625rem;height:5.5625rem;top:15.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnyokIDPpSSzsaRvxn7gN9ZOlhy0E4hv { width:11.5rem;height:3.25rem;top:16.0625rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUyI2Cp37Z8XsOyZF9kHST7bdWefH36A { width:12.3125rem;height:3.25rem;top:5.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXeZB96ePbneJ1hfdlB8T90AJ3TDsfSX { width:11.5625rem;height:5.5625rem;top:5.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8VH0SbtgnsdGdZA6SOtvVpVThyKECVJ { width:12.5rem;height:1.625rem;top:29.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVCxuhvpHn97bD9V5rJzRNo7zyi6xZBm { width:6.8125rem;height:2.8125rem;top:31.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXwabzfb8J2Hldn9EC9Fw7nM9nBfFcOr { display:block; }
 }@media only screen and (max-width: 763px) { #TzXc2LmJBEa9ANaMcPbCgB7nEUtwEg42 { width:6.8125rem;height:2.8125rem;top:21.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiNLxok3gT73JVPOs6k7A4RTnc7pluME { display:block; }
 }@media only screen and (max-width: 763px) { #WLIp6TBKJx9Xy3VJntZD15ebNfH5Ha7E { width:6.8125rem;height:2.8125rem;top:11.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgR4ZDlAQB1WOIS6BlMIoJseS2gyn6nt { display:block; }
 }@media only screen and (max-width: 763px) { #uNPd5An1MFErfGKJoHS8P3GXmfLGfHrz { width:12.5rem;height:1.625rem;top:19.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEitaaMV6T1JDsVrtHQCVLOWNZOewwQr { width:12.5rem;height:1.625rem;top:9.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvu8WZZPVJcKt7xeK1z5VIkwCTHMBfiI { width:11.5625rem;height:6rem;top:56.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBvKpmmqwZI5cl4sVfM3edOz45OZH0uL { width:9.1875rem;height:3.25rem;top:59.3125rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA8odzKo33UNu7iGqHaSr5ii0xTZNn38 { width:12.5rem;height:1.625rem;top:57.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhh4WMKauPG4qO6RTtawIJs0FLxgp5i { width:6.8125rem;height:2.8125rem;top:52.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlBLRGWoIA4fDmHpoDOTCT0nmgxDePdk { display:block; }
 }@media only screen and (max-width: 763px) { #ngGcSqCEK9XRhrkzhXtxJIUtXmqXRyfJ { width:11.5625rem;height:6rem;top:46.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnVmkyl1TrX2g3J3hStyVJOMuZesGTtT { width:9.1875rem;height:3.25rem;top:48.8125rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHczgVzEHLMTCOv4FVUdbJmGTpriudpi { width:12.5rem;height:1.625rem;top:46.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDuUTlB7RWr3VSCSPucafJ9CImdae6u { width:6.8125rem;height:2.8125rem;top:62.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF51oWtg6BK3DKvtsoqnq2SQRFDiw0HD { display:block; }
 }@media only screen and (max-width: 763px) { #cBTsGEKGp9dfDZ6CeyRqlMizccAsmIFX { width:11.5625rem;height:6rem;top:35.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUoHZsSutLcSMFGGbREhx7ERxtCZVWqa { width:9.1875rem;height:3.25rem;top:37.3125rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q159GTJ4MU5mKoc8suqfdq7meKfTHkt4 { width:12.5rem;height:1.625rem;top:35.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7MpLCzoBJVDuwXZsPmo5qAsXqJbrcgM { width:6.8125rem;height:2.8125rem;top:40.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIGJQGRX76hLIGXHAqvuPHOU1ba0bEWU { display:block; }
 }@media only screen and (max-width: 763px) { #enTgybrXWJLZFRZ0npxyFdIMdV5FmVUU { top:53.6640625rem;left:3.21875rem;width:13.5625rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9qLk64bghfX7Cbo8Cfu57wULTTTMKz6 { display:block; }
 }