.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { background-color: transparent; background-image: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .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); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { border-width: 0; border-radius: 0; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { font-size:14px;font-family:arial;height:75px;width:960px;position:relative;display:block; }#odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:215px;top:0px;left:372.5px;overflow:hidden;display:block; }
#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container { background-color: transparent; background-image: none; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container > .video-iframe-container { display: none; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row > .video-iframe-container { display: none; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .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); }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container { border-width: 0; border-radius: 0; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container { font-size:14px;font-family:arial;height:682px;width:960px;position:relative;display:block; }#ZrxZVwMZlFPgi9d1XpeBgn2dPzQ6dTDB { color:rgba(0,0,0,0);display:block;width:648.984px;position:absolute;font-family:cairo;font-size:43px;font-weight:300;z-index:100049;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0);top:14px;left:164.015625px;height:165px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdVeTzfXytio6kaSCGvPv6VP5DCouu0w { box-sizing:content-box;color:#3f8d29;font-size:23px;font-weight:400;line-height:1;height:32.9861px;width:33.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:438px;left:881px;display:block; }
#eh2R4X5QPWUGLQVnnxVsr3UqHNofoTSE { color:#000000;display:block;width:293px;position:absolute;font-family:cairo;font-size:20px;font-weight:300;z-index:100068;line-height:1.8;letter-spacing:0;top:364px;left:584px;height:108px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rs2r5ww9IlC0FxPaK7mNghtLWTy6t6wh { box-sizing:content-box;color:#3f8d29;font-size:23px;font-weight:400;line-height:1;height:32.9861px;width:33.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:401px;left:881px;display:block; }
#Ht9mTW57uk609Dk28V3AksTTmqWRK618 { box-sizing:content-box;color:#3f8d29;font-size:23px;font-weight:400;line-height:1;height:32.9861px;width:33.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100070;top:366px;left:881px;display:block; }
#P8WQTDApLhKTt852iCRPWvhd4ur8ty6N { color:#030403;display:block;width:161px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:100068;line-height:1.4;letter-spacing:0;top:234px;left:172px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gvkZ3vo5iOES4AikqIrSPAmPmqqg6cTu { position:absolute;display:block;z-index:100067;background-color:#257b00;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:41.9688px;width:180px;top:226px;left:163px;display:block; }
#cymrCeUDJFhW6AavsnhLzSrUEwBeq0PM { position:absolute;display:block;z-index:100047;background-color:#20861f;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;box-shadow: -16px -13px 34px rgba(255,253,0,0.53) ;height:344px;width:282px;top:292px;left:110px;display:block; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-form-header {  }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#ba3e3e;width:246px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;text-align:right;text-align-last:right;overflow:hidden; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px dashed #d6d4d4;border-left:1px dashed #d6d4d4;border-right:1px dashed #d6d4d4;border-bottom:1px dashed #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:246px;box-sizing:border-box;height:41px;color:#df4a8d;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px dashed #d6d4d4;border-left:1px dashed #d6d4d4;border-right:1px dashed #d6d4d4;border-bottom:1px dashed #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:246px;box-sizing:border-box;height:70px;color:#df4a8d;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:246px;box-sizing:border-box;height:40px;color:#3f200c;font-family:cairo;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#b29a68;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#ffffff;width:246px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]:-moz-placeholder { color:#3f200c;font-family:cairo;font-size:13px;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]::-moz-placeholder { color:#3f200c;font-family:cairo;font-size:13px;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]:-ms-input-placeholder { color:#3f200c;font-family:cairo;font-size:13px;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]::-webkit-input-placeholder { color:#3f200c;font-family:cairo;font-size:13px;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:230px;overflow:hidden;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container:first-of-type{padding-top:0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container:last-of-type{padding-bottom:0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:246px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:110px;top:291px;z-index:100048;position:absolute; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:246px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-info-text { font-size:12px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR {display:block;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:246px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:110px;top:291px;z-index:100048;position:absolute; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #E7WxOLPzIDsr0JrZg8ObVBdbtM6bA1ss { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #vKk0MlqGQLMNowW3WG9sMNpi05vbq5o8 { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #y5gthUpQCVMkocpiOZvOqqEdItdvVmeB { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #cS2ZrM8U9qiqd86eSHLqaydiqt1V29v0 { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w726agTzr5gwLicOwn2JzSMmTW5Hxzdi { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #mzZoOeUZSkPvdPHZ6sdbqXeVByZwi7IT { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #of8iEXv2yROUWQGbDSviNlyZsAiBuxiE { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #NTtXTaq0rdNek1BArlHWyX0aaOLfm9OW { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #hrCF08mh8t74TM6zbWu4fbJSQKLWRK5k { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Iv8S9Ds0Pb0o4eAsy9MmhOi9Kca5cvcI { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #CPtR5AHRwQPyirSCRO4Nt1oGHxRnXtZm { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w4k5wOlx3bfFnyuD6nJoXWFZJc3J9ew0 { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #peeoubLSV0kdbXkatiHg35XZWz1uT0BP { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Tnxf8GHfTGfysFilP2EmeF5EP6LRBNaW { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Mk2elT6cxN9JwWTuxLwVxg2D451MWabh { position:relative; }
#TxX6Z1DNnkRcF4TBlW7mXX33JQERE9Cn { position:relative;display:block; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #xbVnXopnxn115THT5OPJSkMOA7PFhgQC { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #lEfvgNDnV9acdh5V5vDtBaQzaZ3ozPoO { position:relative; }
#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #7fa41b, #044819);background-image: -moz-linear-gradient(101deg, #7fa41b, #044819);background-image: -ms-linear-gradient(101deg, #7fa41b, #044819);background-image: -o-linear-gradient(101deg, #7fa41b, #044819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa41b', endColorstr='#044819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa41b', endColorstr='#044819' );";background-image: linear-gradient(101deg, #7fa41b, #044819);background-size:initial !important;position:relative;display:block; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container { background-color: transparent; background-image: none; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container > .video-iframe-container { display: none; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row > .video-iframe-container { display: none; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .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); }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container { border-width: 0; border-radius: 0; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container { font-size:14px;font-family:arial;height:1269px;width:960px;position:relative;display:block; }#rqoTlD0CrAnuvhT7rlXHEMbL2fkmUVkB { position:absolute;display:block;z-index:100024;background-color:#3f8d29;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:68.9844px;width:290px;top:1302px;left:113px;display:none; }
#iSpHUyZVPksL1Sl37vLEeodK9zO9fmCt { color:#fddd9e;display:block;width:565.938px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:100132;line-height:.9;letter-spacing:0;top:126px;left:375.5px;height:29px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#blesVRGlVRCkCVOaHT1IJNZJRRMK4ZSf { color:#ffffff;display:block;width:499px;position:absolute;font-family:cairo;font-size:40px;font-weight:700;z-index:100167;line-height:1.3;letter-spacing:0;top:19.140625px;left:241px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9bD9yN8wscZkMfZSZKTP9MIW7x8hTEs { color:#ffffff;display:block;width:632px;position:absolute;font-family:cairo;font-size:20px;font-weight:300;z-index:100146;line-height:1.7;letter-spacing:0;top:182.109375px;left:318.5px;height:102px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VF77MaSl3mfJLzvMTOxvOXiWMaDTG4t9 { color:#fddd9e;display:block;width:414px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:100112;line-height:1.4;letter-spacing:0;top:345.140625px;left:526.5px;height:46px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dxZUOBJSPHLJ2D9RM91OHnVI4mMkJUX5 { color:#fddd9e;display:block;width:364px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:100113;line-height:.6;letter-spacing:0;top:355.109375px;left:91.5px;height:38px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EwENMU1JtCU1RDL20AGTIe5qmMih2GxG { color:#ffffff;display:block;width:206px;position:absolute;font-family:cairo;font-size:20px;font-weight:300;z-index:100113;line-height:1.7;letter-spacing:0;top:393.140625px;left:744.5px;height:102px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JPNPF5Lr84q9C1G2I3eTuuL9hxpDKd1I { color:#ffffff;display:block;width:456px;position:absolute;font-family:cairo;font-size:20px;font-weight:300;z-index:100126;line-height:1.7;letter-spacing:0;top:394.140625px;left:10.5px;height:136px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LcqHk2tPEao2nf0s3DT5UeWP1XNML8fe { position:absolute;display:block;z-index:100141;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/BNeAfZNU/website4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:252.986px;width:332.986px;top:524.140625px;left:617.5px;display:block; }
#LcqHk2tPEao2nf0s3DT5UeWP1XNML8fe.adaptive-delivery-prevent-bg { background-image: none; }
#OQ9LGJ03dvH69oVT2mGuaAKATah9Tg3q { position:absolute;display:block;z-index:100142;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/YcRImBe2/website1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:252.969px;width:332.969px;top:530.140625px;left:72px;display:block; }
#OQ9LGJ03dvH69oVT2mGuaAKATah9Tg3q.adaptive-delivery-prevent-bg { background-image: none; }
#Ts9cgTS3hzTyawEUf80dJrxA9o0P1NKA { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:29px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:237px;height:41px;text-decoration:none;z-index:100146;text-align:center;text-align-last:center;top:700.140625px;left:655.5px;display:block; }
#hm4qEroEKrEG0QWGNuqX5FWBErK9DyBL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Afi514rNZ3QIgANmoGWLte4hbbvDRduQ { color:#ffffff;display:block;width:499px;position:absolute;font-family:cairo;font-size:40px;font-weight:700;z-index:100168;line-height:1.3;letter-spacing:0;top:791.140625px;left:241px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqufH1NUnKVBF8ag5bl6kMfE7pfPRWbo { color:#fddd9e;display:block;width:483px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:100114;line-height:.9;letter-spacing:0;top:865.140625px;left:457.5px;height:29px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Crv0FJybdgpzw8F0busCnIbfkQMAfD8M { color:#ffffff;display:block;width:447px;position:absolute;font-family:cairo;font-size:20px;font-weight:300;z-index:100127;line-height:1.7;letter-spacing:0;top:906.140625px;left:502.5px;height:68px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HwLFRJ3mZGoynACSmsn35AmHh5HQ6oAF { color:#fddd9e;display:block;width:335.996px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:100115;line-height:.9;letter-spacing:0;top:865.140625px;left:94.5px;height:29px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XEfhpbPkXDig62JDnTufJfgFHCZuTLFw { color:#ffffff;display:block;width:452px;position:absolute;font-family:cairo;font-size:20px;font-weight:300;z-index:100128;line-height:1.7;letter-spacing:0;top:910.140625px;left:10.5px;height:68px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UGC9pwoFimy1CrJVCQSWNs68NNGhq7d2 { position:absolute;display:block;z-index:100143;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/E3Xazapx/website2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:252.984px;width:332.984px;top:987.140625px;left:582.5px;display:block; }
#UGC9pwoFimy1CrJVCQSWNs68NNGhq7d2.adaptive-delivery-prevent-bg { background-image: none; }
#rQWBEUvzVSZyfhHpfEmkHlEFpwDO42TB { position:absolute;display:block;z-index:100144;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/oiTACL5m/website3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:252.938px;width:332.938px;top:987.140625px;left:91.5px;display:block; }
#rQWBEUvzVSZyfhHpfEmkHlEFpwDO42TB.adaptive-delivery-prevent-bg { background-image: none; }
#S9IMMqztMUN5i3rOXczROxq6oN9aToUa { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:29px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:237px;height:41px;text-decoration:none;z-index:100149;text-align:center;text-align-last:center;top:1164.140625px;left:122.5px;display:block; }
#wBVPTcVsuwT3kbNRsNofzAVCLQ1rVqSx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#dVLSUGUHdhbgGsHafAznXE82nApefDm8 { position:absolute;display:block;z-index:100140;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/tiGRp1e5/01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:252.984px;width:332.984px;top:85px;left:27.515625px;display:block; }
#dVLSUGUHdhbgGsHafAznXE82nApefDm8.adaptive-delivery-prevent-bg { background-image: none; }
#IcXLH6EviksUz7pr8qZq2t4WgU6H8ft3 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:29px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:237px;height:41px;text-decoration:none;z-index:100147;text-align:center;text-align-last:center;top:705.140625px;left:122.5px;display:block; }
#acDQOhR5JxxnZO0awsMJdhGFDeaUBNFm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#r8JfmAl2nON6tF3uZo0i2cbthp9ash0G { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:29px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:237px;height:41px;text-decoration:none;z-index:100145;text-align:center;text-align-last:center;top:260.140625px;left:58.5px;display:block; }
#csmES7Hl4MIHCl8fiUPG0Ao14Ki3cBkC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#UaOK11hDW11b86lF7tG95PbiTBycFby9 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:29px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:237px;height:41px;text-decoration:none;z-index:100150;text-align:center;text-align-last:center;top:1164.140625px;left:615px;display:block; }
#IbVby42Nbe64QgTO5OdbQvoiORh79yhn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sLtAZwcTMpLCWwzuqdHRrZseOmHb1DmR { position:absolute;display:block;z-index:100169;background-color:#0f3e1c;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:86px;width:193px;top:1042.625px;left:165.984375px;display:block; }
#EqTL6BC3UcTfNXGKDky3gRAO5sq1Epgd { color:#ffffff;display:block;width:120px;position:absolute;font-family:"open sans";font-size:100px;font-weight:700;z-index:100170;line-height:1.3;letter-spacing:0;top:1016.140625px;left:134px;height:130px;font-style:normal;display:block; }
#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row .container { background-color: transparent; background-image: none; }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row .container > .video-iframe-container { display: none; }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row > .video-iframe-container { display: none; }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .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); }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row .container { border-width: 0; border-radius: 0; }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row .container { font-size:14px;font-family:arial;height:461px;width:960px;position:relative;display:block; }#WH54K4JOG7X6QvKXuqovPwdoWpxULpuZ { color:#044819;display:block;width:389px;position:absolute;font-family:cairo;font-size:20px;font-weight:300;z-index:100108;line-height:1.7;letter-spacing:0;top:74px;left:551px;height:374px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K3k0Xa9feaFA7DEqBAbl2UfR6x46RP1F { color:#aa8124;display:block;width:563.977px;position:absolute;font-family:cairo;font-size:35px;font-weight:700;z-index:100097;line-height:.9;letter-spacing:0;top:20px;left:221px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwHwmyEBo4Cm8bVyutGUZ1xyhWqpP49N { position:absolute;display:block;z-index:100119;border-top:5px solid #044819;border-left:5px solid #044819;border-right:5px solid #044819;border-bottom:5px solid #044819;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;height:331px;width:503px;top:85px;left:24px;overflow:hidden;display:block; }
#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#245f0d;background-image:none;position:relative;display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { background-color: transparent; background-image: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .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); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { border-width: 0; border-radius: 0; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { font-size:14px;font-family:arial;height:305px;width:960px;position:relative;display:block; }#oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { color:#ffffff;display:block;width:685px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100000;line-height:2;letter-spacing:0;top:14px;left:121.5px;height:50px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:16px;overflow:hidden;display:block; }
#MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:333px;overflow:hidden;display:block; }
#GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:645px;overflow:hidden;display:block; }
#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { background-color: transparent; background-image: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .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); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { border-width: 0; border-radius: 0; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { font-size:14px;font-family:arial;height:242px;width:960px;position:relative;display:block; }#hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { color:#954c5f;display:block;width:336px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:14.96875px;left:305px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { box-sizing:content-box;color:#000000;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:61.966918945312px;left:454.46688842773px;display:block; }
#lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { color:#000000;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:123.97058105469px;left:308.95217895508px;height:20px;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; }
#btQG8hidmV2BxmMg96KezefpwB1iR5nv { color:#000000;display:block;width:320px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:217px;left:331.9375px;height:20px;display:block; }
#Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { color:#000000;display:block;width:313px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:168.9375px;left:331.953125px;height:20px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { top:0px;left:274.5px;width:215px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #PEASJiFQvb4NnK3xTovzFeNpTS36z3oo { display:block; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrxZVwMZlFPgi9d1XpeBgn2dPzQ6dTDB { top:14px;left:66.015625px;width:648px;height:165px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #HdVeTzfXytio6kaSCGvPv6VP5DCouu0w { top:438px;left:731px;width:33px;height:32.028966231565px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eh2R4X5QPWUGLQVnnxVsr3UqHNofoTSE { top:364px;left:471px;width:293px;height:108px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rs2r5ww9IlC0FxPaK7mNghtLWTy6t6wh { top:401px;left:731px;width:33px;height:32.028966231565px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ht9mTW57uk609Dk28V3AksTTmqWRK618 { top:366px;left:731px;width:33px;height:32.028966231565px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #P8WQTDApLhKTt852iCRPWvhd4ur8ty6N { top:234px;left:74px;width:161px;height:26px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gvkZ3vo5iOES4AikqIrSPAmPmqqg6cTu { top:226px;left:65px;width:180px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #cymrCeUDJFhW6AavsnhLzSrUEwBeq0PM { top:292px;left:12px;width:282px;height:344px;display:block; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR  { width:220px;height:auto;top:317px;left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR {display:block;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR { width:220px;height:auto;top:317px;left:0px; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #E7WxOLPzIDsr0JrZg8ObVBdbtM6bA1ss {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #vKk0MlqGQLMNowW3WG9sMNpi05vbq5o8 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #y5gthUpQCVMkocpiOZvOqqEdItdvVmeB {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #cS2ZrM8U9qiqd86eSHLqaydiqt1V29v0 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w726agTzr5gwLicOwn2JzSMmTW5Hxzdi {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #mzZoOeUZSkPvdPHZ6sdbqXeVByZwi7IT {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #of8iEXv2yROUWQGbDSviNlyZsAiBuxiE {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #NTtXTaq0rdNek1BArlHWyX0aaOLfm9OW {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #hrCF08mh8t74TM6zbWu4fbJSQKLWRK5k {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Iv8S9Ds0Pb0o4eAsy9MmhOi9Kca5cvcI {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #CPtR5AHRwQPyirSCRO4Nt1oGHxRnXtZm {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w4k5wOlx3bfFnyuD6nJoXWFZJc3J9ew0 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #peeoubLSV0kdbXkatiHg35XZWz1uT0BP {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Tnxf8GHfTGfysFilP2EmeF5EP6LRBNaW {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Mk2elT6cxN9JwWTuxLwVxg2D451MWabh {  }
 }@media only screen and (max-width: 763px) { #TxX6Z1DNnkRcF4TBlW7mXX33JQERE9Cn { display:block; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #xbVnXopnxn115THT5OPJSkMOA7PFhgQC {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #lEfvgNDnV9acdh5V5vDtBaQzaZ3ozPoO {  }
 }@media only screen and (max-width: 763px) { #HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI { display:block; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqoTlD0CrAnuvhT7rlXHEMbL2fkmUVkB { top:1302px;left:15px;width:290px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #iSpHUyZVPksL1Sl37vLEeodK9zO9fmCt { top:126px;left:199px;width:565px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #blesVRGlVRCkCVOaHT1IJNZJRRMK4ZSf { top:19px;left:143px;width:499px;height:52px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #v9bD9yN8wscZkMfZSZKTP9MIW7x8hTEs { top:182px;left:132px;width:632px;height:102px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VF77MaSl3mfJLzvMTOxvOXiWMaDTG4t9 { top:345px;left:350px;width:414px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #dxZUOBJSPHLJ2D9RM91OHnVI4mMkJUX5 { top:355px;left:0px;width:364px;height:38px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #EwENMU1JtCU1RDL20AGTIe5qmMih2GxG { top:393px;left:558px;width:206px;height:102px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JPNPF5Lr84q9C1G2I3eTuuL9hxpDKd1I { top:394px;left:0px;width:456px;height:136px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LcqHk2tPEao2nf0s3DT5UeWP1XNML8fe { top:524px;left:432px;width:332px;height:252px;display:block; }
 }@media only screen and (max-width: 763px) { #OQ9LGJ03dvH69oVT2mGuaAKATah9Tg3q { top:530px;left:0px;width:332px;height:252px;display:block; }
 }@media only screen and (max-width: 763px) { #Ts9cgTS3hzTyawEUf80dJrxA9o0P1NKA { width:237px;height:41px;top:700px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #hm4qEroEKrEG0QWGNuqX5FWBErK9DyBL { display:block; }
 }@media only screen and (max-width: 763px) { #Afi514rNZ3QIgANmoGWLte4hbbvDRduQ { top:791px;left:143px;width:499px;height:52px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #kqufH1NUnKVBF8ag5bl6kMfE7pfPRWbo { top:865px;left:281px;width:483px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Crv0FJybdgpzw8F0busCnIbfkQMAfD8M { top:906px;left:318px;width:446px;height:67px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HwLFRJ3mZGoynACSmsn35AmHh5HQ6oAF { top:865px;left:0px;width:335px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #XEfhpbPkXDig62JDnTufJfgFHCZuTLFw { top:910px;left:0px;width:451px;height:67px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UGC9pwoFimy1CrJVCQSWNs68NNGhq7d2 { top:987px;left:432px;width:332px;height:252px;display:block; }
 }@media only screen and (max-width: 763px) { #rQWBEUvzVSZyfhHpfEmkHlEFpwDO42TB { top:987px;left:0px;width:332px;height:252px;display:block; }
 }@media only screen and (max-width: 763px) { #S9IMMqztMUN5i3rOXczROxq6oN9aToUa { width:237px;height:41px;top:1164px;left:24.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wBVPTcVsuwT3kbNRsNofzAVCLQ1rVqSx { display:block; }
 }@media only screen and (max-width: 763px) { #dVLSUGUHdhbgGsHafAznXE82nApefDm8 { top:85px;left:0px;width:332px;height:252px;display:block; }
 }@media only screen and (max-width: 763px) { #IcXLH6EviksUz7pr8qZq2t4WgU6H8ft3 { width:237px;height:41px;top:705px;left:24.5px;display:block; }
 }@media only screen and (max-width: 763px) { #acDQOhR5JxxnZO0awsMJdhGFDeaUBNFm { display:block; }
 }@media only screen and (max-width: 763px) { #r8JfmAl2nON6tF3uZo0i2cbthp9ash0G { width:237px;height:41px;top:260px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #csmES7Hl4MIHCl8fiUPG0Ao14Ki3cBkC { display:block; }
 }@media only screen and (max-width: 763px) { #UaOK11hDW11b86lF7tG95PbiTBycFby9 { width:237px;height:41px;top:1164px;left:517px;display:block; }
 }@media only screen and (max-width: 763px) { #IbVby42Nbe64QgTO5OdbQvoiORh79yhn { display:block; }
 }@media only screen and (max-width: 763px) { #sLtAZwcTMpLCWwzuqdHRrZseOmHb1DmR { top:1042px;left:67.984375px;width:193px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #EqTL6BC3UcTfNXGKDky3gRAO5sq1Epgd { top:1016px;left:36px;width:120px;height:130px;font-size:100px;display:block; }
 }@media only screen and (max-width: 763px) { #PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb { display:block; }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WH54K4JOG7X6QvKXuqovPwdoWpxULpuZ { top:74px;left:375px;width:389px;height:374px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K3k0Xa9feaFA7DEqBAbl2UfR6x46RP1F { top:20px;left:123px;width:563px;height:31px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JwHwmyEBo4Cm8bVyutGUZ1xyhWqpP49N { top:85px;left:0px;width:503px;height:331px;display:block; }
 }@media only screen and (max-width: 763px) { #TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { top:14px;left:23.5px;width:685px;height:50px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { top:79px;left:0px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { top:79px;left:235px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { top:79px;left:465px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { top:14px;left:207px;width:336px;height:32px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { top:61px;left:356.46688842773px;width:51px;height:51px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { top:123px;left:210.9375px;width:342px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #btQG8hidmV2BxmMg96KezefpwB1iR5nv { top:216px;left:233.93359375px;width:320px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { top:168px;left:233.953125px;width:313px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { width:156px;height:50px;top:0px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #PEASJiFQvb4NnK3xTovzFeNpTS36z3oo { background-color:#ffffff;background-image:none;display:block; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container { background-color: transparent; background-image: none; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container > .video-iframe-container { display: none; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row > .video-iframe-container { display: none; }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .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); }#PEASJiFQvb4NnK3xTovzFeNpTS36z3oo > .row .container { width:320px;height:1060px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrxZVwMZlFPgi9d1XpeBgn2dPzQ6dTDB { width:320px;height:87px;top:25px;left:0px;font-size:23px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HdVeTzfXytio6kaSCGvPv6VP5DCouu0w { width:33px;height:32.0156px;top:620px;left:254px;font-size:22px;color:#257b00;display:block; }
 }@media only screen and (max-width: 763px) { #eh2R4X5QPWUGLQVnnxVsr3UqHNofoTSE { width:225px;height:81px;top:570px;left:31px;font-size:15px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rs2r5ww9IlC0FxPaK7mNghtLWTy6t6wh { width:33px;height:32.028966231565px;top:595px;left:255px;font-size:22px;color:#257b00;display:block; }
 }@media only screen and (max-width: 763px) { #Ht9mTW57uk609Dk28V3AksTTmqWRK618 { width:33px;height:32.0156px;top:570px;left:254px;font-size:22px;color:#257b00;display:block; }
 }@media only screen and (max-width: 763px) { #P8WQTDApLhKTt852iCRPWvhd4ur8ty6N { width:161px;height:25px;top:130px;left:80px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gvkZ3vo5iOES4AikqIrSPAmPmqqg6cTu { width:180px;height:41px;top:124px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #cymrCeUDJFhW6AavsnhLzSrUEwBeq0PM { width:320px;height:328px;top:672px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;height:auto;background-color:transparent;background-image:none;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px;line-height:1.9;overflow:hidden;font-family:"mykonos ar";border-top:1px dashed #d6d4d4;border-left:1px dashed #d6d4d4;border-right:1px dashed #d6d4d4;border-bottom:1px dashed #d6d4d4; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;line-height:1.9;overflow:hidden;font-family:"mykonos ar";border-top:1px dashed #d6d4d4;border-left:1px dashed #d6d4d4;border-right:1px dashed #d6d4d4;border-bottom:1px dashed #d6d4d4; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-checkbox { margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;vertical-align:top;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-button { width:280px;margin-top:4px;margin-right:20px;margin-left:0px;margin-bottom:4px;height:36px;line-height:.3;overflow:hidden;font-size:20px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#b29a68;background-image:none;font-family:"mykonos ar";text-align:center;text-align-last:center; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]:-moz-placeholder { font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]::-moz-placeholder { font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]:-ms-input-placeholder { font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]::-webkit-input-placeholder { font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container:first-of-type{padding-top:0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container:last-of-type{padding-bottom:0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR  { width:300px;height:auto;top:115px;left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR {display:block;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR { width:300px;height:auto;top:115px;left:0px; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #E7WxOLPzIDsr0JrZg8ObVBdbtM6bA1ss {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #vKk0MlqGQLMNowW3WG9sMNpi05vbq5o8 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #y5gthUpQCVMkocpiOZvOqqEdItdvVmeB {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #cS2ZrM8U9qiqd86eSHLqaydiqt1V29v0 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w726agTzr5gwLicOwn2JzSMmTW5Hxzdi {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #mzZoOeUZSkPvdPHZ6sdbqXeVByZwi7IT {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #of8iEXv2yROUWQGbDSviNlyZsAiBuxiE {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #NTtXTaq0rdNek1BArlHWyX0aaOLfm9OW {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #hrCF08mh8t74TM6zbWu4fbJSQKLWRK5k {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Iv8S9Ds0Pb0o4eAsy9MmhOi9Kca5cvcI {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #CPtR5AHRwQPyirSCRO4Nt1oGHxRnXtZm {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w4k5wOlx3bfFnyuD6nJoXWFZJc3J9ew0 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #peeoubLSV0kdbXkatiHg35XZWz1uT0BP {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Tnxf8GHfTGfysFilP2EmeF5EP6LRBNaW {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #Mk2elT6cxN9JwWTuxLwVxg2D451MWabh {  }
 }@media only screen and (max-width: 763px) { #TxX6Z1DNnkRcF4TBlW7mXX33JQERE9Cn { display:block; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #xbVnXopnxn115THT5OPJSkMOA7PFhgQC {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #lEfvgNDnV9acdh5V5vDtBaQzaZ3ozPoO {  }
 }@media only screen and (max-width: 763px) { #HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #044819, #7fa41b);background-image: -moz-linear-gradient(180deg, #044819, #7fa41b);background-image: -ms-linear-gradient(180deg, #044819, #7fa41b);background-image: -o-linear-gradient(180deg, #044819, #7fa41b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#044819', endColorstr='#7fa41b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#044819', endColorstr='#7fa41b' );";background-image: linear-gradient(180deg, #044819, #7fa41b);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container { background-color: transparent; background-image: none; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container > .video-iframe-container { display: none; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row > .video-iframe-container { display: none; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .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); }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container { border-width: 0; border-radius: 0; }#HWfJ6J5KQE2wFc3kEkIeOXdpaJIRqvCI > .row .container { width:320px;height:2160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqoTlD0CrAnuvhT7rlXHEMbL2fkmUVkB { width:290px;height:67.9792px;top:3392.3331756592px;left:29.979168891907px;background-color:rgba(63,141,41,0.95);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #iSpHUyZVPksL1Sl37vLEeodK9zO9fmCt { width:320px;height:20px;top:81px;left:0px;font-size:23px;text-align:center;text-align-last:center;font-family:cairo;font-weight:700;font-style:normal;color:#fddd9e;display:block; }
 }@media only screen and (max-width: 763px) { #blesVRGlVRCkCVOaHT1IJNZJRRMK4ZSf { width:320px;height:33px;top:28px;left:0px;font-size:26px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v9bD9yN8wscZkMfZSZKTP9MIW7x8hTEs { width:293.969px;height:162px;top:112px;left:26px;font-size:15px;text-align:center;text-align-last:center;line-height:1.8;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VF77MaSl3mfJLzvMTOxvOXiWMaDTG4t9 { width:320px;height:39px;top:553px;left:0px;font-size:23px;text-align:center;text-align-last:center;color:#fddd9e;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dxZUOBJSPHLJ2D9RM91OHnVI4mMkJUX5 { width:320px;height:26px;top:924px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwENMU1JtCU1RDL20AGTIe5qmMih2GxG { width:319px;height:50px;top:592px;left:0px;font-size:15px;line-height:1.7;font-weight:300;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPNPF5Lr84q9C1G2I3eTuuL9hxpDKd1I { width:320px;height:125px;top:950px;left:0px;font-size:15px;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcqHk2tPEao2nf0s3DT5UeWP1XNML8fe { width:320px;height:252px;top:653px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OQ9LGJ03dvH69oVT2mGuaAKATah9Tg3q { width:320px;height:252px;top:1086px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ts9cgTS3hzTyawEUf80dJrxA9o0P1NKA { width:237px;height:41px;top:829px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #hm4qEroEKrEG0QWGNuqX5FWBErK9DyBL { display:block; }
 }@media only screen and (max-width: 763px) { #Afi514rNZ3QIgANmoGWLte4hbbvDRduQ { width:320px;height:32px;top:1357px;left:0px;font-size:25px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kqufH1NUnKVBF8ag5bl6kMfE7pfPRWbo { width:320px;height:34px;top:1396px;left:0px;font-size:23px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Crv0FJybdgpzw8F0busCnIbfkQMAfD8M { width:320px;height:50px;top:1435px;left:0px;font-size:15px;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwLFRJ3mZGoynACSmsn35AmHh5HQ6oAF { width:320px;height:20px;top:1759px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEfhpbPkXDig62JDnTufJfgFHCZuTLFw { width:320px;height:75px;top:1793px;left:0px;font-size:15px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UGC9pwoFimy1CrJVCQSWNs68NNGhq7d2 { width:320px;height:252px;top:1493px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rQWBEUvzVSZyfhHpfEmkHlEFpwDO42TB { width:320px;height:252px;top:1877px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S9IMMqztMUN5i3rOXczROxq6oN9aToUa { width:237px;height:41px;top:2054px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #wBVPTcVsuwT3kbNRsNofzAVCLQ1rVqSx { display:block; }
 }@media only screen and (max-width: 763px) { #dVLSUGUHdhbgGsHafAznXE82nApefDm8 { width:312px;height:258px;top:284px;left:4px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/tiGRp1e5/01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#dVLSUGUHdhbgGsHafAznXE82nApefDm8.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #IcXLH6EviksUz7pr8qZq2t4WgU6H8ft3 { width:237px;height:41px;top:1262px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #acDQOhR5JxxnZO0awsMJdhGFDeaUBNFm { display:block; }
 }@media only screen and (max-width: 763px) { #r8JfmAl2nON6tF3uZo0i2cbthp9ash0G { width:143px;height:35px;top:468px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #csmES7Hl4MIHCl8fiUPG0Ao14Ki3cBkC { display:block; }
 }@media only screen and (max-width: 763px) { #UaOK11hDW11b86lF7tG95PbiTBycFby9 { width:237px;height:41px;top:1670px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #IbVby42Nbe64QgTO5OdbQvoiORh79yhn { display:block; }
 }@media only screen and (max-width: 763px) { #sLtAZwcTMpLCWwzuqdHRrZseOmHb1DmR { width:193px;height:86px;top:1932px;left:63.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EqTL6BC3UcTfNXGKDky3gRAO5sq1Epgd { width:120px;height:130px;top:1896px;left:41px;font-size:100px;display:block; }
 }@media only screen and (max-width: 763px) { #PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb { display:block; }#PnlFdQTwWP3kWSLRc3msFQLPoAZhzBBb > .row .container { width:320px;height:754px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WH54K4JOG7X6QvKXuqovPwdoWpxULpuZ { width:320px;height:416px;top:98.625px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3k0Xa9feaFA7DEqBAbl2UfR6x46RP1F { width:320px;height:74px;top:20px;left:0px;font-size:25px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JwHwmyEBo4Cm8bVyutGUZ1xyhWqpP49N { width:306px;height:201px;top:529px;left:4px;border-top:3px solid #044819;border-left:3px solid #044819;border-right:3px solid #044819;border-bottom:3px solid #044819;display:block; }
 }@media only screen and (max-width: 763px) { #TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { background-color:#0d3107;background-image:none;display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { background-color: transparent; background-image: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .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); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { width:320px;height:780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { width:320px;height:36px;top:20px;left:0px;font-size:18px;color:#ffffff;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { width:299px;height:199px;top:76px;left:9.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { width:299px;height:199px;top:310px;left:10.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { width:299px;height:199px;top:551px;left:10.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { background-color:rgba(178,154,104,0.98);background-image:none;display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { background-color: transparent; background-image: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .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); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { width:320px;height:19px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { width:50px;height:51px;top:59px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { width:320px;height:19px;top:130px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #btQG8hidmV2BxmMg96KezefpwB1iR5nv { width:320px;height:13px;top:217px;left:0px;text-align:center;text-align-last:center;font-size:10px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { width:314px;height:19px;top:169px;left:3px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }