.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#074274;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b5afb1, #ffffff);background-image: -moz-linear-gradient(180deg, #b5afb1, #ffffff);background-image: -ms-linear-gradient(180deg, #b5afb1, #ffffff);background-image: -o-linear-gradient(180deg, #b5afb1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5afb1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5afb1', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #b5afb1, #ffffff);background-size:auto !important;position:relative;display:block; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container { background-color: transparent; background-image: none; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container > .video-iframe-container { display: none; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row > .video-iframe-container { display: none; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .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); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container { border-width: 0; border-radius: 0; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#rTCqmpvF60UKRpGIw1CGNCxlVz3Hoxxg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:15.125rem;top:1.3125rem;left:21.6875rem;overflow:hidden;display:block; }
#r4yFF8B5JnghWacSQ2uoGCcwaF2BsWGe { 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:9.1875rem;left:3.3125rem;display:block; }
#zcEevcDa2enLGURZRT4DlQHVHRDUPzkJ { 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:9.75rem;left:4.6875rem;height:2.1937125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-form-header { font-size:0.875rem; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:0.8125rem; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-container:first-of-type{padding-top:0;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-container:last-of-type{padding-bottom:0;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66  { background-color:rgba(221,56,100,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.2475137710571rem;top:12.373933792114rem;z-index:100012;position:absolute;font-size:0.875rem; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.8125rem;display:block;vertical-align:top; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 {display:block;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 { background-color:rgba(221,56,100,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.2475137710571rem;top:12.373933792114rem;z-index:100012;position:absolute;font-size:0.875rem; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #GhMxGFlDmACIv9BoF2sUOTSdkEFV8RdF { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #CUcBsnEzhfmXS5R1lRymwWSt2g91VATW { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #eMipAJMhT2M7cSyzHopUFwBebKdsin8i { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #kzQpt6kQNGLsw2Nctm0hr0Roh8BNaWro { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #NDGGGdTkRmcsr0igtOwpqnzxemzSoOm9 { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #tLPpDsREkihBLVTlaIfuVr8fUXU5A1Ug { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #pTqbimpSvbR7VLGCd8nenz8xacSXGalg { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #D0QJKPT4FNe68QNHQrvlzLoTVh3wUuNi { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #x7I6cLyUJAdEp5pNF3x3x2aDK5y7GIKF { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #tX3GIuFObgExCA5W6ffK14MBUGUekTPU { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #Ih0lAPnfEboxTNwgOw2ccZECJK4r6EFC { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #pJzsOoO8fPJmJ7dozoSl2PLv7fTaaLKm { position:relative; }
#mGKxc60TsitJouwvUeK3wn5Kco32DN3n { position:relative;display:block; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #adw9PVdHVTESl5XmAM8R2pWG0w2Wri8W { position:relative; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #yIPEFaSzUU9qyghqFhq7kCOfKxRkQOhH { position:relative; }
#rPFceVPDlMRLlOUSpTstyqr50TBVBFlE { color:#000000;display:block;width:32.9368125rem;position:absolute;font-family:kids;font-size:1.6875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:16.809303283691rem;left:25.810544013977rem;height:10.9685625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bnhNMEx9QQmKdxZpOC670hd7er479Wyq { 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:41.5625rem;left:4.6875rem;display:block; }
#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 { z-index:;position:relative;display:block; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 { background-color: transparent; background-image: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container > .video-iframe-container { display: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row > .video-iframe-container { display: none; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 { border-width: 0; border-radius: 0; }#OTyAxHCe4GfTbzkF9XSnTPkPveUelGM9 > .row .container { background-color:rgba(7,66,116,0.63);background-image:none;font-size:0.875rem;font-family:cairo;height:14.5625rem;width:60rem;border-top:0rem dashed #000000;border-left:0rem dashed #000000;border-right:0rem dashed #000000;border-bottom:0rem dashed #000000;overflow:visible;position:relative;display:block; }#ETte9B5Qoralpp2Zl7gh8RbMeAwzu3aA { color:#fee179;display:block;width:31.4375rem;position:absolute;font-family:cairo;font-size:1.125rem;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:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GeIaTgwnClnrMSdirTkNyIQi7iqBpH9U { color:#fdfeff;display:block;width:19.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:4.375rem;left:37.8125rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rncxxFDyqKaU7X3lGnP9XMCuT3nMTEgt { color:#f5f6f8;display:block;width:13.5625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:6.125rem;left:44.1875rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#plhZIzyMl7DBz6atWTpWimbpn7Fs0m6J { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:7.9375rem;left:39.5625rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hsTOzaVSPG9iaREeE4ZvbyDGq1Iun8RL { color:#ffffff;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:9.75rem;left:35.75rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n21g2apikAirStUTM95u9DQz2kB8L2CQ { 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:block; }
#orJDKHSgVMin9PaM04DhTkbLgGmn7eNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wZ7HdLGNaFNNAdHxROwhELtvA7bMhGWf { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:11.5625rem;left:39.375rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MZA6QCmFH9BWu85l0HQ9WLWTJfZUrKF6 { position:absolute;display:block;z-index:100030;background-color:#e7e9f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:51.8125rem;top:14.25rem;left:4.09375rem;display:block; }
#BqaElc21ETisyqPRuaCIoD6RoJTSS08D { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:4.03125rem;left:58.15625rem;display:block; }
#b0SE6RNLhSB7DxG85kiBOlPqzdGhoQNW { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:9.4375rem;left:58.15625rem;display:block; }
#FTUE95F17HxukxoeuUT4RP7T2LKi2RxE { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:5.8125rem;left:58.15625rem;display:block; }
#gOezkcg3g8efeApi6dOJvKD17phIFwlr { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:7.6875rem;left:58.15625rem;display:block; }
#BaQlSJTusiECXvGg0GdU0UTsn23e0Evv { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:11.1875rem;left:58.15625rem;display:block; }
#a195CFlmTrmOQVfT88VTXRSit8V7neQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { background-color: transparent; background-image: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container > .video-iframe-container { display: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row > .video-iframe-container { display: none; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { border-width: 0; border-radius: 0; }#a195CFlmTrmOQVfT88VTXRSit8V7neQV > .row .container { font-size:0.875rem;font-family:cairo;height:20.8125rem;width:60rem;position:relative;display:block; }#NTb2Dvna9hKMXw8DQpQHE33Iqf6wQyKV { color:#fee179;display:block;width:24.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.3125rem;left:33.2119140625rem;height:2.34375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A9TtAw36KTrI6oSfm2fVwv1Fgvrg48ay { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100011;line-height:2;letter-spacing:0;top:4.5625rem;left:27.7119140625rem;height:;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4apThv8FrLlJnzICBQD336A3CIVVs2A { 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:12.0625rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:15.1875rem;left:8.59375rem;display:block; }
#KfF9lvdTCGGqrb9RQaaWVcPSkBqlEz9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hsk2iJmxxaXNVec7fziLOcdVhcwU6Sny { position:absolute;display:block;z-index:100032;background-color:#e7e9f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:51.8125rem;top:20.5625rem;left:2.71875rem;display:block; }
#FckTdFaiEQXZPKspoG9qo1Q3B6VMusFG { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:4.6875rem;left:58.125rem;display:block; }
#GV2TpHL5HgUTwhw9f8KWIZ42lNNfT4b9 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:6.8125rem;left:58.125rem;display:block; }
#Lyeu0wq6WGCyUmLyST0tH37VTz4zKdwL { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:8.9375rem;left:58.125rem;display:block; }
#ufbJuRtotbzaJfknWrselTUTX1ayLBds { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:13.3125rem;left:58.125rem;display:block; }
#P1bNvBF5ZBLS1Ld1kX4xqQaL20wKUL1M { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:17.5625rem;left:58.125rem;display:block; }
#TrxkSpvgycp1I6B2AslohISc6vfDH9r9 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:11.0625rem;left:58.125rem;display:block; }
#Jy6AsPbwwRAuVWddTlVzcpSp7Hs9b2zS { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:15.4375rem;left:58.125rem;display:block; }
#SgJWNTt9SHhvPf2as2fAkX8267uVODXg { background-color:rgba(7,66,116,0.63);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { background-color: transparent; background-image: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container > .video-iframe-container { display: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row > .video-iframe-container { display: none; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { border-width: 0; border-radius: 0; }#SgJWNTt9SHhvPf2as2fAkX8267uVODXg > .row .container { font-size:0.875rem;font-family:cairo;height:21.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#plsMbqbc6UssavoqQ3xZ0SnnReCtXPhD { color:#fee179;display:block;width:15.3125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.916015625rem;left:42.625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zi42v0ttdI5kTJaBbDiK5bGRu1TEQ8n6 { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:3.8125rem;left:31.3125rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OMPOByaCvzrtb0GicGtQhx6kTZI6tUJI { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:10.71875rem;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:18.875rem;left:30.3125rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S9zD3rUURtQ4M0nWirOqcVgviLFUcNBW { z-index:100000;top:8.2197265625rem;left:5.9072265625rem;background-color:#ba0484;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #ba0484 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.433625rem;height:3.99805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H0pe8T6XHcLg3SJLnCxf40DIpNFwNyfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mvCcV0cxTf4ToTDgBo6XATcRG5PL1NK8 { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:5.875rem;left:31.375rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rq3GArQigsiwooupJilcAPZ1FvxGoTek { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:8.25rem;left:42rem;height:;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:21.5rem;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:5.9375rem;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:8.125rem;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:10.78125rem;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:18.75rem;left:58.125rem;display:block; }
#XRToxvDE5kFUX7wS07IpunVFX2mZehTg { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:13.3125rem;left:30.3125rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aNM0Bo3gt6Von0roQcQENzFuai5fT4Fk { 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:13.5625rem;left:58.125rem;display:block; }
#PK0OQDJMghhDdytiItV4c59hgiRDTfEI { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:16.1875rem;left:30.5625rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FT7SV6dVRPJqGkM0MdwAXWtHTSw39U4x { 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:16.0625rem;left:58.125rem;display:block; }
#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(7,66,116,0.8);background-image:none;position:relative;display:block; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container { background-color: transparent; background-image: none; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container > .video-iframe-container { display: none; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row > .video-iframe-container { display: none; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container { border-width: 0; border-radius: 0; }#qmSsDhXQmDw7hwRdpwSeMCwJne43ZEuB > .row .container { font-size:0.875rem;font-family:cairo;height:21.375rem;width:60rem;position:relative;display:block; }#IL4eZl23OFVJuDFBVsl1UhD6KfFN1R0k { color:#f3f4fb;display:block;width:53.125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100009;line-height:1.8;letter-spacing:0;top:4.5625rem;left:4.625rem;height:15.2983rem;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.0595703125rem;left:38.75rem;height:;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XB3en78ZhnC0lkWdEF1FXRLU3kgARPFl { position:absolute;display:block;z-index:100033;background-color:#e7e9f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:51.8125rem;top:21.0625rem;left:2.71875rem;display:block; }
#G2XNn40GBxCfvi6JoTt7x3NXaZ4QwhWI { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:4.4375rem;left:58.125rem;display:block; }
#neAwiPmJlrg178FITZe0xCE2pGuyyc4k { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:6.375rem;left:58.125rem;display:block; }
#k6cipJCpGJAJMN0BwOfUFQbLtpbPlKwx { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:8.5rem;left:58.125rem;display:block; }
#RBNIUnrZHq4ApDNatxle4PF65d0QX0Tm { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:10.25rem;left:58.125rem;display:block; }
#TgT4E11aUD4Gd7bsSx8vqaBWXSJg5uCT { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:12.125rem;left:58.125rem;display:block; }
#X3NiISnzGoUTadciDShJo6sTXLl8qpOd { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:14rem;left:58.125rem;display:block; }
#cRUcyPfRkKBpXJ7nhRyfeCg5sgCFf32d { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:17.75rem;left:58.125rem;display:block; }
#UqXkGx6VgdTJf1Cfmdwsw3DPD7OdpeIi { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:15.875rem;left:58.125rem;display:block; }
#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(7,66,116,0.87);background-image:none;position:relative;z-index:auto;display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { background-color: transparent; background-image: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { border-width: 0; border-radius: 0; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { font-size:0.875rem;font-family:cairo;height:31.3125rem;width:60rem;position:relative;display:block; }#zUgMV19n8wDOiP1mMmqTAlunAfazoMrK { position:absolute;display:block;z-index:100008;background-color:#1799eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.125rem;left:28.4375rem;display:block; }
#r4cuggN7p4RJzNTHeqlbA2UUw2rrT05h { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.125rem;left:28.4375rem;display:block; }
#pcIKySrseZV7h5NPTzDxQAbzuE0oIEwT { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.66);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.4375rem;border-top-right-radius:5.4375rem;border-bottom-left-radius:5.4375rem;border-bottom-right-radius:5.4375rem;height:16.25rem;width:46.5rem;top:13.625rem;left:7.4150390625rem;display:block; }
#pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:14.6982421875rem;left:29.1875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { box-sizing:content-box;color:#0d1976;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:15.669921875rem;left:50.4033203125rem;display:block; }
#TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { color:#ba0484;display:block;width:53rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:8.306640625rem;left:4.0400390625rem;height:2.1937125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { color:#0d1976;display:block;width:38.9375rem;position:absolute;font-family:cairo;font-size:2.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.9921875rem;left:11.5283203125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:18.6640625rem;left:50.4345703125rem;display:block; }
#aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:22.1005859375rem;left:50.4345703125rem;display:block; }
#VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:24.82421875rem;left:50.4375rem;display:block; }
#s5waCyn8GdTdJRdvLTby9w669k4TQNNw { color:#0d1976;display:block;width:34rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:18.4765625rem;left:16.5625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:22.1005859375rem;left:9.0625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { color:#0d1976;display:block;width:43.5rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:24.82421875rem;left:7.625rem;height:1.8679rem;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.52468125rem;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.52468125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#074274;background-image:none;position:relative;display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { background-color: transparent; background-image: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { border-width: 0; border-radius: 0; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { font-size:0.875rem;font-family:cairo;height:20.125rem;width:60rem;position:relative;display:block; }#TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.7094182968139rem;left:12.126735687256rem;height:3.392575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:15.3125rem;left:25.9375rem;height:1.298825rem;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:17.875rem;left:20.2509765625rem;height:1.13725rem;display:block; }
#C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:5.5625rem;left:27rem;display:none; }
#R3zxdrF5co39JyD4bgAWuPJDymzv021o { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.6875rem;left:16.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#vhJV2aIzvM6I9tTw92ymXH9IZMM5kK0n { 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:11.9375rem;left:22.7197265625rem;display:block; }
#JCkyhJzL2i93EbS8Ud59WaUSm4hbs2Iz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vfldxV5Ptkl4IrZW6uBLpcvresTy0pDT { color:#fffbfb;display:block;width:9.6875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:8.5625rem;left:23.8447265625rem;height:1.70605625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc { display:block; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTCqmpvF60UKRpGIw1CGNCxlVz3Hoxxg { width:15.125rem;height:4.6875rem;top:1.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4yFF8B5JnghWacSQ2uoGCcwaF2BsWGe { top:9.1875rem;left:0rem;width:19.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcEevcDa2enLGURZRT4DlQHVHRDUPzkJ { width:16.5625rem;height:2.1875rem;top:9.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-regular-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-text { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-textarea { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-select { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66  { width:14.125rem;height:auto;top:12.3125rem;left:0rem; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .radio-container { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 {display:block;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 { width:14.125rem;height:auto;top:12.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #GhMxGFlDmACIv9BoF2sUOTSdkEFV8RdF {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #CUcBsnEzhfmXS5R1lRymwWSt2g91VATW {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #eMipAJMhT2M7cSyzHopUFwBebKdsin8i {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #kzQpt6kQNGLsw2Nctm0hr0Roh8BNaWro {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #NDGGGdTkRmcsr0igtOwpqnzxemzSoOm9 {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #tLPpDsREkihBLVTlaIfuVr8fUXU5A1Ug {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #pTqbimpSvbR7VLGCd8nenz8xacSXGalg {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #D0QJKPT4FNe68QNHQrvlzLoTVh3wUuNi {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #x7I6cLyUJAdEp5pNF3x3x2aDK5y7GIKF {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #tX3GIuFObgExCA5W6ffK14MBUGUekTPU {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #Ih0lAPnfEboxTNwgOw2ccZECJK4r6EFC {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #pJzsOoO8fPJmJ7dozoSl2PLv7fTaaLKm {  }
 }@media only screen and (max-width: 763px) { #mGKxc60TsitJouwvUeK3wn5Kco32DN3n { display:block; }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #adw9PVdHVTESl5XmAM8R2pWG0w2Wri8W {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #yIPEFaSzUU9qyghqFhq7kCOfKxRkQOhH {  }
 }@media only screen and (max-width: 763px) { #rPFceVPDlMRLlOUSpTstyqr50TBVBFlE { top:16.75rem;left:14.875rem;width:32.875rem;height:10.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnhNMEx9QQmKdxZpOC670hd7er479Wyq { top:41.5625rem;left:0rem;width:47.75rem;height:0.25rem;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:1.5625rem;top:0.875rem;left:16.3125rem;font-size:1.4375rem;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) { #n21g2apikAirStUTM95u9DQz2kB8L2CQ { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJDKHSgVMin9PaM04DhTkbLgGmn7eNw { 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) { #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) { #u4apThv8FrLlJnzICBQD336A3CIVVs2A { width:12.0625rem;height:3.4375rem;top:15.1875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfF9lvdTCGGqrb9RQaaWVcPSkBqlEz9n { 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:;top:10.6875rem;left:24rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvaIEOmxbEzmIEm2lrAzNR957gxhinB6 { width:27.5625rem;height:1.4375rem;top:18.875rem;left:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9zD3rUURtQ4M0nWirOqcVgviLFUcNBW { top:8.1875rem;left:0rem;width:27.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pe8T6XHcLg3SJLnCxf40DIpNFwNyfb { display:block; }
 }@media only screen and (max-width: 763px) { #mvCcV0cxTf4ToTDgBo6XATcRG5PL1NK8 { width:26.5rem;height:;top:5.875rem;left:21.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3GArQigsiwooupJilcAPZ1FvxGoTek { width:15.875rem;height:;top:8.25rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftG6QZSwuTT3kbT96NL0gxhaOfrxM2ek { top:21.5rem;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:5.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6soNqKFSD5zGLl7DvXQI4W20l2ktJ8B { top:8.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVzk0LLQquXC2bqIIyrDXiT29yB5CfMI { top:10.75rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLmHMHizBOeOAidwCI7HB1uFGVGtzgMN { top:18.75rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRToxvDE5kFUX7wS07IpunVFX2mZehTg { width:27.5625rem;height:1.4375rem;top:13.3125rem;left:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNM0Bo3gt6Von0roQcQENzFuai5fT4Fk { top:13.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK0OQDJMghhDdytiItV4c59hgiRDTfEI { width:27.5625rem;height:1.4375rem;top:16.1875rem;left:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7SV6dVRPJqGkM0MdwAXWtHTSw39U4x { top:16.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;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:;top:1rem;left:27.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB3en78ZhnC0lkWdEF1FXRLU3kgARPFl { top:21.0625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2XNn40GBxCfvi6JoTt7x3NXaZ4QwhWI { top:4.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neAwiPmJlrg178FITZe0xCE2pGuyyc4k { top:6.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6cipJCpGJAJMN0BwOfUFQbLtpbPlKwx { top:8.5rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBNIUnrZHq4ApDNatxle4PF65d0QX0Tm { top:10.25rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgT4E11aUD4Gd7bsSx8vqaBWXSJg5uCT { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3NiISnzGoUTadciDShJo6sTXLl8qpOd { top:14rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRUcyPfRkKBpXJ7nhRyfeCg5sgCFf32d { top:17.75rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqXkGx6VgdTJf1Cfmdwsw3DPD7OdpeIi { top:15.875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUgMV19n8wDOiP1mMmqTAlunAfazoMrK { width:3.125rem;height:0.125rem;top:7.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4cuggN7p4RJzNTHeqlbA2UUw2rrT05h { width:3.125rem;height:0.125rem;top:7.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIKySrseZV7h5NPTzDxQAbzuE0oIEwT { top:13.625rem;left:1.25rem;width:46.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { top:14.6875rem;left:23.0625rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { top:15.625rem;left:44.2783203125rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { width:47.75rem;height:4.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:38.9375rem;height:;top:1.9375rem;left:5.4033203125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { top:18.625rem;left:44.3095703125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { top:22.0625rem;left:44.3095703125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { top:24.8125rem;left:44.3125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5waCyn8GdTdJRdvLTby9w669k4TQNNw { top:18.4375rem;left:10.4375rem;width:34rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { top:22.0625rem;left:2.9375rem;width:41.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { top:24.8125rem;left:1.5rem;width:43.5rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZWSU7OrRaoZZndhmbLsgbW19G9eiKPS { top:16.875rem;left:13.0625rem;width:30.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXUX0ZdX3OSLnzxWDVJqHCD8vgv7ByLV { top:20.4375rem;left:20.375rem;width:22.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { top:1.6875rem;left:6.0013027191162rem;width:33.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { top:15.3125rem;left:19.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:17.875rem;left:14.1259765625rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { top:5.5625rem;left:20.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { top:8.6875rem;left:10.75rem;width:24.5625rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhJV2aIzvM6I9tTw92ymXH9IZMM5kK0n { width:11.9375rem;height:3.4375rem;top:11.9375rem;left:16.5947265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCkyhJzL2i93EbS8Ud59WaUSm4hbs2Iz { display:block; }
 }@media only screen and (max-width: 763px) { #vfldxV5Ptkl4IrZW6uBLpcvresTy0pDT { top:8.5625rem;left:17.7197265625rem;width:9.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #999999, #ffffff);background-image: -moz-linear-gradient(180deg, #999999, #ffffff);background-image: -ms-linear-gradient(180deg, #999999, #ffffff);background-image: -o-linear-gradient(180deg, #999999, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #999999, #ffffff);background-size:auto !important;display:block; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container { background-color: transparent; background-image: none; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container > .video-iframe-container { display: none; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row > .video-iframe-container { display: none; }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .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); }#OaNDhwB1CX0wvX7LpUIGy1B1k7C2rldc > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTCqmpvF60UKRpGIw1CGNCxlVz3Hoxxg { width:15.625rem;height:4.5rem;top:1rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4yFF8B5JnghWacSQ2uoGCcwaF2BsWGe { width:17.1875rem;height:2.9375rem;top:20.6875rem;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) { #zcEevcDa2enLGURZRT4DlQHVHRDUPzkJ { width:17.25rem;height:2.1937125rem;top:21.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-text { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-textarea { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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;text-align:center;text-align-last:center; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-input-button { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .widget-radio-label { text-align:center;text-align-last:center; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66  { width:14.625rem;height:auto;top:23.5rem;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; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 .radio-container { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 {display:block;}#Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 { width:14.625rem;height:auto;top:23.5rem;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) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #GhMxGFlDmACIv9BoF2sUOTSdkEFV8RdF {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #CUcBsnEzhfmXS5R1lRymwWSt2g91VATW {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #eMipAJMhT2M7cSyzHopUFwBebKdsin8i {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #kzQpt6kQNGLsw2Nctm0hr0Roh8BNaWro {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #NDGGGdTkRmcsr0igtOwpqnzxemzSoOm9 {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #tLPpDsREkihBLVTlaIfuVr8fUXU5A1Ug {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #pTqbimpSvbR7VLGCd8nenz8xacSXGalg {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #D0QJKPT4FNe68QNHQrvlzLoTVh3wUuNi {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #x7I6cLyUJAdEp5pNF3x3x2aDK5y7GIKF {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #tX3GIuFObgExCA5W6ffK14MBUGUekTPU {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #Ih0lAPnfEboxTNwgOw2ccZECJK4r6EFC {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #pJzsOoO8fPJmJ7dozoSl2PLv7fTaaLKm {  }
 }@media only screen and (max-width: 763px) { #mGKxc60TsitJouwvUeK3wn5Kco32DN3n { display:block; }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #adw9PVdHVTESl5XmAM8R2pWG0w2Wri8W {  }
 }@media only screen and (max-width: 763px) { #Z1fJq8iPlXyid1CHXnzmyXTGmMzCBt66 #yIPEFaSzUU9qyghqFhq7kCOfKxRkQOhH {  }
 }@media only screen and (max-width: 763px) { #rPFceVPDlMRLlOUSpTstyqr50TBVBFlE { width:19.75rem;height:11.70275rem;top:8.06196308136rem;left:-0.00053256750106811rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnhNMEx9QQmKdxZpOC670hd7er479Wyq { width:20rem;height:0.25rem;top:67.625rem;left:0rem;display:none; }
 }@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:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETte9B5Qoralpp2Zl7gh8RbMeAwzu3aA { width:18.5625rem;height:6.8980625rem;top:0.9375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.4375rem;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) { #n21g2apikAirStUTM95u9DQz2kB8L2CQ { width:11.9375rem;height:3.4375rem;top:21.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJDKHSgVMin9PaM04DhTkbLgGmn7eNw { 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:26.75rem;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) { #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.375rem;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) { #u4apThv8FrLlJnzICBQD336A3CIVVs2A { width:11.9375rem;height:3.4375rem;top:23.74609375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfF9lvdTCGGqrb9RQaaWVcPSkBqlEz9n { display:block; }
 }@media only screen and (max-width: 763px) { #Hsk2iJmxxaXNVec7fziLOcdVhcwU6Sny { width:20rem;height:0.25rem;top:29.12109375rem;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:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plsMbqbc6UssavoqQ3xZ0SnnReCtXPhD { width:20rem;height:2.5rem;top:0.71875rem;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:1.5rem;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:1.5rem;top:13.646484375rem;left:0.5rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffeae3;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #S9zD3rUURtQ4M0nWirOqcVgviLFUcNBW { top:22.833984375rem;left:0.5rem;width:19rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pe8T6XHcLg3SJLnCxf40DIpNFwNyfb { display:block; }
 }@media only screen and (max-width: 763px) { #mvCcV0cxTf4ToTDgBo6XATcRG5PL1NK8 { width:14.6875rem;height:1.5rem;top:6.74609375rem;left:3.25rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffeae3;line-height:1.6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3GArQigsiwooupJilcAPZ1FvxGoTek { width:13.9375rem;height:1.5rem;top:9.05859375rem;left:4.0625rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#ffeae3;line-height:1.6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ftG6QZSwuTT3kbT96NL0gxhaOfrxM2ek { width:20rem;height:0.25rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kapB1tak87Bwym8PEmBFkd5Otmilhnn1 { width:1.875rem;height:1.875rem;top:4.5rem;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.625rem;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.8125rem;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.25rem;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:13.5625rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XRToxvDE5kFUX7wS07IpunVFX2mZehTg { width:15.5rem;height:1.5rem;top:16.37109375rem;left:2.4375rem;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) { #aNM0Bo3gt6Von0roQcQENzFuai5fT4Fk { width:1.875rem;height:1.875rem;top:16.05859375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PK0OQDJMghhDdytiItV4c59hgiRDTfEI { width:15.5rem;height:1.5rem;top:18.93359375rem;left:2.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) { #FT7SV6dVRPJqGkM0MdwAXWtHTSw39U4x { width:1.875rem;height:1.875rem;top:18.62109375rem;left:18.125rem;font-size:1.3125rem;color:#ffffff;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:35.15625rem;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:7.125rem;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:11.75rem;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:16.25rem;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:21rem;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:23.4375rem;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:27.9375rem;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:32.5625rem;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.0625rem;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.38139375rem;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.144175rem;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.82528125rem;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.82528125rem;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.144175rem;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.9556125rem;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.9556125rem;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:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { width:18.6875rem;height:4.71235625rem;top:1.4375rem;left:0.65625005960463rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { width:12.5rem;height:1.298825rem;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.13725rem;top:17.98828125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { width:3.125rem;height:3.125rem;top:6.0625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { width:20rem;height:0;top:8.8115234375rem;left:-0.0029296875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vhJV2aIzvM6I9tTw92ymXH9IZMM5kK0n { width:11.9375rem;height:3.4375rem;top:12.625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCkyhJzL2i93EbS8Ud59WaUSm4hbs2Iz { display:block; }
 }@media only screen and (max-width: 763px) { #vfldxV5Ptkl4IrZW6uBLpcvresTy0pDT { width:9.8125rem;height:1.70605625rem;top:9.125rem;left:5.09375rem;font-size:1.3125rem;display:block; }
 }