.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;
  }
}
body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vcd3YdLB/cattle-918644_960_720.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container { display: none; }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE { display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE { background-color: transparent; background-image: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE { border-width: 0; border-radius: 0; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { background-color:rgba(255,255,255,0.8);background-image:none;width:960px;height:1249px;font-size:14px;font-family:"open sans";border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#vuNfxvGVknSUrqTpF3CZHotNsK2RHbl4 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;top:18.666667938232px;left:0px;height:42.666667938232px;color:#00ab0e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tgmAM7hoqhMXFWTh88QvRtcqNSMyVMrz { display:block;width:416px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;top:165.33334350586px;left:108.16668701172px;height:0;color:#000000;text-align:center;text-align-last:center;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;display:none; }
#lZdTAwD49SOxTQUdBaTcKnnN7cxO0VA5 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:557px;width:395px;top:202px;left:12px;overflow:hidden;display:block; }
#H9VMNG7O6eTOJx3PzaUBJqQ9Rgib7FhS { display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:61.666709899902px;left:0px;height:37.333332061768px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-form-header {  }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:13px;font-weight:bold;color:#000000;width:456px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-text { background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:456px;box-sizing:border-box;height:38px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-textarea { background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:456px;box-sizing:border-box;height:38px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .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: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:456px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-button { background-color:#ff0005;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#e1e1e1;width:456px;height:53px;font-family:"open sans";overflow:hidden; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:16px;line-height:1; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:16px;line-height:1; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:16px;line-height:1; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:16px;line-height:1; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .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:"open sans";font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:439px;overflow:hidden;font-style:normal;line-height:1.4; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .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; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:13px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-container { padding-top:10px;padding-left:0;padding-right:0;padding-bottom:9px;width:100%;font-size:0px;height:auto; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-container:first-of-type{padding-top:0;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-container:last-of-type{padding-bottom:0;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV  { background-color:rgba(255,255,255,0.84);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:456px;height:auto;border-top:3px dotted #05b214;border-left:3px dotted #05b214;border-right:3px dotted #05b214;border-bottom:3px dotted #05b214;z-index:100002;position:absolute;top:202px;left:443.83337402344px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:456px;display:block;vertical-align:top; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:14px;line-height:1.1;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV {display:block;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV { background-color:rgba(255,255,255,0.84);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:456px;height:auto;border-top:3px dotted #05b214;border-left:3px dotted #05b214;border-right:3px dotted #05b214;border-bottom:3px dotted #05b214;z-index:100002;position:absolute;top:202px;left:443.83337402344px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #IoqOGyLrWH5SnbzLHaTJkVJPhQBM3Hxq { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #pfmybpTTiVXoAg34WpSAf9NRtKxLJMDK { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #LFcTxu4ysAuooKu4GdC7ic2D6EpfwbbB { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #KkOSrriFS117Ph5b3eVSkE0dQvR0bNXO { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #WzwZ8CeqTX2saV07AaAKF0B3AIM75caz { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #iXN8de7lZHZ2ndBIXdM9PQWupKvnXC7t { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #kcohmmZKFEViwpgQ7R3B6t6DXiuX0Ppr { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #UFyfavSpoCQPsbsGGPFrw6TTu0XHS923 { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #ym5TwQL051Z4RiwASKrQ4U2zAgZATkEa { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #enAgiimxTSnFWaFFZZ9ldBdtSQllKzFZ { position:relative;display:block;z-index:100000; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #k6ZCDZHdC1XqUwWwCpTL5pVt1DIIfBmT { position:relative;display:block;z-index:100000; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #G15IuRB4l8owQ0exgT2kKoTJoWHyR8zX { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #WkChgqZ2D4geMT615GHbwSgbtPRioTE9 { position:relative;z-index:2; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #GeDCckAqFK9oUDpd7TTIuH8NPE9CUfSP { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #nPTpnEmQviLZxr3CELmtWK1fO888Ixmx { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #voavI5RnhWlr8oXxVpso9CxXCQrfqOUn { position:relative;z-index:2; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #KRqwFxee7WXZSt90QpvheA13AtRdUgFu { position:relative; }
#IbOBQ684BzJhwRXcJqvL5G7uDkLf2O2B { position:relative;display:block; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #lCcJWfqXKne5HzGoot3cMfL9MPKL20Nd { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #QNS6JqRCh6Fr0JwWhLdODSvs4wctf1XL { position:relative;z-index:2; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #cbBMZgDrOJpTPxo2bGJTV2cRml8sM5TZ { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #Xd17iK1tXsTJGMT2BKw2UlH6en4JVvZN { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #TsOyBkA7dKZ4TqtTpH2bDsdc2EUx5MQ4 { position:relative;z-index:2; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #QJL0kWMx7Wfa5cWX1DkRtlkmWICTh94p { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #tM26yVCgtHsPLovh6qdHFPVuqPnWixuy { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #aXXo7GL4ZiuTcZDagzve3SNJFq0BsKxB { position:relative;z-index:2; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #VfFQlOdNWgiwkq3RIBGaJwyUshXZS8JS { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #ankK3skaypTq5oOPT9dkpaQCIxJ39bkQ { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #PxHetTkTXePRTTkoRrvA1U9FdCPafgIg { position:relative; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #EgRWR4UAUczXTS3ALFRMB332rHJQTtJm { position:relative;display:block;z-index:100000; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #RUDfPJqfHJ35DZH4Uo6XiUGmmTlXWO0o { position:relative;display:block;z-index:100000; }
#g6fJ8eTWPUJViDUs4Bgeubnw8a1VlA6F { position:relative;display:block; }
#gcD0ML0AkIqIxzUHxCiQnFkbN2bX8PA3 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:111.66667175293px;left:0px;height:56px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT { position:relative;display:none; }#R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT { border-width: 0; border-radius: 0; }#R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.75);background-image:none;font-size:14px;font-family:"open sans";height:329px;width:960px;position:relative;display:none; }#yIkBf4tTg25f1z6gn2xFG60fKuVMMMaQ { display:block;width:960px;position:absolute;font-family:"open sans";font-size:27px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:21.3125px;left:0px;height:34.666667938232px;color:#05b214;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urcUNdGw98ylAU9CBcQ5GxVaeZJEBKqh { display:block;width:567px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:85px;left:196.5px;height:187px;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }#urcUNdGw98ylAU9CBcQ5GxVaeZJEBKqh li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#urcUNdGw98ylAU9CBcQ5GxVaeZJEBKqh li:before{  }
#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;display:block; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container { background-color: transparent; background-image: none; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container > .video-iframe-container { display: none; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row > .video-iframe-container { display: none; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .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); }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container { border-width: 0; border-radius: 0; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container { font-size:14px;font-family:"open sans";height:198px;width:960px;position:relative;display:block; }#EcEk61Z28nr6NfT7EtKCQgpuwi6F92kd { display:block;width:960px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:22.333251953125px;left:-1px;height:26.666666030884px;color:#193882;text-align:center;text-align-last:center;display:block; }
#kE99UJP2lXnXFHDRrZu4Rre2x9Qw7018 { box-sizing:content-box;color:#193882;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:61.166748046875px;left:442px;display:block; }
#rffQUTEBTfRmBgar217RmL8fQGOftmAk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;display:block; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container { background-color: transparent; background-image: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container > .video-iframe-container { display: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row > .video-iframe-container { display: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .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); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container { border-width: 0; border-radius: 0; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container { font-size:14px;font-family:"open sans";height:81px;width:960px;position:relative;display:block; }#A6x5lvsgKTm1oDGJ7r6pSAKqp1FRM1cS { display:block;width:800px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:39px;left:80px;height:32px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;display:block; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container { background-color: transparent; background-image: none; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container > .video-iframe-container { display: none; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row > .video-iframe-container { display: none; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .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); }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container { border-width: 0; border-radius: 0; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container { font-size:14px;font-family:"open sans";height:501px;width:960px;position:relative;display:block; }#NMwCTQK0LdKZU3o5srd2VBXtZMD034dW { box-sizing:content-box;color:#193882;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:20px;left:10px;display:block; }
#TNiyfLtrI1msBislJ1CIZcdM87qvcfCI { box-sizing:content-box;color:#193882;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:block;z-index:100001;top:20px;left:322px;display:block; }
#JdbTWELUH2Wa2pkTuJhEGUSRG7ulDwso { box-sizing:content-box;color:#193882;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:block;z-index:100002;top:20px;left:674px;display:block; }
#kkZqfdFZFzXuyJVWXA89LfBpne9yP6lD { z-index:100000;top:21px;left:61px;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:199.64705896378px;height:51px;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#CrKgLOvT1ek7inwHpFNEzGFAmXxDH88T { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#Ja34szeJpZx4FV2fZPb9arlfLnT5UZhy { display:block;width:243px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:34px;left:373px;height:20px;color:#000000;display:block; }
#GnI7ggTVIGXnhCHCHdzNpvmukM5eexzc { display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:33px;left:725px;height:20px;color:#000000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mBUGZAO4/david_becker_744867_unsplash.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container { display: none; }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .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: 959px) { #qAumGh0UX0GnabeIC102FWN6olUQ1FHE { background-color:rgba(255,255,255,0.66);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { background-color: transparent; background-image: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { border-width: 0; border-radius: 0; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { width:764px;height:1876px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vuNfxvGVknSUrqTpF3CZHotNsK2RHbl4 { width:764px;height:88px;top:0px;left:0px;font-size:32px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 959px) { #tgmAM7hoqhMXFWTh88QvRtcqNSMyVMrz { width:325px;height:88px;top:806px;left:11px;font-size:21px;line-height:1.4;display:none; }
 }@media only screen and (max-width: 959px) { #lZdTAwD49SOxTQUdBaTcKnnN7cxO0VA5 { width:238px;height:335px;top:207px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #H9VMNG7O6eTOJx3PzaUBJqQ9Rgib7FhS { width:764px;height:50.666667938232px;top:107px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-regular-label { width:356px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-text { width:356px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-textarea { width:356px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-select { width:356px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-button { width:356px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-checkbox-label { width:339px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV  { width:356px;height:auto;top:207px;left:362.66668701172px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .radio-container { width:356px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV {display:block;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV { width:356px;height:auto;top:207px;left:362.66668701172px; }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #IoqOGyLrWH5SnbzLHaTJkVJPhQBM3Hxq {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #pfmybpTTiVXoAg34WpSAf9NRtKxLJMDK {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #LFcTxu4ysAuooKu4GdC7ic2D6EpfwbbB {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #KkOSrriFS117Ph5b3eVSkE0dQvR0bNXO {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #WzwZ8CeqTX2saV07AaAKF0B3AIM75caz {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #iXN8de7lZHZ2ndBIXdM9PQWupKvnXC7t {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #kcohmmZKFEViwpgQ7R3B6t6DXiuX0Ppr {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #UFyfavSpoCQPsbsGGPFrw6TTu0XHS923 {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #ym5TwQL051Z4RiwASKrQ4U2zAgZATkEa {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #enAgiimxTSnFWaFFZZ9ldBdtSQllKzFZ {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #k6ZCDZHdC1XqUwWwCpTL5pVt1DIIfBmT {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #G15IuRB4l8owQ0exgT2kKoTJoWHyR8zX {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #WkChgqZ2D4geMT615GHbwSgbtPRioTE9 {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #GeDCckAqFK9oUDpd7TTIuH8NPE9CUfSP {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #nPTpnEmQviLZxr3CELmtWK1fO888Ixmx {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #voavI5RnhWlr8oXxVpso9CxXCQrfqOUn {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #KRqwFxee7WXZSt90QpvheA13AtRdUgFu {  }
 }@media only screen and (max-width: 959px) { #IbOBQ684BzJhwRXcJqvL5G7uDkLf2O2B { display:block; }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #lCcJWfqXKne5HzGoot3cMfL9MPKL20Nd {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #QNS6JqRCh6Fr0JwWhLdODSvs4wctf1XL {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #cbBMZgDrOJpTPxo2bGJTV2cRml8sM5TZ {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #Xd17iK1tXsTJGMT2BKw2UlH6en4JVvZN {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #TsOyBkA7dKZ4TqtTpH2bDsdc2EUx5MQ4 {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #QJL0kWMx7Wfa5cWX1DkRtlkmWICTh94p {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #tM26yVCgtHsPLovh6qdHFPVuqPnWixuy {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #aXXo7GL4ZiuTcZDagzve3SNJFq0BsKxB {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #VfFQlOdNWgiwkq3RIBGaJwyUshXZS8JS {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #ankK3skaypTq5oOPT9dkpaQCIxJ39bkQ {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #PxHetTkTXePRTTkoRrvA1U9FdCPafgIg {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #EgRWR4UAUczXTS3ALFRMB332rHJQTtJm {  }
 }@media only screen and (max-width: 959px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #RUDfPJqfHJ35DZH4Uo6XiUGmmTlXWO0o {  }
 }@media only screen and (max-width: 959px) { #g6fJ8eTWPUJViDUs4Bgeubnw8a1VlA6F { display:block; }
 }@media only screen and (max-width: 959px) { #gcD0ML0AkIqIxzUHxCiQnFkbN2bX8PA3 { width:764px;height:50.666667938232px;top:107px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT { background-color:rgba(255,255,255,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT > .row .container { border-width: 0; border-radius: 0; }#R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT > .row .container { width:764px;height:224px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #yIkBf4tTg25f1z6gn2xFG60fKuVMMMaQ { width:764px;height:29.333333969116px;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #urcUNdGw98ylAU9CBcQ5GxVaeZJEBKqh { width:696px;height:83px;top:85.645874023438px;left:34px;font-size:16px;display:block; }#urcUNdGw98ylAU9CBcQ5GxVaeZJEBKqh li:before{  }
 }@media only screen and (max-width: 959px) { #eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv { display:block; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EcEk61Z28nr6NfT7EtKCQgpuwi6F92kd { width:764px;height:20px;top:22px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #kE99UJP2lXnXFHDRrZu4Rre2x9Qw7018 { width:76px;height:76px;top:80px;left:322px;font-size:53px;display:block; }
 }@media only screen and (max-width: 959px) { #rffQUTEBTfRmBgar217RmL8fQGOftmAk { background-color:rgba(255,255,255,0.75);background-image:none;display:block; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container { background-color: transparent; background-image: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container > .video-iframe-container { display: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row > .video-iframe-container { display: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .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); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #A6x5lvsgKTm1oDGJ7r6pSAKqp1FRM1cS { width:764px;height:20px;top:39px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r { display:block; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NMwCTQK0LdKZU3o5srd2VBXtZMD034dW { width:51px;height:51px;top:20px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #TNiyfLtrI1msBislJ1CIZcdM87qvcfCI { width:50px;height:50px;top:26px;left:265px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #JdbTWELUH2Wa2pkTuJhEGUSRG7ulDwso { width:51px;height:51px;top:26px;left:590px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #kkZqfdFZFzXuyJVWXA89LfBpne9yP6lD { top:25.6669921875px;left:51px;width:199px;height:51px;display:block; }
 }@media only screen and (max-width: 959px) { #CrKgLOvT1ek7inwHpFNEzGFAmXxDH88T { display:block; }
 }@media only screen and (max-width: 959px) { #Ja34szeJpZx4FV2fZPb9arlfLnT5UZhy { width:231px;height:20px;top:41px;left:316px;display:block; }
 }@media only screen and (max-width: 959px) { #GnI7ggTVIGXnhCHCHdzNpvmukM5eexzc { width:124px;height:20px;top:42px;left:640px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/vcd3YdLB/cattle-918644_960_720.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container { display: none; }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .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) { #qAumGh0UX0GnabeIC102FWN6olUQ1FHE { display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE { background-color: transparent; background-image: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE { border-width: 0; border-radius: 0; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { width:320px;height:1933px;background-color:transparent;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) { #vuNfxvGVknSUrqTpF3CZHotNsK2RHbl4 { width:320px;height:30.666666030884px;top:13.020833969116px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tgmAM7hoqhMXFWTh88QvRtcqNSMyVMrz { width:320px;height:50.666667938232px;top:572px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #lZdTAwD49SOxTQUdBaTcKnnN7cxO0VA5 { width:267px;height:379px;top:135px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #H9VMNG7O6eTOJx3PzaUBJqQ9Rgib7FhS { width:320px;height:48px;top:70.6875px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:16px;overflow:hidden; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:16px;overflow:hidden; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV [class*="-text"]:-moz-placeholder { font-size:16px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV [class*="-text"]::-moz-placeholder { font-size:16px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV [class*="-text"]:-ms-input-placeholder { font-size:16px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV [class*="-text"]::-webkit-input-placeholder { font-size:16px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .widget-checkbox-label { width:263px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;overflow:hidden;height:auto; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV  { width:280px;height:auto;top:654px;left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV {display:block;}#ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV { width:280px;height:auto;top:654px;left:0px; }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #IoqOGyLrWH5SnbzLHaTJkVJPhQBM3Hxq {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #pfmybpTTiVXoAg34WpSAf9NRtKxLJMDK {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #LFcTxu4ysAuooKu4GdC7ic2D6EpfwbbB {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #KkOSrriFS117Ph5b3eVSkE0dQvR0bNXO {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #WzwZ8CeqTX2saV07AaAKF0B3AIM75caz {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #iXN8de7lZHZ2ndBIXdM9PQWupKvnXC7t {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #kcohmmZKFEViwpgQ7R3B6t6DXiuX0Ppr {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #UFyfavSpoCQPsbsGGPFrw6TTu0XHS923 {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #ym5TwQL051Z4RiwASKrQ4U2zAgZATkEa {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #enAgiimxTSnFWaFFZZ9ldBdtSQllKzFZ {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #k6ZCDZHdC1XqUwWwCpTL5pVt1DIIfBmT {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #G15IuRB4l8owQ0exgT2kKoTJoWHyR8zX {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #WkChgqZ2D4geMT615GHbwSgbtPRioTE9 {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #GeDCckAqFK9oUDpd7TTIuH8NPE9CUfSP {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #nPTpnEmQviLZxr3CELmtWK1fO888Ixmx {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #voavI5RnhWlr8oXxVpso9CxXCQrfqOUn {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #KRqwFxee7WXZSt90QpvheA13AtRdUgFu {  }
 }@media only screen and (max-width: 763px) { #IbOBQ684BzJhwRXcJqvL5G7uDkLf2O2B { display:block; }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #lCcJWfqXKne5HzGoot3cMfL9MPKL20Nd {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #QNS6JqRCh6Fr0JwWhLdODSvs4wctf1XL {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #cbBMZgDrOJpTPxo2bGJTV2cRml8sM5TZ {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #Xd17iK1tXsTJGMT2BKw2UlH6en4JVvZN {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #TsOyBkA7dKZ4TqtTpH2bDsdc2EUx5MQ4 {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #QJL0kWMx7Wfa5cWX1DkRtlkmWICTh94p {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #tM26yVCgtHsPLovh6qdHFPVuqPnWixuy {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #aXXo7GL4ZiuTcZDagzve3SNJFq0BsKxB {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #VfFQlOdNWgiwkq3RIBGaJwyUshXZS8JS {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #ankK3skaypTq5oOPT9dkpaQCIxJ39bkQ {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #PxHetTkTXePRTTkoRrvA1U9FdCPafgIg {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #EgRWR4UAUczXTS3ALFRMB332rHJQTtJm {  }
 }@media only screen and (max-width: 763px) { #ztJdpyK6k0GaWVIsQfiRl4IpN5EKubZV #RUDfPJqfHJ35DZH4Uo6XiUGmmTlXWO0o {  }
 }@media only screen and (max-width: 763px) { #g6fJ8eTWPUJViDUs4Bgeubnw8a1VlA6F { display:block; }
 }@media only screen and (max-width: 763px) { #gcD0ML0AkIqIxzUHxCiQnFkbN2bX8PA3 { width:320px;height:85.333335876465px;top:540px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT { background-color:rgba(237,243,255,0.69);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT > .row .container { border-width: 0; border-radius: 0; }#R9G6DNTpFGQHRLxeXbEPdgnkUTSxeWAT > .row .container { width:320px;height:516px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yIkBf4tTg25f1z6gn2xFG60fKuVMMMaQ { width:320px;height:138.66667175293px;top:48.166748046875px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #urcUNdGw98ylAU9CBcQ5GxVaeZJEBKqh { width:320px;height:203px;top:227.83349609375px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }#urcUNdGw98ylAU9CBcQ5GxVaeZJEBKqh li:before{  }
 }@media only screen and (max-width: 763px) { #eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv { background-color:#ffffff;background-image:none;display:block; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container { background-color: transparent; background-image: none; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container > .video-iframe-container { display: none; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row > .video-iframe-container { display: none; }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .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); }#eHHSetXcUG9V7DumxJRZNT8QWOTdi8gv > .row .container { width:320px;height:164px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcEk61Z28nr6NfT7EtKCQgpuwi6F92kd { width:320px;height:20px;top:20px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kE99UJP2lXnXFHDRrZu4Rre2x9Qw7018 { width:76px;height:76px;top:67px;left:122px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #rffQUTEBTfRmBgar217RmL8fQGOftmAk { background-color:#ffffff;background-image:none;display:block; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container { background-color: transparent; background-image: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container > .video-iframe-container { display: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row > .video-iframe-container { display: none; }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .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); }#rffQUTEBTfRmBgar217RmL8fQGOftmAk > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6x5lvsgKTm1oDGJ7r6pSAKqp1FRM1cS { width:320px;height:20px;top:43px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r { background-color:#ffffff;background-image:none;display:block; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container { background-color: transparent; background-image: none; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container > .video-iframe-container { display: none; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row > .video-iframe-container { display: none; }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .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); }#dz71KS7khm2Wk0yMMEBCRUb4pSfWiP0r > .row .container { width:320px;height:386px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMwCTQK0LdKZU3o5srd2VBXtZMD034dW { width:51px;height:51px;top:20px;left:134px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TNiyfLtrI1msBislJ1CIZcdM87qvcfCI { width:50px;height:50px;top:135px;left:133px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JdbTWELUH2Wa2pkTuJhEGUSRG7ulDwso { width:50px;height:50px;top:248px;left:133px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #kkZqfdFZFzXuyJVWXA89LfBpne9yP6lD { top:52px;left:59px;width:199px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #CrKgLOvT1ek7inwHpFNEzGFAmXxDH88T { display:block; }
 }@media only screen and (max-width: 763px) { #Ja34szeJpZx4FV2fZPb9arlfLnT5UZhy { width:200px;height:40px;top:182px;left:59px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnI7ggTVIGXnhCHCHdzNpvmukM5eexzc { width:200px;height:20px;top:307px;left:60px;text-align:center;text-align-last:center;display:block; }
 }