.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-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);
}
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-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:transparent;background-image: -webkit-linear-gradient(337deg, #5ec5df, #faffff);background-image: -moz-linear-gradient(337deg, #5ec5df, #faffff);background-image: -ms-linear-gradient(337deg, #5ec5df, #faffff);background-image: -o-linear-gradient(337deg, #5ec5df, #faffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec5df', endColorstr='#faffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec5df', endColorstr='#faffff' );";background-image: linear-gradient(337deg, #5ec5df, #faffff);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:cairo;height:120px;width:960px;position:relative;display:block; }#on31gKKrTTDqwLxOlqm57hkn417SaBWl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:218px;top:0px;left:371.96875px;overflow:hidden;display:block; }
#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ { background-color:rgba(0,0,0,0.51);background-image:url("https://images.assets-landingi.com/MNQRVsA6/n_day3Artboard_1.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container { background-color: transparent; background-image: none; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container > .video-iframe-container { display: none; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row > .video-iframe-container { display: none; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .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); }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container { border-width: 0; border-radius: 0; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container { font-size:14px;font-family:cairo;height:650px;width:960px;overflow:visible;position:relative;display:block; }#aPoAA8T8d0l6A07HAioQ07Ih6WQhQ1SE { color:#04311f;display:block;width:351px;position:absolute;font-family:cairo;font-size:24px;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:443px;left:441px;height:0;text-align:center;text-align-last:center;display:none; }
#qZqiJRhbneCtqpgvCkhgXuLvvd5ZzQvC { color:#ffffff;display:block;width:242.988px;position:absolute;font-family:"sari 3";font-size:24px;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:19px;left:36px;height:30px;text-align:center;text-align-last:center;display:block; }
#vTMBZgccUbG9rJPTwcyPW6gztTPCyvHG { position:absolute;display:block;z-index:100001;background-color:#065120;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;height:52.9883px;width:280px;top:9px;left:15px;display:block; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-form-header {  }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:400;color:#ffffff;width:240px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-text { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:240px;box-sizing:border-box;height:44px;color:#000000;font-size:16px;overflow:hidden;font-family:"sari 3";vertical-align:top;text-align:center;text-align-last:center; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-text {padding-top: 0; padding-bottom: 0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-textarea { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;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:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:50px;color:#000000;font-size:16px;overflow:hidden;font-family:"sari 3";vertical-align:top;text-align:center;text-align-last:center; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:240px;box-sizing:border-box;height:44px;color:#000000;font-family:"sari 3";font-size:16px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-select {padding-top: 0; padding-bottom: 0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-button { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#023802;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:1px dotted #ffffff;border-left:1px dotted #ffffff;border-right:1px dotted #ffffff;border-bottom:1px dotted #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:400;color:#ffffff;width:168px;height:50px;font-family:"sari 3";overflow:hidden;box-shadow: 0 15px 10px rgba(9,142,105,0.25) ;font-style:normal;text-align:center;text-align-last:center;text-shadow:1px 1px 3px rgba(0,0,0,0.5); }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN [class*="-text"]:-moz-placeholder { color:#000000;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN [class*="-text"]::-moz-placeholder { color:#000000;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .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:roboto;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:221px;overflow:hidden;font-style:normal; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .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; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:21px;vertical-align:middle;font-family:roboto;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-container:first-of-type{padding-top:0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-container:last-of-type{padding-bottom:0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN  { background-color:rgba(2,56,2,0.76);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:14px;top:66.578125px;z-index:100001;position:absolute; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:240px;display:block;vertical-align:top; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-info-text { display:block;height:auto;font-family:roboto;font-size:14px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN {display:block;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN { background-color:rgba(2,56,2,0.76);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:14px;top:66.578125px;z-index:100001;position:absolute; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #z3a1FLaU3NGcW6vegRyONaVp3cObOGoV { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #S3yoOINKyc39QJfnCFXCwZzhr2q4RJPS { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #OstEIhp0C0uqpdsearxXVFgEBnveVv5w { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #SEGRNC2XsonmV0xVoKddsFOERPrMTsHB { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #fT3hXHmDToq1X1e5A649R17WqVFXIe4N { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #fwbEF3tzT9DZMB6tdIoFvWDrClmaSTOw { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #d9oyCNwi3bKqR82NOzs3JEoxGKuDLA90 { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #lXsHqITVvCRCLcHPw7iyV7KnBFrWS0WI { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #pfQwCFDex1lRxsm7p7zT775lLmhgH649 { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #PFMI32efTsE16ktFsnFirZHVO0hvHOXl { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #NhJH1m8zVbL3Mzyh6lmZNCl5HIskglGT { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #A2zHBeuxe0APCzKXr4pD2i8ElPSwSblT { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #NE1PV8P8qF5ZQxTmzg4w5Lnprs6gGFol { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #UtnnOTzdcTAMixIu4m4zLlA8u0QgbRvL { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #HLqq9Ey84J9n8KDKe1W5H7A1TZLTfhHs { position:relative; }
#GSOiRyMbdgfsoI521dIoGa4NUEdrmNMr { position:relative;display:block; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #mRfo1yVAgkxLGAVCELqIRM0NV747yztW { position:relative; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #MJpBohCCKeCS0S8XSyZFQyKsJ7WIHQcD { position:relative; }
#HoKA09J7RsT1zIzNQ68Or524D2pI6qi1 { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:243px;width:393px;top:16px;left:0px;overflow:hidden;display:none; }
#IM9NCUCA7tifyn8PoReEn9ySyrETR9uN { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#bwIEpwzPd9zO5DDBgcRA1sot8iFgKPa4 { color:#000000;display:block;width:200px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:66px;top:204px;left:60px;display:none; }
#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container { background-color: transparent; background-image: none; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container > .video-iframe-container { display: none; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row > .video-iframe-container { display: none; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .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); }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container { border-width: 0; border-radius: 0; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container { font-size:14px;font-family:cairo;height:522px;width:960px;position:relative;display:block; }#LvlMZb3Cw2qVdqpzPKZXPdbS3Ta6vJuA { color:#598205;display:block;width:316px;position:absolute;font-family:"sari 3";font-size:35px;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:36.734375px;left:629px;height:45px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lgmo72cxg4xN25fkdNfChfyVbTtw0Ph5 { color:#000000;display:block;width:376px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:98px;left:544px;height:25px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CrOwTwqanqiswwP2Oye16xmoGmXW22wT { color:#000000;display:block;width:537.988px;position:absolute;font-family:cairo;font-size:19px;font-weight:normal;z-index:100035;line-height:1.9;letter-spacing:0;top:183px;left:390px;height:70px;text-align:right;text-align-last:right;display:block; }
#TpibXPQ7ctN6BNPIt4XttzqHZWCD8NdM { color:#000000;display:block;width:523.984px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:142px;left:397px;height:25px;text-align:right;text-align-last:right;display:block; }
#S0uXLulwGmAkun6isMaOPvsr2Hh4uqBR { color:#000000;display:block;width:596px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:100004;line-height:1.9;letter-spacing:0;top:281.9921875px;left:120px;height:0;text-align:right;text-align-last:right;display:none; }
#ZbgPXyIOS9tObfsvq6b58rhIZeLQI6IR { color:#000000;display:block;width:684px;position:absolute;font-family:"sari 3";font-size:18px;font-weight:normal;z-index:100036;line-height:1.9;letter-spacing:0;top:262px;left:243px;height:101.25px;text-align:right;text-align-last:right;display:block; }
#HHe0Bq1UCQMkcJQgnqbaVMFB9sWQWZgw { position:absolute;display:block;z-index:100008;background-color:#065120;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:120px;border-top-right-radius:120px;border-bottom-left-radius:120px;border-bottom-right-radius:120px;height:60px;width:555px;top:416px;left:226px;display:block; }
#koFrRN5e9vd1GazyPfHb53zk2zFEH2Lk { color:#000000;display:block;width:562px;position:absolute;font-family:"sari 3";font-size:21px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:433px;left:222px;height:26.25px;text-align:center;text-align-last:center;display:block; }
#KSNKgDx1cNZLvP6TCDmu1pKEhJIzHTdA { position:absolute;display:block;z-index:100010;background-color:#ff0000;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:451px;top:72.515625px;left:500.59375px;display:none; }
#ARWtAvLT14nRydUwl75T8SnymaEmDenR { position:absolute;display:block;z-index:100032;background-color:rgba(250,255,255,0.82);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;height:0;width:0;top:80.7421875px;left:362.01953125px;display:block; }
#AzUfa3hTHtrBuvpTBGCvFm8OWpwuJFOW { box-sizing:content-box;color:#000204;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:146px;left:926px;display:block; }
#ikFUAz2D0NICyGc1ECliF0XPm3EPRizs { box-sizing:content-box;color:#000204;font-size:12px;font-weight:400;line-height:1;height:17.9883px;width:17.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:101px;left:927px;display:block; }
#uUf15S0TNHV5H4NLn1sZWTyBKmN7BVPi { box-sizing:content-box;color:#000204;font-size:12px;font-weight:400;line-height:1;height:17.9883px;width:17.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:193px;left:929px;display:block; }
#pJngV2SVLuOyGKpM2wHixGUHri7mLTiR { box-sizing:content-box;color:#000204;font-size:12px;font-weight:400;line-height:1;height:17.9883px;width:17.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:268px;left:930px;display:block; }
#ooCnWgAaDgqG312fJBwLLd5DzTAooDbp { position:absolute;display:block;z-index:100001;background-color:rgba(250,255,255,0.57);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;height:276px;width:645px;top:98px;left:314px;display:block; }
#a2ZyT3pS0qToBtg1BiUvnXHcKTD1zndL { position:absolute;display:block;z-index:100002;background-color:rgba(250,255,255,0.97);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;height:58.9844px;width:345.996px;top:14.51171875px;left:608.57421875px;display:block; }
#GB0SbmWpAoU7dZCXIdGOC76I5Dz6KaTn { position:absolute;display:block;z-index:100008;background-color:#bc5f5f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:120px;border-top-right-radius:120px;border-bottom-left-radius:120px;border-bottom-right-radius:120px;height:60px;width:555px;top:565px;left:158px;display:none; }
#xfEvSTQuLThm5HUFMmqn4wICN2m2QPey { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:243px;width:393px;top:16px;left:0px;overflow:hidden;display:block; }
#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #418763, #ffffff);background-image: -moz-linear-gradient(180deg, #418763, #ffffff);background-image: -ms-linear-gradient(180deg, #418763, #ffffff);background-image: -o-linear-gradient(180deg, #418763, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#418763', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#418763', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #418763, #ffffff);position:relative;display:block; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container { background-color: transparent; background-image: none; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container > .video-iframe-container { display: none; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row > .video-iframe-container { display: none; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .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); }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container { border-width: 0; border-radius: 0; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container { font-size:14px;font-family:arial;height:381px;width:960px;position:relative;display:block; }#WDRTBNE0XgzzEDu8rVOLhsZhS3dJhEBk { position:absolute;display:block;z-index:100000;background-color:rgba(12,33,12,0.69);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:60px;width:409px;top:29px;left:260px;display:block; }
#m63moe7yRQyCykNfwgbmLlbdAuksqyf9 { color:#ffffff;display:block;width:447px;position:absolute;font-family:"sari 3";font-size:29px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:38px;left:241.5px;height:37.5px;text-align:center;text-align-last:center;display:block; }
#DbVC7FTSH3BAkG2NbTrW6Ld7KMhpAz2S { background-color:rgba(12,33,12,0.61);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:102px;left:702.5px;display:block; }
#TlAi67IfKSpJakRLNCuz9FJ6LCHbpwsE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZOZBUWqhD3wN5TIK3EIKAL7SZwztE3UJ { background-color:rgba(12,33,12,0.61);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:103px;left:505.5px;display:block; }
#ziTQzh3gChlXRGdwmHuXTyHZkm0vXbpf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#W14QCBNWgn9CdtCJIKy82svkqnwrcPQ8 { background-color:rgba(12,33,12,0.55);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:12px;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:190px;height:73px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:102px;left:279.5px;display:block; }
#dB75zF3Q1ZTITrBO2ewkmdHd3bWm0Z57 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#aifTg96coK4FEaR2wWKo22kMbhlT2JeV { background-color:rgba(12,33,12,0.54);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:104px;left:77.5px;display:block; }
#HS2dQBCJiuXUGae56tZMWEsTlan3l2Ls { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HwiL9hpFLCVh1iJt4Azk8kxPksv1u9fd { background-color:rgba(12,33,12,0.45);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:185px;left:554.5px;display:block; }
#enKpfONF8nb9mEztVI6ZZz3gtMea6DKB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#euefXghW5Ceto3AKrRQRagqH1yQra50s { background-color:rgba(12,33,12,0.42);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:185px;left:217px;display:block; }
#VyPK75U46dALGMSD2AWz4KrCSIeF2yRm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#hgdhbH50ZGQvZy2TcTciO7G7hcpFT9Hk { background-color:rgba(12,33,12,0.61);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:73px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:280px;left:346.5px;display:block; }
#Oq0dHWXnWBEi2ciyFdhAmu2NpQBbPKua { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#LPKq9mflEffyUw4sEXLAyuOribFUQreQ { background-color:rgba(12,33,12,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:186px;left:386px;display:block; }
#rzs7TnbTRXvOLrO9T8hVkTAKQy0utZe6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #150303, #62c0a7);background-image: -moz-linear-gradient(180deg, #150303, #62c0a7);background-image: -ms-linear-gradient(180deg, #150303, #62c0a7);background-image: -o-linear-gradient(180deg, #150303, #62c0a7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#150303', endColorstr='#62c0a7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#150303', endColorstr='#62c0a7' );";background-image: linear-gradient(180deg, #150303, #62c0a7);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:cairo;height:231px;width:960px;position:relative;display:block; }#hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { color:#000000;display:block;width:336px;position:absolute;font-family:"sari 3";font-size:25px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:17.96875px;left:312px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { box-sizing:content-box;color:#ffffff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:58.958312988281px;left:454.45834350586px;display:block; }
#lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { color:#000000;display:block;width:376px;position:absolute;font-family:"sari 3";font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:121.96875px;left:292px;height:20px;text-align:center;text-align-last:center;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:206px;left:350.9375px;height:20px;display:block; }
#Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { color:#000000;display:block;width:312px;position:absolute;font-family:"sari 3";font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:158.9375px;left:333.9375px;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) { #on31gKKrTTDqwLxOlqm57hkn417SaBWl { top:0px;left:273.96875px;width:218px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ { display:block; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPoAA8T8d0l6A07HAioQ07Ih6WQhQ1SE { top:443px;left:343px;width:350px;height:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qZqiJRhbneCtqpgvCkhgXuLvvd5ZzQvC { top:19px;left:0px;width:242px;height:30px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vTMBZgccUbG9rJPTwcyPW6gztTPCyvHG { top:9px;left:0px;width:280px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-regular-label { width:240px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-text { width:240px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-text {padding-top: 0; padding-bottom: 0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-textarea { width:240px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-select { width:240px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-select {padding-top: 0; padding-bottom: 0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-button { width:240px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-checkbox-label { width:221px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN  { width:240px;height:auto;top:76px;left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .radio-container { width:240px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN {display:block;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN { width:240px;height:auto;top:76px;left:0px; }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #z3a1FLaU3NGcW6vegRyONaVp3cObOGoV {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #S3yoOINKyc39QJfnCFXCwZzhr2q4RJPS {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #OstEIhp0C0uqpdsearxXVFgEBnveVv5w {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #SEGRNC2XsonmV0xVoKddsFOERPrMTsHB {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #fT3hXHmDToq1X1e5A649R17WqVFXIe4N {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #fwbEF3tzT9DZMB6tdIoFvWDrClmaSTOw {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #d9oyCNwi3bKqR82NOzs3JEoxGKuDLA90 {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #lXsHqITVvCRCLcHPw7iyV7KnBFrWS0WI {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #pfQwCFDex1lRxsm7p7zT775lLmhgH649 {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #PFMI32efTsE16ktFsnFirZHVO0hvHOXl {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #NhJH1m8zVbL3Mzyh6lmZNCl5HIskglGT {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #A2zHBeuxe0APCzKXr4pD2i8ElPSwSblT {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #NE1PV8P8qF5ZQxTmzg4w5Lnprs6gGFol {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #UtnnOTzdcTAMixIu4m4zLlA8u0QgbRvL {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #HLqq9Ey84J9n8KDKe1W5H7A1TZLTfhHs {  }
 }@media only screen and (max-width: 763px) { #GSOiRyMbdgfsoI521dIoGa4NUEdrmNMr { display:block; }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #mRfo1yVAgkxLGAVCELqIRM0NV747yztW {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #MJpBohCCKeCS0S8XSyZFQyKsJ7WIHQcD {  }
 }@media only screen and (max-width: 763px) { #HoKA09J7RsT1zIzNQ68Or524D2pI6qi1 { top:16px;left:0px;width:393px;height:243px;display:none; }
 }@media only screen and (max-width: 763px) { #IM9NCUCA7tifyn8PoReEn9ySyrETR9uN { display:none; }
 }@media only screen and (max-width: 763px) { #bwIEpwzPd9zO5DDBgcRA1sot8iFgKPa4 { top:204px;left:0px;width:200px;height:66px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW { display:block; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvlMZb3Cw2qVdqpzPKZXPdbS3Ta6vJuA { top:36px;left:448px;width:316px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lgmo72cxg4xN25fkdNfChfyVbTtw0Ph5 { top:98px;left:388px;width:375px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CrOwTwqanqiswwP2Oye16xmoGmXW22wT { top:183px;left:227px;width:537px;height:70px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TpibXPQ7ctN6BNPIt4XttzqHZWCD8NdM { top:142px;left:241px;width:523px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S0uXLulwGmAkun6isMaOPvsr2Hh4uqBR { top:281px;left:22px;width:596px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZbgPXyIOS9tObfsvq6b58rhIZeLQI6IR { top:262px;left:80px;width:684px;height:102px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HHe0Bq1UCQMkcJQgnqbaVMFB9sWQWZgw { top:416px;left:128px;width:555px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #koFrRN5e9vd1GazyPfHb53zk2zFEH2Lk { top:433px;left:124px;width:562px;height:27px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KSNKgDx1cNZLvP6TCDmu1pKEhJIzHTdA { top:72px;left:313px;width:451px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #ARWtAvLT14nRydUwl75T8SnymaEmDenR { top:80px;left:169px;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #AzUfa3hTHtrBuvpTBGCvFm8OWpwuJFOW { top:146px;left:746px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ikFUAz2D0NICyGc1ECliF0XPm3EPRizs { top:101px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #uUf15S0TNHV5H4NLn1sZWTyBKmN7BVPi { top:193px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #pJngV2SVLuOyGKpM2wHixGUHri7mLTiR { top:268px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ooCnWgAaDgqG312fJBwLLd5DzTAooDbp { top:98px;left:119px;width:645px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZyT3pS0qToBtg1BiUvnXHcKTD1zndL { top:14px;left:419px;width:345px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #GB0SbmWpAoU7dZCXIdGOC76I5Dz6KaTn { top:565px;left:60px;width:555px;height:60px;display:none; }
 }@media only screen and (max-width: 763px) { #xfEvSTQuLThm5HUFMmqn4wICN2m2QPey { top:16px;left:0px;width:393px;height:243px;display:block; }
 }@media only screen and (max-width: 763px) { #TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR { display:block; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDRTBNE0XgzzEDu8rVOLhsZhS3dJhEBk { top:29px;left:162px;width:409px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #m63moe7yRQyCykNfwgbmLlbdAuksqyf9 { top:38px;left:143.5px;width:447px;height:37px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #DbVC7FTSH3BAkG2NbTrW6Ld7KMhpAz2S { width:165px;height:73px;top:102px;left:599px;display:block; }
 }@media only screen and (max-width: 763px) { #TlAi67IfKSpJakRLNCuz9FJ6LCHbpwsE { display:block; }
 }@media only screen and (max-width: 763px) { #ZOZBUWqhD3wN5TIK3EIKAL7SZwztE3UJ { width:165px;height:73px;top:103px;left:407.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ziTQzh3gChlXRGdwmHuXTyHZkm0vXbpf { display:block; }
 }@media only screen and (max-width: 763px) { #W14QCBNWgn9CdtCJIKy82svkqnwrcPQ8 { width:190px;height:73px;top:102px;left:181.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dB75zF3Q1ZTITrBO2ewkmdHd3bWm0Z57 { display:block; }
 }@media only screen and (max-width: 763px) { #aifTg96coK4FEaR2wWKo22kMbhlT2JeV { width:165px;height:73px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HS2dQBCJiuXUGae56tZMWEsTlan3l2Ls { display:block; }
 }@media only screen and (max-width: 763px) { #HwiL9hpFLCVh1iJt4Azk8kxPksv1u9fd { width:165px;height:73px;top:185px;left:456.5px;display:block; }
 }@media only screen and (max-width: 763px) { #enKpfONF8nb9mEztVI6ZZz3gtMea6DKB { display:block; }
 }@media only screen and (max-width: 763px) { #euefXghW5Ceto3AKrRQRagqH1yQra50s { width:165px;height:73px;top:185px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #VyPK75U46dALGMSD2AWz4KrCSIeF2yRm { display:block; }
 }@media only screen and (max-width: 763px) { #hgdhbH50ZGQvZy2TcTciO7G7hcpFT9Hk { width:265px;height:73px;top:280px;left:248.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Oq0dHWXnWBEi2ciyFdhAmu2NpQBbPKua { display:block; }
 }@media only screen and (max-width: 763px) { #LPKq9mflEffyUw4sEXLAyuOribFUQreQ { width:165px;height:73px;top:186px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #rzs7TnbTRXvOLrO9T8hVkTAKQy0utZe6 { 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:17px;left:214px;width:336px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { top:58px;left:356.45834350586px;width:55px;height:55px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { top:121px;left:194px;width:376px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #btQG8hidmV2BxmMg96KezefpwB1iR5nv { top:206px;left:252.9375px;width:320px;height:20px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { top:158px;left:235.9375px;width:312px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #on31gKKrTTDqwLxOlqm57hkn417SaBWl { width:148px;height:76px;top:0px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ { background-color:#ffffff;background-image:none;display:block; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container { background-color: transparent; background-image: none; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container > .video-iframe-container { display: none; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row > .video-iframe-container { display: none; }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .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); }#y9SdJ0zuW4Kgx08FHSbIK7GCoPTkc3EJ > .row .container { width:320px;height:682.7339999999999px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPoAA8T8d0l6A07HAioQ07Ih6WQhQ1SE { width:241px;height:0;top:551px;left:39.5px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qZqiJRhbneCtqpgvCkhgXuLvvd5ZzQvC { width:208px;height:0;top:26px;left:56px;text-align:center;text-align-last:center;font-size:24px;color:rgba(215,137,9,0.92);display:none; }
 }@media only screen and (max-width: 763px) { #vTMBZgccUbG9rJPTwcyPW6gztTPCyvHG { width:280px;height:52px;top:9px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-form-header {  }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:400;color:#ffffff;width:246px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-text { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:44px;color:#000000;font-size:16px;overflow:hidden;font-family:"sari 3";vertical-align:top; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-text {padding-top: 0; padding-bottom: 0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-textarea { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;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:0px;margin-bottom:4px;margin-left:0px;display:block;width:246px;box-sizing:border-box;height:50px;color:#000000;font-size:16px;overflow:hidden;font-family:"sari 3";vertical-align:top; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:44px;color:#000000;font-family:"sari 3";font-size:16px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-select {padding-top: 0; padding-bottom: 0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-input-button { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#023802;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:18px;font-weight:400;color:#ffffff;width:246px;height:50px;font-family:"sari 3";overflow:hidden;box-shadow: 0 15px 10px rgba(255,255,255,0.25) ;font-style:normal; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN [class*="-text"]:-moz-placeholder { color:#000000;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN [class*="-text"]::-moz-placeholder { color:#000000;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"sari 3";font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .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:roboto;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:227px;overflow:hidden;font-style:normal; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .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; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:21px;vertical-align:middle;font-family:roboto;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-container:first-of-type{padding-top:0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-container:last-of-type{padding-bottom:0;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN  { background-color:rgba(2,56,2,0.77);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:17px;top:300px;z-index:100003; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:246px;display:block;vertical-align:top; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN .widget-info-text { display:block;height:auto;font-family:roboto;font-size:14px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN {display:block;}#DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN { background-color:rgba(2,56,2,0.77);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:17px;top:300px;z-index:100003; }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #z3a1FLaU3NGcW6vegRyONaVp3cObOGoV {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #S3yoOINKyc39QJfnCFXCwZzhr2q4RJPS {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #OstEIhp0C0uqpdsearxXVFgEBnveVv5w {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #SEGRNC2XsonmV0xVoKddsFOERPrMTsHB {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #fT3hXHmDToq1X1e5A649R17WqVFXIe4N {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #fwbEF3tzT9DZMB6tdIoFvWDrClmaSTOw {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #d9oyCNwi3bKqR82NOzs3JEoxGKuDLA90 {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #lXsHqITVvCRCLcHPw7iyV7KnBFrWS0WI {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #pfQwCFDex1lRxsm7p7zT775lLmhgH649 {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #PFMI32efTsE16ktFsnFirZHVO0hvHOXl {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #NhJH1m8zVbL3Mzyh6lmZNCl5HIskglGT {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #A2zHBeuxe0APCzKXr4pD2i8ElPSwSblT {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #NE1PV8P8qF5ZQxTmzg4w5Lnprs6gGFol {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #UtnnOTzdcTAMixIu4m4zLlA8u0QgbRvL {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #HLqq9Ey84J9n8KDKe1W5H7A1TZLTfhHs {  }
 }@media only screen and (max-width: 763px) { #GSOiRyMbdgfsoI521dIoGa4NUEdrmNMr { display:block; }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #mRfo1yVAgkxLGAVCELqIRM0NV747yztW {  }
 }@media only screen and (max-width: 763px) { #DPoe1XXL3BPWLIRNu9I4PaJMd3IwsvoN #MJpBohCCKeCS0S8XSyZFQyKsJ7WIHQcD {  }
 }@media only screen and (max-width: 763px) { #HoKA09J7RsT1zIzNQ68Or524D2pI6qi1 { width:225px;height:138px;top:16.03125px;left:47.5px;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #IM9NCUCA7tifyn8PoReEn9ySyrETR9uN { top:186px;left:35px;width:250px;height:95px;z-index:100061;background-color:rgba(2,56,2,0.9);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top-left-radius:23px;border-top-right-radius:23px;border-bottom-left-radius:23px;border-bottom-right-radius:23px;display:block; }
 }@media only screen and (max-width: 763px) { #bwIEpwzPd9zO5DDBgcRA1sot8iFgKPa4 { top:198px;left:59px;width:200px;height:65px;z-index:100062;text-align:center;text-align-last:center;font-family:"sari 3";line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW { display:block; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW { background-color: transparent; background-image: none; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container > .video-iframe-container { display: none; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row > .video-iframe-container { display: none; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .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); }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW { border-width: 0; border-radius: 0; }#CIbpDCwMHTtao5iwKH9mGF0iRGCvdHOW > .row .container { width:320px;height:315px;background-color:rgba(255,255,255,0.54);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvlMZb3Cw2qVdqpzPKZXPdbS3Ta6vJuA { width:320px;height:41.25px;top:27.8515625px;left:0px;font-size:32px;text-align:center;text-align-last:center;color:#023802;display:block; }
 }@media only screen and (max-width: 763px) { #lgmo72cxg4xN25fkdNfChfyVbTtw0Ph5 { width:300.996px;height:20px;top:100.48828125px;left:0px;font-size:16px;text-align:right;text-align-last:right;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #CrOwTwqanqiswwP2Oye16xmoGmXW22wT { width:294px;height:90px;top:199.453125px;left:6px;font-size:16px;text-align:right;text-align-last:right;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #TpibXPQ7ctN6BNPIt4XttzqHZWCD8NdM { width:305px;height:40px;top:140px;left:-6px;font-size:16px;text-align:right;text-align-last:right;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #S0uXLulwGmAkun6isMaOPvsr2Hh4uqBR { width:320px;height:30px;top:415px;left:0px;font-size:16px;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ZbgPXyIOS9tObfsvq6b58rhIZeLQI6IR { width:278.984px;height:0;top:265.48828125px;left:14.375px;font-size:16px;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #HHe0Bq1UCQMkcJQgnqbaVMFB9sWQWZgw { width:320px;height:68px;top:14.4921875px;left:0px;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #koFrRN5e9vd1GazyPfHb53zk2zFEH2Lk { width:260px;height:0;top:89.734375px;left:30px;font-size:17px;text-align:center;text-align-last:center;color:#3e3e3e;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #KSNKgDx1cNZLvP6TCDmu1pKEhJIzHTdA { width:154px;height:2px;top:59px;left:85px;display:none; }
 }@media only screen and (max-width: 763px) { #ARWtAvLT14nRydUwl75T8SnymaEmDenR { width:301px;height:155px;top:463px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #AzUfa3hTHtrBuvpTBGCvFm8OWpwuJFOW { width:16.9922px;height:16.9922px;top:141px;left:306px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ikFUAz2D0NICyGc1ECliF0XPm3EPRizs { width:16.9922px;height:16.9922px;top:101.9921875px;left:303.0078125px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #uUf15S0TNHV5H4NLn1sZWTyBKmN7BVPi { width:16.9922px;height:16.9922px;top:205.453125px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #pJngV2SVLuOyGKpM2wHixGUHri7mLTiR { width:16.9922px;height:16.9922px;top:278.984375px;left:291.9921875px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #ooCnWgAaDgqG312fJBwLLd5DzTAooDbp { width:320px;height:276px;top:98px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #a2ZyT3pS0qToBtg1BiUvnXHcKTD1zndL { width:320px;height:58px;top:14px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GB0SbmWpAoU7dZCXIdGOC76I5Dz6KaTn { width:292px;height:201px;top:87.484375px;left:26.13698630137px;background-color:rgba(251,251,251,0.64);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #xfEvSTQuLThm5HUFMmqn4wICN2m2QPey { width:320px;height:197.86259541985px;top:144.03125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR { background-color:#ffffff;background-image:none;display:block; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container { background-color: transparent; background-image: none; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container > .video-iframe-container { display: none; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row > .video-iframe-container { display: none; }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .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); }#TAgQ4MTx0waS2nMv8DAtpv3vtB8ITBIR > .row .container { width:320px;height:850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDRTBNE0XgzzEDu8rVOLhsZhS3dJhEBk { width:320px;height:75px;top:12px;left:0px;background-color:rgba(2,56,2,0.69);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #m63moe7yRQyCykNfwgbmLlbdAuksqyf9 { width:320px;height:28.75px;top:35px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbVC7FTSH3BAkG2NbTrW6Ld7KMhpAz2S { width:190px;height:73px;top:388.5px;left:65px;background-color:rgba(2,56,2,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #TlAi67IfKSpJakRLNCuz9FJ6LCHbpwsE { display:block; }
 }@media only screen and (max-width: 763px) { #ZOZBUWqhD3wN5TIK3EIKAL7SZwztE3UJ { width:190px;height:73px;top:294px;left:65px;background-color:rgba(2,56,2,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #ziTQzh3gChlXRGdwmHuXTyHZkm0vXbpf { display:block; }
 }@media only screen and (max-width: 763px) { #W14QCBNWgn9CdtCJIKy82svkqnwrcPQ8 { width:190px;height:73px;top:200px;left:65px;background-color:rgba(2,56,2,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #dB75zF3Q1ZTITrBO2ewkmdHd3bWm0Z57 { display:block; }
 }@media only screen and (max-width: 763px) { #aifTg96coK4FEaR2wWKo22kMbhlT2JeV { width:190px;height:73px;top:107px;left:66.5px;color:#ffffff;background-color:rgba(2,56,2,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #HS2dQBCJiuXUGae56tZMWEsTlan3l2Ls { display:block; }
 }@media only screen and (max-width: 763px) { #HwiL9hpFLCVh1iJt4Azk8kxPksv1u9fd { width:190px;height:73px;top:667px;left:65px;background-color:rgba(2,56,2,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #enKpfONF8nb9mEztVI6ZZz3gtMea6DKB { display:block; }
 }@media only screen and (max-width: 763px) { #euefXghW5Ceto3AKrRQRagqH1yQra50s { width:190px;height:73px;top:483px;left:65px;background-color:rgba(2,56,2,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #VyPK75U46dALGMSD2AWz4KrCSIeF2yRm { display:block; }
 }@media only screen and (max-width: 763px) { #hgdhbH50ZGQvZy2TcTciO7G7hcpFT9Hk { width:190px;height:73px;top:756px;left:65px;font-size:11px;background-color:rgba(2,56,2,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #Oq0dHWXnWBEi2ciyFdhAmu2NpQBbPKua { display:block; }
 }@media only screen and (max-width: 763px) { #LPKq9mflEffyUw4sEXLAyuOribFUQreQ { width:190px;height:73px;top:578px;left:65px;background-color:rgba(2,56,2,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #rzs7TnbTRXvOLrO9T8hVkTAKQy0utZe6 { display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { background-color:rgba(2,56,2,0.74);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:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { width:320px;height:27.5px;top:32px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { width:50px;height:51px;top:60.99609375px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { width:320px;height:37.5px;top:127.98828125px;left:0.1171875px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #btQG8hidmV2BxmMg96KezefpwB1iR5nv { width:320px;height:13.75px;top:224.953125px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { width:314px;height:18.75px;top:174.953125px;left:3.96875px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }