.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:rgba(255,255,255,0.77);background-image:none;position:relative;display:block; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DzqeB43HfnE/unsplash/daniel-fazio-DzqeB43HfnE-photo-1518611507436-f9221403cca2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.adaptive-delivery-prevent-bg, #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.lazyload, #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.lazyloading { background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { background-color: transparent; background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,220,220,0.8); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,220,220,0.8); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { border-width: 0; border-radius: 0; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#EWqeWqlOTIslSTFK7FAgytTriSLKOJcU { 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:2.6875rem;width:16.75rem;top:2.5590962171554rem;left:28.528774261474rem;overflow:hidden;display:block; }
#SSz8hQM1pxUpk3wgXua8BTQw3tp5GUT1 { background-color:#77b500;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4996875rem;height:3.4371875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.873760223389rem;left:28.748760223389rem;display:block; }
#GNCTCKpq4lQhGASK7PHn23vRD28hu8VL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#cp7hpHro4fOF0nPaTsfMCvIoxtNlOXuf { color:#ffffff;display:block;width:43.5624375rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:normal;z-index:15009;line-height:.8;letter-spacing:0;top:8.1346693038937rem;left:15.718208312988rem;height:1.99979375rem;text-align:center;text-align-last:center;display:block; }
#Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { color:#004b9b;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.061880111694rem;left:2.975866317749rem;height:;display:none; }
#fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { color:#de0005;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.498452186584rem;left:0rem;height:2.8434375rem;text-align:center;text-align-last:center;display:block; }
#KXMQLTO2Un76XbtGW00XRkkMGQQ6p0kd { position:absolute;display:block;z-index:15009;height:27.75rem;width:49.3746875rem;top:18.186571121216rem;left:12.811262130738rem;display:block; }
#uFUHmCqOzyPxT0ba6Z87BS2PwGgKWBAH { color:#533784;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.435798645019rem;left:0rem;height:5.68533125rem;text-align:center;text-align-last:center;display:none; }
#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row .container { background-color: transparent; background-image: none; }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row .container > .video-iframe-container { display: none; }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row > .video-iframe-container { display: none; }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .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); }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row .container { border-width: 0; border-radius: 0; }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row .container { background-color: transparent; background-image: none; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row .container > .video-iframe-container { display: none; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row > .video-iframe-container { display: none; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .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); }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row .container { border-width: 0; border-radius: 0; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#tKWQ36NDz3aueODR5RlsZzkVOu0Tnqy8 { color:#de0005;display:block;width:74.99875rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.24979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row .container { background-color: transparent; background-image: none; }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row .container > .video-iframe-container { display: none; }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row > .video-iframe-container { display: none; }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .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); }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row .container { border-width: 0; border-radius: 0; }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#AziJ70JQlWCRTLbrmUFUkSPzX5qakiWq { background-color:#de0005;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49875rem;height:3.4362625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.761909484863rem;left:28.748760223389rem;display:block; }
#ERsa2Jk2mxD3cxET0ZHmgdHlPuMfdPao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mAVXq9loc7ixTrahMzLL0GCOEEq5CU7a { color:#5d5d62;display:block;width:66.99875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:0.1875rem;left:4.0001564025879rem;height:15.7456875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#77b500;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; }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row .container { background-color: transparent; background-image: none; }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row .container > .video-iframe-container { display: none; }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row > .video-iframe-container { display: none; }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .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); }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row .container { border-width: 0; border-radius: 0; }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#77b500;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; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row .container { background-color: transparent; background-image: none; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row .container > .video-iframe-container { display: none; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row > .video-iframe-container { display: none; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .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); }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row .container { border-width: 0; border-radius: 0; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#Kr3VJ2bA1PfC0KF7FT4oKqTCdx1vWkV6 { color:#ffffff;display:block;width:9.4980625rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5625rem;left:4.9375rem;height:2.3564375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6tHTDClABrgKteqlpLELVo94P4VcWs1 { color:#ffffff;display:block;width:13.74925rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:4.8125rem;left:25.125rem;height:2.6002375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w3ViVhKd8HSDE50TGAuJAzfVqpebsZzw { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.8747062683106rem;left:25.124557495118rem;height:1.6006625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kgw0K5q1bTBoMbmWRimfsFdmroR2oqkH { position:absolute;display:block;z-index:15022;border-top:0.3125rem solid #639400;border-left:0.3125rem solid #639400;border-right:0.3125rem solid #639400;border-bottom:0.3125rem solid #639400;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7rem;width:7rem;top:5.0625rem;left:44.875rem;overflow:hidden;display:block; }
#y7MkmbDtqfZdXTLbX1pzkpukCXVNxLhn { color:#ffffff;display:block;width:16.187375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.0625rem;left:25.125rem;height:2.69905rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rcGV1Q4ZbFl5psiWQWdPium6noTgJFz7 { color:#ffffff;display:block;width:13.74925rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:4.625rem;left:53.75rem;height:2.6002375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aSu1GBeVx4VbL13JUJqdlqMJFInrGOM3 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:9.6875rem;left:53.75rem;height:3.201325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mkFVdqWTDzd0pxIfuOibQ3m5JtcmtRAT { color:#ffffff;display:block;width:16.187375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:6.875rem;left:53.75rem;height:2.69905rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FPpAkU8ueR6FtvTlwIkeJNals3zVW0Z7 { color:#ffffff;display:block;width:28.2495625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:0.55852127075195rem;left:5.8129425048828rem;height:2.999175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BxieMaIv92vOevh2kARHIWluLVEFAX33 { position:absolute;display:block;z-index:15023;border-top:0.3125rem solid #639400;border-left:0.3125rem solid #639400;border-right:0.3125rem solid #639400;border-bottom:0.3125rem solid #639400;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7rem;width:7rem;top:4.9565162658691rem;left:16.687057495118rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWqeWqlOTIslSTFK7FAgytTriSLKOJcU { top:2.5rem;left:14.903774261474rem;width:16.75rem;height:2.6872376350305rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSz8hQM1pxUpk3wgXua8BTQw3tp5GUT1 { width:17.4375rem;height:3.375rem;top:47.8125rem;left:15.123760223389rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNCTCKpq4lQhGASK7PHn23vRD28hu8VL { display:block; }
 }@media only screen and (max-width: 763px) { #WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { top:16.8125rem;left:0rem;width:47.75rem;height:26.834835126583rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp7hpHro4fOF0nPaTsfMCvIoxtNlOXuf { top:8.125rem;left:2.0929756164551rem;width:43.5rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { top:29rem;left:0rem;width:12.5rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { top:12.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXMQLTO2Un76XbtGW00XRkkMGQQ6p0kd { top:18.125rem;left:0rem;width:47.75rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFUHmCqOzyPxT0ba6Z87BS2PwGgKWBAH { top:6.6875rem;left:0rem;width:19.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MExDT06pMakUuSmhZ6fbSVebKcVhORs0 { display:block; }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T { display:block; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKWQ36NDz3aueODR5RlsZzkVOu0Tnqy8 { top:1.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y { display:block; }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AziJ70JQlWCRTLbrmUFUkSPzX5qakiWq { width:17.4375rem;height:3.375rem;top:17.75rem;left:15.123760223389rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERsa2Jk2mxD3cxET0ZHmgdHlPuMfdPao { display:block; }
 }@media only screen and (max-width: 763px) { #mAVXq9loc7ixTrahMzLL0GCOEEq5CU7a { top:0.1875rem;left:0rem;width:47.75rem;height:15.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e { display:block; }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg { display:block; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr3VJ2bA1PfC0KF7FT4oKqTCdx1vWkV6 { width:9.4375rem;height:2.3125rem;top:7.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6tHTDClABrgKteqlpLELVo94P4VcWs1 { top:4.75rem;left:11.499557495118rem;width:13.6875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ViVhKd8HSDE50TGAuJAzfVqpebsZzw { top:9.8125rem;left:11.498760223389rem;width:15rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgw0K5q1bTBoMbmWRimfsFdmroR2oqkH { top:5.0625rem;left:31.25rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7MkmbDtqfZdXTLbX1pzkpukCXVNxLhn { top:7rem;left:11.499557495118rem;width:16.125rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGV1Q4ZbFl5psiWQWdPium6noTgJFz7 { top:4.625rem;left:34.0625rem;width:13.6875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSu1GBeVx4VbL13JUJqdlqMJFInrGOM3 { top:9.625rem;left:33.125rem;width:14.625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkFVdqWTDzd0pxIfuOibQ3m5JtcmtRAT { top:6.875rem;left:31.625rem;width:16.125rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPpAkU8ueR6FtvTlwIkeJNals3zVW0Z7 { top:0.5rem;left:0rem;width:28.1875rem;height:2.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxieMaIv92vOevh2kARHIWluLVEFAX33 { top:4.9375rem;left:3.0620574951172rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { background-color:transparent;background-image:url("https://images.assets-landingi.com/DzqeB43HfnE/unsplash/daniel-fazio-DzqeB43HfnE-photo-1518611507436-f9221403cca2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.adaptive-delivery-prevent-bg, #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.lazyload, #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.lazyloading { background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { background-color: transparent; background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,220,220,0.8); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,220,220,0.8); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWqeWqlOTIslSTFK7FAgytTriSLKOJcU { width:12.5rem;height:2rem;top:1.2744429111481rem;left:3.7453582286835rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSz8hQM1pxUpk3wgXua8BTQw3tp5GUT1 { width:12.5615625rem;height:2.4987625rem;top:24.124380111694rem;left:3.7156559228897rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNCTCKpq4lQhGASK7PHn23vRD28hu8VL { display:block; }
 }@media only screen and (max-width: 763px) { #WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { height:11.238875rem;width:19.999375rem;top:11.248762130738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp7hpHro4fOF0nPaTsfMCvIoxtNlOXuf { width:18.3740625rem;height:1.06745rem;top:4.4362621307373rem;left:0.81126236915588rem;font-size:1.1875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { width:12.5rem;height:0;top:48.4670234375rem;left:3.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { width:20rem;height:0;top:7.811279296875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXMQLTO2Un76XbtGW00XRkkMGQQ6p0kd { width:20rem;height:27.75rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFUHmCqOzyPxT0ba6Z87BS2PwGgKWBAH { width:19.999375rem;height:3.08580625rem;top:6.7475242614744rem;left:0rem;font-size:1.1875rem;z-index:15013;color:#de0005;display:block; }
 }@media only screen and (max-width: 763px) { #MExDT06pMakUuSmhZ6fbSVebKcVhORs0 { display:block; }#MExDT06pMakUuSmhZ6fbSVebKcVhORs0 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T { display:block; }#cPKMzq2ienXpOzo3CRRIoW4IzfbrTR8T > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKWQ36NDz3aueODR5RlsZzkVOu0Tnqy8 { width:19.9951875rem;height:3.737625rem;top:0.97323608398438rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y { display:block; }#ACbzpu5VtOHl1C4Kk7tmG6W5NQZL4Z9y > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AziJ70JQlWCRTLbrmUFUkSPzX5qakiWq { width:12.5625rem;height:2.49783125rem;top:43.264537811279rem;left:3.7161195278167rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERsa2Jk2mxD3cxET0ZHmgdHlPuMfdPao { display:block; }
 }@media only screen and (max-width: 763px) { #mAVXq9loc7ixTrahMzLL0GCOEEq5CU7a { width:20rem;height:41.25rem;top:1.0099010467529rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15005;color:#575758;display:block; }
 }@media only screen and (max-width: 763px) { #tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e { display:block; }#tHHrIAPtd1tSP1LIsQWASvfbXn6fqO0e > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg { display:block; }#CUGv2uzuWwna7d8KwOo9GauVxnLf0RQg > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr3VJ2bA1PfC0KF7FT4oKqTCdx1vWkV6 { width:20rem;height:1.94925625rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6tHTDClABrgKteqlpLELVo94P4VcWs1 { width:11.625rem;height:2.00030625rem;top:12.625rem;left:4.1875rem;font-size:1.25rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3ViVhKd8HSDE50TGAuJAzfVqpebsZzw { width:19.186875rem;height:2.00030625rem;top:17.311262130738rem;left:0.40594059228897rem;font-size:1.25rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgw0K5q1bTBoMbmWRimfsFdmroR2oqkH { width:5.31188125rem;height:5.31188125rem;top:21.749998092651rem;left:7.1249999403956rem;border-top:0.3125rem solid #639400;border-left:0.3125rem solid #639400;border-right:0.3125rem solid #639400;border-bottom:0.3125rem solid #639400;display:block; }
 }@media only screen and (max-width: 763px) { #y7MkmbDtqfZdXTLbX1pzkpukCXVNxLhn { width:16.12375rem;height:2.00030625rem;top:14.93564414978rem;left:1.9356436133385rem;font-size:1.25rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcGV1Q4ZbFl5psiWQWdPium6noTgJFz7 { width:13.685625rem;height:2.00030625rem;top:28.436880111694rem;left:3.1856436133385rem;font-size:1.25rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSu1GBeVx4VbL13JUJqdlqMJFInrGOM3 { width:19rem;height:3.9995875rem;top:33.124998092651rem;left:0.49876230955124rem;font-size:1.25rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mkFVdqWTDzd0pxIfuOibQ3m5JtcmtRAT { width:16.12375rem;height:2.00030625rem;top:30.811880111694rem;left:1.9368812441826rem;font-size:1.25rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPpAkU8ueR6FtvTlwIkeJNals3zVW0Z7 { width:20rem;height:1.5rem;top:3.4375rem;left:0rem;font-size:0.9375rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxieMaIv92vOevh2kARHIWluLVEFAX33 { width:5.3125rem;height:5.3125rem;top:5.9634900093079rem;left:7.0136133432387rem;border-top:0.3125rem solid #639400;border-left:0.3125rem solid #639400;border-right:0.3125rem solid #639400;border-bottom:0.3125rem solid #639400;display:block; }
 }