.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #39618b, #4751a5);background-image: -moz-linear-gradient(180deg, #39618b, #4751a5);background-image: -ms-linear-gradient(180deg, #39618b, #4751a5);background-image: -o-linear-gradient(180deg, #39618b, #4751a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39618b', endColorstr='#4751a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39618b', endColorstr='#4751a5' );";background-image: linear-gradient(180deg, #39618b, #4751a5);background-size:auto !important;position:relative;display:block; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container { background-color: transparent; background-image: none; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container > .video-iframe-container { display: none; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row > .video-iframe-container { display: none; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .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); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container { border-width: 0; border-radius: 0; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row > .video-iframe-container {  }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#CElEB5OHboesTXABrUVMQFgXEhs59gqN { 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.375rem;left:23.03125rem;overflow:hidden;display:block; }
#fwEcUbqvNXu21qyqfaIoWCnexb31E81H { 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.4716796875rem;left:0rem;display:block; }
#A0tGk0VBk7h11Q7HGrR9MU19o9J8Side { 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:1.0625rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-form-header { font-size:0.875rem; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-container:first-of-type{padding-top:0;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-container:last-of-type{padding-bottom:0;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO  { background-color:rgba(227,192,201,0.97);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:0.0625rem;top:6.75rem;z-index:100012;position:absolute;font-size:0.875rem; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.8125rem;display:block;vertical-align:top; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO {display:block;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO { background-color:rgba(227,192,201,0.97);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:0.0625rem;top:6.75rem;z-index:100012;position:absolute;font-size:0.875rem; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #zpyZaHfJaqz4ZZbG1a8MPwTu1OlW9nJT { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #z3mscJeO4aPD8gogDhK2Ay7PMKWcBMtF { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #qJmvrVsmwMywBxpQlXaFpTHRG1uxFucv { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #gt4x06tovqhmkHkOyZd5WIKGiOB5GIJT { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #vBfd4BsDWmxFAm54ZmZpQdpacinF5t8i { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #okln1W1MMAJf2IFpinIasEsuTM8B9xyg { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #s55Qd8R8XqPQMPSEoOdHg9oSpqNRPevv { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #n6WxPTLQ62v5CJZdn8OB5GCgcwwqHWyq { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #T8gZR3JKTu47SSZAlkopsiRpLMRFZs2U { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #kIDJ61Pm1CtZAOD9aT0vkc4WyoNRltwI { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #kp35BZ4q0WcnixQP8x4J8WWEcuG0TOlQ { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #r7JJrQ5l3GBXVNpAD5SpRUTZSEwaEV9r { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #vB8pow906SmTzgvB2QN1nu2bNHTrrSor { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #oUbGH6dNUbqT15itGvGbA7dM5MMoshWg { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #Vus2Ai38bt6grtVXIZTNpzEMM6Sb2K9X { position:relative; }
#c7q4XmKhDGGdnFtW7izJxDxQbhbSh9IW { position:relative;display:block; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #MawgAuJSl5rnfrMPdJQVr412UovgItgM { position:relative; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #GsT9617S4EJ6QX8TV1L7bTiWfMcZLBP5 { position:relative; }
#vwbqQNiB1hdDVvi91FAKwXC0q2vBwnbN { color:#0e193d;display:block;width:17.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:11.625rem;left:20.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qluHgkSs1paWupVsKTXEMKqvkiXb0R99 { 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.9375rem;left:3rem;display:block; }
#SbQsENxO07CB8HnHgGD2ewvdXpgVk9en { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:20.9375rem;left:19.3125rem;overflow:hidden;display:block; }
#Tdtn3ZW5voXcnn9R5JdErCM0tz7SkecW { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.4375rem #d2d8e6 ;height:31.3125rem;width:34.25rem;top:9.625rem;left:19.3125rem;overflow:hidden;display:block; }
#nQ99RZPN0oGNWB4pPnebE7ebEaMOyMra { z-index:100003;top:42.125rem;left:21.875rem;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; }
#B5ToruewmHXWgx3SoRIF6K4t0W88bizf { position:absolute;display:block;z-index:100181;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:11.25rem;top:29.5625rem;left:19.3125rem;overflow:hidden;display:block; }
#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(7,66,116,0.52);background-image:none;position:relative;display:block; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container { background-color: transparent; background-image: none; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container > .video-iframe-container { display: none; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row > .video-iframe-container { display: none; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .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); }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container { border-width: 0; border-radius: 0; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row > .video-iframe-container {  }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container { font-size:0.875rem;font-family:arial;height:139.75rem;width:60rem;position:relative;display:block; }#XllP9D5thitJRBZgTTAXNT2OGaUsLa9N { 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:28.1875rem;left:3.0625rem;display:none; }
#z6TNxkXp6WmwqKbWITf54S8eN2KzTd2B { color:#9d2b2b;display:block;width:11.125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCzZ1pVpkHXHLwuea1ufRWbGkA5LIyAs { color:#011d2f;display:block;width:17.375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:57.75rem;left:2.3125rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tel3bqDw0cpV8dZF50Mr67InQilfUwlJ { 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:43.8125rem;left:23.1875rem;display:none; }
#yNEAxctnZOTFTwORW5A14PE4c1FvkGge { color:#011d2f;display:block;width:16.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:14.625rem;left:3.6875rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbO8OfMhoAcIoh9n5RTdA90FyipCsMg6 { color:#9d2b2b;display:block;width:11.125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:6rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rsqg4QDo4Tvn4R6Tndh83A9IDEn02oTJ { z-index:100012;top:60.5rem;left:6.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; }
#Mc3LCtWEyRVTQqGq0GS8kkXkJ3wpZ003 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w1QFHHK4Awx9NBuoNW2lMVFuJaVbGi5W { z-index:100016;top:19.875rem;left:8.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:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T7s0VillEH1mVMba5F9qTiuRc5U7UBiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZkHLn1r4w69k1f1pQ8xtQRbRqMp7FyfD { 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:12.625rem;left:4.625rem;display:none; }
#bW2kZdrWqqIBuaFRz0soatnAwHl0VU4q { color:#011d2f;display:block;width:15.4375rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:96.6875rem;left:40.625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C0LQSaI1HT8UzDrGykQV4OZ5OH5WJ6x9 { z-index:100020;top:102.9375rem;left:44.8125rem;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:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bQ5yKqwh6y14M181iU9uekh2dTT3zG10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GAAWXTWwnediQcqoiRds5VMrcOepbGQm { 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:57.5625rem;left:22.875rem;display:none; }
#TrPogT05XlQH5iOfaqPn7cR6VuiSxy4L { color:#9d2b2b;display:block;width:11.1230625rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:74.625rem;left:43.1875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1qe8SJgJy3v92Lh91ZiKZq3uQUFRB1J { color:#011d2f;display:block;width:11.1230625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:78.6875rem;left:43.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTNRKUqSzpZ2aqddHZ2tCJtKCiE1IEZ9 { z-index:100021;top:0.96875rem;left:16.4365234375rem;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:2.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:5.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ovlpu80H5sPTpRV4OLIgPxNE5PKsttAH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#URADOWpm1oFMceaKKAvRQrBaUGfAlpoA { z-index:100020;top:82.875rem;left:45.375rem;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:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KJxG1mupSPCKlT0W1FxtAdBTlVIl2zIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rEu1MbAqTEWcNyn96oQ0lu8mn0l0sG3y { 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:34.125rem;left:24.5rem;display:none; }
#vZNEoKKMsxD4QyEFTugvBXvyk0TSKev7 { color:#9d2b2b;display:block;width:11.1230625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:53.6875rem;left:43.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FWAl6FFADe7LGFO37HirPvbzaT61XBIA { color:#011d2f;display:block;width:17.5625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:58.6875rem;left:40.125rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qmr0B32pDDl5hLyrZVqFWHTrrEEiLtia { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:75.6875rem;left:3.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXui5Z2MPv7NPo0oFhNtESW0dS30ilmZ { 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:52.375rem;left:1.6875rem;display:none; }
#Mz8sx0QtgNX25gJR3CzS4cPbF3AcfNUs { z-index:100036;top:82.9375rem;left:6.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:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#itq0szRiaex8K83yH7aUxQVIu0yQ8SQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tOMh5xBZDSyKonaiCsDTqgHqT5mtShgq { z-index:100044;top:63.5rem;left:45.4375rem;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:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PcpbLTA0cI0n9rbI5FPGqyam7fTEeA46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FTOMVIWPKpaAnEh797HlvTq8w7gXvI8u { 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:none; }
#kaP9pEVFFmuvo1SuFbTcC7K4P4npAIZL { z-index:100049;top:40.125rem;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:none; }
#oqCTObcwJcNC3mLfb3x5LoCcoaItZiOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AqpQGbsOv64fwGwT7TK1Uam4nt6hJWVk { 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:36.1875rem;left:24.6875rem;height:0;text-align:center;text-align-last:center;display:none; }
#qeGbUbgCM46FezUbi0V0pATxtO6DC4dM { 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:76.875rem;left:1.6875rem;display:none; }
#Dky4ssBUueemWeprTnpX1tURl9V8TSLE { color:#000000;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:96.6875rem;left:3.25rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTzDdQn1GR7owfN4rnlkRhOG44INFOSX { z-index:100039;top:102.9375rem;left:7rem;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:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bKsNZxczE2OPyi6pBHa1zOSD8cFHQVR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DF6rHUuifwUxrVShVCmaJlAQxNP5eTys { 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; }
#wsZBSSwip43ZbaSMuBpqGS3wVxN3qWbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E8TQzOxTOKWBLz2T2MJ9TxTHfcek8ueg { 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; }
#WpUIN3TUioUXmTuMu8h7sFKQCgkrL1aA { 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:72.375rem;left:22.875rem;display:none; }
#AQV9TlyX24yxzu145x9XcCpktAaxNCNg { color:#9d2b2b;display:block;width:11.1230625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:116.8125rem;left:23.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SMWqZDQJfl9rNTZLBJproB5AsTO7FfrE { color:#011d2f;display:block;width:14.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:119.875rem;left:22.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUrpnfvlcX01BXnsGcPaExNgKwJJxZHg { z-index:100024;top:124.5625rem;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:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AQpgFkSTeIi4S58mvc5O5B0EROdU5Umc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PTW72DvV26JDIwJ0A5gz4SHvPCfHqvyM { 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:11.125rem;width:20.0625rem;top:10.1875rem;left:37.125rem;display:block; }
#JmBmksss3pRvyoHcesv4Wv7rKkTAiNUt { color:#9d2b2b;display:block;width:16.9375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:13.8125rem;left:38.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#koHbFSvWoM0SEcJKt8T8t2z1IZD3u5Zo { z-index:100028;top:19.625rem;left:43.625rem;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:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CEh3dJ4tni3Msgk4eLXT2Vy3hgTw55Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yxTTWwaDsgZ95TD6e6QArAEunNxNpxGu { 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:21.3125rem;left:24.4375rem;display:none; }
#K977pN2UHL5V4GIh1Iy7doxZ5S5eTJQm { 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:21.3125rem;left:24.4375rem;display:none; }
#dLyTSFnUOrFtq2f2Upq8xdXdtN52KUdN { 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:21.3125rem;left:24.4375rem;display:none; }
#QCIKZQzsZ49TpSkE8ipfeN3kwUnyKneU { 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:21.3125rem;left:24.4375rem;display:none; }
#NtelTvX6z44dObwBm15IIFC08LGL5kp4 { 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:21.3125rem;left:24.4375rem;display:none; }
#xsL2FlRkyfpWPUTRwtxMb6DdHXSzAuku { 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:21.3125rem;left:24.4375rem;display:none; }
#hR6JyqMKbzd4iXPRnSv3hQDoQ0oExghe { 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:21.3125rem;left:24.4375rem;display:none; }
#V1qb3L9WuzbfDwQ9IWfUV5n46mg5Ufw7 { 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:21.3125rem;left:24.4375rem;display:none; }
#TGGG4JqcU6o6so1qlQb7uhZ0DXKcbpyI { position:absolute;display:block;z-index:100010;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:11.125rem;width:20.0625rem;top:10.1875rem;left:2.3125rem;display:block; }
#XoCI8JV3G7hsM9Cgnzn6tpoBgcqGEvUH { 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:11.125rem;width:20.0625rem;top:53.375rem;left:38.375rem;display:block; }
#nMrLiAggTAcmtPF1vJ3qFBXgwSoeKGFv { 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:11.125rem;width:20.0625rem;top:53.375rem;left:1.25rem;display:block; }
#xyAUwUxP5yo4skovIEyRhv86grWsVwbz { z-index:100045;top:63.5rem;left:6.375rem;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:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wOoV5VnC7T4UPgud1O2TN9K3oebEnw3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tZrNZeHPIJTzPMwlOTf9Tk2bTE1f4GPw { 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:11.125rem;width:20.0625rem;top:73.0625rem;left:38.375rem;display:block; }
#c0CRG8BqStmrG0QmvaTfWzJAEpZnPwd1 { position:absolute;display:block;z-index:100013;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:11.125rem;width:20.0625rem;top:73.0625rem;left:1.25rem;display:block; }
#O7TPeUfEpaZBFL1JxDfztCwRDPb8PISM { position:absolute;display:block;z-index:100013;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:11.125rem;width:20.0625rem;top:92.9375rem;left:38.6875rem;display:block; }
#TXlPK0XBJIrzy23li0w1feZ0le9XXCZl { position:absolute;display:block;z-index:100014;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:11.125rem;width:20.0625rem;top:92.9375rem;left:1.25rem;display:block; }
#WAc48SDsCeyeTpkHd5worf0FNXWa1KBR { position:absolute;display:block;z-index:100014;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:11.125rem;width:20.0625rem;top:114.5rem;left:20rem;display:block; }
#JgHlOcVnKCz8ITq0vWUqfRFVZr6VahLW { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#C6QsgI0Uy2X9K7lZu9KXRxN4v87eoKVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Omtu1cyz3rmhHHqASVBxf5g1lvQtQDMo { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#oQL2eQNVXZivoaGGKinDmWiKXKQpAJDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vfHCdt9bDEQSzhNoKAtskIDnpG6Q1vDH { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#Atlecm6S2CsqBREIayLPR0cV4AARx3xH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M658fntQO0K0cnLCXopp5WW93b6riGXy { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#cWCz78XxNdCDbWb53dDWvLMnRQH0o7Ev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cz8ZirnwgMs9JTOV4IdMGfixTf4EShTK { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#HwlLkrumlFKk6H7az6wE0u1ez8d1G2Rp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dTn8N7T0dHUDqXHFb5DfZeGVKgB1xbAl { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#QtnIVTfRzu4IMg949PQsQvDL2XpMTBQB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B6maghNZiFTRGbu4hedDh8bgfFoSl66v { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#PZIKmNvX7H5Wa1nZTnRKw2M7FOf7xkvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fRAPwwcEpUtu5t6r83opOVvQCS237DEv { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#npQ7hl2JdS8Bwefz4TPn5DbtHyVLinTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cDGU4rqhyBFce1LQFqp0lqy5GmuHg2tC { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#z6FdviTm3x85fPhZr1PwwR8mChOtzHCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wxNXcX2Ba4TWTf2RT4QHXlUE1f1hWszN { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:107.5rem;left:4.5625rem;display:block; }
#O5UNSnThdomi04mNFopu6IJouLyWUvMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JcmxRqPq0TQMvfMDWDPgqNtht2xp5pHe { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:128.6875rem;left:24.0625rem;display:block; }
#hTpLXZW7QqG1JPC9rooMuOimg6oeZWTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sAlb0enwuD79iScTsF1U86xUN8q5bbbU { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:107.5rem;left:42.375rem;display:block; }
#aSoZA33222hLR0D2vILSeBRW652fktWE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cHKNrSeeEdPKGMf2KIBxFDBDtyyiyxpg { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:87.0625rem;left:4.6875rem;display:block; }
#apCVlKuRCOcKaT7H42oSW2AIq2ak8kKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eGK1lduq44ovXy5Ki93upsfzLKAIULzn { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:87.0625rem;left:44.1875rem;display:block; }
#wlgbtwTzzHAUVAg3uwD2zzH96Ttzw4WT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ngp3r8XkBevp16o5Krd9HpXkOr9TIeq1 { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:67.25rem;left:4.5625rem;display:block; }
#tO56pbLfRApcyizWQqlBfP2JJcuaefyy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G7xU51R3d1OtdnhTxGwu03mc9XFwhCgJ { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:67.25rem;left:43.1875rem;display:block; }
#U9wEnZb2FFQ0aS8RwRaPoIGN9bwECx9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oHSgcNJNx5hwTHd2gGqkZPdIUmkR56IK { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:24.125rem;left:6.125rem;display:block; }
#WpwPcUObTdTGdIsEwVO6IW7zAIp5fR5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jb3bsWZ5yPqzwSVOWaqdqhmipiwTivQI { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:24.125rem;left:41.5302734375rem;display:block; }
#gqvqXJbHbJdtG742CdHXIsbqXNmRhxbp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vl929oQDznHKfAr7UziMH35U5EXzyTNk { z-index:100008;top:23.8125rem;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; }
#Cs8JRMkQCJmmnob9HxgSeJkGe7gT8SbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x2kIVMRIDzmWQxT4VztZ9vo0I4WtxbIv { z-index:100009;top:67.25rem;left:22.625rem;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; }
#q3z9bPHh5owu6bFqlXDnonSsEGRDiOS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vxiv9EBH7p4mRfw2Ui7hRZhftFU5RTst { z-index:100010;top:87.0625rem;left:23rem;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; }
#qtilT4wE3xl5ce3f9veOZCFTtBk1K5NI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bNv5ROzkI2y1mgv8TA0EvI61BqX4QfNL { z-index:100011;top:106.75rem;left:23rem;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; }
#khHI6et3wNm6RqELWi3RROg37wZJ3TI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AAXSSPzxGflTPivd3OBDoyp2uPT3uJA8 { z-index:100012;top:133.875rem;left:23rem;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; }
#oHeksBvNcbQEqk9MrPEUR2vai8ASuGgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yRGZDaP9NNyTKKIPNPSmAyndryaZfVVr { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#Fui1QU1Rpp58twzDWpCqef6Wpk9bdQUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Sb9tm7NAhLB296cKrCzXorh1vCWoVTBE { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#pLFIRczEwnqXCKiXw0vC13HStCmSFXfD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pELlDHLxGG9ZhLRp31nEsVThpaOvRTSq { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#fp0362TeTpg6GdO71RH2tZWq0aRBmmli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lNmJOuLuwao90PJuaVIumNv22DiCVKvX { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#hwFTKUvXXd6XNlEwv7BMud7WIWwQNNTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zIM53JSaJinqWCq1lEHoo31aynwZ2Tua { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#ktqZ3wPnG6yA2V0QqxuldfrxPJVampyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JnTXZt6KEy2wfTxm1FxcovamAkNBn64B { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#dhsTDKWTkpyhQEEiJJ0eoSsPwzIyt8Vv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MtMv9olzdbm4H0UqBqSbSQwewzAbazUX { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#mGqxiGGpfJT1NutW2GxxylCdon1Ug4lT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b5sq5so3tfAmzAhIaGX4Q5a37WrEUVKy { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#pAySPQX9AgPhBzGkGIrmfrybBbo8lmCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z8V68xU8MM5zN5UJ0zJfZ9iOCF7EI38q { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#lsbAUXlMIlGSCFUJ3DiuZDiUJXxrI5Zl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kxpbuPfkQiql8qvcKrSJcSnHpJyLWtbn { 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:21.3125rem;left:24.4375rem;display:none; }
#R6pqHgK9yxD0yJtA9F14zlaytqh7yuBy { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#maDFiTyke7uqZEEvdzhAO8WKQWDeaKH9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N23IuowbMxsQCVnc2DdgPqpdcSUpEEIT { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#C6FpguA2mkOmrCTNmiIa6SAdTi3FfdEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bnRFHckn3N4aTFoZlrv1ze9XQAH9z9cS { 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:21.3125rem;left:24.4375rem;display:none; }
#F86zgtIbycI5AffLLUxRwhgwgg1avwco { z-index:100028;top:19.625rem;left:43.625rem;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:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#XvlDHt84mFApFErbMsgHs9RA104vaJ3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wK3UormrM9FIwfFrd1iLxRXUZv2nRSz0 { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#uSISpiOGeuovdTNGTdOXdMhIF0AhRZeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zvGZHxMoHr7XctHNC02JyIBCnp7b6bBD { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#FQ93tdQqPM831tG8uIR1Fd49grJL9NlU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ve0rmF7NmGEelEzoQx4G46iXMl8QniiE { color:#011d2f;display:block;width:16.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:35.5rem;left:3.6875rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orynHdFWFNLlc2VTAvMoIaSoeOprPaxc { color:#9d2b2b;display:block;width:11.125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:31.4375rem;left:6rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SA6HUfyQ2zkNsTf1GT7lSBgCK5CGzZgJ { 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:11.125rem;width:20.0625rem;top:31.0625rem;left:2.3125rem;display:block; }
#zNzWIPnZLnAUJcxzf72e16nvRALV4PVD { z-index:100021;top:40.75rem;left:8.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:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u1DelNTQTEy6pES40taudOWnExZOs6MA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#haVeVN6HwuIo74qAXEtZSvIx9AIMONh3 { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:45rem;left:6.125rem;display:block; }
#rTfiMbBwFOiW77KEHnQQSGEIOzgICwn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bWXOp2erfRAWkuOi6m2GZ14FJT8VWuXI { 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:21.3125rem;left:24.4375rem;display:none; }
#mxaUkKFlAX7Wp2y5Ffue7JOPUSSZPDsO { z-index:100008;top:23.8125rem;left:20.623046875rem;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; }
#PTwdP1x4ptHKx4otTaZWtCrCNgNz8yCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SQtNyaq99k285Ne4HuAITIlTSG1nGuTz { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#VI8AtnXT3UqWi7s4gtzQwrXRHrkZJC7a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zWduq1IJpPJ2hixbGq0GndhZPX3piTsT { color:#9d2b2b;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:35.5rem;left:38.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pCnmInkonL5LnyPGSp5KrCb06EMdSbET { position:absolute;display:block;z-index:100024;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:11.125rem;width:20.0625rem;top:31.0625rem;left:37.6875rem;display:block; }
#RTJcWMT157Bdy4LEBxeXmGm1KJVFq2HW { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:45rem;left:41.5rem;display:block; }
#TJ03KtRt5BigtiGlDT6Iub5J33IUa8g9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hc5bnAr2OkOdy3CiBmwGJpAl3CCizucp { z-index:100030;top:40.75rem;left:43.4375rem;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:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uTPNGn8AVOLsetTvZM02l705HGgyVOPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#frf2pMNJhWN70DdEaKdTBEPZOTl2vEpM { z-index:100010;top:48.4375rem;left:22.1552734375rem;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; }
#m7tc9QFu9m0IWZ5x5eyUfvuUG1iSbTrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R2dnqZxUcesewcc33dy1pyZIyJUCDQ0I { 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:21.3125rem;left:24.4375rem;display:none; }
#LXmzeQ3pwGFVuK0dRU2dTqNfWOJsthiz { z-index:100008;top:23.8125rem;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; }
#K2WfTqgrS742cpB6AH6UdJdeA4fUsNN5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BBIKGZwS0RMv7FBZiLtbKTJn67LUGXou { background-color:#ba0484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.4375rem;left:8.25rem;display:none; }
#TDghC5LyIlmK05RitbyURHqzuW53viST { 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 > .video-iframe-container {  }#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.4875rem;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.4875rem;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.4875rem;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.4875rem;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:#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: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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#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.4875rem;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; }
#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.4875rem;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.4875rem;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:22.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: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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#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.86889375rem;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.86889375rem;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.86889375rem;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.4625rem;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.4625rem;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 > .video-iframe-container {  }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { font-size:0.875rem;font-family:cairo;height:34.8125rem;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:7.8515625rem;left:13.4375rem;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:13.05859375rem;left:26rem;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:30.25rem;left:21.5625rem;height:1.13671875rem;display:block; }
#C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { box-sizing:content-box;color:#fb0303;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:11.1875rem;left:27.75rem;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:14.875rem;left:17.0625rem;height:5.6044875rem;text-align:center;text-align-last:center;display:block; }
#TfaZDraSGnCBRDkf3gOF9SzLcFktoDX7 { z-index:100006;top:2.5rem;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: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; }
#ooeolc9HqsTqM9lhthB0rMi1kgzPZw7R { color:#fffbfb;display:block;width:9.6875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:21.4150390625rem;left:25.15625rem;height:1.70605625rem;display:block; }
#UQFc5zmVgxM5yrTgoyyraNS6TGdgEy5q { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:100013;opacity:1;top:21.4150390625rem;left:22.96875rem; }
#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 > .video-iframe-container {  }#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) { #gifvDnsthBKrf57IenPmwz09IkyTZUUy { display:block; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CElEB5OHboesTXABrUVMQFgXEhs59gqN { width:15.125rem;height:4.6875rem;top:1.375rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwEcUbqvNXu21qyqfaIoWCnexb31E81H { top:3.4375rem;left:0rem;width:19.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0tGk0VBk7h11Q7HGrR9MU19o9J8Side { width:16.5625rem;height:2.1875rem;top:4rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-regular-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-text { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-textarea { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-select { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO  { width:14.125rem;height:auto;top:12.3125rem;left:0rem; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .radio-container { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO {display:block;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO { width:14.125rem;height:auto;top:12.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #zpyZaHfJaqz4ZZbG1a8MPwTu1OlW9nJT {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #z3mscJeO4aPD8gogDhK2Ay7PMKWcBMtF {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #qJmvrVsmwMywBxpQlXaFpTHRG1uxFucv {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #gt4x06tovqhmkHkOyZd5WIKGiOB5GIJT {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #vBfd4BsDWmxFAm54ZmZpQdpacinF5t8i {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #okln1W1MMAJf2IFpinIasEsuTM8B9xyg {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #s55Qd8R8XqPQMPSEoOdHg9oSpqNRPevv {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #n6WxPTLQ62v5CJZdn8OB5GCgcwwqHWyq {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #T8gZR3JKTu47SSZAlkopsiRpLMRFZs2U {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #kIDJ61Pm1CtZAOD9aT0vkc4WyoNRltwI {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #kp35BZ4q0WcnixQP8x4J8WWEcuG0TOlQ {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #r7JJrQ5l3GBXVNpAD5SpRUTZSEwaEV9r {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #vB8pow906SmTzgvB2QN1nu2bNHTrrSor {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #oUbGH6dNUbqT15itGvGbA7dM5MMoshWg {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #Vus2Ai38bt6grtVXIZTNpzEMM6Sb2K9X {  }
 }@media only screen and (max-width: 763px) { #c7q4XmKhDGGdnFtW7izJxDxQbhbSh9IW { display:block; }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #MawgAuJSl5rnfrMPdJQVr412UovgItgM {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #GsT9617S4EJ6QX8TV1L7bTiWfMcZLBP5 {  }
 }@media only screen and (max-width: 763px) { #vwbqQNiB1hdDVvi91FAKwXC0q2vBwnbN { top:11.625rem;left:14.21875rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qluHgkSs1paWupVsKTXEMKqvkiXb0R99 { top:40.9375rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbQsENxO07CB8HnHgGD2ewvdXpgVk9en { top:20.9375rem;left:13.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdtn3ZW5voXcnn9R5JdErCM0tz7SkecW { top:9.625rem;left:13.1875rem;width:34.25rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ99RZPN0oGNWB4pPnebE7ebEaMOyMra { top:42.125rem;left:15.75rem;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) { #B5ToruewmHXWgx3SoRIF6K4t0W88bizf { top:29.5625rem;left:13.1875rem;width:11.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb { display:block; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XllP9D5thitJRBZgTTAXNT2OGaUsLa9N { top:28.1875rem;left:0rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6TNxkXp6WmwqKbWITf54S8eN2KzTd2B { top:54.6875rem;left:0rem;width:11.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCzZ1pVpkHXHLwuea1ufRWbGkA5LIyAs { top:57.75rem;left:0rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tel3bqDw0cpV8dZF50Mr67InQilfUwlJ { top:43.8125rem;left:17.0625rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNEAxctnZOTFTwORW5A14PE4c1FvkGge { top:14.625rem;left:0rem;width:16.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbO8OfMhoAcIoh9n5RTdA90FyipCsMg6 { top:10.5625rem;left:0rem;width:11.125rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsqg4QDo4Tvn4R6Tndh83A9IDEn02oTJ { top:60.5rem;left:0.4375rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc3LCtWEyRVTQqGq0GS8kkXkJ3wpZ003 { display:block; }
 }@media only screen and (max-width: 763px) { #w1QFHHK4Awx9NBuoNW2lMVFuJaVbGi5W { top:19.875rem;left:1.9375rem;width:7.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7s0VillEH1mVMba5F9qTiuRc5U7UBiU { display:block; }
 }@media only screen and (max-width: 763px) { #ZkHLn1r4w69k1f1pQ8xtQRbRqMp7FyfD { top:12.625rem;left:0rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW2kZdrWqqIBuaFRz0soatnAwHl0VU4q { top:96.6875rem;left:32.3125rem;width:15.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0LQSaI1HT8UzDrGykQV4OZ5OH5WJ6x9 { top:102.9375rem;left:38.6875rem;width:7.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ5yKqwh6y14M181iU9uekh2dTT3zG10 { display:block; }
 }@media only screen and (max-width: 763px) { #GAAWXTWwnediQcqoiRds5VMrcOepbGQm { top:57.5625rem;left:16.75rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPogT05XlQH5iOfaqPn7cR6VuiSxy4L { top:74.625rem;left:36.6875rem;width:11.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1qe8SJgJy3v92Lh91ZiKZq3uQUFRB1J { top:78.6875rem;left:36.6875rem;width:11.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNRKUqSzpZ2aqddHZ2tCJtKCiE1IEZ9 { top:0.9375rem;left:10.3115234375rem;width:24rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovlpu80H5sPTpRV4OLIgPxNE5PKsttAH { display:block; }
 }@media only screen and (max-width: 763px) { #URADOWpm1oFMceaKKAvRQrBaUGfAlpoA { top:82.875rem;left:39.25rem;width:7.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJxG1mupSPCKlT0W1FxtAdBTlVIl2zIK { display:block; }
 }@media only screen and (max-width: 763px) { #rEu1MbAqTEWcNyn96oQ0lu8mn0l0sG3y { top:34.125rem;left:18.375rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZNEoKKMsxD4QyEFTugvBXvyk0TSKev7 { top:53.6875rem;left:36.6875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWAl6FFADe7LGFO37HirPvbzaT61XBIA { top:58.6875rem;left:30.1875rem;width:17.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmr0B32pDDl5hLyrZVqFWHTrrEEiLtia { top:75.6875rem;left:0rem;width:15.8125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXui5Z2MPv7NPo0oFhNtESW0dS30ilmZ { top:52.375rem;left:0rem;width:11.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz8sx0QtgNX25gJR3CzS4cPbF3AcfNUs { top:82.9375rem;left:0.4375rem;width:7.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itq0szRiaex8K83yH7aUxQVIu0yQ8SQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #tOMh5xBZDSyKonaiCsDTqgHqT5mtShgq { top:63.5rem;left:39.3125rem;width:7.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcpbLTA0cI0n9rbI5FPGqyam7fTEeA46 { display:block; }
 }@media only screen and (max-width: 763px) { #FTOMVIWPKpaAnEh797HlvTq8w7gXvI8u { top:7.9375rem;left:25.625rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaP9pEVFFmuvo1SuFbTcC7K4P4npAIZL { top:40.125rem;left:20.375rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqCTObcwJcNC3mLfb3x5LoCcoaItZiOa { display:block; }
 }@media only screen and (max-width: 763px) { #AqpQGbsOv64fwGwT7TK1Uam4nt6hJWVk { top:36.1875rem;left:18.5625rem;width:10.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeGbUbgCM46FezUbi0V0pATxtO6DC4dM { top:76.875rem;left:0rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dky4ssBUueemWeprTnpX1tURl9V8TSLE { top:96.6875rem;left:0rem;width:15.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTzDdQn1GR7owfN4rnlkRhOG44INFOSX { top:102.9375rem;left:0.875rem;width:7.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKsNZxczE2OPyi6pBHa1zOSD8cFHQVR7 { display:block; }
 }@media only screen and (max-width: 763px) { #DF6rHUuifwUxrVShVCmaJlAQxNP5eTys { top:15.125rem;left:40.6875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsZBSSwip43ZbaSMuBpqGS3wVxN3qWbK { display:block; }
 }@media only screen and (max-width: 763px) { #E8TQzOxTOKWBLz2T2MJ9TxTHfcek8ueg { top:21.3125rem;left:35.5625rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpUIN3TUioUXmTuMu8h7sFKQCgkrL1aA { top:72.375rem;left:16.75rem;width:11.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQV9TlyX24yxzu145x9XcCpktAaxNCNg { top:116.8125rem;left:17.5rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMWqZDQJfl9rNTZLBJproB5AsTO7FfrE { top:119.875rem;left:16.75rem;width:14.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUrpnfvlcX01BXnsGcPaExNgKwJJxZHg { top:124.5625rem;left:20.375rem;width:7.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQpgFkSTeIi4S58mvc5O5B0EROdU5Umc { display:block; }
 }@media only screen and (max-width: 763px) { #PTW72DvV26JDIwJ0A5gz4SHvPCfHqvyM { top:10.1875rem;left:27.6875rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmBmksss3pRvyoHcesv4Wv7rKkTAiNUt { top:13.8125rem;left:30.8125rem;width:16.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koHbFSvWoM0SEcJKt8T8t2z1IZD3u5Zo { top:19.625rem;left:37.5rem;width:7.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEh3dJ4tni3Msgk4eLXT2Vy3hgTw55Dh { display:block; }
 }@media only screen and (max-width: 763px) { #yxTTWwaDsgZ95TD6e6QArAEunNxNpxGu { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K977pN2UHL5V4GIh1Iy7doxZ5S5eTJQm { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLyTSFnUOrFtq2f2Upq8xdXdtN52KUdN { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCIKZQzsZ49TpSkE8ipfeN3kwUnyKneU { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtelTvX6z44dObwBm15IIFC08LGL5kp4 { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsL2FlRkyfpWPUTRwtxMb6DdHXSzAuku { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hR6JyqMKbzd4iXPRnSv3hQDoQ0oExghe { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1qb3L9WuzbfDwQ9IWfUV5n46mg5Ufw7 { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGGG4JqcU6o6so1qlQb7uhZ0DXKcbpyI { top:10.1875rem;left:0rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoCI8JV3G7hsM9Cgnzn6tpoBgcqGEvUH { top:53.375rem;left:27.6875rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrLiAggTAcmtPF1vJ3qFBXgwSoeKGFv { top:53.375rem;left:0rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyAUwUxP5yo4skovIEyRhv86grWsVwbz { top:63.5rem;left:0.25rem;width:7.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOoV5VnC7T4UPgud1O2TN9K3oebEnw3d { display:block; }
 }@media only screen and (max-width: 763px) { #tZrNZeHPIJTzPMwlOTf9Tk2bTE1f4GPw { top:73.0625rem;left:27.6875rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0CRG8BqStmrG0QmvaTfWzJAEpZnPwd1 { top:73.0625rem;left:0rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TPeUfEpaZBFL1JxDfztCwRDPb8PISM { top:92.9375rem;left:27.6875rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlPK0XBJIrzy23li0w1feZ0le9XXCZl { top:92.9375rem;left:0rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAc48SDsCeyeTpkHd5worf0FNXWa1KBR { top:114.5rem;left:13.875rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgHlOcVnKCz8ITq0vWUqfRFVZr6VahLW { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6QsgI0Uy2X9K7lZu9KXRxN4v87eoKVh { display:block; }
 }@media only screen and (max-width: 763px) { #Omtu1cyz3rmhHHqASVBxf5g1lvQtQDMo { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQL2eQNVXZivoaGGKinDmWiKXKQpAJDV { display:block; }
 }@media only screen and (max-width: 763px) { #vfHCdt9bDEQSzhNoKAtskIDnpG6Q1vDH { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Atlecm6S2CsqBREIayLPR0cV4AARx3xH { display:block; }
 }@media only screen and (max-width: 763px) { #M658fntQO0K0cnLCXopp5WW93b6riGXy { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWCz78XxNdCDbWb53dDWvLMnRQH0o7Ev { display:block; }
 }@media only screen and (max-width: 763px) { #cz8ZirnwgMs9JTOV4IdMGfixTf4EShTK { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwlLkrumlFKk6H7az6wE0u1ez8d1G2Rp { display:block; }
 }@media only screen and (max-width: 763px) { #dTn8N7T0dHUDqXHFb5DfZeGVKgB1xbAl { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtnIVTfRzu4IMg949PQsQvDL2XpMTBQB { display:block; }
 }@media only screen and (max-width: 763px) { #B6maghNZiFTRGbu4hedDh8bgfFoSl66v { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZIKmNvX7H5Wa1nZTnRKw2M7FOf7xkvU { display:block; }
 }@media only screen and (max-width: 763px) { #fRAPwwcEpUtu5t6r83opOVvQCS237DEv { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #npQ7hl2JdS8Bwefz4TPn5DbtHyVLinTm { display:block; }
 }@media only screen and (max-width: 763px) { #cDGU4rqhyBFce1LQFqp0lqy5GmuHg2tC { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6FdviTm3x85fPhZr1PwwR8mChOtzHCW { display:block; }
 }@media only screen and (max-width: 763px) { #wxNXcX2Ba4TWTf2RT4QHXlUE1f1hWszN { width:11.9375rem;height:3.4375rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5UNSnThdomi04mNFopu6IJouLyWUvMa { display:block; }
 }@media only screen and (max-width: 763px) { #JcmxRqPq0TQMvfMDWDPgqNtht2xp5pHe { width:11.9375rem;height:3.4375rem;top:128.6875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTpLXZW7QqG1JPC9rooMuOimg6oeZWTv { display:block; }
 }@media only screen and (max-width: 763px) { #sAlb0enwuD79iScTsF1U86xUN8q5bbbU { width:11.9375rem;height:3.4375rem;top:107.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSoZA33222hLR0D2vILSeBRW652fktWE { display:block; }
 }@media only screen and (max-width: 763px) { #cHKNrSeeEdPKGMf2KIBxFDBDtyyiyxpg { width:11.9375rem;height:3.4375rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCVlKuRCOcKaT7H42oSW2AIq2ak8kKa { display:block; }
 }@media only screen and (max-width: 763px) { #eGK1lduq44ovXy5Ki93upsfzLKAIULzn { width:11.9375rem;height:3.4375rem;top:87.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlgbtwTzzHAUVAg3uwD2zzH96Ttzw4WT { display:block; }
 }@media only screen and (max-width: 763px) { #Ngp3r8XkBevp16o5Krd9HpXkOr9TIeq1 { width:11.9375rem;height:3.4375rem;top:67.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO56pbLfRApcyizWQqlBfP2JJcuaefyy { display:block; }
 }@media only screen and (max-width: 763px) { #G7xU51R3d1OtdnhTxGwu03mc9XFwhCgJ { width:11.9375rem;height:3.4375rem;top:67.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9wEnZb2FFQ0aS8RwRaPoIGN9bwECx9V { display:block; }
 }@media only screen and (max-width: 763px) { #oHSgcNJNx5hwTHd2gGqkZPdIUmkR56IK { width:11.9375rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpwPcUObTdTGdIsEwVO6IW7zAIp5fR5C { display:block; }
 }@media only screen and (max-width: 763px) { #Jb3bsWZ5yPqzwSVOWaqdqhmipiwTivQI { width:11.9375rem;height:3.4375rem;top:24.125rem;left:35.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqvqXJbHbJdtG742CdHXIsbqXNmRhxbp { display:block; }
 }@media only screen and (max-width: 763px) { #vl929oQDznHKfAr7UziMH35U5EXzyTNk { top:23.8125rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs8JRMkQCJmmnob9HxgSeJkGe7gT8SbK { display:block; }
 }@media only screen and (max-width: 763px) { #x2kIVMRIDzmWQxT4VztZ9vo0I4WtxbIv { top:67.25rem;left:16.5rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3z9bPHh5owu6bFqlXDnonSsEGRDiOS2 { display:block; }
 }@media only screen and (max-width: 763px) { #vxiv9EBH7p4mRfw2Ui7hRZhftFU5RTst { top:87.0625rem;left:16.875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtilT4wE3xl5ce3f9veOZCFTtBk1K5NI { display:block; }
 }@media only screen and (max-width: 763px) { #bNv5ROzkI2y1mgv8TA0EvI61BqX4QfNL { top:106.75rem;left:16.875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khHI6et3wNm6RqELWi3RROg37wZJ3TI5 { display:block; }
 }@media only screen and (max-width: 763px) { #AAXSSPzxGflTPivd3OBDoyp2uPT3uJA8 { top:133.875rem;left:16.875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHeksBvNcbQEqk9MrPEUR2vai8ASuGgX { display:block; }
 }@media only screen and (max-width: 763px) { #yRGZDaP9NNyTKKIPNPSmAyndryaZfVVr { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fui1QU1Rpp58twzDWpCqef6Wpk9bdQUw { display:block; }
 }@media only screen and (max-width: 763px) { #Sb9tm7NAhLB296cKrCzXorh1vCWoVTBE { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLFIRczEwnqXCKiXw0vC13HStCmSFXfD { display:block; }
 }@media only screen and (max-width: 763px) { #pELlDHLxGG9ZhLRp31nEsVThpaOvRTSq { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fp0362TeTpg6GdO71RH2tZWq0aRBmmli { display:block; }
 }@media only screen and (max-width: 763px) { #lNmJOuLuwao90PJuaVIumNv22DiCVKvX { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwFTKUvXXd6XNlEwv7BMud7WIWwQNNTi { display:block; }
 }@media only screen and (max-width: 763px) { #zIM53JSaJinqWCq1lEHoo31aynwZ2Tua { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktqZ3wPnG6yA2V0QqxuldfrxPJVampyh { display:block; }
 }@media only screen and (max-width: 763px) { #JnTXZt6KEy2wfTxm1FxcovamAkNBn64B { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhsTDKWTkpyhQEEiJJ0eoSsPwzIyt8Vv { display:block; }
 }@media only screen and (max-width: 763px) { #MtMv9olzdbm4H0UqBqSbSQwewzAbazUX { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGqxiGGpfJT1NutW2GxxylCdon1Ug4lT { display:block; }
 }@media only screen and (max-width: 763px) { #b5sq5so3tfAmzAhIaGX4Q5a37WrEUVKy { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAySPQX9AgPhBzGkGIrmfrybBbo8lmCl { display:block; }
 }@media only screen and (max-width: 763px) { #z8V68xU8MM5zN5UJ0zJfZ9iOCF7EI38q { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsbAUXlMIlGSCFUJ3DiuZDiUJXxrI5Zl { display:block; }
 }@media only screen and (max-width: 763px) { #kxpbuPfkQiql8qvcKrSJcSnHpJyLWtbn { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6pqHgK9yxD0yJtA9F14zlaytqh7yuBy { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #maDFiTyke7uqZEEvdzhAO8WKQWDeaKH9 { display:block; }
 }@media only screen and (max-width: 763px) { #N23IuowbMxsQCVnc2DdgPqpdcSUpEEIT { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6FpguA2mkOmrCTNmiIa6SAdTi3FfdEf { display:block; }
 }@media only screen and (max-width: 763px) { #bnRFHckn3N4aTFoZlrv1ze9XQAH9z9cS { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F86zgtIbycI5AffLLUxRwhgwgg1avwco { top:19.625rem;left:37.5rem;width:7.0625rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvlDHt84mFApFErbMsgHs9RA104vaJ3P { display:block; }
 }@media only screen and (max-width: 763px) { #wK3UormrM9FIwfFrd1iLxRXUZv2nRSz0 { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSISpiOGeuovdTNGTdOXdMhIF0AhRZeC { display:block; }
 }@media only screen and (max-width: 763px) { #zvGZHxMoHr7XctHNC02JyIBCnp7b6bBD { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQ93tdQqPM831tG8uIR1Fd49grJL9NlU { display:block; }
 }@media only screen and (max-width: 763px) { #ve0rmF7NmGEelEzoQx4G46iXMl8QniiE { top:35.5rem;left:0rem;width:16.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orynHdFWFNLlc2VTAvMoIaSoeOprPaxc { top:31.4375rem;left:0rem;width:11.125rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA6HUfyQ2zkNsTf1GT7lSBgCK5CGzZgJ { top:31.0625rem;left:0rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNzWIPnZLnAUJcxzf72e16nvRALV4PVD { top:40.75rem;left:1.9375rem;width:7.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1DelNTQTEy6pES40taudOWnExZOs6MA { display:block; }
 }@media only screen and (max-width: 763px) { #haVeVN6HwuIo74qAXEtZSvIx9AIMONh3 { width:11.9375rem;height:3.4375rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTfiMbBwFOiW77KEHnQQSGEIOzgICwn0 { display:block; }
 }@media only screen and (max-width: 763px) { #bWXOp2erfRAWkuOi6m2GZ14FJT8VWuXI { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxaUkKFlAX7Wp2y5Ffue7JOPUSSZPDsO { top:23.8125rem;left:14.498046875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTwdP1x4ptHKx4otTaZWtCrCNgNz8yCI { display:block; }
 }@media only screen and (max-width: 763px) { #SQtNyaq99k285Ne4HuAITIlTSG1nGuTz { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VI8AtnXT3UqWi7s4gtzQwrXRHrkZJC7a { display:block; }
 }@media only screen and (max-width: 763px) { #zWduq1IJpPJ2hixbGq0GndhZPX3piTsT { top:35.5rem;left:29.125rem;width:18.625rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCnmInkonL5LnyPGSp5KrCb06EMdSbET { top:31.0625rem;left:27.6875rem;width:20.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJcWMT157Bdy4LEBxeXmGm1KJVFq2HW { width:11.9375rem;height:3.4375rem;top:45rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ03KtRt5BigtiGlDT6Iub5J33IUa8g9 { display:block; }
 }@media only screen and (max-width: 763px) { #hc5bnAr2OkOdy3CiBmwGJpAl3CCizucp { top:40.75rem;left:37.3125rem;width:7.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPNGn8AVOLsetTvZM02l705HGgyVOPc { display:block; }
 }@media only screen and (max-width: 763px) { #frf2pMNJhWN70DdEaKdTBEPZOTl2vEpM { top:48.4375rem;left:16.0302734375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7tc9QFu9m0IWZ5x5eyUfvuUG1iSbTrT { display:block; }
 }@media only screen and (max-width: 763px) { #R2dnqZxUcesewcc33dy1pyZIyJUCDQ0I { top:21.3125rem;left:18.3125rem;width:11.0625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXmzeQ3pwGFVuK0dRU2dTqNfWOJsthiz { top:23.8125rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2WfTqgrS742cpB6AH6UdJdeA4fUsNN5 { display:block; }
 }@media only screen and (max-width: 763px) { #BBIKGZwS0RMv7FBZiLtbKTJn67LUGXou { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDghC5LyIlmK05RitbyURHqzuW53viST { 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) { #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:22.6875rem;left:16.84375rem;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:7.8125rem;left:7.3125rem;width:33.125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { top:13rem;left:19.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:30.25rem;left:15.4375rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { top:11.1875rem;left:21.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { top:14.875rem;left:10.9375rem;width:24.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfaZDraSGnCBRDkf3gOF9SzLcFktoDX7 { top:2.5rem;left:16.84375rem;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) { #ooeolc9HqsTqM9lhthB0rMi1kgzPZw7R { top:21.375rem;left:19.03125rem;width:9.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQFc5zmVgxM5yrTgoyyraNS6TGdgEy5q { top:21.375rem;left:16.84375rem;width:1.75rem;height:1.75rem;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) { #gifvDnsthBKrf57IenPmwz09IkyTZUUy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #39618b, #4751a5);background-image: -moz-linear-gradient(180deg, #39618b, #4751a5);background-image: -ms-linear-gradient(180deg, #39618b, #4751a5);background-image: -o-linear-gradient(180deg, #39618b, #4751a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39618b', endColorstr='#4751a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39618b', endColorstr='#4751a5' );";background-image: linear-gradient(180deg, #39618b, #4751a5);background-size:auto !important;display:block; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container { background-color: transparent; background-image: none; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container > .video-iframe-container { display: none; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row > .video-iframe-container { display: none; }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .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); }#gifvDnsthBKrf57IenPmwz09IkyTZUUy > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CElEB5OHboesTXABrUVMQFgXEhs59gqN { width:15.625rem;height:4.6875rem;top:0.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwEcUbqvNXu21qyqfaIoWCnexb31E81H { 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) { #A0tGk0VBk7h11Q7HGrR9MU19o9J8Side { width:17.25rem;height:2.35625rem;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) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-text { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-textarea { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-input-button { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .widget-radio-label { text-align:center;text-align-last:center; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO  { 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; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO .radio-container { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO {display:block;}#kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO { 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) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #zpyZaHfJaqz4ZZbG1a8MPwTu1OlW9nJT {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #z3mscJeO4aPD8gogDhK2Ay7PMKWcBMtF {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #qJmvrVsmwMywBxpQlXaFpTHRG1uxFucv {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #gt4x06tovqhmkHkOyZd5WIKGiOB5GIJT {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #vBfd4BsDWmxFAm54ZmZpQdpacinF5t8i {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #okln1W1MMAJf2IFpinIasEsuTM8B9xyg {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #s55Qd8R8XqPQMPSEoOdHg9oSpqNRPevv {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #n6WxPTLQ62v5CJZdn8OB5GCgcwwqHWyq {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #T8gZR3JKTu47SSZAlkopsiRpLMRFZs2U {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #kIDJ61Pm1CtZAOD9aT0vkc4WyoNRltwI {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #kp35BZ4q0WcnixQP8x4J8WWEcuG0TOlQ {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #r7JJrQ5l3GBXVNpAD5SpRUTZSEwaEV9r {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #vB8pow906SmTzgvB2QN1nu2bNHTrrSor {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #oUbGH6dNUbqT15itGvGbA7dM5MMoshWg {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #Vus2Ai38bt6grtVXIZTNpzEMM6Sb2K9X {  }
 }@media only screen and (max-width: 763px) { #c7q4XmKhDGGdnFtW7izJxDxQbhbSh9IW { display:block; }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #MawgAuJSl5rnfrMPdJQVr412UovgItgM {  }
 }@media only screen and (max-width: 763px) { #kGVz2I17HDxP1vAlJFKVISKKTbKtpVMO #GsT9617S4EJ6QX8TV1L7bTiWfMcZLBP5 {  }
 }@media only screen and (max-width: 763px) { #vwbqQNiB1hdDVvi91FAKwXC0q2vBwnbN { width:20rem;height:5.84765625rem;top:7rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 763px) { #qluHgkSs1paWupVsKTXEMKqvkiXb0R99 { width:20rem;height:0.25rem;top:67.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbQsENxO07CB8HnHgGD2ewvdXpgVk9en { width:9.375rem;height:9.375rem;top:50.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdtn3ZW5voXcnn9R5JdErCM0tz7SkecW { width:20rem;height:18.1875rem;top:56.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQ99RZPN0oGNWB4pPnebE7ebEaMOyMra { top:64.4375rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sN9uTvlp9LM5QQF66QaRpuWoIuwJvBOS { display:block; }
 }@media only screen and (max-width: 763px) { #B5ToruewmHXWgx3SoRIF6K4t0W88bizf { width:11.25rem;height:4rem;top:75.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #074274, #999999);background-image: -moz-linear-gradient(180deg, #074274, #999999);background-image: -ms-linear-gradient(180deg, #074274, #999999);background-image: -o-linear-gradient(180deg, #074274, #999999);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#074274', endColorstr='#999999' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#074274', endColorstr='#999999' );";background-image: linear-gradient(180deg, #074274, #999999);background-size:auto !important;display:block; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container { background-color: transparent; background-image: none; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container > .video-iframe-container { display: none; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row > .video-iframe-container { display: none; }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .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); }#utUKttOOkarv7PU3Hfd7ERMb0wEKFOEb > .row .container { width:20rem;height:286.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XllP9D5thitJRBZgTTAXNT2OGaUsLa9N { width:8.9375rem;height:6.9375rem;top:11.875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6TNxkXp6WmwqKbWITf54S8eN2KzTd2B { width:9.5rem;height:1.625rem;top:41.3125rem;left:5.25rem;font-size:1.25rem;font-family:"mykonos ar";z-index:100029;color:#9d2b2b;display:block; }
 }@media only screen and (max-width: 763px) { #nCzZ1pVpkHXHLwuea1ufRWbGkA5LIyAs { width:12.875rem;height:4.142575rem;top:44.4375rem;left:3.5625rem;font-size:1.0625rem;font-family:"mykonos ar";z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #tel3bqDw0cpV8dZF50Mr67InQilfUwlJ { width:17.9375rem;height:10.625rem;top:239.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNEAxctnZOTFTwORW5A14PE4c1FvkGge { width:14.8125rem;height:3.41015625rem;top:244.25rem;left:2.5625rem;font-size:0.875rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #wbO8OfMhoAcIoh9n5RTdA90FyipCsMg6 { width:10.6875rem;height:3.57421875rem;top:240.125rem;left:4.6875rem;font-size:1.375rem;font-family:"mykonos ar";color:#9d2b2b;display:block; }
 }@media only screen and (max-width: 763px) { #Rsqg4QDo4Tvn4R6Tndh83A9IDEn02oTJ { top:49.4375rem;left:6.5rem;width:7.0625rem;height:3.1875rem;z-index:100031;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc3LCtWEyRVTQqGq0GS8kkXkJ3wpZ003 { display:block; }
 }@media only screen and (max-width: 763px) { #w1QFHHK4Awx9NBuoNW2lMVFuJaVbGi5W { top:249.1875rem;left:6.375rem;width:7.0625rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7s0VillEH1mVMba5F9qTiuRc5U7UBiU { display:block; }
 }@media only screen and (max-width: 763px) { #ZkHLn1r4w69k1f1pQ8xtQRbRqMp7FyfD { width:9.1875rem;height:6.9375rem;top:26.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bW2kZdrWqqIBuaFRz0soatnAwHl0VU4q { width:12rem;height:4.875rem;top:196.25rem;left:3.875rem;font-size:1.25rem;font-family:"mykonos ar";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C0LQSaI1HT8UzDrGykQV4OZ5OH5WJ6x9 { top:203.0625rem;left:6.5rem;width:7.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ5yKqwh6y14M181iU9uekh2dTT3zG10 { display:block; }
 }@media only screen and (max-width: 763px) { #GAAWXTWwnediQcqoiRds5VMrcOepbGQm { width:9rem;height:7rem;top:52.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrPogT05XlQH5iOfaqPn7cR6VuiSxy4L { width:10rem;height:2.03125rem;top:170.25rem;left:5.0625rem;font-size:1.5625rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #Q1qe8SJgJy3v92Lh91ZiKZq3uQUFRB1J { width:10rem;height:1.70605625rem;top:174.125rem;left:5.0625rem;font-size:1.3125rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #FTNRKUqSzpZ2aqddHZ2tCJtKCiE1IEZ9 { top:1.6875rem;left:0.5rem;width:19rem;height:6.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovlpu80H5sPTpRV4OLIgPxNE5PKsttAH { display:block; }
 }@media only screen and (max-width: 763px) { #URADOWpm1oFMceaKKAvRQrBaUGfAlpoA { top:178.0625rem;left:6.5625rem;width:7rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJxG1mupSPCKlT0W1FxtAdBTlVIl2zIK { display:block; }
 }@media only screen and (max-width: 763px) { #rEu1MbAqTEWcNyn96oQ0lu8mn0l0sG3y { width:9.3125rem;height:6.9375rem;top:45.4375rem;left:5.375rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #vZNEoKKMsxD4QyEFTugvBXvyk0TSKev7 { width:8.625rem;height:2.76171875rem;top:66.8125rem;left:5.6875rem;font-size:1.0625rem;font-family:"mykonos ar";color:#9d2b2b;display:block; }
 }@media only screen and (max-width: 763px) { #FWAl6FFADe7LGFO37HirPvbzaT61XBIA { width:12.25rem;height:4.142575rem;top:70.75rem;left:3.875rem;font-size:1.0625rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #Qmr0B32pDDl5hLyrZVqFWHTrrEEiLtia { width:16.0625rem;height:6.5rem;top:145.5625rem;left:2rem;font-size:1.25rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #sXui5Z2MPv7NPo0oFhNtESW0dS30ilmZ { width:9.0625rem;height:6.9375rem;top:34.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mz8sx0QtgNX25gJR3CzS4cPbF3AcfNUs { top:153.125rem;left:6.375rem;width:7.0625rem;height:3.1875rem;line-height:2.1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itq0szRiaex8K83yH7aUxQVIu0yQ8SQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #tOMh5xBZDSyKonaiCsDTqgHqT5mtShgq { top:41.0625rem;left:6.46875rem;width:7.0625rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcpbLTA0cI0n9rbI5FPGqyam7fTEeA46 { display:block; }
 }@media only screen and (max-width: 763px) { #FTOMVIWPKpaAnEh797HlvTq8w7gXvI8u { width:11.0625rem;height:6.9375rem;top:56.4375rem;left:4.4375rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #kaP9pEVFFmuvo1SuFbTcC7K4P4npAIZL { top:63rem;left:6.0625rem;width:7.0625rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqCTObcwJcNC3mLfb3x5LoCcoaItZiOa { display:block; }
 }@media only screen and (max-width: 763px) { #AqpQGbsOv64fwGwT7TK1Uam4nt6hJWVk { width:10.75rem;height:1.94921875rem;top:59.1875rem;left:4.4375rem;font-size:0.75rem;font-family:"mykonos ar";display:none; }
 }@media only screen and (max-width: 763px) { #qeGbUbgCM46FezUbi0V0pATxtO6DC4dM { width:11.0625rem;height:6.9375rem;top:106.8125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dky4ssBUueemWeprTnpX1tURl9V8TSLE { width:10.25rem;height:4.875rem;top:265.625rem;left:4.9375rem;font-size:1.25rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #zTzDdQn1GR7owfN4rnlkRhOG44INFOSX { top:272.25rem;left:6.5rem;width:7.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKsNZxczE2OPyi6pBHa1zOSD8cFHQVR7 { display:block; }
 }@media only screen and (max-width: 763px) { #DF6rHUuifwUxrVShVCmaJlAQxNP5eTys { top:17.6875rem;left:4.3125rem;width:7.0625rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsZBSSwip43ZbaSMuBpqGS3wVxN3qWbK { display:block; }
 }@media only screen and (max-width: 763px) { #E8TQzOxTOKWBLz2T2MJ9TxTHfcek8ueg { width:3rem;height:0.25rem;top:20.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpUIN3TUioUXmTuMu8h7sFKQCgkrL1aA { width:11.0625rem;height:6.9375rem;top:67.9375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQV9TlyX24yxzu145x9XcCpktAaxNCNg { width:11.0625rem;height:1.7871125rem;top:218.25rem;left:4.5rem;font-size:1.375rem;font-family:"mykonos ar";color:#9d2b2b;display:block; }
 }@media only screen and (max-width: 763px) { #SMWqZDQJfl9rNTZLBJproB5AsTO7FfrE { width:11.0625rem;height:2.923825rem;top:221.3125rem;left:4.4375rem;font-size:1.125rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #dUrpnfvlcX01BXnsGcPaExNgKwJJxZHg { top:226.25rem;left:6.5rem;width:7.0625rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQpgFkSTeIi4S58mvc5O5B0EROdU5Umc { display:block; }
 }@media only screen and (max-width: 763px) { #PTW72DvV26JDIwJ0A5gz4SHvPCfHqvyM { width:11.0625rem;height:6.9375rem;top:22.1875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmBmksss3pRvyoHcesv4Wv7rKkTAiNUt { width:13.6875rem;height:3.57421875rem;top:121.625rem;left:3.1875rem;font-size:1.375rem;font-family:"mykonos ar";color:#9d2b2b;display:block; }
 }@media only screen and (max-width: 763px) { #koHbFSvWoM0SEcJKt8T8t2z1IZD3u5Zo { top:127.75rem;left:6.5625rem;width:7.0625rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEh3dJ4tni3Msgk4eLXT2Vy3hgTw55Dh { display:block; }
 }@media only screen and (max-width: 763px) { #yxTTWwaDsgZ95TD6e6QArAEunNxNpxGu { width:17.9375rem;height:10.625rem;top:262.75rem;left:1.0625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #K977pN2UHL5V4GIh1Iy7doxZ5S5eTJQm { width:17.9375rem;height:10.625rem;top:216.625rem;left:1.0625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #dLyTSFnUOrFtq2f2Upq8xdXdtN52KUdN { width:17.9375rem;height:10.625rem;top:193.375rem;left:1.0625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #QCIKZQzsZ49TpSkE8ipfeN3kwUnyKneU { width:17.9375rem;height:10.625rem;top:168.4375rem;left:1.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #NtelTvX6z44dObwBm15IIFC08LGL5kp4 { width:17.9375rem;height:10.625rem;top:143.5rem;left:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #xsL2FlRkyfpWPUTRwtxMb6DdHXSzAuku { width:17.9375rem;height:10.625rem;top:118.0625rem;left:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #hR6JyqMKbzd4iXPRnSv3hQDoQ0oExghe { width:17.9375rem;height:10.625rem;top:66rem;left:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #V1qb3L9WuzbfDwQ9IWfUV5n46mg5Ufw7 { width:17.9375rem;height:10.625rem;top:39.8125rem;left:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #TGGG4JqcU6o6so1qlQb7uhZ0DXKcbpyI { width:20rem;height:11.125rem;top:10.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoCI8JV3G7hsM9Cgnzn6tpoBgcqGEvUH { width:20rem;height:11.125rem;top:53.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMrLiAggTAcmtPF1vJ3qFBXgwSoeKGFv { width:20rem;height:11.125rem;top:53.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyAUwUxP5yo4skovIEyRhv86grWsVwbz { top:75.875rem;left:6.5rem;width:7.0625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOoV5VnC7T4UPgud1O2TN9K3oebEnw3d { display:block; }
 }@media only screen and (max-width: 763px) { #tZrNZeHPIJTzPMwlOTf9Tk2bTE1f4GPw { width:20rem;height:11.125rem;top:73.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0CRG8BqStmrG0QmvaTfWzJAEpZnPwd1 { width:20rem;height:11.125rem;top:73.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7TPeUfEpaZBFL1JxDfztCwRDPb8PISM { width:20rem;height:11.125rem;top:92.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXlPK0XBJIrzy23li0w1feZ0le9XXCZl { width:20rem;height:11.125rem;top:92.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAc48SDsCeyeTpkHd5worf0FNXWa1KBR { width:20rem;height:11.125rem;top:114.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgHlOcVnKCz8ITq0vWUqfRFVZr6VahLW { width:10.625rem;height:3.4375rem;top:60.3125rem;left:4.6875rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #C6QsgI0Uy2X9K7lZu9KXRxN4v87eoKVh { display:block; }
 }@media only screen and (max-width: 763px) { #Omtu1cyz3rmhHHqASVBxf5g1lvQtQDMo { width:10.625rem;height:3.4375rem;top:85.0625rem;left:4.6875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #oQL2eQNVXZivoaGGKinDmWiKXKQpAJDV { display:block; }
 }@media only screen and (max-width: 763px) { #vfHCdt9bDEQSzhNoKAtskIDnpG6Q1vDH { width:10.625rem;height:3.4375rem;top:137.375rem;left:4.6875rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #Atlecm6S2CsqBREIayLPR0cV4AARx3xH { display:block; }
 }@media only screen and (max-width: 763px) { #M658fntQO0K0cnLCXopp5WW93b6riGXy { width:10.625rem;height:3.4375rem;top:163.3125rem;left:4.6875rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #cWCz78XxNdCDbWb53dDWvLMnRQH0o7Ev { display:block; }
 }@media only screen and (max-width: 763px) { #cz8ZirnwgMs9JTOV4IdMGfixTf4EShTK { width:10.625rem;height:3.4375rem;top:187.125rem;left:4.6875rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #HwlLkrumlFKk6H7az6wE0u1ez8d1G2Rp { display:block; }
 }@media only screen and (max-width: 763px) { #dTn8N7T0dHUDqXHFb5DfZeGVKgB1xbAl { width:10.625rem;height:3.4375rem;top:212.1875rem;left:4.6875rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #QtnIVTfRzu4IMg949PQsQvDL2XpMTBQB { display:block; }
 }@media only screen and (max-width: 763px) { #B6maghNZiFTRGbu4hedDh8bgfFoSl66v { width:10.625rem;height:3.4375rem;top:234.375rem;left:4.6875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #PZIKmNvX7H5Wa1nZTnRKw2M7FOf7xkvU { display:block; }
 }@media only screen and (max-width: 763px) { #fRAPwwcEpUtu5t6r83opOVvQCS237DEv { width:10.625rem;height:3.4375rem;top:257.9375rem;left:4.6875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #npQ7hl2JdS8Bwefz4TPn5DbtHyVLinTm { display:block; }
 }@media only screen and (max-width: 763px) { #cDGU4rqhyBFce1LQFqp0lqy5GmuHg2tC { width:10.625rem;height:3.4375rem;top:281.0625rem;left:4.6875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #z6FdviTm3x85fPhZr1PwwR8mChOtzHCW { display:block; }
 }@media only screen and (max-width: 763px) { #wxNXcX2Ba4TWTf2RT4QHXlUE1f1hWszN { width:11.9375rem;height:3.4375rem;top:208.625rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5UNSnThdomi04mNFopu6IJouLyWUvMa { display:block; }
 }@media only screen and (max-width: 763px) { #JcmxRqPq0TQMvfMDWDPgqNtht2xp5pHe { width:11.9375rem;height:3.4375rem;top:218rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTpLXZW7QqG1JPC9rooMuOimg6oeZWTv { display:block; }
 }@media only screen and (max-width: 763px) { #sAlb0enwuD79iScTsF1U86xUN8q5bbbU { width:11.9375rem;height:3.4375rem;top:213.3125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSoZA33222hLR0D2vILSeBRW652fktWE { display:block; }
 }@media only screen and (max-width: 763px) { #cHKNrSeeEdPKGMf2KIBxFDBDtyyiyxpg { width:11.9375rem;height:3.4375rem;top:199.25rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #apCVlKuRCOcKaT7H42oSW2AIq2ak8kKa { display:block; }
 }@media only screen and (max-width: 763px) { #eGK1lduq44ovXy5Ki93upsfzLKAIULzn { width:11.9375rem;height:3.4375rem;top:203.9375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlgbtwTzzHAUVAg3uwD2zzH96Ttzw4WT { display:block; }
 }@media only screen and (max-width: 763px) { #Ngp3r8XkBevp16o5Krd9HpXkOr9TIeq1 { width:11.9375rem;height:3.4375rem;top:189.875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #tO56pbLfRApcyizWQqlBfP2JJcuaefyy { display:block; }
 }@media only screen and (max-width: 763px) { #G7xU51R3d1OtdnhTxGwu03mc9XFwhCgJ { width:11.9375rem;height:3.4375rem;top:194.5625rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9wEnZb2FFQ0aS8RwRaPoIGN9bwECx9V { display:block; }
 }@media only screen and (max-width: 763px) { #oHSgcNJNx5hwTHd2gGqkZPdIUmkR56IK { width:11.9375rem;height:3.4375rem;top:180.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpwPcUObTdTGdIsEwVO6IW7zAIp5fR5C { display:block; }
 }@media only screen and (max-width: 763px) { #Jb3bsWZ5yPqzwSVOWaqdqhmipiwTivQI { width:11.9375rem;height:3.4375rem;top:185.1875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqvqXJbHbJdtG742CdHXIsbqXNmRhxbp { display:block; }
 }@media only screen and (max-width: 763px) { #vl929oQDznHKfAr7UziMH35U5EXzyTNk { top:276.0625rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs8JRMkQCJmmnob9HxgSeJkGe7gT8SbK { display:block; }
 }@media only screen and (max-width: 763px) { #x2kIVMRIDzmWQxT4VztZ9vo0I4WtxbIv { top:227.9375rem;left:3rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3z9bPHh5owu6bFqlXDnonSsEGRDiOS2 { display:block; }
 }@media only screen and (max-width: 763px) { #vxiv9EBH7p4mRfw2Ui7hRZhftFU5RTst { top:233.25rem;left:3rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtilT4wE3xl5ce3f9veOZCFTtBk1K5NI { display:block; }
 }@media only screen and (max-width: 763px) { #bNv5ROzkI2y1mgv8TA0EvI61BqX4QfNL { top:238.5625rem;left:3rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #khHI6et3wNm6RqELWi3RROg37wZJ3TI5 { display:block; }
 }@media only screen and (max-width: 763px) { #AAXSSPzxGflTPivd3OBDoyp2uPT3uJA8 { top:243.875rem;left:3rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHeksBvNcbQEqk9MrPEUR2vai8ASuGgX { display:block; }
 }@media only screen and (max-width: 763px) { #yRGZDaP9NNyTKKIPNPSmAyndryaZfVVr { top:9.75rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #Fui1QU1Rpp58twzDWpCqef6Wpk9bdQUw { display:block; }
 }@media only screen and (max-width: 763px) { #Sb9tm7NAhLB296cKrCzXorh1vCWoVTBE { top:54.625rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #pLFIRczEwnqXCKiXw0vC13HStCmSFXfD { display:block; }
 }@media only screen and (max-width: 763px) { #pELlDHLxGG9ZhLRp31nEsVThpaOvRTSq { top:79.8125rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #fp0362TeTpg6GdO71RH2tZWq0aRBmmli { display:block; }
 }@media only screen and (max-width: 763px) { #lNmJOuLuwao90PJuaVIumNv22DiCVKvX { top:131.8125rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #hwFTKUvXXd6XNlEwv7BMud7WIWwQNNTi { display:block; }
 }@media only screen and (max-width: 763px) { #zIM53JSaJinqWCq1lEHoo31aynwZ2Tua { top:157.875rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #ktqZ3wPnG6yA2V0QqxuldfrxPJVampyh { display:block; }
 }@media only screen and (max-width: 763px) { #JnTXZt6KEy2wfTxm1FxcovamAkNBn64B { top:181.9375rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #dhsTDKWTkpyhQEEiJJ0eoSsPwzIyt8Vv { display:block; }
 }@media only screen and (max-width: 763px) { #MtMv9olzdbm4H0UqBqSbSQwewzAbazUX { top:207rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #mGqxiGGpfJT1NutW2GxxylCdon1Ug4lT { display:block; }
 }@media only screen and (max-width: 763px) { #b5sq5so3tfAmzAhIaGX4Q5a37WrEUVKy { top:229.75rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #pAySPQX9AgPhBzGkGIrmfrybBbo8lmCl { display:block; }
 }@media only screen and (max-width: 763px) { #z8V68xU8MM5zN5UJ0zJfZ9iOCF7EI38q { top:252.75rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #lsbAUXlMIlGSCFUJ3DiuZDiUJXxrI5Zl { display:block; }
 }@media only screen and (max-width: 763px) { #kxpbuPfkQiql8qvcKrSJcSnHpJyLWtbn { width:17.9375rem;height:10.625rem;top:65.9375rem;left:1.0625rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #R6pqHgK9yxD0yJtA9F14zlaytqh7yuBy { top:80.375rem;left:3rem;width:14.0625rem;height:4.0625rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #maDFiTyke7uqZEEvdzhAO8WKQWDeaKH9 { display:block; }
 }@media only screen and (max-width: 763px) { #N23IuowbMxsQCVnc2DdgPqpdcSUpEEIT { width:10.625rem;height:3.4375rem;top:85.5625rem;left:4.6875rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #C6FpguA2mkOmrCTNmiIa6SAdTi3FfdEf { display:block; }
 }@media only screen and (max-width: 763px) { #bnRFHckn3N4aTFoZlrv1ze9XQAH9z9cS { width:17.9375rem;height:10.625rem;top:91.125rem;left:1.0625rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #F86zgtIbycI5AffLLUxRwhgwgg1avwco { top:101.75rem;left:6.5rem;width:7.0625rem;height:2.9375rem;font-size:1.25rem;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #XvlDHt84mFApFErbMsgHs9RA104vaJ3P { display:block; }
 }@media only screen and (max-width: 763px) { #wK3UormrM9FIwfFrd1iLxRXUZv2nRSz0 { top:66.4375rem;left:3rem;width:14.0625rem;height:4.0625rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #uSISpiOGeuovdTNGTdOXdMhIF0AhRZeC { display:block; }
 }@media only screen and (max-width: 763px) { #zvGZHxMoHr7XctHNC02JyIBCnp7b6bBD { width:10.625rem;height:3.4375rem;top:71.5rem;left:4.75rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #FQ93tdQqPM831tG8uIR1Fd49grJL9NlU { display:block; }
 }@media only screen and (max-width: 763px) { #ve0rmF7NmGEelEzoQx4G46iXMl8QniiE { width:16.8125rem;height:3.41015625rem;top:97.625rem;left:1.625rem;font-size:0.875rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #orynHdFWFNLlc2VTAvMoIaSoeOprPaxc { width:11.125rem;height:3.57421875rem;top:93.0625rem;left:4.4375rem;font-size:1.375rem;font-family:"mykonos ar";color:#9d2b2b;display:block; }
 }@media only screen and (max-width: 763px) { #SA6HUfyQ2zkNsTf1GT7lSBgCK5CGzZgJ { width:20rem;height:11.125rem;top:31.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNzWIPnZLnAUJcxzf72e16nvRALV4PVD { top:102.125rem;left:6.4375rem;width:7.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1DelNTQTEy6pES40taudOWnExZOs6MA { display:block; }
 }@media only screen and (max-width: 763px) { #haVeVN6HwuIo74qAXEtZSvIx9AIMONh3 { width:11.9375rem;height:3.4375rem;top:45rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTfiMbBwFOiW77KEHnQQSGEIOzgICwn0 { display:block; }
 }@media only screen and (max-width: 763px) { #bWXOp2erfRAWkuOi6m2GZ14FJT8VWuXI { width:17.9375rem;height:10.625rem;top:92.125rem;left:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #mxaUkKFlAX7Wp2y5Ffue7JOPUSSZPDsO { top:106.75rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #PTwdP1x4ptHKx4otTaZWtCrCNgNz8yCI { display:block; }
 }@media only screen and (max-width: 763px) { #SQtNyaq99k285Ne4HuAITIlTSG1nGuTz { width:10.625rem;height:3.4375rem;top:112rem;left:4.6875rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #VI8AtnXT3UqWi7s4gtzQwrXRHrkZJC7a { display:block; }
 }@media only screen and (max-width: 763px) { #zWduq1IJpPJ2hixbGq0GndhZPX3piTsT { width:13.9375rem;height:2.4375rem;top:19.4375rem;left:3rem;font-size:1.875rem;font-family:"mykonos ar";color:#9d2b2b;display:block; }
 }@media only screen and (max-width: 763px) { #pCnmInkonL5LnyPGSp5KrCb06EMdSbET { width:20rem;height:11.125rem;top:31.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTJcWMT157Bdy4LEBxeXmGm1KJVFq2HW { width:11.9375rem;height:3.4375rem;top:45rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ03KtRt5BigtiGlDT6Iub5J33IUa8g9 { display:block; }
 }@media only screen and (max-width: 763px) { #hc5bnAr2OkOdy3CiBmwGJpAl3CCizucp { top:24.8125rem;left:6.4375rem;width:7.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPNGn8AVOLsetTvZM02l705HGgyVOPc { display:block; }
 }@media only screen and (max-width: 763px) { #frf2pMNJhWN70DdEaKdTBEPZOTl2vEpM { top:48.4375rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7tc9QFu9m0IWZ5x5eyUfvuUG1iSbTrT { display:block; }
 }@media only screen and (max-width: 763px) { #R2dnqZxUcesewcc33dy1pyZIyJUCDQ0I { width:17.9375rem;height:10.625rem;top:15.3125rem;left:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #LXmzeQ3pwGFVuK0dRU2dTqNfWOJsthiz { top:29rem;left:2.9375rem;width:14.0625rem;height:4.0625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #K2WfTqgrS742cpB6AH6UdJdeA4fUsNN5 { display:block; }
 }@media only screen and (max-width: 763px) { #BBIKGZwS0RMv7FBZiLtbKTJn67LUGXou { width:10.625rem;height:3.4375rem;top:34.5625rem;left:4.6875rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #TDghC5LyIlmK05RitbyURHqzuW53viST { 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) { #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:21.3125rem;left:3.75rem;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.38125rem;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.7625rem;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.7625rem;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.89375rem;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.89375rem;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:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { width:18.6875rem;height:4.7109375rem;top:7.9375rem;left:0.65625rem;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:29.86328125rem;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:13.3623046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { width:20rem;height:4.62890625rem;top:17.3974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfaZDraSGnCBRDkf3gOF9SzLcFktoDX7 { top:2.5234375rem;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) { #ooeolc9HqsTqM9lhthB0rMi1kgzPZw7R { width:9.6875rem;height:1.70605625rem;top:22.0263671875rem;left:5.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQFc5zmVgxM5yrTgoyyraNS6TGdgEy5q { width:1.75rem;height:1.75rem;top:22.0263671875rem;left:2.96875rem;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; }
 }