.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-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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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:url("https://images.assets-landingi.com/uc/8e01fc03-556d-487b-a900-8fd22d9bd4a7/HeroBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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: 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#gBmFCZa7iX5J2Xr0F1AQAH53XfeXUw1P { color:#ffffff;display:block;width:70.75rem;position:absolute;font-family:"roboto condensed";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.3125rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ILvuEn6MWMvRnmElyQyiXIlZbNiXJlTE { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19rem;left:2.5625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A9uMuoPn94uZ3G63x8Rlw0OkE3qdZt7d { box-sizing:content-box;height:6.875rem;width:30.75rem;position:absolute;display:block;z-index:14999;background-color:#376732;background-image:none;top:18.875rem;left:1.8125rem;display:block; }
#sOUTcCtZN4qSC5hyhoZMk3sVUquhpBbP { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:29.875rem;left:2.5625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-form-header {  }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-text {padding-top: 0; padding-bottom: 0;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-select {padding-top: 0; padding-bottom: 0;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f2ca03;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:17rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC [class*="-text"]:-moz-placeholder { color:#8a8585;font-family:roboto;font-size:0.9375rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC [class*="-text"]::-moz-placeholder { color:#8a8585;font-family:roboto;font-size:0.9375rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC [class*="-text"]:-ms-input-placeholder { color:#8a8585;font-family:roboto;font-size:0.9375rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC [class*="-text"]::-webkit-input-placeholder { color:#8a8585;font-family:roboto;font-size:0.9375rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:15.625rem;overflow:hidden;font-style:normal; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-container:first-of-type{padding-top:0;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-container:last-of-type{padding-bottom:0;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC  { background-color:#376732;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:18.6875rem;left:49.486978530884rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;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; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC {display:block;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC { background-color:#376732;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:18.6875rem;left:49.486978530884rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #XhRfoCfT1Ec9mWhafK3KAw27vXF827tV { position:relative; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #f64pU2VNmSE0zwniZ2CkGKSAR8TZDced { position:relative;display:block; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #CeQlgHuzUVi0MikP0r1RE4JdaWwBRsGl { position:relative; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #RL2n6TIxbkUXEC0wXnFNq1b0JOIpdAVB { position:relative; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #TrwSC8rCd1F51ulE4tEcZTG3JHiBetO0 { position:relative;display:block; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #AsHRyWJV9gG0cmHw3hiBRN2QOaCZMEaP { position:relative; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #if8rXDZr0P929bCXTHmKZnAyZQPAl5G7 { position:relative; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #lQQG7eKR5TEkn3VwlaE26XLvhZpdKIF3 { position:relative;display:block; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #a90H2Z5BTpPZF9nopC4k7ugXJHCqJXDu { position:relative; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #RIAguGkzskn8l3B02o9Wz3u4tUl1ZHr5 { position:relative; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #ANZtTFyzwsULMIFc1TWrJNn6CIIivT7N { position:relative;display:block; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #T5A41TLJlgmssVBuQcHqS4VFy0HnIUBC { position:relative; }
#rC8oGIqIUEQDkrbRMpEIkkU91E0CWuIJ { position:relative;display:block; }
#pLOGRXGou73iZLqgTThZam4wPwD3Jcpd { position:relative;display:block; }
#JMRicmxAqPSQb4UBMIdm3MS9Gk3b8BNJ { position:relative;display:block; }
#kPdz7T5lkzXUmpHT3DSqqOWw1gWf1WsE { position:relative;display:block; }
#RJiXCnt6OkBEGeNQ95bIaLg2t8HMgGHS { position:relative;display:block; }
#FuR8O17nNBmduX5BTQb3W1bfqHPCNzAw { position:relative;display:block; }
#kQgQBWGmOOJq91H3WCnP99ZMGdpd8Mq5 { position:relative;display:block; }
#KV5XyTWyszkxm8DRylX2ERqqyeV2m7AF { position:relative;display:block; }
#lTCPzyEXC52Rokqy3Q42NTqWS1O6ITFa { position:relative;display:block; }
#zoO7kpPZzoF8UMQIGtFvloq9zrsRdcPC { position:relative;display:block; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #BZwHOGpCmhThaZNEr87E03eMioTqZrFg { position:relative; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #TtU8rzacSJ0Slvi9HwnodpcfozlTInFo { position:relative; }
#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 { position:relative;display:block; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 { background-color: transparent; background-image: none; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container > .video-iframe-container { display: none; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row > .video-iframe-container { display: none; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .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); }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 { border-width: 0; border-radius: 0; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x902t54Nyn1lbR5elVEW83o0TxZpiAcK { box-sizing:content-box;height:10.8125rem;width:67.625rem;position:absolute;display:block;z-index:15000;background-color:#376732;background-image:none;top:13.75rem;left:3.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#coiOQWtbxWe5uBSTVJ2kwvv4UNa0TDsg { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:4.4375rem;width:4.375rem;top:5.0625rem;left:11rem;overflow:hidden;display:block; }
#Kk3A6sB7cZ18RZJSrzpEhlXAvWfXNRMF { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:4.375rem;width:4.375rem;top:5.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#gOd8fn5b3hxKb7ATfyW4w2UDoNyWHsFl { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:4.375rem;width:2.625rem;top:5.0625rem;left:44.0625rem;overflow:hidden;display:block; }
#kvyuaHpkAZra8VW5HlFpzOxzVaDUNcuf { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:4.375rem;width:4.375rem;top:5.0625rem;left:59.625rem;overflow:hidden;display:block; }
#lFGHcyomFEEcLQVditnCXTR5LkrkTbHy { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.124218940735rem;left:9.092968940735rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kd7huVy4IWqak2VLNrapy03fKF8tCXXF { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.124218940735rem;left:25.281250953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcXp3piAym5QKeLAOyZwET3DPixBShbo { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.124218940735rem;left:41.281250953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z1BN8JiAc4OpkEy3KZZhyicaT7sRGKCv { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.124218940735rem;left:57.718750953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJlGTT4Ep3fcCQHV74Lp3tvueBmM2CGB { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.999218940735rem;left:6.655468940735rem;height:4.0625rem;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:block; }
#ZBL71uoPLLuPR9TgSmpXRaNLh4xrXSna { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.999218940735rem;left:22.843750953674rem;height:4.0625rem;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:block; }
#DcVVK6QHDLnsFKDFfRtMB8mdWhvnBDFP { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.999218940735rem;left:38.843750953674rem;height:4.0625rem;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:block; }
#xlvLolCq8pkNFTJSEVqByR2snelDT4U8 { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.999218940735rem;left:55.281250953674rem;height:4.0625rem;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:block; }
#Qp3sr4hf7KkJ1dBDf72pTsI6EJETM2nZ { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.061718940735rem;left:6.655468940735rem;height:1.625rem;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:block; }
#tbccgkU5ixSKWrxDmLmOuGlyBGNMRcFF { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.061718940735rem;left:22.843750953674rem;height:1.625rem;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:block; }
#JoDftpvRJfGK7UQQNZm3wt1Tth16G2Ar { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.061718940735rem;left:38.843750953674rem;height:1.625rem;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:block; }
#R9StBnszoIO2Z9g9SSG3NX4rvcghl73w { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.225000143051rem;left:18.467968940735rem;display:block; }
#f39tQDPCWliaFUgR2Kcq813DqPnPB1Tr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f { position:relative;display:block; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f { background-color: transparent; background-image: none; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container > .video-iframe-container { display: none; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row > .video-iframe-container { display: none; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .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); }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f { border-width: 0; border-radius: 0; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AlZwXdsIdJhhhfKXE8k4meZHJ9pDmXrS { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.749219417572rem;left:17.530468940735rem;height:8.125rem;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:block; }
#RcXL7NA0grZxrSJT2WMZ7XGEObHsVtiD { box-sizing:content-box;height:15.5rem;width:67.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:13.662501335144rem;left:3.5367183685302rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.1875rem solid #376732;border-left:0.1875rem solid #376732;border-right:0.1875rem solid #376732;border-bottom:0.1875rem solid #376732;display:block; }
#xgP829cR1kmVHqOhFK1ViUM7MOcHnui5 { color:#000000;display:block;width:63.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.781250476837rem;left:5.53125rem;height:4.875rem;text-align:left;text-align-last:left;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:block; }
#u1GuaZqEpIkTVIcgd0nDFQqIddsmsGft { color:#376732;display:block;width:63.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.656249761581rem;left:5.53125rem;height:4.875rem;text-align:left;text-align-last:left;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:block; }
#kH2S341qt4nc90Kc1XOpbHr2uUzOEomz { box-sizing:content-box;height:15.5rem;width:67.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:32.8125rem;left:3.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.1875rem solid #376732;border-left:0.1875rem solid #376732;border-right:0.1875rem solid #376732;border-bottom:0.1875rem solid #376732;display:block; }
#or4Q68ymdOpyJqFCnGsXcdaKEt1Gcos4 { color:#000000;display:block;width:63.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.5rem;left:5.5625rem;height:6.5rem;text-align:left;text-align-last:left;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:block; }
#B0tfrzciObfziTcNWFaafPvlvPs65twP { color:#376732;display:block;width:63.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.375rem;left:5.5625rem;height:4.875rem;text-align:left;text-align-last:left;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:block; }
#wiFRQeax9HQm6tV8vTHeZJEPnGTpZ53c { box-sizing:content-box;height:15.5rem;width:67.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:52.5625rem;left:3.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.1875rem solid #376732;border-left:0.1875rem solid #376732;border-right:0.1875rem solid #376732;border-bottom:0.1875rem solid #376732;display:block; }
#fJm42T6OaCRnoDpHdyU6pipoy1lltGxT { color:#000000;display:block;width:63.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:60.25rem;left:5.5625rem;height:4.875rem;text-align:left;text-align-last:left;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:block; }
#IRvXA9pwEkOR3RT7GIV590pICDL90dUx { color:#376732;display:block;width:63.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:54.125rem;left:5.5625rem;height:4.875rem;text-align:left;text-align-last:left;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:block; }
#qw1IB7GZIr1BaJH8xhogP7ZIgHmPMPOR { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:72.412502288819rem;left:18.467968940735rem;display:block; }
#eR9CHpWuenopLfdi2mmO0xc4APxdPeNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 { position:relative;display:block; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 { background-color: transparent; background-image: none; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container > .video-iframe-container { display: none; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row > .video-iframe-container { display: none; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .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); }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 { border-width: 0; border-radius: 0; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vubNEA35vsbIIfoDxy6bv1rXFzDpsfiz { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:11.467968940735rem;height:4.0625rem;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:block; }
#JIoZS5t3AxSDPz0lpg3z2xTOusgLANIl { color:#376732;display:block;width:10.125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.8125rem;height:4.0625rem;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:block; }
#XomsberzQ78IlkyU8PTnWVuc4clDXLPL { color:#376732;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.1875rem;left:24rem;height:4.0625rem;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:block; }
#hIuO7eorRzcrenrJy0ByIJGlGZZHg7ZF { color:#376732;display:block;width:5.125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.1875rem;left:46rem;height:4.0625rem;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:block; }
#TkCUhpKAOXN0fWU8mZGKtk20AhkE7gkZ { color:#376732;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.1875rem;left:62.75rem;height:4.0625rem;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:block; }
#adtWrc4oMmKLu1kFWvaEzyXTvmzA1z5s { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.6875rem;height:3.25rem;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:block; }
#vqH2HqbFWJNAEuqvFc6TX3hB2eGrP6d6 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.25rem;left:20.061718940735rem;height:3.25rem;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:block; }
#FdFHhNKCXxaI95Ao6P9A51JnG28sqguM { color:#000000;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.812500953674rem;height:3.25rem;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:block; }
#f6R5Wpi8FlE96Jv7DqrZ9iQmhdsVbUEw { color:#000000;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.25rem;left:58.156250953674rem;height:3.25rem;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:block; }
#raGodLhrF7nn6lIiAWwWZyWmnDgIGyK3 { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.1875rem;left:18.467968940735rem;display:block; }
#Z3gNrCfAHGmhi3ByJwCwNTq6NVDnbEsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#376732;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:none; }#CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu > .row .container { border-width: 0; border-radius: 0; }#CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:none; }#eWCPxGQ0FWHyWgPVzEW7X9EaHmxzupyC { color:#ffffff;display:block;width:52.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.7250003814698rem;left:11.467968940735rem;height:8.125rem;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:block; }
#p2vrgIUIServwlZ012cALizdZxRT6XKT { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:6.125rem;width:6.25rem;top:15.84375018999rem;left:52.474999427796rem;overflow:hidden;display:block; }
#IJr4J4CG9kdebLiBlSCAd2yzAyt3FwP2 { position:absolute;display:block;z-index:15012;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;box-shadow: none;height:5.75rem;width:6.25rem;top:16.031251143664rem;left:34.375000953674rem;overflow:hidden;display:block; }
#sTDMGV3UzF5p0ka6M7uKVbeaLDKZ8ygu { position:absolute;display:block;z-index:15013;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;box-shadow: none;height:6.5625rem;width:6.25rem;top:15.62500018999rem;left:15.874218940735rem;overflow:hidden;display:block; }
#Ou8o71WyzcGS1R6wyxO0ZP9mSEAPiDdE { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.537499606609rem;left:13.061718940735rem;height:6.09375rem;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:block; }
#iPydBc6tuSsTKS6Vbkzfy9W0MtMOuS9T { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.537499606609rem;left:30.937500953674rem;height:6.09375rem;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:block; }
#RAXJD0Jr6Cs0Ts5t9kKwZR7qWcx1uGMM { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.537499606609rem;left:47.642968177796rem;height:6.09375rem;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:block; }
#NbfTTPKqBcBHgWsHR17Rnogh21KdcFaI { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.41250038147rem;left:12.624218940735rem;height:9.75rem;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:block; }
#ipLDgG7EOFBIayTc3CHT2GTA70nBS4Uv { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.41250038147rem;left:31.125000953674rem;height:8.125rem;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:block; }
#BXmqt8Cem1Qu6omc0D8oyHkJWWTTvp4M { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.41250038147rem;left:49.224999427796rem;height:8.125rem;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:block; }
#C1tx2KxeakS4lNb1rlaKm1627uebBwyC { background-color:#f2ca03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.274219512939rem;left:18.467968940735rem;display:block; }
#DVTUrfKmw0UUHmZdvu5phdf08orRiTCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#376732;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; }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row .container { background-color: transparent; background-image: none; }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row .container > .video-iframe-container { display: none; }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row > .video-iframe-container { display: none; }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .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); }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row .container { border-width: 0; border-radius: 0; }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#tX5JcXf9vUJWVCtkWyTgq998c0tR6Q7l { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:left;text-align-last:left;top:3.7742195129394rem;left:5.0992183685303rem;display:block; }
#WS5gDcfpln4L9R0TC9wDmDWfZE6FdwIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8WP8qNcMFLwl9EPsQ1sn8ECEZn4M5CL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:6.7117195129394rem;left:5.09765625rem;display:block; }
#KVWX5v6FoAPabt0g1CwszkrN8qu2aKka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXXXvyeHotGGNT5tMrsrdTJLsGPP1XaJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:1.75rem;text-decoration:none;z-index:15002;text-align:left;text-align-last:left;top:9.8367195129394rem;left:5.09765625rem;display:block; }
#myR9QCRNbw1qOpO0b6GGhewLBQ9Lw4yR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kU093dZ4QHUd9oGDVhutzZMd9RZCq1tE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:1.75rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:13.086719512939rem;left:5.09765625rem;display:block; }
#Ce2pBeMu4ynPeIZDvktEcw7pPl0wLugt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DmWCqDL9T2Omc5l0vWUrivZfdcNxTann { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8367195129394rem;left:61.724999427796rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NtTLx7ToBZPbSrCU2LvSvs5yoxWQBFAM { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.7117195129394rem;left:47.649998664856rem;height:7.8rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@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 { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBmFCZa7iX5J2Xr0F1AQAH53XfeXUw1P { top:7.8125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILvuEn6MWMvRnmElyQyiXIlZbNiXJlTE { top:19rem;left:0rem;width:29.8125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9uMuoPn94uZ3G63x8Rlw0OkE3qdZt7d { top:18.875rem;left:0rem;width:30.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOUTcCtZN4qSC5hyhoZMk3sVUquhpBbP { top:29.875rem;left:0rem;width:29.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-text {padding-top: 0; padding-bottom: 0;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-select {padding-top: 0; padding-bottom: 0;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC  { width:17rem;height:auto;top:18.6875rem;left:28.25rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC {display:block;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC { width:17rem;height:auto;top:18.6875rem;left:28.25rem; }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #XhRfoCfT1Ec9mWhafK3KAw27vXF827tV {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #f64pU2VNmSE0zwniZ2CkGKSAR8TZDced {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #CeQlgHuzUVi0MikP0r1RE4JdaWwBRsGl {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #RL2n6TIxbkUXEC0wXnFNq1b0JOIpdAVB {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #TrwSC8rCd1F51ulE4tEcZTG3JHiBetO0 {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #AsHRyWJV9gG0cmHw3hiBRN2QOaCZMEaP {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #if8rXDZr0P929bCXTHmKZnAyZQPAl5G7 {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #lQQG7eKR5TEkn3VwlaE26XLvhZpdKIF3 {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #a90H2Z5BTpPZF9nopC4k7ugXJHCqJXDu {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #RIAguGkzskn8l3B02o9Wz3u4tUl1ZHr5 {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #ANZtTFyzwsULMIFc1TWrJNn6CIIivT7N {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #T5A41TLJlgmssVBuQcHqS4VFy0HnIUBC {  }
 }@media only screen and (max-width: 763px) { #rC8oGIqIUEQDkrbRMpEIkkU91E0CWuIJ { display:block; }
 }@media only screen and (max-width: 763px) { #pLOGRXGou73iZLqgTThZam4wPwD3Jcpd { display:block; }
 }@media only screen and (max-width: 763px) { #JMRicmxAqPSQb4UBMIdm3MS9Gk3b8BNJ { display:block; }
 }@media only screen and (max-width: 763px) { #kPdz7T5lkzXUmpHT3DSqqOWw1gWf1WsE { display:block; }
 }@media only screen and (max-width: 763px) { #RJiXCnt6OkBEGeNQ95bIaLg2t8HMgGHS { display:block; }
 }@media only screen and (max-width: 763px) { #FuR8O17nNBmduX5BTQb3W1bfqHPCNzAw { display:block; }
 }@media only screen and (max-width: 763px) { #kQgQBWGmOOJq91H3WCnP99ZMGdpd8Mq5 { display:block; }
 }@media only screen and (max-width: 763px) { #KV5XyTWyszkxm8DRylX2ERqqyeV2m7AF { display:block; }
 }@media only screen and (max-width: 763px) { #lTCPzyEXC52Rokqy3Q42NTqWS1O6ITFa { display:block; }
 }@media only screen and (max-width: 763px) { #zoO7kpPZzoF8UMQIGtFvloq9zrsRdcPC { display:block; }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #BZwHOGpCmhThaZNEr87E03eMioTqZrFg {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #TtU8rzacSJ0Slvi9HwnodpcfozlTInFo {  }
 }@media only screen and (max-width: 763px) { #e0xxdCqubuoEabkh99w4tQPlTC3xSq69 { display:block; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x902t54Nyn1lbR5elVEW83o0TxZpiAcK { top:13.75rem;left:0rem;width:47.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coiOQWtbxWe5uBSTVJ2kwvv4UNa0TDsg { top:5.0625rem;left:0rem;width:4.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk3A6sB7cZ18RZJSrzpEhlXAvWfXNRMF { top:5.0625rem;left:13.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOd8fn5b3hxKb7ATfyW4w2UDoNyWHsFl { top:5.0625rem;left:30.4375rem;width:2.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvyuaHpkAZra8VW5HlFpzOxzVaDUNcuf { top:5.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFGHcyomFEEcLQVditnCXTR5LkrkTbHy { top:10.0625rem;left:0rem;width:8.1875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd7huVy4IWqak2VLNrapy03fKF8tCXXF { top:10.0625rem;left:11.656250953674rem;width:8.1875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcXp3piAym5QKeLAOyZwET3DPixBShbo { top:10.0625rem;left:27.656250953674rem;width:8.1875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1BN8JiAc4OpkEy3KZZhyicaT7sRGKCv { top:10.0625rem;left:39.5625rem;width:8.1875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJlGTT4Ep3fcCQHV74Lp3tvueBmM2CGB { top:15.9375rem;left:0rem;width:13.0625rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBL71uoPLLuPR9TgSmpXRaNLh4xrXSna { top:15.9375rem;left:9.2187509536744rem;width:13.0625rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcVVK6QHDLnsFKDFfRtMB8mdWhvnBDFP { top:15.9375rem;left:25.218750953674rem;width:13.0625rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlvLolCq8pkNFTJSEVqByR2snelDT4U8 { top:15.9375rem;left:34.6875rem;width:13.0625rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3sr4hf7KkJ1dBDf72pTsI6EJETM2nZ { top:20rem;left:0rem;width:13.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbccgkU5ixSKWrxDmLmOuGlyBGNMRcFF { top:20rem;left:9.2187509536744rem;width:13.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoDftpvRJfGK7UQQNZm3wt1Tth16G2Ar { top:20rem;left:25.218750953674rem;width:13.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9StBnszoIO2Z9g9SSG3NX4rvcghl73w { width:38.0625rem;height:3.4375rem;top:28.1875rem;left:4.8429689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #f39tQDPCWliaFUgR2Kcq813DqPnPB1Tr { display:block; }
 }@media only screen and (max-width: 763px) { #fTreOJnWq0fCpc5ChmfXblVTAItCNC0f { display:block; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlZwXdsIdJhhhfKXE8k4meZHJ9pDmXrS { top:2.6875rem;left:3.9054689407349rem;width:39.9375rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXL7NA0grZxrSJT2WMZ7XGEObHsVtiD { top:13.625rem;left:0rem;width:47.375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgP829cR1kmVHqOhFK1ViUM7MOcHnui5 { top:21.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1GuaZqEpIkTVIcgd0nDFQqIddsmsGft { top:15.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2S341qt4nc90Kc1XOpbHr2uUzOEomz { top:32.8125rem;left:0rem;width:47.375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #or4Q68ymdOpyJqFCnGsXcdaKEt1Gcos4 { top:40.5rem;left:0rem;width:47.75rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0tfrzciObfziTcNWFaafPvlvPs65twP { top:34.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiFRQeax9HQm6tV8vTHeZJEPnGTpZ53c { top:52.5625rem;left:0rem;width:47.375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJm42T6OaCRnoDpHdyU6pipoy1lltGxT { top:60.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRvXA9pwEkOR3RT7GIV590pICDL90dUx { top:54.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw1IB7GZIr1BaJH8xhogP7ZIgHmPMPOR { width:38.0625rem;height:3.4375rem;top:72.375rem;left:4.8429689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9CHpWuenopLfdi2mmO0xc4APxdPeNN { display:block; }
 }@media only screen and (max-width: 763px) { #T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 { display:block; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vubNEA35vsbIIfoDxy6bv1rXFzDpsfiz { top:2.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIoZS5t3AxSDPz0lpg3z2xTOusgLANIl { top:10.1875rem;left:0rem;width:10.125rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XomsberzQ78IlkyU8PTnWVuc4clDXLPL { top:10.1875rem;left:10.375rem;width:7.8125rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIuO7eorRzcrenrJy0ByIJGlGZZHg7ZF { top:10.1875rem;left:32.375rem;width:5.125rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCUhpKAOXN0fWU8mZGKtk20AhkE7gkZ { top:10.1875rem;left:40.6875rem;width:7.0625rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtWrc4oMmKLu1kFWvaEzyXTvmzA1z5s { top:14.25rem;left:0rem;width:10.375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqH2HqbFWJNAEuqvFc6TX3hB2eGrP6d6 { top:14.25rem;left:6.436718940735rem;width:15.6875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdFHhNKCXxaI95Ao6P9A51JnG28sqguM { top:14.25rem;left:27.187500953674rem;width:15.5rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6R5Wpi8FlE96Jv7DqrZ9iQmhdsVbUEw { top:14.25rem;left:31.5rem;width:16.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGodLhrF7nn6lIiAWwWZyWmnDgIGyK3 { width:38.0625rem;height:3.4375rem;top:21.1875rem;left:4.8429689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3gNrCfAHGmhi3ByJwCwNTq6NVDnbEsF { display:block; }
 }@media only screen and (max-width: 763px) { #CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu { display:block; }#CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWCPxGQ0FWHyWgPVzEW7X9EaHmxzupyC { top:3.6875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vrgIUIServwlZ012cALizdZxRT6XKT { top:15.8125rem;left:38.849999427796rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJr4J4CG9kdebLiBlSCAd2yzAyt3FwP2 { top:16rem;left:20.750000953674rem;width:6.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTDMGV3UzF5p0ka6M7uKVbeaLDKZ8ygu { top:15.625rem;left:2.2492189407349rem;width:6.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8o71WyzcGS1R6wyxO0ZP9mSEAPiDdE { top:23.5rem;left:0rem;width:11.875rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPydBc6tuSsTKS6Vbkzfy9W0MtMOuS9T { top:23.5rem;left:17.312500953674rem;width:13.125rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAXJD0Jr6Cs0Ts5t9kKwZR7qWcx1uGMM { top:23.5rem;left:31.8125rem;width:15.9375rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbfTTPKqBcBHgWsHR17Rnogh21KdcFaI { top:30.375rem;left:0rem;width:12.75rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipLDgG7EOFBIayTc3CHT2GTA70nBS4Uv { top:30.375rem;left:17.500000953674rem;width:12.75rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXmqt8Cem1Qu6omc0D8oyHkJWWTTvp4M { top:30.375rem;left:35rem;width:12.75rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1tx2KxeakS4lNb1rlaKm1627uebBwyC { width:38.0625rem;height:3.4375rem;top:44.25rem;left:4.8429689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVTUrfKmw0UUHmZdvu5phdf08orRiTCT { display:block; }
 }@media only screen and (max-width: 763px) { #WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 { display:block; }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX5JcXf9vUJWVCtkWyTgq998c0tR6Q7l { width:12.25rem;height:1.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS5gDcfpln4L9R0TC9wDmDWfZE6FdwIJ { display:block; }
 }@media only screen and (max-width: 763px) { #V8WP8qNcMFLwl9EPsQ1sn8ECEZn4M5CL { width:7.8125rem;height:1.75rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVWX5v6FoAPabt0g1CwszkrN8qu2aKka { display:block; }
 }@media only screen and (max-width: 763px) { #iXXXvyeHotGGNT5tMrsrdTJLsGPP1XaJ { width:13.625rem;height:1.75rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myR9QCRNbw1qOpO0b6GGhewLBQ9Lw4yR { display:block; }
 }@media only screen and (max-width: 763px) { #kU093dZ4QHUd9oGDVhutzZMd9RZCq1tE { width:13.0625rem;height:1.75rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce2pBeMu4ynPeIZDvktEcw7pPl0wLugt { display:block; }
 }@media only screen and (max-width: 763px) { #DmWCqDL9T2Omc5l0vWUrivZfdcNxTann { top:3.8125rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTLx7ToBZPbSrCU2LvSvs5yoxWQBFAM { top:6.6875rem;left:26.3125rem;width:21.4375rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc3581f7-b637-417e-8f02-33b5e4bb0d5d/HeroBGmob.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#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: 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 { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBmFCZa7iX5J2Xr0F1AQAH53XfeXUw1P { width:19.25rem;height:9.75rem;top:3.38671875rem;left:0.37421876192093rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILvuEn6MWMvRnmElyQyiXIlZbNiXJlTE { width:16.5625rem;height:3.25rem;top:14.9375rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9uMuoPn94uZ3G63x8Rlw0OkE3qdZt7d { width:17.1875rem;height:4.375rem;top:14.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOUTcCtZN4qSC5hyhoZMk3sVUquhpBbP { width:19.1875rem;height:3.65625rem;top:20.26171875rem;left:0.40546876192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-text {padding-top: 0; padding-bottom: 0;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-select {padding-top: 0; padding-bottom: 0;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .widget-checkbox-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC  { width:15.5rem;height:auto;top:26.699999809265rem;left:0.99921876192094rem; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC {display:block;}#WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC { width:15.5rem;height:auto;top:26.699999809265rem;left:0.99921876192094rem; }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #XhRfoCfT1Ec9mWhafK3KAw27vXF827tV {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #f64pU2VNmSE0zwniZ2CkGKSAR8TZDced {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #CeQlgHuzUVi0MikP0r1RE4JdaWwBRsGl {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #RL2n6TIxbkUXEC0wXnFNq1b0JOIpdAVB {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #TrwSC8rCd1F51ulE4tEcZTG3JHiBetO0 {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #AsHRyWJV9gG0cmHw3hiBRN2QOaCZMEaP {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #if8rXDZr0P929bCXTHmKZnAyZQPAl5G7 {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #lQQG7eKR5TEkn3VwlaE26XLvhZpdKIF3 {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #a90H2Z5BTpPZF9nopC4k7ugXJHCqJXDu {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #RIAguGkzskn8l3B02o9Wz3u4tUl1ZHr5 {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #ANZtTFyzwsULMIFc1TWrJNn6CIIivT7N {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #T5A41TLJlgmssVBuQcHqS4VFy0HnIUBC {  }
 }@media only screen and (max-width: 763px) { #rC8oGIqIUEQDkrbRMpEIkkU91E0CWuIJ { display:block; }
 }@media only screen and (max-width: 763px) { #pLOGRXGou73iZLqgTThZam4wPwD3Jcpd { display:block; }
 }@media only screen and (max-width: 763px) { #JMRicmxAqPSQb4UBMIdm3MS9Gk3b8BNJ { display:block; }
 }@media only screen and (max-width: 763px) { #kPdz7T5lkzXUmpHT3DSqqOWw1gWf1WsE { display:block; }
 }@media only screen and (max-width: 763px) { #RJiXCnt6OkBEGeNQ95bIaLg2t8HMgGHS { display:block; }
 }@media only screen and (max-width: 763px) { #FuR8O17nNBmduX5BTQb3W1bfqHPCNzAw { display:block; }
 }@media only screen and (max-width: 763px) { #kQgQBWGmOOJq91H3WCnP99ZMGdpd8Mq5 { display:block; }
 }@media only screen and (max-width: 763px) { #KV5XyTWyszkxm8DRylX2ERqqyeV2m7AF { display:block; }
 }@media only screen and (max-width: 763px) { #lTCPzyEXC52Rokqy3Q42NTqWS1O6ITFa { display:block; }
 }@media only screen and (max-width: 763px) { #zoO7kpPZzoF8UMQIGtFvloq9zrsRdcPC { display:block; }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #BZwHOGpCmhThaZNEr87E03eMioTqZrFg {  }
 }@media only screen and (max-width: 763px) { #WtaaRkS7fwTEkic7LfvoiCHECGLvZXCC #TtU8rzacSJ0Slvi9HwnodpcfozlTInFo {  }
 }@media only screen and (max-width: 763px) { #e0xxdCqubuoEabkh99w4tQPlTC3xSq69 { 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; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container { background-color: transparent; background-image: none; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container > .video-iframe-container { display: none; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row > .video-iframe-container { display: none; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .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); }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container { border-width: 0; border-radius: 0; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0xxdCqubuoEabkh99w4tQPlTC3xSq69 > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x902t54Nyn1lbR5elVEW83o0TxZpiAcK { width:10.375rem;height:35.5625rem;top:2.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coiOQWtbxWe5uBSTVJ2kwvv4UNa0TDsg { width:3.0625rem;height:3.125rem;top:4.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk3A6sB7cZ18RZJSrzpEhlXAvWfXNRMF { width:3.125rem;height:3.125rem;top:12.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOd8fn5b3hxKb7ATfyW4w2UDoNyWHsFl { width:1.875rem;height:3.125rem;top:20.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvyuaHpkAZra8VW5HlFpzOxzVaDUNcuf { width:3.125rem;height:3.125rem;top:29.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFGHcyomFEEcLQVditnCXTR5LkrkTbHy { width:4.8125rem;height:1.21875rem;top:8.0625rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd7huVy4IWqak2VLNrapy03fKF8tCXXF { width:2.9375rem;height:1.21875rem;top:16.1875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcXp3piAym5QKeLAOyZwET3DPixBShbo { width:4.125rem;height:1.21875rem;top:23.875rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1BN8JiAc4OpkEy3KZZhyicaT7sRGKCv { width:5.625rem;height:1.21875rem;top:33.375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJlGTT4Ep3fcCQHV74Lp3tvueBmM2CGB { width:9.125rem;height:2.84375rem;top:4.5781252384186rem;left:8.7500005364419rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBL71uoPLLuPR9TgSmpXRaNLh4xrXSna { width:8.8125rem;height:2.84375rem;top:12.640625rem;left:8.9062505364419rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcVVK6QHDLnsFKDFfRtMB8mdWhvnBDFP { width:4.3125rem;height:2.84375rem;top:20.328125rem;left:11.156250536442rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlvLolCq8pkNFTJSEVqByR2snelDT4U8 { width:7.75rem;height:2.84375rem;top:30.581251144409rem;left:9.4375005364419rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3sr4hf7KkJ1dBDf72pTsI6EJETM2nZ { width:5.3125rem;height:1.21875rem;top:7.5625rem;left:10.656250536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbccgkU5ixSKWrxDmLmOuGlyBGNMRcFF { width:2.8125rem;height:1.21875rem;top:15.625rem;left:11.906250536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoDftpvRJfGK7UQQNZm3wt1Tth16G2Ar { width:4rem;height:1.21875rem;top:23.3125rem;left:11.312500536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9StBnszoIO2Z9g9SSG3NX4rvcghl73w { width:17rem;height:3.4375rem;top:40.9375rem;left:1.5000000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f39tQDPCWliaFUgR2Kcq813DqPnPB1Tr { display:block; }
 }@media only screen and (max-width: 763px) { #fTreOJnWq0fCpc5ChmfXblVTAItCNC0f { 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; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container { background-color: transparent; background-image: none; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container > .video-iframe-container { display: none; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row > .video-iframe-container { display: none; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .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); }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container { border-width: 0; border-radius: 0; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTreOJnWq0fCpc5ChmfXblVTAItCNC0f > .row .container { width:20rem;height:89rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlZwXdsIdJhhhfKXE8k4meZHJ9pDmXrS { width:16.75rem;height:7.8rem;top:2.5500011444092rem;left:1.6250000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXL7NA0grZxrSJT2WMZ7XGEObHsVtiD { width:17.5rem;height:21.875rem;top:11.050000578165rem;left:1.0999999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgP829cR1kmVHqOhFK1ViUM7MOcHnui5 { width:14.75rem;height:10.96875rem;top:20.106251150369rem;left:2.6250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1GuaZqEpIkTVIcgd0nDFQqIddsmsGft { width:15rem;height:6.5rem;top:12.606250196696rem;left:2.5000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2S341qt4nc90Kc1XOpbHr2uUzOEomz { width:17.5rem;height:21.875rem;top:35.231248289347rem;left:1.0999999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #or4Q68ymdOpyJqFCnGsXcdaKEt1Gcos4 { width:14.1875rem;height:10.96875rem;top:46.174221038818rem;left:2.6250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0tfrzciObfziTcNWFaafPvlvPs65twP { width:14.375rem;height:8.125rem;top:36.78125rem;left:2.6250000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiFRQeax9HQm6tV8vTHeZJEPnGTpZ53c { width:17.5625rem;height:21.125rem;top:59.418750762939rem;left:1.0999999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJm42T6OaCRnoDpHdyU6pipoy1lltGxT { width:14.5rem;height:9.75rem;top:68.71875rem;left:2.6250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRvXA9pwEkOR3RT7GIV590pICDL90dUx { width:12.8125rem;height:6.5rem;top:61.356250286103rem;left:2.6250000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw1IB7GZIr1BaJH8xhogP7ZIgHmPMPOR { width:17.375rem;height:3.4375rem;top:83.418750762938rem;left:1.3125000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9CHpWuenopLfdi2mmO0xc4APxdPeNN { display:block; }
 }@media only screen and (max-width: 763px) { #T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 { 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; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container { background-color: transparent; background-image: none; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container > .video-iframe-container { display: none; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row > .video-iframe-container { display: none; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .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); }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container { border-width: 0; border-radius: 0; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6aB8hMEyn6CS6ZlHw9n37l7OJTwbIN5 > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vubNEA35vsbIIfoDxy6bv1rXFzDpsfiz { width:16.875rem;height:5.2rem;top:2.0000002384186rem;left:1.5625000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIoZS5t3AxSDPz0lpg3z2xTOusgLANIl { width:8rem;height:3.25rem;top:8.75rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XomsberzQ78IlkyU8PTnWVuc4clDXLPL { width:6.375rem;height:3.25rem;top:8.75rem;left:11.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIuO7eorRzcrenrJy0ByIJGlGZZHg7ZF { width:3.75rem;height:3.25rem;top:17.6875rem;left:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCUhpKAOXN0fWU8mZGKtk20AhkE7gkZ { width:5.3125rem;height:3.25rem;top:17.6875rem;left:12.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtWrc4oMmKLu1kFWvaEzyXTvmzA1z5s { width:6.8125rem;height:3.65625rem;top:12rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqH2HqbFWJNAEuqvFc6TX3hB2eGrP6d6 { width:8.25rem;height:3.65625rem;top:12rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdFHhNKCXxaI95Ao6P9A51JnG28sqguM { width:8.75rem;height:3.65625rem;top:20.9375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6R5Wpi8FlE96Jv7DqrZ9iQmhdsVbUEw { width:8.0625rem;height:4.875rem;top:20.9375rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGodLhrF7nn6lIiAWwWZyWmnDgIGyK3 { width:17.125rem;height:3.4375rem;top:28.28750038147rem;left:1.4375000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3gNrCfAHGmhi3ByJwCwNTq6NVDnbEsF { display:block; }
 }@media only screen and (max-width: 763px) { #CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu { background-color:#376732;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:none; }#CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu > .row .container { border-width: 0; border-radius: 0; }#CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CC8XAR3nhiXZXFAbqff0bQmQl1xDUIiu > .row .container { width:20rem;height:66.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eWCPxGQ0FWHyWgPVzEW7X9EaHmxzupyC { width:17.625rem;height:7.8rem;top:2.375rem;left:1.1867187619209rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vrgIUIServwlZ012cALizdZxRT6XKT { width:3.125rem;height:3.0625rem;top:41.362502098084rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJr4J4CG9kdebLiBlSCAd2yzAyt3FwP2 { width:3.125rem;height:2.875rem;top:27.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTDMGV3UzF5p0ka6M7uKVbeaLDKZ8ygu { width:3.75rem;height:3.75rem;top:13.174994468689rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8o71WyzcGS1R6wyxO0ZP9mSEAPiDdE { width:10.5rem;height:4.875rem;top:12.611718416214rem;left:7.6742187142375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iPydBc6tuSsTKS6Vbkzfy9W0MtMOuS9T { width:10.5rem;height:4.875rem;top:26.6875rem;left:7.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RAXJD0Jr6Cs0Ts5t9kKwZR7qWcx1uGMM { width:11rem;height:6.5rem;top:41.362501144409rem;left:7.4242187142375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NbfTTPKqBcBHgWsHR17Rnogh21KdcFaI { width:11.125rem;height:6.09375rem;top:18.267968177796rem;left:7.6742187142375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipLDgG7EOFBIayTc3CHT2GTA70nBS4Uv { width:8.9375rem;height:6.09375rem;top:32.581253051757rem;left:7.6742187142375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BXmqt8Cem1Qu6omc0D8oyHkJWWTTvp4M { width:9.8125rem;height:6.09375rem;top:48.831252098084rem;left:7.4242187142375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C1tx2KxeakS4lNb1rlaKm1627uebBwyC { width:17.375rem;height:3.4375rem;top:57.456252574921rem;left:1.3125000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVTUrfKmw0UUHmZdvu5phdf08orRiTCT { display:block; }
 }@media only screen and (max-width: 763px) { #WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 { display:block; }#WvfTdLszHI2DQudTuDliNXuHdU3qDMp5 > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX5JcXf9vUJWVCtkWyTgq998c0tR6Q7l { width:9.4375rem;height:1.25rem;top:2.1875rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WS5gDcfpln4L9R0TC9wDmDWfZE6FdwIJ { display:block; }
 }@media only screen and (max-width: 763px) { #V8WP8qNcMFLwl9EPsQ1sn8ECEZn4M5CL { width:6.0625rem;height:1.25rem;top:4.1875rem;left:7rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVWX5v6FoAPabt0g1CwszkrN8qu2aKka { display:block; }
 }@media only screen and (max-width: 763px) { #iXXXvyeHotGGNT5tMrsrdTJLsGPP1XaJ { width:10.5625rem;height:1.25rem;top:6.125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myR9QCRNbw1qOpO0b6GGhewLBQ9Lw4yR { display:block; }
 }@media only screen and (max-width: 763px) { #kU093dZ4QHUd9oGDVhutzZMd9RZCq1tE { width:9.875rem;height:1.25rem;top:8.375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce2pBeMu4ynPeIZDvktEcw7pPl0wLugt { display:block; }
 }@media only screen and (max-width: 763px) { #DmWCqDL9T2Omc5l0vWUrivZfdcNxTann { width:7rem;height:1.625rem;top:12.405469417572rem;left:6.5000000596044rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtTLx7ToBZPbSrCU2LvSvs5yoxWQBFAM { width:15.3125rem;height:8.53125rem;top:15.25rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }