.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efee;background-image:none;position:relative;display:block; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container { background-color: transparent; background-image: none; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container > .video-iframe-container { display: none; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row > .video-iframe-container { display: none; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .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); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container { border-width: 0; border-radius: 0; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row > .video-iframe-container {  }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#FdL1iSDEgPQus17F82OEXONEIovVZlyb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:19.75rem;top:0rem;left:18.0927734375rem;overflow:hidden;display:block; }
#fXpIAIZRXUx1pLH3TenHwFFQ6b3qLJCg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:25.811625rem;top:0rem;left:17.093097686767rem;overflow:hidden;display:none; }
#OraL6QsKxdE5Fe5mp0lwpVLMdpbSTP5o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:25.811625rem;top:0rem;left:17.093097686767rem;overflow:hidden;display:none; }
#TyZ6Z4881MOfHWmshoZuQXDLO6UrHxOr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:25.811625rem;top:0rem;left:17.093097686767rem;overflow:hidden;display:none; }
#TKmKMFbofx4E35OdQI4zTVWbTsstnJUc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:25.811625rem;top:0rem;left:17.093097686767rem;overflow:hidden;display:none; }
#nUkIP5mt3RmqsOnPQ7eg4sO46ABpv4O6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:25.8105625rem;top:0rem;left:17.094184875488rem;overflow:hidden;display:none; }
#Mg2gsbvoKnZtVwo670KZETkTx0J2ifRz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:25.811625rem;top:0rem;left:17.093097686767rem;overflow:hidden;display:none; }
#fg5d5ut4WOkwWQoNDQFFUbQAQv6GBtxe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:25.811625rem;top:0rem;left:17.093097686767rem;overflow:hidden;display:none; }
#T6Ae620yAFTiVBBdbSisd1QoWleAXeH3 { color:#d5b56a;display:block;width:56.5625rem;position:absolute;font-family:"mykonos ar";font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2495660781861rem;left:0rem;height:4.38585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,74,141,0.92);background-image:url("https://images.assets-landingi.com/F43AVuWI/a_closeup_of_a_female_eye.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.adaptive-delivery-prevent-bg, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyload, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyloading { background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { background-color: transparent; background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { border-width: 0; border-radius: 0; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container {  }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:60rem;position:relative;display:block; }#LLUeTwPCRpzWVSPxTFJDTpO6CFyvNSFf { position:absolute;display:block;z-index:15032;background-color:rgba(1,133,138,0.96);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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:36.125rem;width:15rem;top:7.1875009536744rem;left:1.4995651245118rem;display:block; }
#fxJZKVKbHGyan6yVOO2oSsNFPt0cfPfZ { color:#0e0a52;display:block;width:14.1221875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:10.625000953674rem;left:1.9368476867676rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-form-header { font-size:0.875rem; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;width:11.5rem;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;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden;font-style:normal; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:11.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:11.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:11.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:cairo;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .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; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ce9b22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:11.5rem;height:2.25rem;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:10.5rem;overflow:hidden;font-style:normal;float:none; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:3.5625rem;vertical-align:middle;font-family:cairo;font-size:1rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:3;float:none; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-container:first-of-type{padding-top:0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-container:last-of-type{padding-bottom:0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:11.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100077;position:absolute;top:13.24870300293rem;left:1.9954414367676rem;font-size:0.875rem; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:11.5rem;display:block;vertical-align:top; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 {display:block;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:11.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15077;position:absolute;top:13.24870300293rem;left:1.9954414367676rem;font-size:0.875rem; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lGhdLk4ElpMLH8npo7gsXXqgEXelkIKC { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #xAKwPpkbnOlTwxSPctqr8mwLVmwu2293 { position:relative;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #NdLCDdV4zoKuVkoE2hTKzsI7waw5MpfF { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lIiA4SlE4ZGuVNicW7ySGwTFalUf4DqZ { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lIiA4SlE4ZGuVNicW7ySGwTFalUf4DqZ .container-column{width:50%;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #g4kURWaVkhOsJaJtHc9g2T5VGqnTRkf9 { position:relative;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ryT2aTkWbluSJLyQdEi4Cb74LUSJU00D { position:relative;z-index:2; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #O2h6ty6XsoWOBigrhf6x0LcaTy5QpZbZ { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #CcifZLd7H0q3RSS2nM5ynugCFp5zdMGq { position:relative;z-index:2; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #A4hyvuk1HSPESi27h7SEE1iNcHgMsapi { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ZeK2zZHLcQHripSwG37r1i5OUIL90TZ3 { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #T7t1Am7MMdF0XuRTTMMABiVmwIDX29wt { position:relative;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #B90XaAnl76nJKwqu5Qx12VOw4FOv2hm3 { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lToPHPrL8t8FVK5oglqpn5bbTdG5OTTL { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #aXndnl3hkGlZM5NRhhtu3zA6Qhlsq92b { position:relative;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #kXeZAzmkQtNfWZfPn3HWrI2d66XzMtce { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #yTMw4ITnGStrDUsv8tTBMrSf5TXxdwQf { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #DCuDbo3FUNS9X7OqkeoP9fJmGinGgTTh { position:relative;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #AuS7grTQ4PPFgQ0IRwXJVcvOR9aBuzFu { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #fU2wIOtMl0NVlcszlZLgb5LvOlnUgoCe { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #fU2wIOtMl0NVlcszlZLgb5LvOlnUgoCe .container-column{width:50%;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #LuKvteMx1UkSOLp0JftpESceTnLNodCN { position:relative;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ecM9BgelMT8FyNGxwbVCkRWUpgSrDJqR { position:relative;z-index:2; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #O6R8qMfOVPpV62VyTt9RTZ4bPvJwqxvr { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #yO5JLH5FCk6GU2uEWEbWv8TceEKOQ1Hd { position:relative;z-index:2; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #vGaXeCc1udz9bkrt91VqllGGEbOIqxvE { position:relative; }
#GryDJ2nyfaC4Hp4KTRfRbQzlztN0cwMq { position:relative;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #OqabFmCIoSNGrUJyOMFmqdKAxPct45C6 { position:relative; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #XeGTdrPawBsFoEu3zxITBIAayy3n7kpz { position:relative; }
#kLiNxTL8UJFS1ODZZzVN8TVm3m9wdXAR { color:#075794;display:block;width:13.499375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:7.7493495941163rem;left:2.2493476867676rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0oPfbCQtNip7c1eEzQWIpEcE9dw3Irc { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1245625rem;width:12.1245625rem;top:25.3125rem;left:31.25rem;overflow:hidden;display:block; }
#zkz7FM5yVokQFr0WLdPCteCESZLvis2F { color:#f4eeef;display:block;width:25.061875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:12.0625rem;left:26rem;height:1.8684875rem;font-style:normal;display:block; }
#pXxC0zkMWt5esBUUKXadXMRResQ3Bqlq { position:absolute;display:block;z-index:15075;background-color:#01858a;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:2.4375rem;width:24.3125rem;top:11.8125rem;left:25.375rem;display:block; }
#TnQezt4Dbq2iBNIAsvTGbhT2isHnrODX { color:rgba(2,172,0,0.8);display:block;width:16.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:27.3125rem;left:30.3125rem;height:1.38020625rem;font-style:normal;display:block; }
#RdpUdvlWKD4BJJi4WAvTW7lG0wQSHa7z { position:absolute;display:block;z-index:15074;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:17.5625rem;top:26.8125rem;left:28.5625rem;display:block; }
#dsr5rasnee6EhrIi0ipNGzQmp2bkuTPF { color:#01858a;display:block;width:26.811rem;position:absolute;font-family:"mykonos ar";font-size:1.625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:15.75rem;left:24.5rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpT9m82gTfi1HfSsx36Hs4FqTJcWWOdo { position:absolute;display:block;z-index:15075;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:25.125rem;top:15.9375rem;left:25.3125rem;display:block; }
#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN.adaptive-delivery-prevent-bg, #UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN.lazyload, #UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN.lazyloading { background-image: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { background-color: transparent; background-image: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container > .video-iframe-container { display: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container { display: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .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); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { border-width: 0; border-radius: 0; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container {  }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { font-size:0.875rem;font-family:arial;height:79.75rem;width:60rem;position:relative;display:block; }#Mzq5Rrm36z6MyLyOQ1ieJdpZ2x5EIsHb { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#or5I0PhkrrX1qJkOTZ081VVix6fy4EgT { position:absolute;display:block;z-index:15015;background-color:rgba(19,19,19,0.69);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:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#OhNvCWntLAzGAW7UTPBBuQWSl6myHWN0 { color:#01858a;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:33.375rem;left:41.3125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#oubCSEOgfWRsng4wekBMQPbDWdT6Qw89 { color:#011d2f;display:block;width:10.4980625rem;position:absolute;font-family:bitter;font-size:1.1875rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:34.875rem;left:41.625rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHStRqHnu5TiWsbMvxObNn1TQlAaDu0S { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:9.125rem;width:12.6875rem;top:32.875rem;left:40.4375rem;display:block; }
#MbKTZHn7QKXNa4DLwg2FteE5XD2sS6k7 { z-index:15067;top:42.125rem;left:43rem;background-color:#01858a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zlH49G9JtrGE1CAVGfcJ0gfBLea5MB2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svfsCamfmN5h2DoWe46XivpPFB8nF95V { color:#0e193d;display:block;width:11.624375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15233;line-height:1.6;letter-spacing:0;top:40.3125rem;left:40.875rem;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; }
#PHU8et3AAVx4hAqJWrsXTUAIknP8LMFi { box-sizing:content-box;color:#01858a;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:15060;top:2.5607643127441rem;left:47.561416625976rem;display:block; }
#G5dPIDsW5alB1tNT9z5Dq01vFngRdye8 { color:#660000;display:block;width:39.2480625rem;position:absolute;font-family:"neo sans arabic";font-size:3.1875rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.1480035781861rem;left:10.374347686767rem;height:4.14388125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#suiPB2pxBRl1fZ00uRcP4ks5kPcGQgSk { color:#660000;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:13.6875rem;left:45.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#u97eamuQrFxIDPJd6na5Nod9dE8i9B0w { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:8.8125rem;width:12.6875rem;top:12.1875rem;left:44.125rem;display:block; }
#xcrhtfWsr2MuThydEE6zdrdxSWSKTlMc { color:#0e193d;display:block;width:11.624375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15238;line-height:1.6;letter-spacing:0;top:18.625rem;left:44.875rem;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; }
#pviPlTfRxr1MCndl8pBdvO3PTGBQiAH0 { z-index:15072;top:21rem;left:45.875rem;background-color:#01858a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rc7WryhdKA9uASee1latrRxdsEyVTClz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qh0665TwOSVAIs81owvBi4FkAyBM43mD { color:#660000;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:12.9375rem;left:24.8125rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#N3HVJfeMO5PnZTlXZGTDoBnMraFcwAhk { position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:8.8125rem;width:12.6875rem;top:12.5625rem;left:23.9375rem;display:block; }
#GrVvv2Z9ioAb5Mx9Jshl4z4zaNudkAWX { color:#0e193d;display:block;width:11.624375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15243;line-height:1.6;letter-spacing:0;top:19.5625rem;left:24.4375rem;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; }
#ZHx4cKA1emQV5otWpJeFqTGoMOlWpLNu { z-index:15077;top:21.4375rem;left:26.0625rem;background-color:#01858a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N50TghTysyOQL9MsKgf3dVO0MhGmrN1h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyOuHGnd8VazKb9i1kDXw0OI9f6ue3MP { color:#660000;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:12.9375rem;left:4.125rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#z73buR4wSAsFdDWRFDtvP8knEttUXLb8 { position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:8.8125rem;width:12.6875rem;top:12.5625rem;left:3.1875rem;display:block; }
#AndH2MC9pqDCQHXLw7RkU44A7FZTAOEJ { color:#0e193d;display:block;width:11.624375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15243;line-height:1.6;letter-spacing:0;top:19.5625rem;left:3.625rem;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; }
#AWAkauEkUN0cUMisi6XFxn5K316mzFK5 { z-index:15077;top:21.375rem;left:5.1875rem;background-color:#01858a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mds4QAsQJ5QzC6i5iQ4v3N8HZohPs9VZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svs98xdlODAPJavThElvz3v1L1S1GrGw { color:#660000;display:block;width:39.2480625rem;position:absolute;font-family:"neo sans arabic";font-size:2.3125rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.208767414093rem;left:10.374347686767rem;height:3.00564375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZyphWR3GThWMZmF7ah9810DQqglQ1aUB { color:#660000;display:block;width:39.2480625rem;position:absolute;font-family:"neo sans arabic";font-size:3.1875rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.125rem;left:8.9375rem;height:4.14388125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GczWKRVgGSBsJixfm72learCRhpyRBSq { z-index:15072;top:42rem;left:8.625rem;background-color:#01858a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LNnE435obhf5pgh73ubJ5peoiqcee8T9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9W8v3GE3bMewyd922b9WG2LmNT8QdFr { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:9.125rem;width:12.6875rem;top:32.75rem;left:6.5rem;display:block; }
#RtcBMNsqPfhzE0TNPcQwOaPIxf19AVyq { color:#0e193d;display:block;width:11.624375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15238;line-height:1.6;letter-spacing:0;top:40.1875rem;left:6.9375rem;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; }
#rxNaxsXfXuM7MCaGAEeEay8cH0DZdS6A { color:#011d2f;display:block;width:10.4980625rem;position:absolute;font-family:bitter;font-size:1.1875rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:37.5625rem;left:7.5625rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kw9gHku2Jr40KczX0ggG2lIUpCeCsFeD { color:#01858a;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:33.25rem;left:7.375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#zEE1MVMtk2lwyF3b6g1yxqLyN4lFbvRi { position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:11.75rem;width:12.6875rem;top:47.25rem;left:6.4375rem;display:block; }
#TMTp5BXcyGsHK2Na9zQoDAbZOpHIJQno { color:#0e193d;display:block;width:11.624375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15243;line-height:1.6;letter-spacing:0;top:57.375rem;left:6.4375rem;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; }
#PcGTqP7Qz2Zyw2T9TbRVJApbnCxVpr8m { color:#011d2f;display:block;width:10.374375rem;position:absolute;font-family:bitter;font-size:1.1875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:50.8125rem;left:7.6875rem;height:6.171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P66SUHIZe916SaVZb84soBwGiSDUe80O { color:#01858a;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.1;letter-spacing:0;top:47.75rem;left:7.3125rem;height:2.74956875rem;text-align:center;text-align-last:center;display:block; }
#ADVcVbTSQ7tPI99xAFN8s98yy1vmvdlk { z-index:15077;top:59.0625rem;left:8.5rem;background-color:#01858a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WccNmssrlPZIK5kZGZ2zEuS2KUzueB4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JzpnifFe1pDCCby8FMATyEZzLOzcVFmg { position:absolute;display:block;z-index:15073;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:11.75rem;width:12.6875rem;top:47.25rem;left:40.875rem;display:block; }
#dTJRMXHezEIKCciT8lzKf4TKeZc8Prpe { color:#0e193d;display:block;width:11.624375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15248;line-height:1.6;letter-spacing:0;top:57.3125rem;left:40.875rem;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; }
#ggmywULvb3gTku7kfe4RJMGm5RCcXTXM { z-index:15082;top:59.0625rem;left:42.9375rem;background-color:#01858a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QgsLE3gu8ZPbiLXrAD4xBSE8KVRy4llW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwhbydWaohXelfyUen5W0ngH4r3kN0e7 { color:#011d2f;display:block;width:10.374375rem;position:absolute;font-family:bitter;font-size:1.1875rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:49.75rem;left:42rem;height:7.71484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5ySyQNGTSfsI17De0Z8iFDGkgnPVQOc { color:#01858a;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:47.75rem;left:41.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#AiCPUf8PnPEx3UKZ0p7gX5KHxKzroMl9 { color:#660000;display:block;width:39.2480625rem;position:absolute;font-family:"neo sans arabic";font-size:2.5625rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:62.363283157349rem;left:9.8187923431394rem;height:3.3311625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TCLPrT6IR4cWiVR1iAgqIW02Xo5uz8VU { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:9.125rem;width:12.6875rem;top:68.5625rem;left:23.6875rem;display:block; }
#D2UVFwUrf3Ba71wW4f7DleMfyrp8rvSi { color:#01858a;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:70.0625038147rem;left:24.561634063721rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Gy3mn7eLCsLgZFybDAyDxu1WuhhtIUqK { color:#0e193d;display:block;width:11.624375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15238;line-height:1.6;letter-spacing:0;top:75.936853408812rem;left:24.124347686767rem;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; }
#iKZ7l85seMTPgoNadHckHCMr1ddaBxQk { z-index:15072;top:77.8125038147rem;left:25.9375rem;background-color:#01858a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tgkIwyTryJnvlhbhv8FeEw0QDrWPEtCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw.adaptive-delivery-prevent-bg, #vtDXxEHkBlFEalPnB8opoKW8eXA85qSw.lazyload, #vtDXxEHkBlFEalPnB8opoKW8eXA85qSw.lazyloading { background-image: none; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container { background-color: transparent; background-image: none; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container > .video-iframe-container { display: none; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row > .video-iframe-container { display: none; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .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); }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container { border-width: 0; border-radius: 0; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row > .video-iframe-container {  }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#NxXdz6OMeRngvbaZfLTh88TJKzt4gPoI { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.7615rem;font-style:normal;display:block; }
#i9Cu8iTOTChT4zneI0R7q6oJBg2e2nMS { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;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.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#pXNXaDvdhVpqBeEKhfMsOuJQN5ZfEv3R { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:7.43275rem;text-align:justify;text-align-last:initial;display:block; }
#co0q3cKGINAO5h269NyVDNqCRv71XXTm { position:absolute;display:block;z-index:15003;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;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#JZXfo2BmxQQ3WgTTBwXCqJb08xU1RkUG { position:absolute;display:block;z-index:15004;background-color:#065120;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.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#zlXXp2TZluicDS2ZBfekw4pp7wr82HFa { box-sizing:content-box;color:#065120;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:15005;top:19.937501430511rem;left:56rem;display:block; }
#ApTLFQdD7hh41oAv0EWDcno9ipIBSgWa { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#x7nHW8caixH6KO3KAy275PbhgaJoEoaA { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#WfvdJLRnWMu9k7C8WXk9b7PCFEDFEsmA { box-sizing:content-box;color:#065120;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:15007;top:22.062501430511rem;left:56.0625rem;display:block; }
#aTGTi12ONO5BUTlE2l6tpJLf5pBh8XrL { position:absolute;display:block;z-index:15005;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;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#Lz9QxaBwIrwE5SG6A4EZgSpHX9MibXqa { box-sizing:content-box;color:#065120;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:15009;top:24.375001430511rem;left:56.0625rem;display:block; }
#wrwT2RXTgOTPmf399SWEDTUk7GEpH03K { position:absolute;display:block;z-index:15007;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;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#TSCrNS3VuVVDeE4wlvIe5eCbC96PkFDi { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#CtrewZX8wdNL9GlLmbZ5HJI4maGgh6GT { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#WJHNer32gpUQ8s8Ei5NRKDT8yl9EAqxa { box-sizing:content-box;color:#065120;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:15011;top:26.541667461395rem;left:56.0625rem;display:block; }
#zeuytBs8P1EWUqgDWscD3AnkdtKtiqaC { position:absolute;display:block;z-index:15009;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;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#pW3NHePnoM6uhv5FquTx5Eqtc5ia2fq3 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#dNH3wmTcq16akdXShbeRJsL6USRmIpXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcbebe, #1d7f86);background-image: -moz-linear-gradient(180deg, #dcbebe, #1d7f86);background-image: -ms-linear-gradient(180deg, #dcbebe, #1d7f86);background-image: -o-linear-gradient(180deg, #dcbebe, #1d7f86);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcbebe', endColorstr='#1d7f86' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcbebe', endColorstr='#1d7f86' );";background-image: linear-gradient(180deg, #dcbebe, #1d7f86);background-size:initial !important;position:relative;display:block; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container { background-color: transparent; background-image: none; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container > .video-iframe-container { display: none; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row > .video-iframe-container { display: none; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .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); }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container { border-width: 0; border-radius: 0; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row > .video-iframe-container {  }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#AT4cGwBJXgEm0URuvsRuETJbKx021uxX { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.5435rem;font-style:normal;display:block; }
#AT5bcVcIWeAiqbrXzKcWx2WrS33CTkZt { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#viLEcKiRAZBJbLasq1rOOyJDf9q8Q44X { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n1mIM3wsgUu0IHDZuis93BczaWcTBpBR { box-sizing:content-box;color:#434343;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:15004;top:18.125rem;left:6rem;display:none; }
#OxgVNxmVwmJ7GkD8eudhS9gPGbW3H51U { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0576171875rem;left:31.5625rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MpcbQgVu9a4wuNu3q1sw1q4Wiekf9Rwo { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW { display:block; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdL1iSDEgPQus17F82OEXONEIovVZlyb { top:0rem;left:11.9677734375rem;width:19.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXpIAIZRXUx1pLH3TenHwFFQ6b3qLJCg { top:0rem;left:10.968097686767rem;width:25.75rem;height:6.8585860053369rem;display:none; }
 }@media only screen and (max-width: 763px) { #OraL6QsKxdE5Fe5mp0lwpVLMdpbSTP5o { top:0rem;left:10.968097686767rem;width:25.75rem;height:6.8585860053369rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyZ6Z4881MOfHWmshoZuQXDLO6UrHxOr { top:0rem;left:10.968097686767rem;width:25.75rem;height:6.8585860053369rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKmKMFbofx4E35OdQI4zTVWbTsstnJUc { top:0rem;left:10.968097686767rem;width:25.75rem;height:6.8585860053369rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUkIP5mt3RmqsOnPQ7eg4sO46ABpv4O6 { top:0rem;left:10.969184875488rem;width:25.75rem;height:6.8588683412075rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mg2gsbvoKnZtVwo670KZETkTx0J2ifRz { top:0rem;left:10.968097686767rem;width:25.75rem;height:6.8585860053369rem;display:none; }
 }@media only screen and (max-width: 763px) { #fg5d5ut4WOkwWQoNDQFFUbQAQv6GBtxe { top:0rem;left:10.968097686767rem;width:25.75rem;height:6.8585860053369rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6Ae620yAFTiVBBdbSisd1QoWleAXeH3 { top:5.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLUeTwPCRpzWVSPxTFJDTpO6CFyvNSFf { width:15rem;height:36.125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxJZKVKbHGyan6yVOO2oSsNFPt0cfPfZ { width:14.0625rem;height:2.375rem;top:10.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-regular-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-text { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-textarea { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-select { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-checkbox-label { width:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8  { width:13.75rem;height:auto;top:7.3125rem;left:0rem; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .radio-container { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 {display:block;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 { width:13.75rem;height:auto;top:7.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lGhdLk4ElpMLH8npo7gsXXqgEXelkIKC {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #xAKwPpkbnOlTwxSPctqr8mwLVmwu2293 { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #NdLCDdV4zoKuVkoE2hTKzsI7waw5MpfF {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lIiA4SlE4ZGuVNicW7ySGwTFalUf4DqZ {  }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lIiA4SlE4ZGuVNicW7ySGwTFalUf4DqZ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #g4kURWaVkhOsJaJtHc9g2T5VGqnTRkf9 { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ryT2aTkWbluSJLyQdEi4Cb74LUSJU00D {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #O2h6ty6XsoWOBigrhf6x0LcaTy5QpZbZ {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #CcifZLd7H0q3RSS2nM5ynugCFp5zdMGq {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #A4hyvuk1HSPESi27h7SEE1iNcHgMsapi {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ZeK2zZHLcQHripSwG37r1i5OUIL90TZ3 {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #T7t1Am7MMdF0XuRTTMMABiVmwIDX29wt { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #B90XaAnl76nJKwqu5Qx12VOw4FOv2hm3 {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lToPHPrL8t8FVK5oglqpn5bbTdG5OTTL {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #aXndnl3hkGlZM5NRhhtu3zA6Qhlsq92b { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #kXeZAzmkQtNfWZfPn3HWrI2d66XzMtce {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #yTMw4ITnGStrDUsv8tTBMrSf5TXxdwQf {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #DCuDbo3FUNS9X7OqkeoP9fJmGinGgTTh { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #AuS7grTQ4PPFgQ0IRwXJVcvOR9aBuzFu {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #fU2wIOtMl0NVlcszlZLgb5LvOlnUgoCe {  }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #fU2wIOtMl0NVlcszlZLgb5LvOlnUgoCe .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #LuKvteMx1UkSOLp0JftpESceTnLNodCN { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ecM9BgelMT8FyNGxwbVCkRWUpgSrDJqR {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #O6R8qMfOVPpV62VyTt9RTZ4bPvJwqxvr {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #yO5JLH5FCk6GU2uEWEbWv8TceEKOQ1Hd {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #vGaXeCc1udz9bkrt91VqllGGEbOIqxvE {  }
 }@media only screen and (max-width: 763px) { #GryDJ2nyfaC4Hp4KTRfRbQzlztN0cwMq { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #OqabFmCIoSNGrUJyOMFmqdKAxPct45C6 {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #XeGTdrPawBsFoEu3zxITBIAayy3n7kpz {  }
 }@media only screen and (max-width: 763px) { #kLiNxTL8UJFS1ODZZzVN8TVm3m9wdXAR { top:7.6875rem;left:0rem;width:13.4375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0oPfbCQtNip7c1eEzQWIpEcE9dw3Irc { top:25.3125rem;left:25.125rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkz7FM5yVokQFr0WLdPCteCESZLvis2F { top:12.0625rem;left:19.875rem;width:25rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxC0zkMWt5esBUUKXadXMRResQ3Bqlq { top:11.8125rem;left:19.25rem;width:24.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnQezt4Dbq2iBNIAsvTGbhT2isHnrODX { top:27.3125rem;left:24.1875rem;width:16.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdpUdvlWKD4BJJi4WAvTW7lG0wQSHa7z { top:26.8125rem;left:22.4375rem;width:17.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsr5rasnee6EhrIi0ipNGzQmp2bkuTPF { top:15.75rem;left:18.375rem;width:26.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpT9m82gTfi1HfSsx36Hs4FqTJcWWOdo { top:15.9375rem;left:19.1875rem;width:25.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN { display:block; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mzq5Rrm36z6MyLyOQ1ieJdpZ2x5EIsHb { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or5I0PhkrrX1qJkOTZ081VVix6fy4EgT { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhNvCWntLAzGAW7UTPBBuQWSl6myHWN0 { top:33.375rem;left:35.1875rem;width:10.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubCSEOgfWRsng4wekBMQPbDWdT6Qw89 { top:34.875rem;left:35.5rem;width:10.4375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHStRqHnu5TiWsbMvxObNn1TQlAaDu0S { top:32.875rem;left:34.3125rem;width:12.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbKTZHn7QKXNa4DLwg2FteE5XD2sS6k7 { top:42.125rem;left:36.875rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlH49G9JtrGE1CAVGfcJ0gfBLea5MB2V { display:block; }
 }@media only screen and (max-width: 763px) { #svfsCamfmN5h2DoWe46XivpPFB8nF95V { width:11.5625rem;height:1.4375rem;top:40.3125rem;left:34.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHU8et3AAVx4hAqJWrsXTUAIknP8LMFi { top:2.5rem;left:41.436416625976rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5dPIDsW5alB1tNT9z5Dq01vFngRdye8 { top:1.125rem;left:4.2482643127441rem;width:39.1875rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suiPB2pxBRl1fZ00uRcP4ks5kPcGQgSk { top:13.6875rem;left:37.0625rem;width:10.6875rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u97eamuQrFxIDPJd6na5Nod9dE8i9B0w { top:12.1875rem;left:35.125rem;width:12.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcrhtfWsr2MuThydEE6zdrdxSWSKTlMc { width:11.5625rem;height:1.4375rem;top:18.625rem;left:36.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pviPlTfRxr1MCndl8pBdvO3PTGBQiAH0 { top:21rem;left:39.3125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc7WryhdKA9uASee1latrRxdsEyVTClz { display:block; }
 }@media only screen and (max-width: 763px) { #qh0665TwOSVAIs81owvBi4FkAyBM43mD { top:12.9375rem;left:18.6875rem;width:10.6875rem;height:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3HVJfeMO5PnZTlXZGTDoBnMraFcwAhk { top:12.5625rem;left:17.8125rem;width:12.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVvv2Z9ioAb5Mx9Jshl4z4zaNudkAWX { width:11.5625rem;height:1.4375rem;top:19.5625rem;left:18.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHx4cKA1emQV5otWpJeFqTGoMOlWpLNu { top:21.4375rem;left:19.9375rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N50TghTysyOQL9MsKgf3dVO0MhGmrN1h { display:block; }
 }@media only screen and (max-width: 763px) { #PyOuHGnd8VazKb9i1kDXw0OI9f6ue3MP { top:12.9375rem;left:0rem;width:10.6875rem;height:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73buR4wSAsFdDWRFDtvP8knEttUXLb8 { top:12.5625rem;left:0rem;width:12.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndH2MC9pqDCQHXLw7RkU44A7FZTAOEJ { width:11.5625rem;height:1.4375rem;top:19.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWAkauEkUN0cUMisi6XFxn5K316mzFK5 { top:21.375rem;left:0rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mds4QAsQJ5QzC6i5iQ4v3N8HZohPs9VZ { display:block; }
 }@media only screen and (max-width: 763px) { #svs98xdlODAPJavThElvz3v1L1S1GrGw { top:6.1875rem;left:4.2493476867676rem;width:39.1875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyphWR3GThWMZmF7ah9810DQqglQ1aUB { top:25.125rem;left:2.8125rem;width:39.1875rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GczWKRVgGSBsJixfm72learCRhpyRBSq { top:42rem;left:2.5rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnE435obhf5pgh73ubJ5peoiqcee8T9 { display:block; }
 }@media only screen and (max-width: 763px) { #R9W8v3GE3bMewyd922b9WG2LmNT8QdFr { top:32.75rem;left:0.375rem;width:12.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtcBMNsqPfhzE0TNPcQwOaPIxf19AVyq { width:11.5625rem;height:1.4375rem;top:40.1875rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxNaxsXfXuM7MCaGAEeEay8cH0DZdS6A { top:37.5625rem;left:1.4375rem;width:10.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9gHku2Jr40KczX0ggG2lIUpCeCsFeD { top:33.25rem;left:1.25rem;width:10.6875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEE1MVMtk2lwyF3b6g1yxqLyN4lFbvRi { top:47.25rem;left:0.3125rem;width:12.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTp5BXcyGsHK2Na9zQoDAbZOpHIJQno { width:11.5625rem;height:1.4375rem;top:57.375rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGTqP7Qz2Zyw2T9TbRVJApbnCxVpr8m { top:50.8125rem;left:1.5625rem;width:10.3125rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P66SUHIZe916SaVZb84soBwGiSDUe80O { top:47.75rem;left:1.1875rem;width:10.6875rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADVcVbTSQ7tPI99xAFN8s98yy1vmvdlk { top:59.0625rem;left:2.375rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WccNmssrlPZIK5kZGZ2zEuS2KUzueB4K { display:block; }
 }@media only screen and (max-width: 763px) { #JzpnifFe1pDCCby8FMATyEZzLOzcVFmg { top:47.25rem;left:34.75rem;width:12.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJRMXHezEIKCciT8lzKf4TKeZc8Prpe { width:11.5625rem;height:1.4375rem;top:57.3125rem;left:34.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggmywULvb3gTku7kfe4RJMGm5RCcXTXM { top:59.0625rem;left:36.8125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgsLE3gu8ZPbiLXrAD4xBSE8KVRy4llW { display:block; }
 }@media only screen and (max-width: 763px) { #NwhbydWaohXelfyUen5W0ngH4r3kN0e7 { top:49.75rem;left:35.875rem;width:10.3125rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ySyQNGTSfsI17De0Z8iFDGkgnPVQOc { top:47.75rem;left:35.625rem;width:10.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiCPUf8PnPEx3UKZ0p7gX5KHxKzroMl9 { top:62.3125rem;left:3.6937923431396rem;width:39.1875rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLPrT6IR4cWiVR1iAgqIW02Xo5uz8VU { top:68.5625rem;left:17.5625rem;width:12.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2UVFwUrf3Ba71wW4f7DleMfyrp8rvSi { top:70.0625rem;left:18.436634063721rem;width:10.6875rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy3mn7eLCsLgZFybDAyDxu1WuhhtIUqK { width:11.5625rem;height:;top:75.875rem;left:17.999347686767rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKZ7l85seMTPgoNadHckHCMr1ddaBxQk { top:77.8125rem;left:19.8125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkIwyTryJnvlhbhv8FeEw0QDrWPEtCI { display:block; }
 }@media only screen and (max-width: 763px) { #vtDXxEHkBlFEalPnB8opoKW8eXA85qSw { display:block; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxXdz6OMeRngvbaZfLTh88TJKzt4gPoI { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Cu8iTOTChT4zneI0R7q6oJBg2e2nMS { width:22.1875rem;height:0.1875rem;top:6.6875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNXaDvdhVpqBeEKhfMsOuJQN5ZfEv3R { width:20.8125rem;height:7.1875rem;top:7.875rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #co0q3cKGINAO5h269NyVDNqCRv71XXTm { width:1.875rem;height:1.875rem;top:19.75rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZXfo2BmxQQ3WgTTBwXCqJb08xU1RkUG { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlXXp2TZluicDS2ZBfekw4pp7wr82HFa { width:1.75rem;height:1.75rem;top:19.875rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApTLFQdD7hh41oAv0EWDcno9ipIBSgWa { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7nHW8caixH6KO3KAy275PbhgaJoEoaA { width:20.75rem;height:2.6875rem;top:19.125rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfvdJLRnWMu9k7C8WXk9b7PCFEDFEsmA { width:1.75rem;height:1.75rem;top:22rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTGTi12ONO5BUTlE2l6tpJLf5pBh8XrL { width:1.875rem;height:1.875rem;top:21.9375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9QxaBwIrwE5SG6A4EZgSpHX9MibXqa { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrwT2RXTgOTPmf399SWEDTUk7GEpH03K { width:1.875rem;height:1.875rem;top:24.1875rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCrNS3VuVVDeE4wlvIe5eCbC96PkFDi { width:11.375rem;height:2.6875rem;top:21.4375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtrewZX8wdNL9GlLmbZ5HJI4maGgh6GT { width:11.375rem;height:2.6875rem;top:25.9375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJHNer32gpUQ8s8Ei5NRKDT8yl9EAqxa { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeuytBs8P1EWUqgDWscD3AnkdtKtiqaC { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW3NHePnoM6uhv5FquTx5Eqtc5ia2fq3 { width:11.375rem;height:2.6875rem;top:23.75rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNH3wmTcq16akdXShbeRJsL6USRmIpXN { display:block; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AT4cGwBJXgEm0URuvsRuETJbKx021uxX { width:28.8125rem;height:2.5rem;top:1.375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5bcVcIWeAiqbrXzKcWx2WrS33CTkZt { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #viLEcKiRAZBJbLasq1rOOyJDf9q8Q44X { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1mIM3wsgUu0IHDZuis93BczaWcTBpBR { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxgVNxmVwmJ7GkD8eudhS9gPGbW3H51U { top:13rem;left:25.4375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpcbQgVu9a4wuNu3q1sw1q4Wiekf9Rwo { width:47.75rem;height:4rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW { background-color:#f3efee;background-image:none;display:block; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container { background-color: transparent; background-image: none; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container > .video-iframe-container { display: none; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row > .video-iframe-container { display: none; }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .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); }#C5mUCIDVWWJ5BmbwRpSU0M9GrShkkQCW > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdL1iSDEgPQus17F82OEXONEIovVZlyb { width:16.7480625rem;height:4.1862rem;top:0rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXpIAIZRXUx1pLH3TenHwFFQ6b3qLJCg { width:20rem;height:5.4375rem;top:24.777162786288rem;left:1.9027777314186rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #OraL6QsKxdE5Fe5mp0lwpVLMdpbSTP5o { width:20rem;height:5.4375rem;top:28.089662786288rem;left:1.9027777314186rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #TyZ6Z4881MOfHWmshoZuQXDLO6UrHxOr { width:20rem;height:5.3270570915237rem;top:4.75rem;left:1.2777777314186rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #TKmKMFbofx4E35OdQI4zTVWbTsstnJUc { width:20rem;height:5.3270570915237rem;top:2.25rem;left:1.2777777314186rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #nUkIP5mt3RmqsOnPQ7eg4sO46ABpv4O6 { width:20rem;height:5.3272763815202rem;top:4.6875rem;left:1.2777777314186rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Mg2gsbvoKnZtVwo670KZETkTx0J2ifRz { width:20rem;height:5.4375rem;top:26.839662786288rem;left:75.590277731419rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #fg5d5ut4WOkwWQoNDQFFUbQAQv6GBtxe { width:20rem;height:5.5rem;top:27.714662786288rem;left:75.590277731419rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #T6Ae620yAFTiVBBdbSisd1QoWleAXeH3 { width:20rem;height:5.36133125rem;top:4.1861991882324rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { background-color:rgba(218,111,180,0.8);background-image:url("https://images.assets-landingi.com/8vSsjxMb/hospital_min.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.adaptive-delivery-prevent-bg, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyload, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyloading { background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { background-color: transparent; background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLUeTwPCRpzWVSPxTFJDTpO6CFyvNSFf { width:15rem;height:36.4375rem;top:10.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxJZKVKbHGyan6yVOO2oSsNFPt0cfPfZ { width:14.0625rem;height:1.12413125rem;top:15.625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-regular-label { width:11.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none;font-weight:700;font-style:normal;display:block; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-text { width:11.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.375rem;font-size:1.125rem;overflow:hidden; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-textarea { width:11.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-select { width:11.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-input-button { width:11.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-checkbox-label { width:10.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-radio-label { text-align:center;text-align-last:center; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-container:first-of-type{padding-top:0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .widget-container:last-of-type{padding-bottom:0;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8  { width:11.4375rem;height:auto;top:16.75rem;left:3.625rem;background-color:transparent;background-image:none;z-index:100077; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 .radio-container { width:11.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 {display:block;}#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 { width:11.4375rem;height:auto;top:16.75rem;left:3.625rem;background-color:transparent;background-image:none;z-index:15077; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lGhdLk4ElpMLH8npo7gsXXqgEXelkIKC {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #xAKwPpkbnOlTwxSPctqr8mwLVmwu2293 { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #NdLCDdV4zoKuVkoE2hTKzsI7waw5MpfF {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lIiA4SlE4ZGuVNicW7ySGwTFalUf4DqZ {  }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lIiA4SlE4ZGuVNicW7ySGwTFalUf4DqZ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #g4kURWaVkhOsJaJtHc9g2T5VGqnTRkf9 { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ryT2aTkWbluSJLyQdEi4Cb74LUSJU00D {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #O2h6ty6XsoWOBigrhf6x0LcaTy5QpZbZ {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #CcifZLd7H0q3RSS2nM5ynugCFp5zdMGq {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #A4hyvuk1HSPESi27h7SEE1iNcHgMsapi {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ZeK2zZHLcQHripSwG37r1i5OUIL90TZ3 {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #T7t1Am7MMdF0XuRTTMMABiVmwIDX29wt { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #B90XaAnl76nJKwqu5Qx12VOw4FOv2hm3 {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #lToPHPrL8t8FVK5oglqpn5bbTdG5OTTL {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #aXndnl3hkGlZM5NRhhtu3zA6Qhlsq92b { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #kXeZAzmkQtNfWZfPn3HWrI2d66XzMtce {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #yTMw4ITnGStrDUsv8tTBMrSf5TXxdwQf {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #DCuDbo3FUNS9X7OqkeoP9fJmGinGgTTh { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #AuS7grTQ4PPFgQ0IRwXJVcvOR9aBuzFu {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #fU2wIOtMl0NVlcszlZLgb5LvOlnUgoCe {  }
#ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #fU2wIOtMl0NVlcszlZLgb5LvOlnUgoCe .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #LuKvteMx1UkSOLp0JftpESceTnLNodCN { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #ecM9BgelMT8FyNGxwbVCkRWUpgSrDJqR {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #O6R8qMfOVPpV62VyTt9RTZ4bPvJwqxvr {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #yO5JLH5FCk6GU2uEWEbWv8TceEKOQ1Hd {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #vGaXeCc1udz9bkrt91VqllGGEbOIqxvE {  }
 }@media only screen and (max-width: 763px) { #GryDJ2nyfaC4Hp4KTRfRbQzlztN0cwMq { display:block; }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #OqabFmCIoSNGrUJyOMFmqdKAxPct45C6 {  }
 }@media only screen and (max-width: 763px) { #ASqyrNcOl6XdMQolCzbiHFD9TgtTHvS8 #XeGTdrPawBsFoEu3zxITBIAayy3n7kpz {  }
 }@media only screen and (max-width: 763px) { #kLiNxTL8UJFS1ODZZzVN8TVm3m9wdXAR { width:13.4375rem;height:4.62890625rem;top:10.375rem;left:3.75rem;font-size:1.1875rem;font-weight:700;font-style:normal;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; }
 }@media only screen and (max-width: 763px) { #I0oPfbCQtNip7c1eEzQWIpEcE9dw3Irc { width:12.061625rem;height:12.061625rem;top:46.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkz7FM5yVokQFr0WLdPCteCESZLvis2F { width:20rem;height:1.54296875rem;top:0.90928840637206rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXxC0zkMWt5esBUUKXadXMRResQ3Bqlq { width:20rem;height:2.375rem;top:0.78428840637206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnQezt4Dbq2iBNIAsvTGbhT2isHnrODX { width:16.124125rem;height:1.462675rem;top:47.125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdpUdvlWKD4BJJi4WAvTW7lG0wQSHa7z { width:17.5rem;height:2.375rem;top:46.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsr5rasnee6EhrIi0ipNGzQmp2bkuTPF { width:20rem;height:3.57421875rem;top:4.6875004470348rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#01858a;display:block; }
 }@media only screen and (max-width: 763px) { #hpT9m82gTfi1HfSsx36Hs4FqTJcWWOdo { width:20rem;height:3.9375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { background-color: transparent; background-image: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container > .video-iframe-container { display: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row > .video-iframe-container { display: none; }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .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); }#UKRzL9aRuCOkrFTkxPrgm4XHdv4w17EN > .row .container { width:20rem;height:122.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mzq5Rrm36z6MyLyOQ1ieJdpZ2x5EIsHb { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #or5I0PhkrrX1qJkOTZ081VVix6fy4EgT { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhNvCWntLAzGAW7UTPBBuQWSl6myHWN0 { width:10.686875rem;height:1.2999125rem;top:49.6875rem;left:4.8125rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oubCSEOgfWRsng4wekBMQPbDWdT6Qw89 { width:10.4373125rem;height:5.19965rem;top:52.0625rem;left:5.3125rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #nHStRqHnu5TiWsbMvxObNn1TQlAaDu0S { width:13.3125rem;height:11.375rem;top:49.125rem;left:3.5rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MbKTZHn7QKXNa4DLwg2FteE5XD2sS6k7 { top:60.6875rem;left:5.9375rem;width:8.4375rem;height:1.74805rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlH49G9JtrGE1CAVGfcJ0gfBLea5MB2V { display:block; }
 }@media only screen and (max-width: 763px) { #svfsCamfmN5h2DoWe46XivpPFB8nF95V { width:13.3105625rem;height:1.21853125rem;top:58.125rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PHU8et3AAVx4hAqJWrsXTUAIknP8LMFi { width:3.125rem;height:3.125rem;top:0.55338668823242rem;left:16.873915731907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5dPIDsW5alB1tNT9z5Dq01vFngRdye8 { width:20rem;height:4.1232625rem;top:0.87478637695312rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #suiPB2pxBRl1fZ00uRcP4ks5kPcGQgSk { width:10.686875rem;height:3.0859375rem;top:11.6875rem;left:4.6875rem;font-size:1.1875rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u97eamuQrFxIDPJd6na5Nod9dE8i9B0w { width:12.6875rem;height:7.4375rem;top:10.125rem;left:3.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xcrhtfWsr2MuThydEE6zdrdxSWSKTlMc { width:11.5625rem;height:1.21853125rem;top:16.125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #pviPlTfRxr1MCndl8pBdvO3PTGBQiAH0 { top:17.6875rem;left:5.8125rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc7WryhdKA9uASee1latrRxdsEyVTClz { display:block; }
 }@media only screen and (max-width: 763px) { #qh0665TwOSVAIs81owvBi4FkAyBM43mD { width:10.686875rem;height:4.62890625rem;top:21.625rem;left:4.5rem;font-size:1.1875rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N3HVJfeMO5PnZTlXZGTDoBnMraFcwAhk { width:12.625rem;height:7.4375rem;top:21.5rem;left:3.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GrVvv2Z9ioAb5Mx9Jshl4z4zaNudkAWX { width:11.5625rem;height:1.21853125rem;top:27.1875rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ZHx4cKA1emQV5otWpJeFqTGoMOlWpLNu { top:29rem;left:5.8125rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N50TghTysyOQL9MsKgf3dVO0MhGmrN1h { display:block; }
 }@media only screen and (max-width: 763px) { #PyOuHGnd8VazKb9i1kDXw0OI9f6ue3MP { width:10.686875rem;height:4.62890625rem;top:32.25rem;left:4.4375rem;font-size:1.1875rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z73buR4wSAsFdDWRFDtvP8knEttUXLb8 { width:12.625rem;height:7.4375rem;top:32.875rem;left:3.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #AndH2MC9pqDCQHXLw7RkU44A7FZTAOEJ { width:11.5625rem;height:1.21853125rem;top:38.5rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #AWAkauEkUN0cUMisi6XFxn5K316mzFK5 { top:40.4375rem;left:5.875rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mds4QAsQJ5QzC6i5iQ4v3N8HZohPs9VZ { display:block; }
 }@media only screen and (max-width: 763px) { #svs98xdlODAPJavThElvz3v1L1S1GrGw { width:20rem;height:3.50043125rem;top:5.556640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZyphWR3GThWMZmF7ah9810DQqglQ1aUB { width:20rem;height:4.1232625rem;top:43.311634063721rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GczWKRVgGSBsJixfm72learCRhpyRBSq { top:72.934901024625rem;left:5.9375rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnE435obhf5pgh73ubJ5peoiqcee8T9 { display:block; }
 }@media only screen and (max-width: 763px) { #R9W8v3GE3bMewyd922b9WG2LmNT8QdFr { width:12.625rem;height:9.0625rem;top:63.684901024625rem;left:3.6875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RtcBMNsqPfhzE0TNPcQwOaPIxf19AVyq { width:11.5625rem;height:1.21853125rem;top:71.122401024625rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #rxNaxsXfXuM7MCaGAEeEay8cH0DZdS6A { width:10.4373125rem;height:2.599825rem;top:68.480909134675rem;left:4.7504348754883rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #kw9gHku2Jr40KczX0ggG2lIUpCeCsFeD { width:10.686875rem;height:2.599825rem;top:64.184901024625rem;left:4.5625rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zEE1MVMtk2lwyF3b6g1yxqLyN4lFbvRi { width:12.6875rem;height:11.75rem;top:76.5rem;left:3.6875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TMTp5BXcyGsHK2Na9zQoDAbZOpHIJQno { width:11.5625rem;height:1.21853125rem;top:86.5625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PcGTqP7Qz2Zyw2T9TbRVJApbnCxVpr8m { width:10.3125rem;height:6.4995625rem;top:79.6875rem;left:4.8125rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #P66SUHIZe916SaVZb84soBwGiSDUe80O { width:10.686875rem;height:2.20051875rem;top:77rem;left:4.5625rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ADVcVbTSQ7tPI99xAFN8s98yy1vmvdlk { top:88.375rem;left:6rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WccNmssrlPZIK5kZGZ2zEuS2KUzueB4K { display:block; }
 }@media only screen and (max-width: 763px) { #JzpnifFe1pDCCby8FMATyEZzLOzcVFmg { width:12.625rem;height:11.6875rem;top:91.710076332094rem;left:4.0620661377907rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dTJRMXHezEIKCciT8lzKf4TKeZc8Prpe { width:11.5625rem;height:1.21853125rem;top:101.77192020416rem;left:4.0620661377907rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ggmywULvb3gTku7kfe4RJMGm5RCcXTXM { top:103.45985507965rem;left:6.3122830986975rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgsLE3gu8ZPbiLXrAD4xBSE8KVRy4llW { display:block; }
 }@media only screen and (max-width: 763px) { #NwhbydWaohXelfyUen5W0ngH4r3kN0e7 { width:10.3125rem;height:6.4995625rem;top:94.210076332094rem;left:5.1872830986977rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #X5ySyQNGTSfsI17De0Z8iFDGkgnPVQOc { width:10.686875rem;height:1.2999125rem;top:92.209206581119rem;left:4.9366322159767rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AiCPUf8PnPEx3UKZ0p7gX5KHxKzroMl9 { width:20rem;height:4.798175rem;top:106.45833687744rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCLPrT6IR4cWiVR1iAgqIW02Xo5uz8VU { width:12.625rem;height:7.75rem;top:112.10612487793rem;left:3.6870661377907rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #D2UVFwUrf3Ba71wW4f7DleMfyrp8rvSi { width:10.686875rem;height:3.41363125rem;top:112.91775512695rem;left:4.6866322159767rem;font-size:1.3125rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gy3mn7eLCsLgZFybDAyDxu1WuhhtIUqK { width:11.5625rem;height:1.21853125rem;top:117.91819000244rem;left:4.1243491768837rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #iKZ7l85seMTPgoNadHckHCMr1ddaBxQk { top:119.98112487793rem;left:5.7497830986977rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkIwyTryJnvlhbhv8FeEw0QDrWPEtCI { display:block; }
 }@media only screen and (max-width: 763px) { #vtDXxEHkBlFEalPnB8opoKW8eXA85qSw { background-color:transparent;background-image:none;display:block; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container { background-color: transparent; background-image: none; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container > .video-iframe-container { display: none; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row > .video-iframe-container { display: none; }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .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); }#vtDXxEHkBlFEalPnB8opoKW8eXA85qSw > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxXdz6OMeRngvbaZfLTh88TJKzt4gPoI { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Cu8iTOTChT4zneI0R7q6oJBg2e2nMS { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNXaDvdhVpqBeEKhfMsOuJQN5ZfEv3R { width:17.625rem;height:5.6206625rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #co0q3cKGINAO5h269NyVDNqCRv71XXTm { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZXfo2BmxQQ3WgTTBwXCqJb08xU1RkUG { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlXXp2TZluicDS2ZBfekw4pp7wr82HFa { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApTLFQdD7hh41oAv0EWDcno9ipIBSgWa { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7nHW8caixH6KO3KAy275PbhgaJoEoaA { width:15.5625rem;height:2.27321875rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfvdJLRnWMu9k7C8WXk9b7PCFEDFEsmA { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTGTi12ONO5BUTlE2l6tpJLf5pBh8XrL { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9QxaBwIrwE5SG6A4EZgSpHX9MibXqa { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrwT2RXTgOTPmf399SWEDTUk7GEpH03K { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCrNS3VuVVDeE4wlvIe5eCbC96PkFDi { width:10.0625rem;height:2.27321875rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtrewZX8wdNL9GlLmbZ5HJI4maGgh6GT { width:10.0625rem;height:2.27321875rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJHNer32gpUQ8s8Ei5NRKDT8yl9EAqxa { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeuytBs8P1EWUqgDWscD3AnkdtKtiqaC { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW3NHePnoM6uhv5FquTx5Eqtc5ia2fq3 { width:11.375rem;height:2.27321875rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNH3wmTcq16akdXShbeRJsL6USRmIpXN { background-color:transparent;background-image: -webkit-linear-gradient(top, #bab4ab, #1d7f86);background-image: -moz-linear-gradient(top, #bab4ab, #1d7f86);background-image: -ms-linear-gradient(top, #bab4ab, #1d7f86);background-image: -o-linear-gradient(top, #bab4ab, #1d7f86);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab4ab', endColorstr='#1d7f86' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab4ab', endColorstr='#1d7f86' );";background-image: linear-gradient(to bottom, #bab4ab, #1d7f86);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container { background-color: transparent; background-image: none; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container > .video-iframe-container { display: none; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row > .video-iframe-container { display: none; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .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); }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container { border-width: 0; border-radius: 0; }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row > .video-iframe-container {  }#dNH3wmTcq16akdXShbeRJsL6USRmIpXN > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AT4cGwBJXgEm0URuvsRuETJbKx021uxX { width:16.6875rem;height:1.51189375rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5bcVcIWeAiqbrXzKcWx2WrS33CTkZt { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #viLEcKiRAZBJbLasq1rOOyJDf9q8Q44X { width:13.0625rem;height:4.80143125rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1mIM3wsgUu0IHDZuis93BczaWcTBpBR { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxgVNxmVwmJ7GkD8eudhS9gPGbW3H51U { width:19.437rem;height:1.2999125rem;top:15.0029296875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpcbQgVu9a4wuNu3q1sw1q4Wiekf9Rwo { width:14.875rem;height:6.40190625rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }