.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#2c2c2c;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:811px;width:1200px;overflow:visible;position:relative;display:block; }#Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { display:block;width:697px;position:absolute;font-family:roboto;font-size:52px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:174.984375px;left:0px;height:;color:rgba(0,0,0,0.81);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a23fZc7MKP2l87tmrIzJI6SzMH90vgSn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:96px;top:15.9375px;left:0px;overflow:hidden;display:block; }
#F94EFJkIP8chr8cSwzBGZ6PIsvyR8AFJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:865px;width:749px;top:46.125px;left:515.390625px;overflow:hidden;display:block; }
#ATMw0nOSzDs1mUF19FKcC0vZzWLA2zXU { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #39b461, #000000);background-image: -moz-linear-gradient(180deg, #39b461, #000000);background-image: -ms-linear-gradient(180deg, #39b461, #000000);background-image: -o-linear-gradient(180deg, #39b461, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b461', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b461', endColorstr='#000000' );";background-image: linear-gradient(180deg, #39b461, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:64px;width:163px;top:747px;left:0px;display:block; }
#dEDozhQFOh9X0RaCKiTaqWnBkktUmAMI { color:#ffffff;display:block;width:120px;position:absolute;font-family:kapra;font-size:33px;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:764px;left:16px;height:33px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IMMROFmiM4ntEqiro6LJBbros5ZIiS29 { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:762px;left:111.5px;display:block; }
#h7KrRB4i0Wy5qvLKtJ0tVleElTcx0MgU { color:rgba(0,0,0,0.2);display:block;width:45.9844px;position:absolute;font-family:"font awesome";font-size:63px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5px;left:1004.515625px;height:81.8906px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cunlN2X6lZea633P3ag7MlcrVVd33wkT { color:#2a2a2a;display:block;width:117px;position:absolute;font-family:barlow;font-size:13px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:43.171875px;left:1058.5px;height:33.7812px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C1s2QixinGUxCb9uSrORW49Oe6CbxsCk { color:#2a2a2a;display:block;width:117px;position:absolute;font-family:barlow;font-size:18px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375px;left:1058.5px;height:23.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B6yiegobOUk2KNEquoUGe9STQBwz47Is { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:67.9922px;width:109.992px;top:42.4921875px;left:544.4765625px;overflow:hidden;display:none; }
#OGbtbePB5dqevZabTNLEUivMuqib1OyF { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #73a534, #000000);background-image: -moz-linear-gradient(180deg, #73a534, #000000);background-image: -ms-linear-gradient(180deg, #73a534, #000000);background-image: -o-linear-gradient(180deg, #73a534, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a534', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a534', endColorstr='#000000' );";background-image: linear-gradient(180deg, #73a534, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:64px;width:163px;top:747px;left:0px;display:none; }
#EVBCO0S7V2JBTsS9XtTyD9J3RHUqXcyK { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:762px;left:111.5px;display:none; }
#n2w9XMfeyZiS7v6tbFJs6DFvHKSvP42M { color:#ffffff;display:block;width:120px;position:absolute;font-family:kapra;font-size:33px;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:764px;left:16px;height:33px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Tg8tyJ2nX5VkmrOuip3aorfz102gCmhe { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #73a534, #000000);background-image: -moz-linear-gradient(180deg, #73a534, #000000);background-image: -ms-linear-gradient(180deg, #73a534, #000000);background-image: -o-linear-gradient(180deg, #73a534, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a534', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a534', endColorstr='#000000' );";background-image: linear-gradient(180deg, #73a534, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:64px;width:163px;top:747px;left:0px;display:none; }
#xgshwvilTsrHyWJPXehuTd3c1vJTLoC3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#HQzD1CfMvlzLnq8F85Ps3p2KsEXIVpEB { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:558px;left:18px;display:none; }
#PoVv2Q4EsRKfApiK9yTRGDuRMt5Tk6fB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(267deg, #39a32b, #000000);background-image: -moz-linear-gradient(267deg, #39a32b, #000000);background-image: -ms-linear-gradient(267deg, #39a32b, #000000);background-image: -o-linear-gradient(267deg, #39a32b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a32b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a32b', endColorstr='#000000' );";background-image: linear-gradient(267deg, #39a32b, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { border-width: 0; border-radius: 0; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { font-size:14px;font-family:arial;height:638px;width:1200px;position:relative;display:block; }#RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { display:block;width:400px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:142.1875px;left:680.00006103516px;height:28.5938px;color:#31455f;font-style:normal;display:block; }
#kAENyzzEwbG6m8wPQNiS7kKAtgg6RZga { border-bottom:0;border-left:0;border-right:0;border-top:0;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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:45px;width:45px;position:absolute;display:block;z-index:15006;top:134px;left:610px;display:block; }
#p1rTGcUhMIGzwn1g9xNzDEKe59oanbVz { display:block;width:45px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:142px;left:610px;height:28.5938px;text-align:center;text-align-last:center;color:#73a534;font-style:normal;display:block; }
#OZmfkuLCG58LSldNqaoIErCrbzoVNTTn { display:block;width:301.984px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:234.78125px;left:680px;height:28.5938px;color:#31455f;font-style:normal;display:block; }
#PdMKwO50pLlr4qaA2OKZgoryxgftfaT0 { border-bottom:0;border-left:0;border-right:0;border-top:0;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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:45px;width:45px;position:absolute;display:block;z-index:15009;top:226.59375px;left:610px;display:block; }
#Lc9wc4GgVinMTpBalxinFVPJyU55e8gU { display:block;width:45px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:234.78125px;left:610px;height:28.5938px;text-align:center;text-align-last:center;color:#73a534;font-style:normal;display:block; }
#TPSbCKNrrwCzMSmJlAhGzpLLqah8NtXt { display:block;width:517px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:326.875px;left:683px;height:28.5938px;color:#31455f;font-style:normal;display:block; }
#WJBBMtpBu1KFhKQu8cB0FwHfU2GT7TPk { border-bottom:0;border-left:0;border-right:0;border-top:0;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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:45px;width:45px;position:absolute;display:block;z-index:15012;top:318.6875px;left:610px;display:block; }
#s7nafuiIXwQFTncQt43GsQrLSTWvfppX { display:block;width:45px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:326.875px;left:610px;height:28.5938px;text-align:center;text-align-last:center;color:#73a534;font-style:normal;display:block; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-form-header { font-size:14px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#4c4c4c;width:268px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .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;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:268px;box-sizing:border-box;height:41px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-text {padding-top: 0; padding-bottom: 0;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .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;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .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:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-select {padding-top: 0; padding-bottom: 0;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .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:#ff9400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:268px;height:55px;font-family:roboto;overflow:hidden; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal;float:none; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-container:first-of-type{padding-top:0;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-container:last-of-type{padding-bottom:0;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:268px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:153.5px;left:45.5px;font-size:14px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:268px;display:block;vertical-align:top; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE {display:block;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:268px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:153.5px;left:45.5px;font-size:14px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #V3TSGNDZ2H7rU8qET12ufh3ybRPEs8bc { position:relative; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #bfG5XZatUbTnnQWB92slTHd7GDfh0h5G { position:relative;display:block; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #fXu6xOFW42mPvlKO1RIf3ZS3uwNHqtL7 { position:relative; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #stNU4dTTxliLeO0wQvHIdTWqinbt9Bbv { position:relative; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #NbrlnKhkdTKESTt1eEiOOT3IxJLDrTf7 { position:relative;display:block; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #UtAAFTMNDQk03D23CDJo46kQ1ahnOzVb { position:relative; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #MJFKI9fc8ZogUkyHdZsZOCL1L5pfxX8F { position:relative; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #TTCArNT5ewX2o5QJKqhECZyGLZLgelM1 { position:relative;display:block; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #uCASU6hDfvgJiMtKlfDuXmEpC0n4f09F { position:relative; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #qcR3RAgBVE7E4AQNiq3WfQ2xBNPbwBzv { position:relative; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #qTkQkGoEkSs33HTBlk3Rk8lc2TOr4G3Q { position:relative; }
#wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:401px;width:399px;position:absolute;display:block;z-index:15000;top:139.1875px;left:0px;display:block; }
#T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:118.984px;width:399px;position:absolute;display:block;z-index:15001;top:24.203125px;left:0px;display:block; }
#Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { display:block;width:339.938px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:59.1875px;left:29.515625px;height:66px;color:rgba(0,0,0,0.7);font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLKfEcB2n35ev3MCvXpbm4EwsS4BfQki { display:block;width:517px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:326.875px;left:683px;height:57.1876px;color:#31455f;font-style:normal;display:none; }
#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { background-color: transparent; background-image: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container > .video-iframe-container { display: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container { display: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .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); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { border-width: 0; border-radius: 0; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { font-size:14px;font-family:arial;height:208px;width:1200px;position:relative;display:block; }#BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { display:block;width:960px;position:absolute;font-family:roboto;font-size:46px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:81.59375px;left:120px;height:59.7969px;text-align:center;text-align-last:center;color:rgba(0,0,0,0.55);font-style:normal;display:block; }
#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row .container { background-color: transparent; background-image: none; }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row .container > .video-iframe-container { display: none; }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row > .video-iframe-container { display: none; }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .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); }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row .container { border-width: 0; border-radius: 0; }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row .container { font-size:14px;font-family:arial;height:446px;width:1200px;position:relative;display:block; }#Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { display:block;width:285px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:195.96875px;left:76.9375px;height:114.375px;color:rgba(0,0,0,0.7);text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWwHTQzNbo55IO42MlL1cpm82E61OMtv { display:block;width:300px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:195.96875px;left:459.9375px;height:114.375px;color:rgba(0,0,0,0.7);text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { display:block;width:309px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:195.96875px;left:845.5px;height:114.375px;color:rgba(0,0,0,0.7);text-align:center;text-align-last:center;font-style:normal;display:block; }
#UON4LTTOJI4QbNx1HmFzUEHvITtPAr76 { box-sizing:content-box;color:#39a32b;font-size:116px;font-weight:400;line-height:1;height:166.992px;width:166.992px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:29.23828125px;left:135.95703125px;display:block; }
#iPh6N29NWybbMRSaxxGSskGVvPE8uiao { box-sizing:content-box;color:#39a32b;font-size:116px;font-weight:400;line-height:1;height:166.992px;width:166.992px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:29.23828125px;left:526.46484375px;display:block; }
#J4vIkiM6b6Munw58AZtd37hIAH5pwHlp { box-sizing:content-box;color:#39a32b;font-size:116px;font-weight:400;line-height:1;height:166.984px;width:166.984px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:29.984375px;left:916.5px;display:block; }
#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #39a32b, #000000);background-image: -moz-linear-gradient(180deg, #39a32b, #000000);background-image: -ms-linear-gradient(180deg, #39a32b, #000000);background-image: -o-linear-gradient(180deg, #39a32b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a32b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a32b', endColorstr='#000000' );";background-image: linear-gradient(180deg, #39a32b, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { background-color: transparent; background-image: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container > .video-iframe-container { display: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row > .video-iframe-container { display: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .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); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { border-width: 0; border-radius: 0; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { font-size:14px;font-family:arial;height:614px;width:1200px;position:relative;display:block; }#PQULolueSTnTKtqAmMLFKOOdi9pxcLC3 { color:#ffffff;display:block;width:374px;position:absolute;font-family:roboto;font-size:21px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:204px;left:0px;height:126px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PORpM6yQPdPyAnK1Dyd9dvbTJKNU4RTO { color:#ffffff;display:block;width:422px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:94px;left:0px;height:110px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TexgtlPE4FaCb88SSAbFmrNA2A5xt0Cu { color:#4174ff;display:block;width:319.969px;position:absolute;font-family:raleway;font-size:25px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:116.96875px;left:717.46875px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKvTOMUL52P9dcpBNrQhCBAyU27hXFCU { color:#000000;display:block;width:151.969px;position:absolute;font-family:oswald;font-size:101px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:158.453125px;left:816.4375px;height:141.391px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdXalUfXrcxZcn7p8evhePma8gKh94x8 { color:#4174ff;display:block;width:36px;position:absolute;font-family:raleway;font-size:30px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:166px;left:781.4375px;height:39px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9Zbsxd7KUpuXae3eZplOGtuytr928mO { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:284px;width:339px;top:94px;left:716.96875px;display:block; }
#px7NCycHuaZbRduEG7zV5TF2HKFCNApU { background-color:#f47934;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 0 3px 0 #b95a25 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:244.984px;height:51px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:302.984375px;left:754.953125px;display:block; }
#zhW1kcAJA4AcwT7T3D4UAFWdFKHGFIey { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fyDUWi2avCgs2SO84cHJ1gtI13STCeen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { background-color: transparent; background-image: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container > .video-iframe-container { display: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container { display: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .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); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { border-width: 0; border-radius: 0; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { font-size:14px;font-family:arial;height:153px;width:1200px;position:relative;display:block; }#NTVP7iDonReFlgUL8JcKkq8sgQX8b9Ga { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:67.9922px;width:109.992px;top:42.4921875px;left:544.4765625px;overflow:hidden;display:block; }
#SGEWaUlriDB4cG2yFTJoZEnzXHl471Rl { box-sizing:content-box;color:#4174ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:51.4921875px;left:943px;display:none; }
#thb91pv3E9cmUmktIEn9rcGNosSsQ3WC { box-sizing:content-box;color:#4174ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:51.4921875px;left:992px;display:none; }
#fvkL8QEIaPAwAJSkyiVVDTBwpWmTT6is { box-sizing:content-box;color:#4174ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:51.4921875px;left:831px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a23fZc7MKP2l87tmrIzJI6SzMH90vgSn { width:96px;height:60px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #F94EFJkIP8chr8cSwzBGZ6PIsvyR8AFJ { width:749px;height:865px;top:46px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #ATMw0nOSzDs1mUF19FKcC0vZzWLA2zXU { width:163px;height:64px;top:747px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dEDozhQFOh9X0RaCKiTaqWnBkktUmAMI { width:120px;height:33px;top:764px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #IMMROFmiM4ntEqiro6LJBbros5ZIiS29 { width:34px;height:34px;top:762px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h7KrRB4i0Wy5qvLKtJ0tVleElTcx0MgU { width:45px;height:81px;top:5px;left:719px;font-size:63px;display:block; }
 }@media only screen and (max-width: 763px) { #cunlN2X6lZea633P3ag7MlcrVVd33wkT { width:117px;height:33px;top:43px;left:647px;font-size:7px;display:none; }
 }@media only screen and (max-width: 763px) { #C1s2QixinGUxCb9uSrORW49Oe6CbxsCk { width:117px;height:23px;top:15px;left:647px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #B6yiegobOUk2KNEquoUGe9STQBwz47Is { width:109px;height:67.378989381046px;top:42px;left:326.4765625px;display:none; }
 }@media only screen and (max-width: 763px) { #OGbtbePB5dqevZabTNLEUivMuqib1OyF { width:163px;height:64px;top:747px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EVBCO0S7V2JBTsS9XtTyD9J3RHUqXcyK { width:34px;height:34px;top:762px;left:0px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #n2w9XMfeyZiS7v6tbFJs6DFvHKSvP42M { width:120px;height:33px;top:764px;left:0px;font-size:33px;display:none; }
 }@media only screen and (max-width: 763px) { #Tg8tyJ2nX5VkmrOuip3aorfz102gCmhe { width:163px;height:64px;top:747px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xgshwvilTsrHyWJPXehuTd3c1vJTLoC3 { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #HQzD1CfMvlzLnq8F85Ps3p2KsEXIVpEB { width:200px;height:20px;top:558px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #PoVv2Q4EsRKfApiK9yTRGDuRMt5Tk6fB { width:50px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:764px;height:342px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kAENyzzEwbG6m8wPQNiS7kKAtgg6RZga { width:45px;height:45px;top:127px;left:396px;display:block; }
 }@media only screen and (max-width: 763px) { #p1rTGcUhMIGzwn1g9xNzDEKe59oanbVz { width:45px;height:28px;top:134px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #OZmfkuLCG58LSldNqaoIErCrbzoVNTTn { width:300px;height:46px;top:181px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PdMKwO50pLlr4qaA2OKZgoryxgftfaT0 { width:45px;height:45px;top:182px;left:396px;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9wc4GgVinMTpBalxinFVPJyU55e8gU { width:45px;height:28px;top:190px;left:396px;display:block; }
 }@media only screen and (max-width: 763px) { #TPSbCKNrrwCzMSmJlAhGzpLLqah8NtXt { width:300px;height:23px;top:247px;left:464px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #WJBBMtpBu1KFhKQu8cB0FwHfU2GT7TPk { width:45px;height:45px;top:235px;left:396px;display:block; }
 }@media only screen and (max-width: 763px) { #s7nafuiIXwQFTncQt43GsQrLSTWvfppX { width:45px;height:28px;top:243px;left:396px;display:block; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-regular-label { width:268px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-text { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-text {padding-top: 0; padding-bottom: 0;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-textarea { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-select { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-select {padding-top: 0; padding-bottom: 0;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-button { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-checkbox-label { width:249px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE  { width:268px;height:auto;top:153px;left:0px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .radio-container { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE {display:block;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE { width:268px;height:auto;top:153px;left:0px; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #V3TSGNDZ2H7rU8qET12ufh3ybRPEs8bc {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #bfG5XZatUbTnnQWB92slTHd7GDfh0h5G { display:block; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #fXu6xOFW42mPvlKO1RIf3ZS3uwNHqtL7 {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #stNU4dTTxliLeO0wQvHIdTWqinbt9Bbv {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #NbrlnKhkdTKESTt1eEiOOT3IxJLDrTf7 { display:block; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #UtAAFTMNDQk03D23CDJo46kQ1ahnOzVb {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #MJFKI9fc8ZogUkyHdZsZOCL1L5pfxX8F {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #TTCArNT5ewX2o5QJKqhECZyGLZLgelM1 { display:block; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #uCASU6hDfvgJiMtKlfDuXmEpC0n4f09F {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #qcR3RAgBVE7E4AQNiq3WfQ2xBNPbwBzv {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #qTkQkGoEkSs33HTBlk3Rk8lc2TOr4G3Q {  }
 }@media only screen and (max-width: 763px) { #wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { width:360px;height:439px;top:-150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH { width:360px;height:439px;top:-150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JLKfEcB2n35ev3MCvXpbm4EwsS4BfQki { width:300px;height:23px;top:247px;left:464px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { width:764px;height:59px;top:81px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ { display:block; }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { width:285px;height:114px;top:195px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JWwHTQzNbo55IO42MlL1cpm82E61OMtv { width:300px;height:114px;top:195px;left:208px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { width:309px;height:114px;top:195px;left:453px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UON4LTTOJI4QbNx1HmFzUEHvITtPAr76 { width:166px;height:166px;top:29px;left:62.95703125px;font-size:116px;display:block; }
 }@media only screen and (max-width: 763px) { #iPh6N29NWybbMRSaxxGSskGVvPE8uiao { width:166px;height:166px;top:29px;left:307.46484375px;font-size:116px;display:block; }
 }@media only screen and (max-width: 763px) { #J4vIkiM6b6Munw58AZtd37hIAH5pwHlp { width:166px;height:166px;top:29px;left:551.5px;font-size:116px;display:block; }
 }@media only screen and (max-width: 763px) { #mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb { display:block; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQULolueSTnTKtqAmMLFKOOdi9pxcLC3 { width:374px;height:126px;top:204px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #PORpM6yQPdPyAnK1Dyd9dvbTJKNU4RTO { width:422px;height:110px;top:94px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #TexgtlPE4FaCb88SSAbFmrNA2A5xt0Cu { width:319px;height:32px;top:116px;left:445px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #UKvTOMUL52P9dcpBNrQhCBAyU27hXFCU { width:151px;height:141px;top:158px;left:598.4375px;font-size:101px;display:block; }
 }@media only screen and (max-width: 763px) { #wdXalUfXrcxZcn7p8evhePma8gKh94x8 { width:36px;height:39px;top:166px;left:563.4375px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #D9Zbsxd7KUpuXae3eZplOGtuytr928mO { width:339px;height:284px;top:94px;left:425px;display:block; }
 }@media only screen and (max-width: 763px) { #px7NCycHuaZbRduEG7zV5TF2HKFCNApU { width:244px;height:51px;top:302px;left:520px;display:block; }
 }@media only screen and (max-width: 763px) { #zhW1kcAJA4AcwT7T3D4UAFWdFKHGFIey { display:block; }
 }@media only screen and (max-width: 763px) { #fyDUWi2avCgs2SO84cHJ1gtI13STCeen { display:block; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTVP7iDonReFlgUL8JcKkq8sgQX8b9Ga { width:109px;height:67.378989381046px;top:42px;left:326.4765625px;display:block; }
 }@media only screen and (max-width: 763px) { #SGEWaUlriDB4cG2yFTJoZEnzXHl471Rl { width:49px;height:49px;top:51px;left:715px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #thb91pv3E9cmUmktIEn9rcGNosSsQ3WC { width:49px;height:49px;top:51px;left:715px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #fvkL8QEIaPAwAJSkyiVVDTBwpWmTT6is { width:49px;height:49px;top:51px;left:613px;font-size:34px;display:none; }
 }@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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/awoO4q6j/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:621px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { width:283.969px;height:75px;top:81.125px;left:18px;text-align:center;text-align-last:center;font-size:25px;line-height:1;color:rgba(0,0,0,0.64);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a23fZc7MKP2l87tmrIzJI6SzMH90vgSn { width:78.9931px;height:47.9688px;top:53.993061065674px;left:120.48611927032px;display:none; }
 }@media only screen and (max-width: 763px) { #F94EFJkIP8chr8cSwzBGZ6PIsvyR8AFJ { width:299px;height:345px;top:169px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ATMw0nOSzDs1mUF19FKcC0vZzWLA2zXU { width:163px;height:64px;top:747px;left:78px;display:none; }
 }@media only screen and (max-width: 763px) { #dEDozhQFOh9X0RaCKiTaqWnBkktUmAMI { width:120px;height:auto;top:764px;left:100px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #IMMROFmiM4ntEqiro6LJBbros5ZIiS29 { width:34px;height:34px;top:762px;left:143px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #h7KrRB4i0Wy5qvLKtJ0tVleElTcx0MgU { width:45px;height:auto;top:5px;left:137px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #cunlN2X6lZea633P3ag7MlcrVVd33wkT { width:117px;height:0;top:652.703125px;left:101.5px;font-size:7px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C1s2QixinGUxCb9uSrORW49Oe6CbxsCk { width:117px;height:19.5px;top:27.625px;left:185.96875px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6yiegobOUk2KNEquoUGe9STQBwz47Is { width:63px;height:39px;top:11px;left:26.5px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OGbtbePB5dqevZabTNLEUivMuqib1OyF { width:163px;height:64px;top:759px;left:78.5px;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #EVBCO0S7V2JBTsS9XtTyD9J3RHUqXcyK { width:34px;height:34px;top:774px;left:190px;font-size:23px;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #n2w9XMfeyZiS7v6tbFJs6DFvHKSvP42M { width:120px;height:0;top:776px;left:94.5px;font-size:32px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Tg8tyJ2nX5VkmrOuip3aorfz102gCmhe { width:4px;height:4px;top:640px;left:49.5px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #xgshwvilTsrHyWJPXehuTd3c1vJTLoC3 { top:576px;left:0px;width:117px;height:44px;z-index:15015;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(184deg, #39b461, #000000);background-image: -moz-linear-gradient(184deg, #39b461, #000000);background-image: -ms-linear-gradient(184deg, #39b461, #000000);background-image: -o-linear-gradient(184deg, #39b461, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b461', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b461', endColorstr='#000000' );";background-image: linear-gradient(184deg, #39b461, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HQzD1CfMvlzLnq8F85Ps3p2KsEXIVpEB { top:581.75px;left:18px;width:79px;height:32.5px;z-index:15016;font-family:kapra;font-size:25px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PoVv2Q4EsRKfApiK9yTRGDuRMt5Tk6fB { display:flex;top:586px;left:89.5px;width:24px;height:24px;z-index:15017;font-size:16px; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { background-color:transparent;background-image: -webkit-linear-gradient(292deg, #39a32b, #000000);background-image: -moz-linear-gradient(292deg, #39a32b, #000000);background-image: -ms-linear-gradient(292deg, #39a32b, #000000);background-image: -o-linear-gradient(292deg, #39a32b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a32b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a32b', endColorstr='#000000' );";background-image: linear-gradient(292deg, #39a32b, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { border-width: 0; border-radius: 0; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:320px;height:946px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:235px;height:23.3906px;top:628.8125px;left:85px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kAENyzzEwbG6m8wPQNiS7kKAtgg6RZga { width:45px;height:45px;top:618px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #p1rTGcUhMIGzwn1g9xNzDEKe59oanbVz { width:45px;height:28.5938px;top:626.203125px;left:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZmfkuLCG58LSldNqaoIErCrbzoVNTTn { width:235px;height:23.3906px;top:706.625px;left:85px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PdMKwO50pLlr4qaA2OKZgoryxgftfaT0 { width:45px;height:45px;top:695.8125px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9wc4GgVinMTpBalxinFVPJyU55e8gU { width:45px;height:28.5938px;top:704.015625px;left:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPSbCKNrrwCzMSmJlAhGzpLLqah8NtXt { width:219px;height:0;top:777px;left:85px;text-align:left;text-align-last:left;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #WJBBMtpBu1KFhKQu8cB0FwHfU2GT7TPk { width:45px;height:45px;top:777px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #s7nafuiIXwQFTncQt43GsQrLSTWvfppX { width:45px;height:28.5938px;top:785.203125px;left:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-regular-label { width:268px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-text { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-text {padding-top: 0; padding-bottom: 0;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-textarea { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-select { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-select {padding-top: 0; padding-bottom: 0;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-input-button { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .widget-checkbox-label { width:249px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE  { width:268px;height:auto;top:176px;left:6px; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE .radio-container { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE {display:block;}#bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE { width:268px;height:auto;top:176px;left:6px; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #V3TSGNDZ2H7rU8qET12ufh3ybRPEs8bc {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #bfG5XZatUbTnnQWB92slTHd7GDfh0h5G { display:block; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #fXu6xOFW42mPvlKO1RIf3ZS3uwNHqtL7 {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #stNU4dTTxliLeO0wQvHIdTWqinbt9Bbv {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #NbrlnKhkdTKESTt1eEiOOT3IxJLDrTf7 { display:block; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #UtAAFTMNDQk03D23CDJo46kQ1ahnOzVb {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #MJFKI9fc8ZogUkyHdZsZOCL1L5pfxX8F {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #TTCArNT5ewX2o5QJKqhECZyGLZLgelM1 { display:block; }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #uCASU6hDfvgJiMtKlfDuXmEpC0n4f09F {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #qcR3RAgBVE7E4AQNiq3WfQ2xBNPbwBzv {  }
 }@media only screen and (max-width: 763px) { #bD9Irk8BCfKRX7SIaPUZumhOSwlPVnPE #qTkQkGoEkSs33HTBlk3Rk8lc2TOr4G3Q {  }
 }@media only screen and (max-width: 763px) { #wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { width:320px;height:398px;top:153.875px;left:0px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH { width:320px;height:99px;top:54.875px;left:0px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { width:279.938px;height:52.7812px;top:77.96875px;left:20.015625px;text-align:center;text-align-last:center;font-size:24px;color:rgba(0,0,0,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #JLKfEcB2n35ev3MCvXpbm4EwsS4BfQki { width:219px;height:70.1719px;top:777px;left:85px;text-align:left;text-align-last:left;font-size:18px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { width:320px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { width:319.969px;height:70.375px;top:55.2890625px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ { display:block; }#CJ3dcmH1JrIxuzp8ZJpOZao3nlGm0RRJ > .row .container { width:320px;height:629px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { width:273px;height:88.375px;top:85.984375px;left:23.5px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JWwHTQzNbo55IO42MlL1cpm82E61OMtv { width:288px;height:66.2813px;top:286.921875px;left:15.984375px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { width:261px;height:88.375px;top:468.921875px;left:29.5px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UON4LTTOJI4QbNx1HmFzUEHvITtPAr76 { width:85.9844px;height:85.9844px;top:0px;left:117px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #iPh6N29NWybbMRSaxxGSskGVvPE8uiao { width:88.9757px;height:88.9757px;top:197.9688px;left:115px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #J4vIkiM6b6Munw58AZtd37hIAH5pwHlp { width:90px;height:90px;top:378.9237px;left:115px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb { background-color:transparent;background-image: -webkit-linear-gradient(229deg, #39a32b, #000000);background-image: -moz-linear-gradient(229deg, #39a32b, #000000);background-image: -ms-linear-gradient(229deg, #39a32b, #000000);background-image: -o-linear-gradient(229deg, #39a32b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a32b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a32b', endColorstr='#000000' );";background-image: linear-gradient(229deg, #39a32b, #000000);background-size:auto !important;display:block; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { background-color: transparent; background-image: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container > .video-iframe-container { display: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row > .video-iframe-container { display: none; }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .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); }#mRvWsJHlLSmp83lIcrJRypxUw0XeeLrb > .row .container { width:320px;height:573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQULolueSTnTKtqAmMLFKOOdi9pxcLC3 { width:247.969px;height:96px;top:406.71875px;left:44.484375px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PORpM6yQPdPyAnK1Dyd9dvbTJKNU4RTO { width:242.984px;height:70.375px;top:31px;left:38.484375px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TexgtlPE4FaCb88SSAbFmrNA2A5xt0Cu { width:319.992px;height:28.5938px;top:157.6640625px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #UKvTOMUL52P9dcpBNrQhCBAyU27hXFCU { width:166.969px;height:103.594px;top:199.265625px;left:112.96875px;text-align:center;text-align-last:center;font-size:74px;display:block; }
 }@media only screen and (max-width: 763px) { #wdXalUfXrcxZcn7p8evhePma8gKh94x8 { width:48px;height:36.3906px;top:212.765625px;left:66.46875px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #D9Zbsxd7KUpuXae3eZplOGtuytr928mO { width:262.992px;height:259.992px;top:134.3203125px;left:28.5px;display:block; }
 }@media only screen and (max-width: 763px) { #px7NCycHuaZbRduEG7zV5TF2HKFCNApU { width:203.953px;height:49.9922px;top:322.6875px;left:57.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #zhW1kcAJA4AcwT7T3D4UAFWdFKHGFIey { display:block; }
 }@media only screen and (max-width: 763px) { #fyDUWi2avCgs2SO84cHJ1gtI13STCeen { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { background-color: transparent; background-image: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container > .video-iframe-container { display: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container { display: none; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .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); }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { border-width: 0; border-radius: 0; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyDUWi2avCgs2SO84cHJ1gtI13STCeen > .row .container { width:320px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTVP7iDonReFlgUL8JcKkq8sgQX8b9Ga { width:63px;height:39px;top:32.5px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #SGEWaUlriDB4cG2yFTJoZEnzXHl471Rl { width:49px;height:49px;top:125.4140625px;left:175.96875px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #thb91pv3E9cmUmktIEn9rcGNosSsQ3WC { width:49px;height:49px;top:125.375px;left:166.828125px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #fvkL8QEIaPAwAJSkyiVVDTBwpWmTT6is { width:49px;height:49px;top:124.921875px;left:9px;font-size:34px;display:none; }
 }