.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#bdd561;background-image:none;position:relative;display:block; }
#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container { display: none; }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .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); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/16ab6ceb-b59d-47a6-b9a0-74e5cfbaba17/kola.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.adaptive-delivery-prevent-bg, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.lazyload, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.lazyloading { background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { background-color: transparent; background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .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); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { border-width: 0; border-radius: 0; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { width:60rem;height:43.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LfGlcKTrC2tr3EM4t6TpJ0ImJfTTakqe { color:#f19d32;display:block;width:54.875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:14.75rem;left:2.5625rem;height:2.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; }
#hFS8XdcG92PdeeRay0TylAxVp8qMD1vO { background-color:#f19d32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f3f4e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.25rem;left:12.6875rem;display:block; }
#xTt7G14CstFgBbCbRDuV4gBIfGECNTrP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0niAL9yWTIDczccA5Hs3dI2CdvJ0iDV { background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f3f4e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.19970703125rem;left:31.25rem;display:block; }
#q0Hqbel2voEyUmU4EvRnTXCkZGct7oAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3h8hhpM95VzoB49Z2ASiIuQsLOoZWA6 { box-sizing:content-box;height:22.5rem;width:55.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(240,250,239,0.75);background-image:none;top:12.125rem;left:2.3125rem;display:block; }
#BDE3hAzTLUrpRXusLrMmLmP5f4Rg5xr4 { color:#050505;display:block;width:54.875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:18rem;left:2.5625rem;height:2.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; }
#byb5Uo8iendkBeGCyue9vhTTpZ7FhTNH { background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f3f4e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.25rem;left:12.637500762939rem;display:block; }
#BhCNS9KUwAOoG4VbCW5RHVmIc67NUVJH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HDbFnl9eZR3cT4yEVKJ5xrpozR6O9gSz { background-color:#f19d32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f3f4e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.25rem;left:31.3125rem;display:block; }
#tT6QFQfJvqMgLkTrrv70EzBMUkUEUNC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOanuKC3AilMkc63TUeI8tgvoUtWboDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row .container { background-color: transparent; background-image: none; }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row .container > .video-iframe-container { display: none; }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row > .video-iframe-container { display: none; }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .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); }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row .container { border-width: 0; border-radius: 0; }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#rgpIdxhUhUexxllmsLduy5IKr9Gr9QxZ { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:18.375rem;left:2.375rem;height:26.77978125rem;text-align:justify;text-align-last:initial;display:block; }
#tDH1T7f8QI9EnDbEXooINOZbNWe4KEtD { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:12.75rem;left:2.375rem;height:3.82568125rem;text-align:justify;text-align-last:initial;display:block; }
#HyBK4vI6lVFGVOMDWDRCqoPsWuu6gG79 { position:absolute;display:block;z-index:15010;border-top:0.625rem solid #83a519;border-left:0.625rem solid #83a519;border-right:0.625rem solid #83a519;border-bottom:0.625rem solid #83a519;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:14.6875rem;top:22.875rem;left:37.0625rem;overflow:hidden;display:block; }
#SxA2NoURWOszaapASSrUhbweedhMwbF7 { color:#000000;display:block;width:25.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.75rem;left:32.4375rem;height:8.4411875rem;text-align:justify;text-align-last:initial;display:block; }
#gDUSMuRQFHhJcINagNOeeyTeedeA9Ldd { color:#ffffff;display:block;width:49rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:5.5rem;height:6.7480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83a519;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; }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row .container { background-color: transparent; background-image: none; }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row .container > .video-iframe-container { display: none; }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row > .video-iframe-container { display: none; }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .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); }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row .container { border-width: 0; border-radius: 0; }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#FDwyrzy4BmGic1EvAC1rhMIRILJsiMS8 { color:#f9faef;display:block;width:22.5625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.328125rem;left:3.71875rem;height:7.3120125rem;display:block; }
#LuTJM3yxqEldoiAQWGyh5LJZ0esBsBsv { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:3.578125rem;left:30rem;height:28.692625rem;text-align:justify;text-align-last:initial;display:block; }
#Un2TVGSU7qTTvTf2vRyO73zXocpN22pr { position:absolute;display:block;z-index:15003;border-top:0.625rem solid #f19d2d;border-left:0.625rem solid #f19d2d;border-right:0.625rem solid #f19d2d;border-bottom:0.625rem solid #f19d2d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:14.0625rem;top:10.63125038147rem;left:6.78125rem;overflow:hidden;display:block; }
#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row .container { background-color: transparent; background-image: none; }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row .container > .video-iframe-container { display: none; }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row > .video-iframe-container { display: none; }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .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); }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row .container { border-width: 0; border-radius: 0; }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#JZxfD9gcdOnRXckuM7X9a33Fv9XJByBG { position:absolute;display:block;z-index:15000;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:9.1875rem;left:3.1875rem;display:block; }
#uCLtQ69QBC3QRIDh2xDcoW5q6H2tlFin { color:#83a519;display:block;width:3.3125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.125rem;height:3.90014375rem;font-style:normal;display:block; }
#p8WVzFTHScHH0huGRomAFCwzzTCT3d82 { position:absolute;display:block;z-index:15001;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:12.125rem;left:3.1875rem;display:block; }
#NSrs4XuXEIxZwpU8csvP2wDChRSroZWJ { color:#101305;display:block;width:16.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:7.6875rem;height:1.625rem;font-style:normal;display:block; }
#FMlJ4ROW7y8cXl3GOS74Pm6wTyt1Qz6o { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3124952316284rem;left:11.59375rem;height:5.6860375rem;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; }
#GozMsdLSTx8E3pnDLvTiBuL9isZSIQ5L { color:#101305;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:13.10155749321rem;left:2.71875rem;height:19.12843125rem;text-align:justify;text-align-last:initial;display:block; }
#kebK8T8aJ5VXF8etQoI9q4gbBwpOyKAK { position:absolute;display:block;z-index:15004;border-top:0.625rem solid #83a519;border-left:0.625rem solid #83a519;border-right:0.625rem solid #83a519;border-bottom:0.625rem solid #83a519;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:24.8125rem;top:11.3125rem;left:31.46875rem;overflow:hidden;display:block; }
#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container { background-color: transparent; background-image: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container > .video-iframe-container { display: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row > .video-iframe-container { display: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .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); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container { border-width: 0; border-radius: 0; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#ZTqQicKeFPcAlV5rlLMbD2x0flE0amWe { position:absolute;display:block;z-index:15000;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:0.75rem;left:31.8125rem;display:block; }
#zTKcIiMQQilWMuoZ0TApvWy41VGcSD3R { color:#101305;display:block;width:21rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:35.8125rem;height:1.625rem;font-style:normal;display:block; }
#WFmE2ETVDLUBid9cuFgXwp90TQswCAQw { color:#83a519;display:block;width:4.25rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.0625rem;left:31.8125rem;height:3.90014375rem;font-style:normal;display:block; }
#DiMlhlo2JKZiTxJRwgXatMxmNWPLpzm2 { position:absolute;display:block;z-index:15001;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:3.6875rem;left:31.8125rem;display:block; }
#AS1OVVIl6zkp5hf7FW1bTCaJUdJ9GSTc { position:absolute;display:block;z-index:15006;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:17.9375rem;left:31.875rem;display:block; }
#mk5lKKaJrHrdlPwnVh4hAIGl8W11sQFi { position:absolute;display:block;z-index:15005;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:15rem;left:31.875rem;display:block; }
#pGv2iqPfJez7RgvDAIQHZ4CvFzUyRv5a { position:absolute;display:block;z-index:15010;border-top:0.625rem solid #83a519;border-left:0.625rem solid #83a519;border-right:0.625rem solid #83a519;border-bottom:0.625rem solid #83a519;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:24.75rem;top:5.3687443733216rem;left:2.25rem;overflow:hidden;display:block; }
#xd9zOg6Lb82sV8uquLPtFki5M95BhUA1 { color:#101305;display:block;width:21rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.6875rem;left:35.8125rem;height:1.625rem;font-style:normal;display:block; }
#MTFzOpR0iqWS8tLB1ELtCT1soFI8wPHB { color:#83a519;display:block;width:5.8125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:31.8125rem;height:3.90014375rem;font-style:normal;display:block; }
#TdCdqKHZtpK7XG1dRqLEDWLUM29voids { color:#101305;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:4.4000034332276rem;left:31.875001907349rem;height:7.651375rem;text-align:justify;text-align-last:initial;display:block; }
#aXHCZK5U2H3wWTedtT0hwFTOFdnbnsy1 { color:#101305;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:18.9375rem;left:31.8125rem;height:7.651375rem;text-align:justify;text-align-last:initial;display:block; }
#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container { background-color: transparent; background-image: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container > .video-iframe-container { display: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row > .video-iframe-container { display: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .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); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container { border-width: 0; border-radius: 0; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#yJusWHVcTEivopwwpvuIo3rIUVO4BvTh { position:absolute;display:block;z-index:15000;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:3.125rem;left:3.125rem;display:block; }
#Xv7QiQ3mPzJrJo1Fl9uPDDnAAfcLrqST { color:#6d911c;display:block;width:5.5rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:3.125rem;height:3.90014375rem;font-style:normal;display:block; }
#SJMo5l9dzKdTk5PQOIydGLtFaZukuhx3 { position:absolute;display:block;z-index:15001;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:6.0625rem;left:3.125rem;display:block; }
#UvWh1sdvSoixTOLX4BAx4s81s4ByZDDy { position:absolute;display:block;z-index:15006;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:22.8125rem;left:3.1875rem;display:block; }
#FigzBrwasa4uHSaDnb9lcqLzMSMN7XQa { color:#101305;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.625rem;left:7.3125rem;height:3.2495125rem;font-style:normal;display:block; }
#SIt62DSoepuLJNvp8ZrmXTxEEwDZWZxh { position:absolute;display:block;z-index:15005;background-color:#d7d7d7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:19.9375rem;left:3.125rem;display:block; }
#J9xLUgPfFZGoEaES32hKIo00TitkLRw2 { color:#101305;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.7624998092651rem;left:7.3125rem;height:1.625rem;font-style:normal;display:block; }
#JgOlMcykhbUb3FKQzd8T8iy7fzZOwDp2 { color:#83a519;display:block;width:6.875rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2117156982422rem;left:3.125rem;height:3.90014375rem;font-style:normal;display:block; }
#ttmIJcBaaZtEX6cb0qn3omweFQxFiTSo { color:#101305;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:6.5999994277956rem;left:3.25rem;height:11.4770625rem;text-align:justify;text-align-last:initial;display:block; }
#CITmwSh8VWOk02uIaHhbLsrhMOKHLd0v { color:#101305;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:23.6875rem;left:3.1875rem;height:7.651375rem;text-align:justify;text-align-last:initial;display:block; }
#tOrNKSDn3wD1vxezeLhO7HktmnCZRtK5 { position:absolute;display:block;z-index:15001;border-top:0.625rem solid #83a519;border-left:0.625rem solid #83a519;border-right:0.625rem solid #83a519;border-bottom:0.625rem solid #83a519;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.9375rem;width:25rem;top:6.5992279052738rem;left:32.250001907349rem;overflow:hidden;display:block; }
#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e20cb383-6b04-46d8-99c9-e8574db0118a/Opawskie.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw.adaptive-delivery-prevent-bg, #H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw.lazyload, #H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw.lazyloading { background-image: none; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container { background-color: transparent; background-image: none; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container > .video-iframe-container { display: none; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row > .video-iframe-container { display: none; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .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); }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container { border-width: 0; border-radius: 0; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83a519;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; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container { background-color: transparent; background-image: none; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container > .video-iframe-container { display: none; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row > .video-iframe-container { display: none; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .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); }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container { border-width: 0; border-radius: 0; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#kvcll75POhTWmNm3FOpO3XTWINOc6hlX { color:#000000;display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:4.560417175293rem;left:28.5625rem;height:12.370625rem;text-align:justify;text-align-last:initial;display:block; }
#LHTpThvpAb8skK5MtLifEethH02a315m { color:#000000;display:block;width:57rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:17.655208587646rem;left:0rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#xZo5iATrArS7k2iGtxwCJu7BcaNnUV1m { position:absolute;display:block;z-index:15026;border-top:0.625rem solid #f0faef;border-left:0.625rem solid #f0faef;border-right:0.625rem solid #f0faef;border-bottom:0.625rem solid #f0faef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:17.5rem;top:1.4416656494141rem;left:5.8333320617676rem;overflow:hidden;display:block; }
#cEwt1bS2vxIONSNc38bBQyDyoi9QGfbg { color:#000000;display:block;width:57rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:19.717708587646rem;left:0rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row .container { background-color: transparent; background-image: none; }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row .container > .video-iframe-container { display: none; }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row > .video-iframe-container { display: none; }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .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); }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row .container { border-width: 0; border-radius: 0; }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#sgkO9ynIp0seB2LDTWeNnmmat8vTJHZc { color:#000000;display:block;width:41.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:7.3125rem;left:9.125rem;height:11.4770625rem;text-align:center;text-align-last:center;display:block; }
#zwqlkMwdcfbVuyeSPw8x0dBcORb3EHsA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:54.75rem;top:20.7470703125rem;left:3.625rem;overflow:hidden;display:block; }
#mf7akO3RrHUmXaICXC2E955WWIhF2FVx { color:#83a519;display:block;width:35.6875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:13.15625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row .container { background-color: transparent; background-image: none; }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row .container > .video-iframe-container { display: none; }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row > .video-iframe-container { display: none; }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .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); }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row .container { border-width: 0; border-radius: 0; }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;position:relative;display:block; }#wpGP7swSfBMqCKx3N45TvE8iTmKbnlvw { color:#000000;display:block;width:10.875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.771877288818rem;left:24.937501907349rem;height:13.2324375rem;display:block; }#wpGP7swSfBMqCKx3N45TvE8iTmKbnlvw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wpGP7swSfBMqCKx3N45TvE8iTmKbnlvw li:before{  }
#tzX2TAfVAoq4ZsZpPeVPTgbLvT6ZuCvw { color:#83a519;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.437502861023rem;left:24.937501907349rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yuX9f16XKPVTDytdyD5flCpHbJTMqIHI { color:#83a519;display:block;width:16.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.4375rem;left:41.0625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TrzgxBTSvdn9yK8iOy14oWNmTVyAClT4 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.375rem;left:41.0625rem;height:13.9880625rem;display:block; }#TrzgxBTSvdn9yK8iOy14oWNmTVyAClT4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TrzgxBTSvdn9yK8iOy14oWNmTVyAClT4 li:before{  }
#zXeT8RHG4OQlxeJDlJ3Ih4UzVkJbiGdG { color:#83a519;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.6875rem;left:24.5625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xlM9sBdzRRDAxEFme289wrZow0I1LRxQ { color:#83a519;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:52.75rem;left:24.9375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zgQ1f4SRQ7yxt8GB2EE72WOoTF7Pr1qC { color:#83a519;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.75rem;left:41.0625rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AS28EgGoKxontRUeCNP4iUq7Lv4PwV57 { color:#83a519;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:40.6875rem;left:40.5rem;height:4.3875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cQEIz16lFimSTXgdKaUOrQa7d1T765dR { color:#000000;display:block;width:10.875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:45.6240234375rem;left:24.5625rem;height:4.767575rem;display:block; }#cQEIz16lFimSTXgdKaUOrQa7d1T765dR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cQEIz16lFimSTXgdKaUOrQa7d1T765dR li:before{  }
#ZnvpqTA5nmwkUOiFk8chMEPE9pdIZuuE { color:#000000;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.625rem;left:41rem;height:4.767575rem;display:block; }#ZnvpqTA5nmwkUOiFk8chMEPE9pdIZuuE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZnvpqTA5nmwkUOiFk8chMEPE9pdIZuuE li:before{  }
#Cz1M82K80801TsVueDxgEu4diUssOdfD { position:absolute;display:block;z-index:14999;background-color:rgba(241,157,50,0.4);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:56.5625rem;width:23.1875rem;top:0rem;left:0rem;display:block; }
#IbxRLNX6J8n9UkTWE8wdt8uEwBCTVNIP { color:#000000;display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.2125120162962rem;left:0.88229370117188rem;height:6.337875rem;text-align:center;text-align-last:center;display:block; }
#RiTi0W1aWDiN04PQtvIoE5yoTbTRqVKx { color:#000000;display:block;width:29.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:3.763671875rem;left:24.9375rem;height:11.4770625rem;text-align:justify;text-align-last:initial;display:block; }
#s9rfchiREyeOTDxK6TsDQPRH5egIMqTo { position:absolute;display:block;z-index:15021;border-top:0.625rem solid #f0faef;border-left:0.625rem solid #f0faef;border-right:0.625rem solid #f0faef;border-bottom:0.625rem solid #f0faef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:19.3125rem;top:18.790613174439rem;left:1.3791656494141rem;overflow:hidden;display:block; }
#smEUsPfK9opKMvm3mNBM1hCTTERJUzGc { color:#83a519;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.6875rem;left:24.5625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TF3m3he8nyI1p9Ts5024vTDw657S9EuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row .container { background-color: transparent; background-image: none; }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row .container > .video-iframe-container { display: none; }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row > .video-iframe-container { display: none; }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .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); }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row .container { border-width: 0; border-radius: 0; }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:60rem;position:relative;display:block; }#TMmyUTLBSCKsNHeoVT32avk0hexrGfUF { color:#000000;display:block;width:24.875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4374942779541rem;left:1.625rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#sakUsIRRDUIsWIkB0QJkeTWeFfvlIiSG { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:9.125rem;left:1.625rem;height:24.8669375rem;text-align:justify;text-align-last:initial;display:block; }
#ZTTc3TWUq2fHGMT30d2OCGgcZ11J7u2v { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:35.625rem;left:1.625rem;height:11.47705rem;text-align:justify;text-align-last:initial;display:block; }
#uFSVkh7UORQ2aDr9GshN8zHBHKpS6wkK { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:59.25rem;left:31.375rem;height:5.738525rem;text-align:justify;text-align-last:initial;display:block; }
#Q7ufwXbOEDemTN7s1Z7IHK3J4qRn1hLc { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:11.312494277954rem;left:31.375001907349rem;height:15.30275rem;text-align:justify;text-align-last:initial;display:block; }
#c40S61HoDEeTSIuUtBXT04IGtpBeTyLo { color:#000000;display:block;width:24.875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:27.857421875rem;left:31.71875rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#TZ9SoLdxIbawinJvgefJ94b5xdFTTTJZ { color:#000000;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:35.625rem;left:31.34375rem;height:21.6284375rem;text-align:justify;text-align-last:initial;display:block; }#TZ9SoLdxIbawinJvgefJ94b5xdFTTTJZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZ9SoLdxIbawinJvgefJ94b5xdFTTTJZ li:before{  }
#QTGTzzLE3RueGQkIgPy1z7mTgmWFr2cu { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:50.81875038147rem;left:1.34375rem;height:14.2151rem;text-align:center;text-align-last:center;display:block; }
#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;background-image:url("https://images.assets-landingi.com/uc/485f6de9-a765-4bfe-baea-9f3340b5b57b/lpzdjeciedabrowska.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp.adaptive-delivery-prevent-bg, #TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp.lazyload, #TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp.lazyloading { background-image: none; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row .container { background-color: transparent; background-image: none; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row .container > .video-iframe-container { display: none; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row > .video-iframe-container { display: none; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .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); }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row .container { border-width: 0; border-radius: 0; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83a519;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; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row .container { background-color: transparent; background-image: none; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row .container > .video-iframe-container { display: none; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row > .video-iframe-container { display: none; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .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); }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row .container { border-width: 0; border-radius: 0; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#syWT8Lxcz1IrpK3RcknIWwwNWurCVVLo { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:11rem;left:1.40625rem;height:26.77975rem;text-align:justify;text-align-last:initial;display:block; }
#d5uwTaN0IWI73V21PoBIdZvwCJNM4zxx { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:2.8124938011169rem;left:31.718751907349rem;height:19.1284375rem;text-align:justify;text-align-last:initial;display:block; }
#Q2I3AmchsnUFkP0MTAnMuhhNUfhbVIPZ { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.169921875rem;left:1.59375rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#Zpq021VPcNu6Grvhfxm0hQlJxkLa8efa { position:absolute;display:block;z-index:15008;border-top:0.625rem solid #f0faef;border-left:0.625rem solid #f0faef;border-right:0.625rem solid #f0faef;border-bottom:0.625rem solid #f0faef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:23.6875rem;left:31.89999961853rem;overflow:hidden;display:block; }
#SS8mx22aIw36toAV7p6fmontz6bLiGwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row .container { background-color: transparent; background-image: none; }#SS8mx22aIw36toAV7p6fmontz6bLiGwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row .container > .video-iframe-container { display: none; }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row > .video-iframe-container { display: none; }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .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); }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row .container { border-width: 0; border-radius: 0; }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#wyJLp8k9Nmo6QnAWQ056bzRPVQQcJlIG { color:#000000;display:block;width:24.875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8662109375rem;left:1.375rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#glF1rb7TpVsLFqKGbkG2TllzSmAXdyPQ { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:10.390639305115rem;left:1.375rem;height:21.04128125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#uEyS9O3UgU0vZq5x0y41si9AgeBpD42h { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:1.8662109375rem;left:32.1875rem;height:11.4770625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#WgxCU7Ccpu7wgiyWHL42rmqKLooMuRWs { position:absolute;display:block;z-index:15009;border-top:0.625rem solid #f19d32;border-left:0.625rem solid #f19d32;border-right:0.625rem solid #f19d32;border-bottom:0.625rem solid #f19d32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:14.478137969971rem;left:32.36874961853rem;overflow:hidden;display:block; }
#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row .container { background-color: transparent; background-image: none; }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row .container > .video-iframe-container { display: none; }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row > .video-iframe-container { display: none; }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .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); }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row .container { border-width: 0; border-radius: 0; }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row .container { font-size:0.875rem;font-family:arial;height:112.375rem;width:60rem;position:relative;display:block; }#ZaLgJZ8cPUSJKxZF4nS5q7289si55yFE { color:#000000;display:block;width:42.125rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5617065429688rem;left:9.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2cPD7QPs6FZUC756Hgyk1xJ3WpFszCL { position:absolute;display:block;z-index:15000;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:8.1875rem;left:2.5625rem;display:block; }
#KZlOVVsaW5SCb9QrQGnMDhp0QBTerT4B { color:#83a519;display:block;width:3.3125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.5rem;height:3.90014375rem;font-style:normal;display:block; }
#hgzModS0c7AhbprczBgzsAoP8d1cOvF7 { color:#1c2106;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:12.874999761581rem;left:2.625rem;height:16.24875rem;text-align:justify;text-align-last:initial;display:block; }
#bTPLK3374uz2pchJ99HzFOV9EJXKqeBV { color:#83a519;display:block;width:20.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.875rem;left:7.0625rem;height:1.625rem;font-style:normal;display:block; }
#D7XcFLyDVd49tFfsKctJ6Pv5OU829yKo { position:absolute;display:block;z-index:15004;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:31.125rem;left:32.6875rem;display:block; }
#STCvqO1LqBsr6bW1O9le4ffGyPv8OR6H { color:#83a519;display:block;width:3.3125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.375rem;left:32.75rem;height:3.90014375rem;font-style:normal;display:block; }
#GhV4uSMvuyfGvJ1e7GNTTcgUd1vAba25 { position:absolute;display:block;z-index:15005;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:33.9375rem;left:32.8125rem;display:block; }
#yip65oeHETBkdNBrI6WZNi8kK558wmFN { color:#83a519;display:block;width:16.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6875rem;left:37.3125rem;height:1.625rem;font-style:normal;display:block; }
#cUyCq6lOpVxCa62ZfrT1RJGskk5UAlnl { color:#000000;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:35.25rem;left:32.75rem;height:17.2155625rem;text-align:justify;text-align-last:initial;display:block; }
#nECoT48uGFgOCRLyyVh5iSi0cknnmuNH { color:#000000;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:61.625rem;left:2.5625rem;height:21.04125rem;text-align:justify;text-align-last:initial;display:block; }
#EfuGGG4zHsuQ9K30NC5TqhEcyO9T5FtZ { position:absolute;display:block;z-index:15010;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:60.125rem;left:2.625rem;display:block; }
#xmfBtL8LhHf9EV76t0yXtZKuebA7tXHZ { color:#83a519;display:block;width:3.3125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:56.25rem;left:2.5625rem;height:3.90014375rem;font-style:normal;display:block; }
#gxse9SkQWHfS2RXBqhNLgqq36aW811ih { color:#83a519;display:block;width:16.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:58rem;left:7rem;height:1.625rem;font-style:normal;display:block; }
#vFPiQ0AUipMz02D7FQuFBOAT9OE2aCGy { position:absolute;display:block;z-index:15009;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:57.1875rem;left:2.625rem;display:block; }
#rJm4lKQOTiQG0x8QsWPcRsEDIeTBNOcX { position:absolute;display:block;z-index:15008;border-top:0.625rem solid #f19d32;border-left:0.625rem solid #f19d32;border-right:0.625rem solid #f19d32;border-bottom:0.625rem solid #f19d32;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:24.375rem;top:10.500012397766rem;left:32.21249961853rem;overflow:hidden;display:block; }
#PBVvdsqKrVTX8li2acf1vawBvni1vJH7 { position:absolute;display:block;z-index:15001;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:11.075000047684rem;left:2.5rem;display:block; }
#a2f3Ar9I3gtanyP6ITDKVeUHJCHWXDoR { color:#83a519;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:80.325000762938rem;left:37.3125rem;height:1.625rem;font-style:normal;display:block; }
#JCuPl1FLW9zh78HduOPI9y54D4Tsdu7k { position:absolute;display:block;z-index:15014;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:82.875rem;left:32.5625rem;display:block; }
#sFLOZfWzZSgzgEvkqqKTuvNWaATkU2ts { color:#000000;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:84.1875rem;left:32.5625rem;height:13.389875rem;text-align:justify;text-align-last:initial;display:block; }
#R8xAfdP6i1KcrB9QvM3J9If52AqSLi3V { color:#83a519;display:block;width:3.3125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:78.840625762938rem;left:32.6875rem;height:3.90014375rem;font-style:normal;display:block; }
#ipL5ZV7Te4P7Aa6U5HKLAeMnn8CKLKFF { position:absolute;display:block;z-index:15014;border-top:0.625rem solid #f19d32;border-left:0.625rem solid #f19d32;border-right:0.625rem solid #f19d32;border-bottom:0.625rem solid #f19d32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:22.8125rem;top:85.6875rem;left:2.9275300171526rem;overflow:hidden;display:block; }
#R6qTlRlh9CQ754QLqN1oyCxXADaTksHC { position:absolute;display:block;z-index:15001;border-top:0.625rem solid #83a519;border-left:0.625rem solid #83a519;border-right:0.625rem solid #83a519;border-bottom:0.625rem solid #83a519;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.625rem;width:25.125rem;top:57.124987602234rem;left:32.02499961853rem;overflow:hidden;display:block; }
#Ei3QiaicOzMuB6sou4AnRhP4U6W13sIh { position:absolute;display:block;z-index:15019;border-top:0.625rem solid #f19d32;border-left:0.625rem solid #f19d32;border-right:0.625rem solid #f19d32;border-bottom:0.625rem solid #f19d32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:33.312524795532rem;left:1.8992195129394rem;overflow:hidden;display:block; }
#fPiECXRpT0vwOIhDON7PpWkOxnQwEmpo { background-color:#f19d32;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:107.07083129882rem;left:21.1875rem;display:block; }
#cEiyxKvHdA9hkWqIpudvS2sau5Pc67Rs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JspD1w9LCodRyXyNdQ4m3QAedA5oyoxZ { position:absolute;display:block;z-index:15005;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:79.0625rem;left:32.4375rem;display:block; }
#QHF1DSnuuaiJiXdlIuTJNShxPQsVIBWq { position:absolute;display:block;z-index:15006;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:79rem;left:32.5rem;display:block; }
#WaFkpm6oiulnDDZ7x760sd2EleOApQGX { position:absolute;display:block;z-index:15004;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:31.125rem;left:32.6875rem;display:none; }
#XkyH7TavanfLFHknze18BCyc34PCRLdX { position:absolute;display:block;z-index:15004;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:31.125rem;left:32.6875rem;display:none; }
#Tpu4gBqW6KahcXbb9KCRQTUGIh53m5xm { position:absolute;display:block;z-index:15004;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:31.125rem;left:32.6875rem;display:none; }
#LW2im07JDJg4M4PyTD1sv9PChLHwonOL { position:absolute;display:block;z-index:15004;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:31.125rem;left:32.6875rem;display:none; }
#cfa9LqRtbFWF0sCmtdV86hUr4VS7WVkz { position:absolute;display:block;z-index:15004;background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:31.125rem;left:32.6875rem;display:none; }
#Oa9QNIon4d92qZpOMJmdaxBeIBtrw9AP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#Oa9QNIon4d92qZpOMJmdaxBeIBtrw9AP > .row .container { border-width: 0; border-radius: 0; }#Oa9QNIon4d92qZpOMJmdaxBeIBtrw9AP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oa9QNIon4d92qZpOMJmdaxBeIBtrw9AP > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:60rem;position:relative;display:none; }#EJkcooEiPq8ePLruS6xLeo2XCOsu5sOA { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0864582061768rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JxTK34aAFsXVQ56G1q6kF0OIR6IuHhrm { position:absolute;display:block;z-index:15010;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:56.25rem;width:37.5rem;top:5.0864572525024rem;left:11.25rem;overflow:hidden;display:block; }
#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faef;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; }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row .container { background-color: transparent; background-image: none; }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row .container > .video-iframe-container { display: none; }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row > .video-iframe-container { display: none; }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .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); }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row .container { border-width: 0; border-radius: 0; }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#mQtHO7M0g66t7vsm0HypTp7Wzp5On6Dw { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0729179382324rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q1sTsRHyLQCCLlNiAEP8tFnOJ6gezftG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:60rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#TXzqIGlpNQE1PTEyzRfotZQOiXUSfpnd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9faef;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; }#TXzqIGlpNQE1PTEyzRfotZQOiXUSfpnd > .row .container { border-width: 0; border-radius: 0; }#TXzqIGlpNQE1PTEyzRfotZQOiXUSfpnd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXzqIGlpNQE1PTEyzRfotZQOiXUSfpnd > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:none; }#Jr1PJJRMD6dJuDODP2mvc9JZ6PTJH0NH { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2484130859375rem;left:14.968751907349rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#WZFGTQPNrm6LvN14cdzPH4sdrDTdrBwT { position:absolute;display:block;z-index:15038;background-color:#643f0f;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:29.0625rem;top:8rem;left:15.4375rem;display:block; }
#gXV1IrhTtv0XRTOLGNm6PLtg6IUsgzXv { position:absolute;display:block;z-index:15039;background-color:#efb859;background-image:url("https://images.assets-landingi.com/rII0mAgBHpY/unsplash/marion-botella-rII0mAgBHpY-photo-1602774433910-a4c76f948875.jpg");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;box-shadow: none;height:10.75rem;width:27.8125rem;top:8.5625rem;left:16.0625rem;display:block; }#gXV1IrhTtv0XRTOLGNm6PLtg6IUsgzXv.adaptive-delivery-prevent-bg, #gXV1IrhTtv0XRTOLGNm6PLtg6IUsgzXv.lazyload, #gXV1IrhTtv0XRTOLGNm6PLtg6IUsgzXv.lazyloading { background-image: none; }
#ceS7pJGzDEf0diVnb38lH3iyAiXIU8hO { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.9;letter-spacing:0;top:10.0625rem;left:16.375rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uITTIFE8lXqHt918ciLrgaSyJ1NO2HxB { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15079;line-height:1.9;letter-spacing:0;top:8.5625rem;left:15.875rem;height:2.6125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h97qkSpnNAcyRnEGHR6vMpTvaqvQWs4p { position:absolute;display:block;z-index:15048;background-color:rgba(255,255,255,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:27.875rem;top:8.5625rem;left:16.0625rem;display:block; }
#aWCfbllyh2cPX8J4smZLw42aiK2A6zNp { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15081;line-height:1.9;letter-spacing:0;top:11.4375rem;left:20.125rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mRHDzFTgWpXE8EFKPcLwhm1zwAtKObFT { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15088;line-height:1.9;letter-spacing:0;top:13.5625rem;left:19.375rem;height:4.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xgw8ZRzuxowLsDOgrvxv6ShgNvt06qJt { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15090;line-height:1.9;letter-spacing:0;top:13.5625rem;left:30.1875rem;height:4.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vWdswNOzUimohURPtZVCBNFDh9cdDTa0 { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.9;letter-spacing:0;top:11.4375rem;left:31.3125rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HsFbRpD0LlLnLdnfZOnVJKeUg0qyCfMp { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.9;letter-spacing:0;top:4.9039062261581rem;left:10.96875rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vNC9EJa8RmGTgsvB9G1TCGW2naLRwwrt { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.0625rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#kBupbJxgfiG3iw39WHKtzWikFysai6ig { color:#000000;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15036;line-height:1.9;letter-spacing:0;top:27.75rem;left:0rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MEMkpcIM1vPpPUEfldkgHv6VyJsEq6eS { color:#000000;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15037;line-height:1.9;letter-spacing:0;top:29.5rem;left:0rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ysT27caX27TThiCxhvc84Os1k4WqAcNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9faef;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; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container { background-color: transparent; background-image: none; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container > .video-iframe-container { display: none; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row > .video-iframe-container { display: none; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .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); }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container { border-width: 0; border-radius: 0; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container { font-size:0.875rem;font-family:arial;height:78.0625rem;width:60rem;position:relative;display:block; }#swM38VLtMLUQwZXFIOsF6rUw1WGTMel1 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:15.25rem;height:3.65600625rem;text-align:center;text-align-last:center;display:block; }
#Rp34uNqOFeSTMnLuQx2BGKQg0w638L3H { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:11.1875rem;left:1.375rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rvh4kImx9MtICh621HALOTrSvyrktL9x { position:absolute;display:block;z-index:15017;background-color:#f9faef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.125rem;width:13.6875rem;top:2rem;left:-13.624267578125rem;display:block; }
#bXd9pLTm6GCfL0FGRwnykWGivUyonPTE { position:absolute;display:block;z-index:15011;background-color:#587882;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:29.0625rem;top:9.124755859375rem;left:0.43701171875rem;display:block; }
#mkscTZttiN9WeyyUSWVBNQGi95rZ9L60 { position:absolute;display:block;z-index:15012;background-color:rgba(208,243,243,0.8);background-image:url("https://images.assets-landingi.com/dqMxDqdhg_4/unsplash/ian-schneider-dqMxDqdhg_4-photo-1445543949571-ffc3e0e2f55e.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.6875rem;width:27.8125rem;top:9.6875rem;left:1.06201171875rem;display:block; }#mkscTZttiN9WeyyUSWVBNQGi95rZ9L60.adaptive-delivery-prevent-bg, #mkscTZttiN9WeyyUSWVBNQGi95rZ9L60.lazyload, #mkscTZttiN9WeyyUSWVBNQGi95rZ9L60.lazyloading { background-image: none; }
#JEFqxdDlVnTsFU7WNrbrqo7Vm8lxMbeh { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:1.9;letter-spacing:0;top:12.5625rem;left:1.8125rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uh9CrkfCOT9EERM8CRlJ0zmaw4cF9cGs { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.9;letter-spacing:0;top:12.5625rem;left:14.75rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Su9lVdL7PcPLKliDHNS0JTaARembmxTy { position:absolute;display:block;z-index:15020;background-color:#a6d433;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:29.125rem;top:9.124755859375rem;left:30.43701171875rem;display:block; }
#OlIWQkAJ2LEB8a8NxlPRAcGeG6UoyDa9 { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.9;letter-spacing:0;top:11.1875rem;left:31.375rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tVOntJM6WeTAcF6n3baEhe4ModTHC4kH { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1.9;letter-spacing:0;top:12.5625rem;left:51.75rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UIhOUTfutk21HzbXeu6sIVcbPJyLqwCb { position:absolute;display:block;z-index:15021;background-color:#d2e374;background-image:url("https://images.assets-landingi.com/YnNczu62rdk/unsplash/daiga-ellaby-YnNczu62rdk-photo-1503919483171-9ffc1debc390.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.9375rem;width:27.8125rem;top:9.6875rem;left:31.06201171875rem;display:block; }#UIhOUTfutk21HzbXeu6sIVcbPJyLqwCb.adaptive-delivery-prevent-bg, #UIhOUTfutk21HzbXeu6sIVcbPJyLqwCb.lazyload, #UIhOUTfutk21HzbXeu6sIVcbPJyLqwCb.lazyloading { background-image: none; }
#RGKRS4oRclBy2KqX4TFui40D0HmPEg6T { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1.9;letter-spacing:0;top:12.5625rem;left:31.375rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b6Dro7MTwbiPT43Num5Fa90Hyfg5sBEw { color:#000000;display:block;width:8rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.9;letter-spacing:0;top:12.5625rem;left:40.8125rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J6ycxpXmzzHAAT6Fqoe9USSxDfMkdt6c { position:absolute;display:block;z-index:15029;background-color:#f19d32;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:29.0625rem;top:30.68603515625rem;left:0.43701171875rem;display:block; }
#OWqS6f1eB0Wsf9FCpt8kSAwPxGffHcVP { position:absolute;display:block;z-index:15030;background-color:#fdda00;background-image:url("https://images.assets-landingi.com/tBV0OhigrpA/unsplash/ainsley-myles-tBV0OhigrpA-photo-1567866885012-3c7171d2c5ac.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.625rem;width:27.8125rem;top:31.248779296875rem;left:1.06201171875rem;display:block; }#OWqS6f1eB0Wsf9FCpt8kSAwPxGffHcVP.adaptive-delivery-prevent-bg, #OWqS6f1eB0Wsf9FCpt8kSAwPxGffHcVP.lazyload, #OWqS6f1eB0Wsf9FCpt8kSAwPxGffHcVP.lazyloading { background-image: none; }
#wbkXdxFLJHbRCha5mlZhRG3UzRSHIqdl { color:#000000;display:block;width:7rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15076;line-height:1.9;letter-spacing:0;top:34.18603515625rem;left:1.99951171875rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#colWHTvrir1bL8bTfxSDf1SuvDKGhZRT { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.9;letter-spacing:0;top:32.749267578125rem;left:1.37451171875rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PqxFQJ3nlcJ1geXliSq4LCadwZGd3uw5 { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15075;line-height:1.9;letter-spacing:0;top:31.12451171875rem;left:0.8740234375rem;height:2.61108125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qniJlzIB78rdrsoyHAn8KK8Ue9Ah5VnI { color:#000000;display:block;width:6rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15077;line-height:1.9;letter-spacing:0;top:34.18603515625rem;left:21.4990234375rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wtxQFAooLhVLJSy8wEdXH8zisRyycGTQ { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.9;letter-spacing:0;top:34.18603515625rem;left:12.1875rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WEyH5bgzPoU6iclBEHAQaJEmpcFxPJiz { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.9;letter-spacing:0;top:5.375rem;left:10.8125rem;height:2.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IU4wB8AP6269rFFkWVKzAHZ3PPPZpE5V { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15068;line-height:1.9;letter-spacing:0;top:9.6875rem;left:9rem;height:2.61108125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hvdm33DHayFnOt5FCPxrn1JKhbPFRzz8 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15071;line-height:1.9;letter-spacing:0;top:9.6875rem;left:39rem;height:2.61108125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J1u170o34ZaTc1c3KVQ1kltw2mrf4zpD { position:absolute;display:block;z-index:15047;background-color:rgba(255,255,255,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:27.875rem;top:9.6875rem;left:0.999755859375rem;display:block; }
#IisIkEXw7Alpn3ihqQ7RwizEwJXFAT0L { position:absolute;display:block;z-index:15048;background-color:rgba(213,202,123,0.45);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:27.875rem;top:9.59228515625rem;left:31.06201171875rem;display:block; }
#Zz8U2M1LNeXMWaM2x8zDeqQTmtPP1WaF { position:absolute;display:block;z-index:15049;background-color:rgba(213,202,123,0.3);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:27.875rem;top:31.3115234375rem;left:1.06201171875rem;display:block; }
#Bzc8PcgbpOiyTcvScNXT9hOGW9hPB1Fp { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:48.561767578125rem;left:0rem;height:3.65600625rem;text-align:left;text-align-last:left;display:block; }
#LQVM30vIcPigNzr1Q3qOphh2N9nbhMv9 { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15083;line-height:1.9;letter-spacing:0;top:15.25rem;left:40.3125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SEytveCryOk8UI77bpXEqmQz0pntaBvS { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.9;letter-spacing:0;top:15.25rem;left:49.875rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AtZAyeMcfoc3DCHSnKR6kToMqOC1PhzI { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.9;letter-spacing:0;top:15.25rem;left:31.375rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ttwviEkW4RLfObUbB6tTchOf8z5sz5mu { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.9;letter-spacing:0;top:36.2490234375rem;left:1.37451171875rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TcXSt2sHLzZ4TJLX9Rxv0PixzzlgHpdV { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1.9;letter-spacing:0;top:36.311279296875rem;left:10.499267578125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SOqXpkkqbMidBiVtJfWaH0o8JzNwDhk5 { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.9;letter-spacing:0;top:36.311279296875rem;left:19.9365234375rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P2IlvTtiQm5cAT4n6e6roMGKp1JIJh00 { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.9;letter-spacing:0;top:40.49951171875rem;left:10.499267578125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mmhsUoCuQPnuSthrftLFTiox34iAJv1I { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15087;line-height:1.9;letter-spacing:0;top:40.49951171875rem;left:20.186767578125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mTTdOJTvLfPGzIiVJzo5pXOhyPuoCH8n { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1.9;letter-spacing:0;top:14.6875rem;left:16.3125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C2blD01rnm9AzsrXuR4KuIUlD0G63hil { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.9;letter-spacing:0;top:14.6875rem;left:3.8125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CACRE1qqoVk9pMemkUBOqd7bew6kxDiN { position:absolute;display:block;z-index:15047;background-color:#643f0f;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:29.0625rem;top:30.68603515625rem;left:30.43701171875rem;display:block; }
#eHe6xlvKfzkrS76LHxKGgCkH4bpaPlg5 { position:absolute;display:block;z-index:15048;background-color:#efb859;background-image:url("https://images.assets-landingi.com/rII0mAgBHpY/unsplash/marion-botella-rII0mAgBHpY-photo-1602774433910-a4c76f948875.jpg");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;box-shadow: none;height:14.625rem;width:27.8125rem;top:31.248779296875rem;left:31.06201171875rem;display:block; }#eHe6xlvKfzkrS76LHxKGgCkH4bpaPlg5.adaptive-delivery-prevent-bg, #eHe6xlvKfzkrS76LHxKGgCkH4bpaPlg5.lazyload, #eHe6xlvKfzkrS76LHxKGgCkH4bpaPlg5.lazyloading { background-image: none; }
#ONOTZT82mib6rbye14rK2paaWP6gDQrT { position:absolute;display:block;z-index:15057;background-color:rgba(255,255,255,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:27.875rem;top:31.248779296875rem;left:31.06201171875rem;display:block; }
#qhQTGgZX4DeEFrp992t48Q2y6T5ntDlF { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15099;line-height:1.9;letter-spacing:0;top:36.311279296875rem;left:49.874267578125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Uag4RWJNqbvmlg1gNhmDVUP3zD0tdeaI { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15091;line-height:1.9;letter-spacing:0;top:34.18603515625rem;left:51.06201171875rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ky2KGDudsh1oDnECmBDwIqh3L50CNlQd { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.9;letter-spacing:0;top:32.749267578125rem;left:31.37451171875rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eCTNLIJnukqa76LD8DO9nchZrSbzxx8E { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.9;letter-spacing:0;top:36.311279296875rem;left:40.499267578125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vhqquMpki9zQG767sy1W99klnmmRoLto { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15090;line-height:1.9;letter-spacing:0;top:34.18603515625rem;left:41.25rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kkq7DnrGynK1xUihBbkXvhUClAEBZ4az { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15088;line-height:1.9;letter-spacing:0;top:31.2490234375rem;left:30.8740234375rem;height:2.61108125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#chw2hv3pUJQQSRlkD0vMyR4JIMM3U8g8 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15091;line-height:1.9;letter-spacing:0;top:34.18603515625rem;left:31.875rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AV6Uuq6sS4UkmKOMyvtq9JltLH9CNv7x { color:#000000;display:block;width:9rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.9;letter-spacing:0;top:36.311279296875rem;left:31.37451171875rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#spgU8f63TrkSDFDqggdkCTxAu3psXH1U { color:#000000;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.9;letter-spacing:0;top:60.561279296875rem;left:0rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H8KyKssmmtTH5zHpRCV84bPhXtgMeS0I { color:#000000;display:block;width:26.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15031;line-height:1.9;letter-spacing:0;top:62.936767578125rem;left:0rem;height:1.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#idqArskSJ8Xtic9Ac7bZiSXbZs3olAiJ { color:#000000;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15032;line-height:1.9;letter-spacing:0;top:64.936279296875rem;left:0rem;height:1.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QX9b2hFGspuFLv3xalNN86O5eQxXnd9y { color:#000000;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15036;line-height:1.9;letter-spacing:0;top:57.9990234375rem;left:0rem;height:1.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dxSvBmCQhLJsgmhpb9QWztBsTRqH4Wvq { color:#000000;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15035;line-height:1.9;letter-spacing:0;top:55.873779296875rem;left:0rem;height:1.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uS4RlB6ynrF7hdpq3nrqzxX7dUMcodSJ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.9;letter-spacing:0;top:53.561767578125rem;left:0rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WuaNwrzkWgDI6zDA9vBhIiiEBZElkWvi { color:#000000;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.9;letter-spacing:0;top:67.56201171875rem;left:0rem;height:1.6626rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fh5uXJyt1bImH1rDl50SLHgF9Nnh8TpS { background-color:#f19d32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f3f4e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:71.1240234375rem;left:31.749267578125rem;display:block; }
#kWEWXF5wERMvSdbkcIh7Zv26iuE7VMHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IctobRkTcHkS153CHCnsLbKuRI5dhCld { background-color:#83a519;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f3f4e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:71.1240234375rem;left:13.0615234375rem;display:block; }
#ZAlc3EknT7bkTUJ83t3DbR3wsdsevTgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOgk9dR9aeJLo9npPZClzpOdeivmBFWz { color:#000000;display:block;width:12.1228125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1.4;letter-spacing:0;top:20.792236328125rem;left:30rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a1rV7Hiroo7uQaPNVTi6gqw4rxUZ5lQ0 { position:absolute;display:block;z-index:15020;background-color:#587882;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:29.0625rem;top:48.125rem;left:30.499267578125rem;display:block; }
#DVf9JDRtyZPBcHpnTGcRTzJSqcJLH9rB { position:absolute;display:block;z-index:15021;background-color:rgba(208,243,243,0.8);background-image:url("https://images.assets-landingi.com/dqMxDqdhg_4/unsplash/ian-schneider-dqMxDqdhg_4-photo-1445543949571-ffc3e0e2f55e.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.125rem;width:27.8125rem;top:48.6865234375rem;left:31.124267578125rem;display:block; }#DVf9JDRtyZPBcHpnTGcRTzJSqcJLH9rB.adaptive-delivery-prevent-bg, #DVf9JDRtyZPBcHpnTGcRTzJSqcJLH9rB.lazyload, #DVf9JDRtyZPBcHpnTGcRTzJSqcJLH9rB.lazyloading { background-image: none; }
#VU6ol1CLJw55xmzOyBS5DXKk7CZ51gbN { position:absolute;display:block;z-index:15056;background-color:rgba(255,255,255,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:27.875rem;top:48.6865234375rem;left:31.06201171875rem;display:block; }
#faXbLXm6pox5xrqnTAhPO1eQkWbQmXxZ { color:#000000;display:block;width:8.999rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1.9;letter-spacing:0;top:54.122314453125rem;left:40.499267578125rem;height:4.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZS1D7TtxwMpEv29oFKwkS7ZSpZytN3nN { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.9;letter-spacing:0;top:50.1875rem;left:31.4375rem;height:2.13745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IatJRi9S8RP3MULvJikFMsk3T8elEikQ { color:#000000;display:block;width:15.99975rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15077;line-height:1.9;letter-spacing:0;top:49.08203125rem;left:36.998291015625rem;height:2.61108125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Howx2iqXIK8DWa0t4RGMIP53qTqxGAFA { color:#000000;display:block;width:12.124rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.9;letter-spacing:0;top:23.8623046875rem;left:30rem;height:4.2749rem;text-align:center;text-align-last:center;display:block; }#Howx2iqXIK8DWa0t4RGMIP53qTqxGAFA li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Howx2iqXIK8DWa0t4RGMIP53qTqxGAFA li:before{  }
#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bdd561;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; }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row .container { background-color: transparent; background-image: none; }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row .container > .video-iframe-container { display: none; }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row > .video-iframe-container { display: none; }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .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); }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row .container { border-width: 0; border-radius: 0; }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#tzTT105TTCEmsD9SdqOTeiRmOLg8oWbi { background-color:#f19d32;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:4.84375rem;left:21.25rem;display:block; }
#yCAWtxKe417myHRkezR2aWSb6bNa6ziN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0IFcgZKiwwcT7r5dimktZURmFvbUA0w { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6302070617676rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PopxFgRFIie0plsaJBFMAD5flx4goQWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83a519;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; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container { background-color: transparent; background-image: none; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container > .video-iframe-container { display: none; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row > .video-iframe-container { display: none; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .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); }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container { border-width: 0; border-radius: 0; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-form-header {  }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:bold;color:#000000;width:22.625rem;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; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .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:22.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-text {padding-top: 0; padding-bottom: 0;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .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:22.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .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:22.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:raleway;font-size:0.875rem;overflow:hidden; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-select {padding-top: 0; padding-bottom: 0;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .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; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .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:#83a519;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:#ffffff;width:22.625rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .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:raleway;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.1875rem;overflow:hidden;font-style:normal; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .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; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .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:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-container:first-of-type{padding-top:0;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-container:last-of-type{padding-bottom:0;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh  { background-color:#f0faef;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.7083129882812rem;left:31.619789123535rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-info-text { display:block;height:auto;font-family:raleway;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; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh {display:block;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh { background-color:#f0faef;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.7083129882812rem;left:31.619789123535rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #Mu9S0L80zQeqtpTNTQTBBIanZchqlVcT { position:relative; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #ONCInCU3s45nubQC5ZbeeTD0kfeIEFDt { position:relative;display:block; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #gN3zhcp824MQuVfkpoAf4aS1Nr5baoOH { position:relative; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #klkFDIMWCGHtsm29s6EkkZZOKrgkTNrf { position:relative; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #TiMxF3fP14zy3TGkLbQcbpTN4oeizdT0 { position:relative;z-index:2; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #euiugSB7LfwkpVqZbrAaqbIweDinKTBg { position:relative; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #cDtG871HJKHC984GI0bIf17O3TS0dgEL { position:relative; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #qdTKTZgM7ChsP0MR6u2AZZDGgTNXatHZ { position:relative; }
#PmQnH3dGPE9saH8D2rO0sVCmUf4XN1qM { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7562484741211rem;left:2.875rem;height:5.84911875rem;font-style:normal;display:block; }
#xtWyDHzsxZT6TMTbzlTqx0z5vAdCPg0q { color:#000000;display:block;width:24.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:2.875rem;height:5.85rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#D6htzBc0n3f6cta0SPmaqeoLshzcauTT { color:#000000;display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.9375rem;left:2.875rem;height:1.4625rem;font-style:normal;display:block; }
#HWl8PLdmbnLAqkPWLlS02cxe2OO6IgkK { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.320833206177rem;left:2.875rem;height:2.925rem;font-style:normal;display:block; }
#Pn6PnWQ9toqlx09OFfTHzJ3kdOHQ9ztW { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.9375rem;left:3.0625rem;height:1.4625rem;font-style:normal;display:block; }
#bF5KPvXgU3ZWslAmzoPNXrMZk5QROy6Z { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.374212265014rem;left:2.75rem;height:1.4625rem;font-style:normal;display:none; }
#tdZ8CuvZCwom18socSBEFA07yRzcis2J { color:#000000;display:block;width:24.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.875rem;left:2.875rem;height:1.4625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HysAfae9tmF4sAvGP6mkEo4RIbML6Pz0 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.8125rem;left:2.875rem;height:1.4625rem;font-style:normal;display:block; }
#zyZ5TdeFTpPLmC8b1cTtpvhG0Fbaw4q4 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.737499237061rem;left:2.875rem;height:1.4625rem;font-style:normal;display:block; }
#lPlDSK4x9OwdO0Pgp7L4b3dLTVzvEySd { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:raleway;font-size:0.5625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:35.262499928474rem;left:22.48671913147rem;height:4.21753125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LvwcDe9V5au9bO49GIyszv9TVfHgI17H { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.2875003814698rem;left:31.5rem;height:1.95rem;font-style:normal;display:block; }
#BmDJBohSFfzBpd7CHgt8PQ10TwpXyQFQ { background-color:#f19d32;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:22.883333206177rem;left:32.932289123535rem;display:block; }
#z3nRWIUS9pi8VI79ZHeZ1GmVZOTqAAiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDuwnPflMhRot1R836QuTHbq8Hpq3qNQ { background-color:#f19d32;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.22500038147rem;left:32.932289123535rem;display:block; }
#cwZVglWdWy3KTFTIAt8kH5HaELpkgrze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfGlcKTrC2tr3EM4t6TpJ0ImJfTTakqe { width:47.75rem;height:2.25rem;top:14.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFS8XdcG92PdeeRay0TylAxVp8qMD1vO { width:14.875rem;height:3.1875rem;top:23.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTt7G14CstFgBbCbRDuV4gBIfGECNTrP { display:block; }
 }@media only screen and (max-width: 763px) { #h0niAL9yWTIDczccA5Hs3dI2CdvJ0iDV { width:15rem;height:3.375rem;top:23.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Hqbel2voEyUmU4EvRnTXCkZGct7oAq { display:block; }
 }@media only screen and (max-width: 763px) { #c3h8hhpM95VzoB49Z2ASiIuQsLOoZWA6 { top:12.125rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDE3hAzTLUrpRXusLrMmLmP5f4Rg5xr4 { width:47.75rem;height:;top:18rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #byb5Uo8iendkBeGCyue9vhTTpZ7FhTNH { width:15.3125rem;height:3.1875rem;top:28.25rem;left:6.5125007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhCNS9KUwAOoG4VbCW5RHVmIc67NUVJH { display:block; }
 }@media only screen and (max-width: 763px) { #HDbFnl9eZR3cT4yEVKJ5xrpozR6O9gSz { width:14.875rem;height:3.1875rem;top:28.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6QFQfJvqMgLkTrrv70EzBMUkUEUNC1 { display:block; }
 }@media only screen and (max-width: 763px) { #EOanuKC3AilMkc63TUeI8tgvoUtWboDs { display:block; }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgpIdxhUhUexxllmsLduy5IKr9Gr9QxZ { width:26.5625rem;height:26.75rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDH1T7f8QI9EnDbEXooINOZbNWe4KEtD { top:12.75rem;left:0rem;width:26.5625rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyBK4vI6lVFGVOMDWDRCqoPsWuu6gG79 { top:22.875rem;left:30.9375rem;width:14.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxA2NoURWOszaapASSrUhbweedhMwbF7 { top:12.75rem;left:22.5rem;width:25.25rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDUSMuRQFHhJcINagNOeeyTeedeA9Ldd { width:47.75rem;height:6.75rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS { display:block; }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDwyrzy4BmGic1EvAC1rhMIRILJsiMS8 { width:22.5625rem;height:7.3125rem;top:2.3125rem;left:0.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTJM3yxqEldoiAQWGyh5LJZ0esBsBsv { top:3.5625rem;left:21.1875rem;width:26.5625rem;height:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un2TVGSU7qTTvTf2vRyO73zXocpN22pr { top:10.625rem;left:3.71875rem;width:14.0625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC { display:block; }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZxfD9gcdOnRXckuM7X9a33Fv9XJByBG { width:25rem;height:0.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCLtQ69QBC3QRIDh2xDcoW5q6H2tlFin { width:3.3125rem;height:3.875rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8WVzFTHScHH0huGRomAFCwzzTCT3d82 { width:25rem;height:0.0625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSrs4XuXEIxZwpU8csvP2wDChRSroZWJ { width:16.5rem;height:1.625rem;top:9.6875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMlJ4ROW7y8cXl3GOS74Pm6wTyt1Qz6o { width:36.8125rem;height:5.6875rem;top:1.25rem;left:5.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GozMsdLSTx8E3pnDLvTiBuL9isZSIQ5L { width:25rem;height:19.125rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kebK8T8aJ5VXF8etQoI9q4gbBwpOyKAK { top:11.3125rem;left:21.6875rem;width:24.8125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { display:block; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTqQicKeFPcAlV5rlLMbD2x0flE0amWe { width:25rem;height:0.0625rem;top:0.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKcIiMQQilWMuoZ0TApvWy41VGcSD3R { width:21rem;height:1.625rem;top:1.4375rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFmE2ETVDLUBid9cuFgXwp90TQswCAQw { width:4.25rem;height:3.875rem;top:14.0625rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiMlhlo2JKZiTxJRwgXatMxmNWPLpzm2 { width:25rem;height:0.0625rem;top:3.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS1OVVIl6zkp5hf7FW1bTCaJUdJ9GSTc { width:25rem;height:0.0625rem;top:17.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk5lKKaJrHrdlPwnVh4hAIGl8W11sQFi { width:25rem;height:0.0625rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGv2iqPfJez7RgvDAIQHZ4CvFzUyRv5a { top:5.3125rem;left:0rem;width:24.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd9zOg6Lb82sV8uquLPtFki5M95BhUA1 { width:21rem;height:1.625rem;top:15.6875rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTFzOpR0iqWS8tLB1ELtCT1soFI8wPHB { width:5.8125rem;height:3.875rem;top:0rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdCdqKHZtpK7XG1dRqLEDWLUM29voids { width:25rem;height:7.625rem;top:4.375rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXHCZK5U2H3wWTedtT0hwFTOFdnbnsy1 { width:25rem;height:7.625rem;top:18.9375rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { display:block; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJusWHVcTEivopwwpvuIo3rIUVO4BvTh { width:25rem;height:0.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7QiQ3mPzJrJo1Fl9uPDDnAAfcLrqST { width:5.5rem;height:3.875rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJMo5l9dzKdTk5PQOIydGLtFaZukuhx3 { width:25rem;height:0.0625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvWh1sdvSoixTOLX4BAx4s81s4ByZDDy { width:25rem;height:0.0625rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FigzBrwasa4uHSaDnb9lcqLzMSMN7XQa { width:12.5rem;height:1.625rem;top:20.625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIt62DSoepuLJNvp8ZrmXTxEEwDZWZxh { width:25rem;height:0.0625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9xLUgPfFZGoEaES32hKIo00TitkLRw2 { width:12.5rem;height:1.625rem;top:3.75rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgOlMcykhbUb3FKQzd8T8iy7fzZOwDp2 { width:6.875rem;height:3.875rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttmIJcBaaZtEX6cb0qn3omweFQxFiTSo { width:25rem;height:11.4375rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITmwSh8VWOk02uIaHhbLsrhMOKHLd0v { width:25rem;height:7.625rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOrNKSDn3wD1vxezeLhO7HktmnCZRtK5 { width:25rem;height:16.9375rem;top:6.5625rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw { display:block; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc { display:block; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvcll75POhTWmNm3FOpO3XTWINOc6hlX { top:4.5rem;left:19.625rem;width:28.125rem;height:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTpThvpAb8skK5MtLifEethH02a315m { top:17.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZo5iATrArS7k2iGtxwCJu7BcaNnUV1m { top:1.4375rem;left:0rem;width:17.5rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEwt1bS2vxIONSNc38bBQyDyoi9QGfbg { top:19.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg { display:block; }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgkO9ynIp0seB2LDTWeNnmmat8vTJHZc { top:7.3125rem;left:3rem;width:41.75rem;height:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwqlkMwdcfbVuyeSPw8x0dBcORb3EHsA { top:20.6875rem;left:0rem;width:47.75rem;height:24.474600456621rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf7akO3RrHUmXaICXC2E955WWIhF2FVx { top:2.375rem;left:7.03125rem;width:35.6875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU { display:block; }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpGP7swSfBMqCKx3N45TvE8iTmKbnlvw { top:23.75rem;left:18.812501907349rem;width:10.875rem;height:13.1875rem;font-size:1rem;display:block; }#wpGP7swSfBMqCKx3N45TvE8iTmKbnlvw li:before{  }
 }@media only screen and (max-width: 763px) { #tzX2TAfVAoq4ZsZpPeVPTgbLvT6ZuCvw { top:19.4375rem;left:18.812501907349rem;width:14.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuX9f16XKPVTDytdyD5flCpHbJTMqIHI { top:19.4375rem;left:31.1875rem;width:16.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrzgxBTSvdn9yK8iOy14oWNmTVyAClT4 { top:23.375rem;left:32.6875rem;width:15.0625rem;height:13.9375rem;font-size:1rem;display:block; }#TrzgxBTSvdn9yK8iOy14oWNmTVyAClT4 li:before{  }
 }@media only screen and (max-width: 763px) { #zXeT8RHG4OQlxeJDlJ3Ih4UzVkJbiGdG { top:40.6875rem;left:18.4375rem;width:14.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlM9sBdzRRDAxEFme289wrZow0I1LRxQ { top:52.75rem;left:18.8125rem;width:14.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgQ1f4SRQ7yxt8GB2EE72WOoTF7Pr1qC { top:52.75rem;left:33.625rem;width:14.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS28EgGoKxontRUeCNP4iUq7Lv4PwV57 { top:40.6875rem;left:31.5rem;width:16.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQEIz16lFimSTXgdKaUOrQa7d1T765dR { top:45.5625rem;left:18.4375rem;width:10.875rem;height:4.75rem;font-size:1.0625rem;display:block; }#cQEIz16lFimSTXgdKaUOrQa7d1T765dR li:before{  }
 }@media only screen and (max-width: 763px) { #ZnvpqTA5nmwkUOiFk8chMEPE9pdIZuuE { top:45.625rem;left:31.125rem;width:16.625rem;height:4.75rem;font-size:1.0625rem;display:block; }#ZnvpqTA5nmwkUOiFk8chMEPE9pdIZuuE li:before{  }
 }@media only screen and (max-width: 763px) { #Cz1M82K80801TsVueDxgEu4diUssOdfD { top:0rem;left:0rem;width:23.1875rem;height:56.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxRLNX6J8n9UkTWE8wdt8uEwBCTVNIP { top:7.1875rem;left:0rem;width:22.375rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiTi0W1aWDiN04PQtvIoE5yoTbTRqVKx { top:3.75rem;left:17.875rem;width:29.875rem;height:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9rfchiREyeOTDxK6TsDQPRH5egIMqTo { top:18.75rem;left:0rem;width:19.3125rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smEUsPfK9opKMvm3mNBM1hCTTERJUzGc { top:82.75rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF3m3he8nyI1p9Ts5024vTDw657S9EuX { display:block; }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMmyUTLBSCKsNHeoVT32avk0hexrGfUF { top:3.375rem;left:0rem;width:24.875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sakUsIRRDUIsWIkB0QJkeTWeFfvlIiSG { top:9.125rem;left:0rem;width:26.5625rem;height:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTc3TWUq2fHGMT30d2OCGgcZ11J7u2v { top:35.625rem;left:0rem;width:26.5625rem;height:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSVkh7UORQ2aDr9GshN8zHBHKpS6wkK { top:59.25rem;left:21.1875rem;width:26.5625rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ufwXbOEDemTN7s1Z7IHK3J4qRn1hLc { top:11.25rem;left:21.1875rem;width:26.5625rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c40S61HoDEeTSIuUtBXT04IGtpBeTyLo { top:27.8125rem;left:22.875rem;width:24.875rem;height:6.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ9SoLdxIbawinJvgefJ94b5xdFTTTJZ { top:35.625rem;left:22.125rem;width:25.625rem;height:21.625rem;font-size:1rem;display:block; }#TZ9SoLdxIbawinJvgefJ94b5xdFTTTJZ li:before{  }
 }@media only screen and (max-width: 763px) { #QTGTzzLE3RueGQkIgPy1z7mTgmWFr2cu { top:50.8125rem;left:0rem;width:25.4375rem;height:14.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp { display:block; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb { display:block; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syWT8Lxcz1IrpK3RcknIWwwNWurCVVLo { top:11rem;left:0rem;width:26.5625rem;height:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5uwTaN0IWI73V21PoBIdZvwCJNM4zxx { top:2.75rem;left:21.1875rem;width:26.5625rem;height:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2I3AmchsnUFkP0MTAnMuhhNUfhbVIPZ { top:2.125rem;left:0rem;width:19.3125rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpq021VPcNu6Grvhfxm0hQlJxkLa8efa { top:23.6875rem;left:21.5rem;width:25rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS8mx22aIw36toAV7p6fmontz6bLiGwN { display:block; }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyJLp8k9Nmo6QnAWQ056bzRPVQQcJlIG { top:1.8125rem;left:0rem;width:24.875rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glF1rb7TpVsLFqKGbkG2TllzSmAXdyPQ { top:10.375rem;left:0rem;width:26.5625rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEyS9O3UgU0vZq5x0y41si9AgeBpD42h { top:1.8125rem;left:21.1875rem;width:26.5625rem;height:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgxCU7Ccpu7wgiyWHL42rmqKLooMuRWs { top:14.4375rem;left:21.5rem;width:25rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm { display:block; }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaLgJZ8cPUSJKxZF4nS5q7289si55yFE { width:42.125rem;height:2.8125rem;top:1.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2cPD7QPs6FZUC756Hgyk1xJ3WpFszCL { width:25rem;height:0.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZlOVVsaW5SCb9QrQGnMDhp0QBTerT4B { width:3.3125rem;height:3.875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgzModS0c7AhbprczBgzsAoP8d1cOvF7 { width:25rem;height:16.25rem;top:12.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTPLK3374uz2pchJ99HzFOV9EJXKqeBV { width:20.25rem;height:3.25rem;top:8.875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XcFLyDVd49tFfsKctJ6Pv5OU829yKo { width:25rem;height:0.0625rem;top:31.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCvqO1LqBsr6bW1O9le4ffGyPv8OR6H { width:3.3125rem;height:3.875rem;top:30.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhV4uSMvuyfGvJ1e7GNTTcgUd1vAba25 { width:25rem;height:0.0625rem;top:33.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yip65oeHETBkdNBrI6WZNi8kK558wmFN { width:16.5rem;height:1.625rem;top:31.6875rem;left:28.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUyCq6lOpVxCa62ZfrT1RJGskk5UAlnl { width:25rem;height:17.1875rem;top:35.25rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nECoT48uGFgOCRLyyVh5iSi0cknnmuNH { width:25rem;height:21rem;top:61.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfuGGG4zHsuQ9K30NC5TqhEcyO9T5FtZ { width:25rem;height:0.0625rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmfBtL8LhHf9EV76t0yXtZKuebA7tXHZ { width:3.3125rem;height:3.875rem;top:56.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxse9SkQWHfS2RXBqhNLgqq36aW811ih { width:16.5rem;height:1.625rem;top:58rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFPiQ0AUipMz02D7FQuFBOAT9OE2aCGy { width:25rem;height:0.0625rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJm4lKQOTiQG0x8QsWPcRsEDIeTBNOcX { width:24.375rem;height:16.25rem;top:10.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBVvdsqKrVTX8li2acf1vawBvni1vJH7 { width:25rem;height:0.0625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2f3Ar9I3gtanyP6ITDKVeUHJCHWXDoR { width:19.9375rem;height:1.625rem;top:80.3125rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCuPl1FLW9zh78HduOPI9y54D4Tsdu7k { width:25rem;height:0.0625rem;top:82.875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFLOZfWzZSgzgEvkqqKTuvNWaATkU2ts { width:25rem;height:13.375rem;top:84.1875rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8xAfdP6i1KcrB9QvM3J9If52AqSLi3V { width:3.3125rem;height:3.875rem;top:78.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipL5ZV7Te4P7Aa6U5HKLAeMnn8CKLKFF { top:85.6875rem;left:0rem;width:22.8125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qTlRlh9CQ754QLqN1oyCxXADaTksHC { width:25.125rem;height:16.625rem;top:57.0625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3QiaicOzMuB6sou4AnRhP4U6W13sIh { top:33.3125rem;left:0rem;width:25rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPiECXRpT0vwOIhDON7PpWkOxnQwEmpo { width:17.5rem;height:3.4375rem;top:107.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEiyxKvHdA9hkWqIpudvS2sau5Pc67Rs { display:block; }
 }@media only screen and (max-width: 763px) { #JspD1w9LCodRyXyNdQ4m3QAedA5oyoxZ { width:25rem;height:0.0625rem;top:79.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHF1DSnuuaiJiXdlIuTJNShxPQsVIBWq { width:25rem;height:0.1875rem;top:79rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaFkpm6oiulnDDZ7x760sd2EleOApQGX { width:25rem;height:0.0625rem;top:31.125rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkyH7TavanfLFHknze18BCyc34PCRLdX { width:25rem;height:0.0625rem;top:31.125rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpu4gBqW6KahcXbb9KCRQTUGIh53m5xm { width:25rem;height:0.0625rem;top:31.125rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LW2im07JDJg4M4PyTD1sv9PChLHwonOL { width:25rem;height:0.0625rem;top:31.125rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfa9LqRtbFWF0sCmtdV86hUr4VS7WVkz { width:25rem;height:0.0625rem;top:31.125rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oa9QNIon4d92qZpOMJmdaxBeIBtrw9AP { display:block; }#Oa9QNIon4d92qZpOMJmdaxBeIBtrw9AP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJkcooEiPq8ePLruS6xLeo2XCOsu5sOA { width:47.75rem;height:2.4375rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxTK34aAFsXVQ56G1q6kF0OIR6IuHhrm { top:5.0625rem;left:5.125rem;width:37.5rem;height:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D81wS4aplhIWCdqcWDTTJatFNu8Nnwla { display:block; }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQtHO7M0g66t7vsm0HypTp7Wzp5On6Dw { width:47.75rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1sTsRHyLQCCLlNiAEP8tFnOJ6gezftG { top:2.875rem;left:0rem;width:47.75rem;height:9.55rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzqIGlpNQE1PTEyzRfotZQOiXUSfpnd { display:block; }#TXzqIGlpNQE1PTEyzRfotZQOiXUSfpnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr1PJJRMD6dJuDODP2mvc9JZ6PTJH0NH { top:1.1875rem;left:8.8437519073488rem;width:30.0625rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZFGTQPNrm6LvN14cdzPH4sdrDTdrBwT { top:8rem;left:9.3125rem;width:29.0625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXV1IrhTtv0XRTOLGNm6PLtg6IUsgzXv { top:8.5625rem;left:9.9375rem;width:27.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceS7pJGzDEf0diVnb38lH3iyAiXIU8hO { top:10.0625rem;left:10.25rem;width:28.1875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITTIFE8lXqHt918ciLrgaSyJ1NO2HxB { top:8.5625rem;left:9.75rem;width:28.1875rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97qkSpnNAcyRnEGHR6vMpTvaqvQWs4p { top:8.5625rem;left:9.9375rem;width:27.875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWCfbllyh2cPX8J4smZLw42aiK2A6zNp { top:11.4375rem;left:14rem;width:7.5625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRHDzFTgWpXE8EFKPcLwhm1zwAtKObFT { top:13.5625rem;left:13.25rem;width:9rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgw8ZRzuxowLsDOgrvxv6ShgNvt06qJt { top:13.5625rem;left:24.0625rem;width:9rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdswNOzUimohURPtZVCBNFDh9cdDTa0 { top:11.4375rem;left:25.1875rem;width:6.6875rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsFbRpD0LlLnLdnfZOnVJKeUg0qyCfMp { top:4.875rem;left:4.84375rem;width:38.0625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNC9EJa8RmGTgsvB9G1TCGW2naLRwwrt { top:24.0625rem;left:0rem;width:30.0625rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBupbJxgfiG3iw39WHKtzWikFysai6ig { top:27.75rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEMkpcIM1vPpPUEfldkgHv6VyJsEq6eS { top:29.5rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysT27caX27TThiCxhvc84Os1k4WqAcNC { display:block; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swM38VLtMLUQwZXFIOsF6rUw1WGTMel1 { top:1.6875rem;left:0rem;width:30rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp34uNqOFeSTMnLuQx2BGKQg0w638L3H { top:11.1875rem;left:0rem;width:28.1875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvh4kImx9MtICh621HALOTrSvyrktL9x { top:2rem;left:0rem;width:13.6875rem;height:52.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXd9pLTm6GCfL0FGRwnykWGivUyonPTE { top:9.0625rem;left:0rem;width:29.0625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkscTZttiN9WeyyUSWVBNQGi95rZ9L60 { top:9.6875rem;left:0rem;width:27.8125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEFqxdDlVnTsFU7WNrbrqo7Vm8lxMbeh { top:12.5625rem;left:0rem;width:12.0625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9CrkfCOT9EERM8CRlJ0zmaw4cF9cGs { top:12.5625rem;left:11.6875rem;width:12.0625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su9lVdL7PcPLKliDHNS0JTaARembmxTy { top:9.0625rem;left:18.625rem;width:29.125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlIWQkAJ2LEB8a8NxlPRAcGeG6UoyDa9 { top:11.1875rem;left:19.5625rem;width:28.1875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVOntJM6WeTAcF6n3baEhe4ModTHC4kH { top:12.5625rem;left:42.4375rem;width:5.3125rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIhOUTfutk21HzbXeu6sIVcbPJyLqwCb { top:9.6875rem;left:19.9375rem;width:27.8125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKRS4oRclBy2KqX4TFui40D0HmPEg6T { top:12.5625rem;left:23.875rem;width:8.5625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Dro7MTwbiPT43Num5Fa90Hyfg5sBEw { top:12.5625rem;left:31.625rem;width:8rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ycxpXmzzHAAT6Fqoe9USSxDfMkdt6c { top:30.625rem;left:0rem;width:29.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWqS6f1eB0Wsf9FCpt8kSAwPxGffHcVP { top:31.1875rem;left:0rem;width:27.8125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbkXdxFLJHbRCha5mlZhRG3UzRSHIqdl { top:34.125rem;left:0rem;width:7rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #colWHTvrir1bL8bTfxSDf1SuvDKGhZRT { top:32.6875rem;left:0rem;width:28.1875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqxFQJ3nlcJ1geXliSq4LCadwZGd3uw5 { top:31.0625rem;left:0rem;width:28.125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qniJlzIB78rdrsoyHAn8KK8Ue9Ah5VnI { top:34.125rem;left:17.875rem;width:6rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtxQFAooLhVLJSy8wEdXH8zisRyycGTQ { top:34.125rem;left:9.125rem;width:5.5625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEyH5bgzPoU6iclBEHAQaJEmpcFxPJiz { top:5.375rem;left:0rem;width:38.0625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU4wB8AP6269rFFkWVKzAHZ3PPPZpE5V { top:9.6875rem;left:5.9365234375rem;width:12rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvdm33DHayFnOt5FCPxrn1JKhbPFRzz8 { top:9.6875rem;left:29.8115234375rem;width:12rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1u170o34ZaTc1c3KVQ1kltw2mrf4zpD { top:9.6875rem;left:0rem;width:27.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IisIkEXw7Alpn3ihqQ7RwizEwJXFAT0L { top:9.5625rem;left:19.875rem;width:27.875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8U2M1LNeXMWaM2x8zDeqQTmtPP1WaF { top:31.25rem;left:0rem;width:27.875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzc8PcgbpOiyTcvScNXT9hOGW9hPB1Fp { top:48.5rem;left:0rem;width:30rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQVM30vIcPigNzr1Q3qOphh2N9nbhMv9 { top:15.1875rem;left:31.125rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEytveCryOk8UI77bpXEqmQz0pntaBvS { top:15.1875rem;left:38.8125rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZAyeMcfoc3DCHSnKR6kToMqOC1PhzI { top:15.1875rem;left:23.875rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttwviEkW4RLfObUbB6tTchOf8z5sz5mu { top:36.1875rem;left:0rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXSt2sHLzZ4TJLX9Rxv0PixzzlgHpdV { top:36.25rem;left:7.436767578125rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOqXpkkqbMidBiVtJfWaH0o8JzNwDhk5 { top:36.25rem;left:14.9375rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2IlvTtiQm5cAT4n6e6roMGKp1JIJh00 { top:40.4375rem;left:7.436767578125rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmhsUoCuQPnuSthrftLFTiox34iAJv1I { top:40.4375rem;left:14.9375rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTdOJTvLfPGzIiVJzo5pXOhyPuoCH8n { top:14.6875rem;left:13.249755859375rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2blD01rnm9AzsrXuR4KuIUlD0G63hil { top:14.6875rem;left:0.749755859375rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACRE1qqoVk9pMemkUBOqd7bew6kxDiN { top:30.625rem;left:18.6875rem;width:29.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHe6xlvKfzkrS76LHxKGgCkH4bpaPlg5 { top:31.1875rem;left:19.9375rem;width:27.8125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONOTZT82mib6rbye14rK2paaWP6gDQrT { top:31.1875rem;left:19.875rem;width:27.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhQTGgZX4DeEFrp992t48Q2y6T5ntDlF { top:36.25rem;left:38.8125rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uag4RWJNqbvmlg1gNhmDVUP3zD0tdeaI { top:34.125rem;left:41.0625rem;width:6.6875rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky2KGDudsh1oDnECmBDwIqh3L50CNlQd { top:32.6875rem;left:19.5625rem;width:28.1875rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCTNLIJnukqa76LD8DO9nchZrSbzxx8E { top:36.25rem;left:31.311767578125rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhqquMpki9zQG767sy1W99klnmmRoLto { top:34.125rem;left:32.0625rem;width:7.5625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkq7DnrGynK1xUihBbkXvhUClAEBZ4az { top:31.1875rem;left:19.625rem;width:28.125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chw2hv3pUJQQSRlkD0vMyR4JIMM3U8g8 { top:34.125rem;left:23.875rem;width:7.5625rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6Uuq6sS4UkmKOMyvtq9JltLH9CNv7x { top:36.25rem;left:23.875rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spgU8f63TrkSDFDqggdkCTxAu3psXH1U { top:60.5rem;left:0rem;width:29.375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8KyKssmmtTH5zHpRCV84bPhXtgMeS0I { top:62.875rem;left:0rem;width:26.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idqArskSJ8Xtic9Ac7bZiSXbZs3olAiJ { top:64.875rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX9b2hFGspuFLv3xalNN86O5eQxXnd9y { top:57.9375rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxSvBmCQhLJsgmhpb9QWztBsTRqH4Wvq { top:55.8125rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS4RlB6ynrF7hdpq3nrqzxX7dUMcodSJ { top:53.5rem;left:0rem;width:33.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuaNwrzkWgDI6zDA9vBhIiiEBZElkWvi { top:67.5rem;left:0rem;width:29.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5uXJyt1bImH1rDl50SLHgF9Nnh8TpS { width:14.875rem;height:3.1875rem;top:71.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWEWXF5wERMvSdbkcIh7Zv26iuE7VMHW { display:block; }
 }@media only screen and (max-width: 763px) { #IctobRkTcHkS153CHCnsLbKuRI5dhCld { width:15.3125rem;height:3.1875rem;top:71.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAlc3EknT7bkTUJ83t3DbR3wsdsevTgl { display:block; }
 }@media only screen and (max-width: 763px) { #FOgk9dR9aeJLo9npPZClzpOdeivmBFWz { top:20.75rem;left:23.875rem;width:12.0625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1rV7Hiroo7uQaPNVTi6gqw4rxUZ5lQ0 { top:48.125rem;left:18.6875rem;width:29.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVf9JDRtyZPBcHpnTGcRTzJSqcJLH9rB { top:48.625rem;left:19.9375rem;width:27.8125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU6ol1CLJw55xmzOyBS5DXKk7CZ51gbN { top:48.625rem;left:19.875rem;width:27.875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faXbLXm6pox5xrqnTAhPO1eQkWbQmXxZ { top:54.0625rem;left:31.311767578125rem;width:8.9375rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1D7TtxwMpEv29oFKwkS7ZSpZytN3nN { top:50.1875rem;left:19.5625rem;width:28.125rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatJRi9S8RP3MULvJikFMsk3T8elEikQ { top:49.0625rem;left:27.810791015625rem;width:15.9375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Howx2iqXIK8DWa0t4RGMIP53qTqxGAFA { top:23.8125rem;left:23.875rem;width:12.0625rem;height:4.25rem;font-size:1.125rem;display:block; }#Howx2iqXIK8DWa0t4RGMIP53qTqxGAFA li:before{  }
 }@media only screen and (max-width: 763px) { #HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz { display:block; }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzTT105TTCEmsD9SdqOTeiRmOLg8oWbi { width:17.5rem;height:3.4375rem;top:4.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCAWtxKe417myHRkezR2aWSb6bNa6ziN { display:block; }
 }@media only screen and (max-width: 763px) { #v0IFcgZKiwwcT7r5dimktZURmFvbUA0w { width:47.75rem;height:2.4375rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PopxFgRFIie0plsaJBFMAD5flx4goQWI { display:block; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-regular-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-text { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-text {padding-top: 0; padding-bottom: 0;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-textarea { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-select { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-select {padding-top: 0; padding-bottom: 0;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-checkbox-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh  { width:22.625rem;height:auto;top:6.6875rem;left:22.625rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .radio-container { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh {display:block;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh { width:22.625rem;height:auto;top:6.6875rem;left:22.625rem; }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #Mu9S0L80zQeqtpTNTQTBBIanZchqlVcT {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #ONCInCU3s45nubQC5ZbeeTD0kfeIEFDt {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #gN3zhcp824MQuVfkpoAf4aS1Nr5baoOH {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #klkFDIMWCGHtsm29s6EkkZZOKrgkTNrf {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #TiMxF3fP14zy3TGkLbQcbpTN4oeizdT0 {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #euiugSB7LfwkpVqZbrAaqbIweDinKTBg {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #cDtG871HJKHC984GI0bIf17O3TS0dgEL {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #qdTKTZgM7ChsP0MR6u2AZZDGgTNXatHZ {  }
 }@media only screen and (max-width: 763px) { #PmQnH3dGPE9saH8D2rO0sVCmUf4XN1qM { width:23.1875rem;height:5.8125rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWyDHzsxZT6TMTbzlTqx0z5vAdCPg0q { width:24.875rem;height:5.8125rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6htzBc0n3f6cta0SPmaqeoLshzcauTT { width:21.875rem;height:1.4375rem;top:18.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWl8PLdmbnLAqkPWLlS02cxe2OO6IgkK { width:22.5rem;height:2.875rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn6PnWQ9toqlx09OFfTHzJ3kdOHQ9ztW { width:22.9375rem;height:1.4375rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF5KPvXgU3ZWslAmzoPNXrMZk5QROy6Z { width:20rem;height:1.1875rem;top:21.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdZ8CuvZCwom18socSBEFA07yRzcis2J { width:24.875rem;height:1.4375rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HysAfae9tmF4sAvGP6mkEo4RIbML6Pz0 { width:23.625rem;height:1.4375rem;top:29.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyZ5TdeFTpPLmC8b1cTtpvhG0Fbaw4q4 { width:22.5rem;height:1.4375rem;top:16.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPlDSK4x9OwdO0Pgp7L4b3dLTVzvEySd { width:34.1875rem;height:4.1875rem;top:35.25rem;left:13.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwcDe9V5au9bO49GIyszv9TVfHgI17H { width:25.9375rem;height:1.9375rem;top:3.25rem;left:21.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmDJBohSFfzBpd7CHgt8PQ10TwpXyQFQ { width:22.5rem;height:3.4375rem;top:22.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3nRWIUS9pi8VI79ZHeZ1GmVZOTqAAiu { display:block; }
 }@media only screen and (max-width: 763px) { #aDuwnPflMhRot1R836QuTHbq8Hpq3qNQ { width:22.5rem;height:3.4375rem;top:27.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwZVglWdWy3KTFTIAt8kH5HaELpkgrze { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container { display: none; }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66b3d13b-e91b-4a62-ba74-9fcc45c5e903/kolamobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.adaptive-delivery-prevent-bg, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.lazyload, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.lazyloading { background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { background-color: transparent; background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.1); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.1); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .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); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfGlcKTrC2tr3EM4t6TpJ0ImJfTTakqe { width:20rem;height:3.59863125rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hFS8XdcG92PdeeRay0TylAxVp8qMD1vO { width:14.375rem;height:3.3125rem;top:4rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTt7G14CstFgBbCbRDuV4gBIfGECNTrP { display:block; }
 }@media only screen and (max-width: 763px) { #h0niAL9yWTIDczccA5Hs3dI2CdvJ0iDV { width:14.3125rem;height:3.0625rem;top:8.625rem;left:2.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Hqbel2voEyUmU4EvRnTXCkZGct7oAq { display:block; }
 }@media only screen and (max-width: 763px) { #c3h8hhpM95VzoB49Z2ASiIuQsLOoZWA6 { width:20rem;height:11.125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDE3hAzTLUrpRXusLrMmLmP5f4Rg5xr4 { width:20rem;height:3.59863125rem;top:20.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #byb5Uo8iendkBeGCyue9vhTTpZ7FhTNH { width:15.3125rem;height:3.1875rem;top:28.375rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhCNS9KUwAOoG4VbCW5RHVmIc67NUVJH { display:block; }
 }@media only screen and (max-width: 763px) { #HDbFnl9eZR3cT4yEVKJ5xrpozR6O9gSz { width:14.875rem;height:3.1875rem;top:33.375rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6QFQfJvqMgLkTrrv70EzBMUkUEUNC1 { display:block; }
 }@media only screen and (max-width: 763px) { #EOanuKC3AilMkc63TUeI8tgvoUtWboDs { display:block; }#EOanuKC3AilMkc63TUeI8tgvoUtWboDs > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgpIdxhUhUexxllmsLduy5IKr9Gr9QxZ { width:18.75rem;height:28.88671875rem;top:18.51171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDH1T7f8QI9EnDbEXooINOZbNWe4KEtD { width:15.5625rem;height:5.09765625rem;top:12.01171875rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyBK4vI6lVFGVOMDWDRCqoPsWuu6gG79 { width:14.6875rem;height:21.0625rem;top:60.9248046875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxA2NoURWOszaapASSrUhbweedhMwbF7 { width:18.75rem;height:10.1953125rem;top:48.9248046875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gDUSMuRQFHhJcINagNOeeyTeedeA9Ldd { width:19.875rem;height:9rem;top:1.62451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS { display:block; }#PAqRvzC9f0MAzIOL7eOigHm5PHAHkCiS > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDwyrzy4BmGic1EvAC1rhMIRILJsiMS8 { width:19.125rem;height:4.87305rem;top:1.5rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTJM3yxqEldoiAQWGyh5LJZ0esBsBsv { width:18.0625rem;height:33.984375rem;top:7.6109380722044rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Un2TVGSU7qTTvTf2vRyO73zXocpN22pr { width:14.0625rem;height:22.875rem;top:42.861457824707rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC { display:block; }#GnWFTKGoA0C2nFC3TVFWIgFJ7zqMTxKC > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZxfD9gcdOnRXckuM7X9a33Fv9XJByBG { width:20rem;height:0.125rem;top:39.036719322204rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uCLtQ69QBC3QRIDh2xDcoW5q6H2tlFin { width:3.3125rem;height:3.875rem;top:1.25rem;left:8.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p8WVzFTHScHH0huGRomAFCwzzTCT3d82 { width:20rem;height:0.0625rem;top:40.212497711182rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NSrs4XuXEIxZwpU8csvP2wDChRSroZWJ { width:14.875rem;height:1.4625rem;top:12.0986328125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMlJ4ROW7y8cXl3GOS74Pm6wTyt1Qz6o { width:14.375rem;height:9.746125rem;top:0.8125rem;left:2.8125001192093rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GozMsdLSTx8E3pnDLvTiBuL9isZSIQ5L { width:17.3125rem;height:20.390625rem;top:14.9521484375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kebK8T8aJ5VXF8etQoI9q4gbBwpOyKAK { width:18.9375rem;height:12.4375rem;top:37.974990844726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { display:block; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container { width:20rem;height:38.49851171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTqQicKeFPcAlV5rlLMbD2x0flE0amWe { width:20rem;height:0.0625rem;top:31.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zTKcIiMQQilWMuoZ0TApvWy41VGcSD3R { width:18.75rem;height:1.4625rem;top:0.62422180175781rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFmE2ETVDLUBid9cuFgXwp90TQswCAQw { width:3.3125rem;height:3.875rem;top:21.6875rem;left:8.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DiMlhlo2JKZiTxJRwgXatMxmNWPLpzm2 { width:20rem;height:0.0625rem;top:32.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AS1OVVIl6zkp5hf7FW1bTCaJUdJ9GSTc { width:20rem;height:0.0625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk5lKKaJrHrdlPwnVh4hAIGl8W11sQFi { width:20rem;height:0.0625rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGv2iqPfJez7RgvDAIQHZ4CvFzUyRv5a { width:18.75rem;height:12.4375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd9zOg6Lb82sV8uquLPtFki5M95BhUA1 { width:18.75rem;height:1.4625rem;top:12.800000190735rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTFzOpR0iqWS8tLB1ELtCT1soFI8wPHB { width:3.3125rem;height:3.875rem;top:11.5625rem;left:7.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TdCdqKHZtpK7XG1dRqLEDWLUM29voids { width:18.75rem;height:8.496125rem;top:3.1250009536743rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXHCZK5U2H3wWTedtT0hwFTOFdnbnsy1 { width:18.75rem;height:8.496125rem;top:15.425000190735rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { display:block; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJusWHVcTEivopwwpvuIo3rIUVO4BvTh { width:20rem;height:0.0625rem;top:37.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7QiQ3mPzJrJo1Fl9uPDDnAAfcLrqST { width:3.3125rem;height:3.875rem;top:1.25rem;left:8.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SJMo5l9dzKdTk5PQOIydGLtFaZukuhx3 { width:20rem;height:0.0625rem;top:40.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #UvWh1sdvSoixTOLX4BAx4s81s4ByZDDy { width:20rem;height:0.0625rem;top:39.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #FigzBrwasa4uHSaDnb9lcqLzMSMN7XQa { width:18.75rem;height:1.4625rem;top:16.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIt62DSoepuLJNvp8ZrmXTxEEwDZWZxh { width:20rem;height:0.0625rem;top:38.3125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #J9xLUgPfFZGoEaES32hKIo00TitkLRw2 { width:18.75rem;height:1.4625rem;top:1.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgOlMcykhbUb3FKQzd8T8iy7fzZOwDp2 { width:3.3125rem;height:3.875rem;top:38.4375rem;left:8.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ttmIJcBaaZtEX6cb0qn3omweFQxFiTSo { width:18.75rem;height:11.8945rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITmwSh8VWOk02uIaHhbLsrhMOKHLd0v { width:18.75rem;height:6.796875rem;top:19.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOrNKSDn3wD1vxezeLhO7HktmnCZRtK5 { width:18.75rem;height:11.625rem;top:26.693756103516rem;left:0.049218714237213rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e20cb383-6b04-46d8-99c9-e8574db0118a/Opawskie.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw.adaptive-delivery-prevent-bg, #H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw.lazyload, #H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw.lazyloading { background-image: none; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container { background-color: transparent; background-image: none; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container > .video-iframe-container { display: none; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row > .video-iframe-container { display: none; }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .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); }#H4gEBFTWsOZKRmTEV0oqkTfL6wko7Wpw > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc { background-color:#83a519;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; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container { background-color: transparent; background-image: none; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container > .video-iframe-container { display: none; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row > .video-iframe-container { display: none; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .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); }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container { border-width: 0; border-radius: 0; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHJUsG4aqiIzq2Ar4JX2hvpqDEuizndc > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvcll75POhTWmNm3FOpO3XTWINOc6hlX { width:18.75rem;height:13.505875rem;top:1rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LHTpThvpAb8skK5MtLifEethH02a315m { width:20rem;height:1.68823125rem;top:15.049999713898rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xZo5iATrArS7k2iGtxwCJu7BcaNnUV1m { width:17.625rem;height:18.6875rem;top:19.820834159851rem;left:0.62916660308838rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEwt1bS2vxIONSNc38bBQyDyoi9QGfbg { width:20rem;height:0.9375rem;top:16.687500476837rem;left:0rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg { display:block; }#KMvScRpkHgrPtwhgaRoJQcrf8G5B4rWg > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgkO9ynIp0seB2LDTWeNnmmat8vTJHZc { width:18.75rem;height:22.089875rem;top:5.0992183685303rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwqlkMwdcfbVuyeSPw8x0dBcORb3EHsA { width:20rem;height:10.0625rem;top:29.225017547608rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf7akO3RrHUmXaICXC2E955WWIhF2FVx { width:20rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU { display:block; }#ZFJ6vRCTMf9ATkBI0HgpbMmgP4IuJBdU > .row .container { width:20rem;height:120.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpGP7swSfBMqCKx3N45TvE8iTmKbnlvw { width:10.875rem;height:12.578125rem;top:61.4375rem;left:2.9375rem;font-size:1rem;display:block; }#wpGP7swSfBMqCKx3N45TvE8iTmKbnlvw li:before{  }
 }@media only screen and (max-width: 763px) { #tzX2TAfVAoq4ZsZpPeVPTgbLvT6ZuCvw { width:18.75rem;height:1.4625rem;top:59.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuX9f16XKPVTDytdyD5flCpHbJTMqIHI { width:18.75rem;height:1.4625rem;top:75.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrzgxBTSvdn9yK8iOy14oWNmTVyAClT4 { width:15.0625rem;height:13.2519375rem;top:78.125rem;left:2.5rem;font-size:1rem;display:block; }#TrzgxBTSvdn9yK8iOy14oWNmTVyAClT4 li:before{  }
 }@media only screen and (max-width: 763px) { #zXeT8RHG4OQlxeJDlJ3Ih4UzVkJbiGdG { width:18.75rem;height:2.59765625rem;top:49.062498092651rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlM9sBdzRRDAxEFme289wrZow0I1LRxQ { width:14.125rem;height:1.4625rem;top:113.75rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgQ1f4SRQ7yxt8GB2EE72WOoTF7Pr1qC { width:14.125rem;height:1.4625rem;top:116.6875rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS28EgGoKxontRUeCNP4iUq7Lv4PwV57 { width:18.75rem;height:2.925rem;top:102.4375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQEIz16lFimSTXgdKaUOrQa7d1T765dR { width:10.875rem;height:4.76684375rem;top:95.75rem;left:2.9375rem;font-size:1.0625rem;display:block; }#cQEIz16lFimSTXgdKaUOrQa7d1T765dR li:before{  }
 }@media only screen and (max-width: 763px) { #ZnvpqTA5nmwkUOiFk8chMEPE9pdIZuuE { width:15.625rem;height:4.76684375rem;top:107.25rem;left:2.9375rem;font-size:1.0625rem;display:block; }#ZnvpqTA5nmwkUOiFk8chMEPE9pdIZuuE li:before{  }
 }@media only screen and (max-width: 763px) { #Cz1M82K80801TsVueDxgEu4diUssOdfD { width:20rem;height:49.0625rem;top:1.2397766113281E-5rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxRLNX6J8n9UkTWE8wdt8uEwBCTVNIP { width:18.75rem;height:4.87305rem;top:2.529296875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiTi0W1aWDiN04PQtvIoE5yoTbTRqVKx { width:16.625rem;height:16.9921875rem;top:8.1689453125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9rfchiREyeOTDxK6TsDQPRH5egIMqTo { width:15.4375rem;height:27.875rem;top:26.179166793823rem;left:1.6604166030884rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #smEUsPfK9opKMvm3mNBM1hCTTERJUzGc { width:18.75rem;height:1.4625rem;top:92.875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TF3m3he8nyI1p9Ts5024vTDw657S9EuX { display:block; }#TF3m3he8nyI1p9Ts5024vTDw657S9EuX > .row .container { width:20rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMmyUTLBSCKsNHeoVT32avk0hexrGfUF { width:18.75rem;height:2.4375rem;top:1.1875rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sakUsIRRDUIsWIkB0QJkeTWeFfvlIiSG { width:18.4375rem;height:28.88675rem;top:4.9736328125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTc3TWUq2fHGMT30d2OCGgcZ11J7u2v { width:18.125rem;height:13.59375rem;top:35.6845703125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFSVkh7UORQ2aDr9GshN8zHBHKpS6wkK { width:14.875rem;height:6.796875rem;top:111.537109375rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ufwXbOEDemTN7s1Z7IHK3J4qRn1hLc { width:17.5625rem;height:18.691375rem;top:62.224609375rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c40S61HoDEeTSIuUtBXT04IGtpBeTyLo { width:18.75rem;height:2.0625rem;top:83.0625rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZ9SoLdxIbawinJvgefJ94b5xdFTTTJZ { width:18.75rem;height:21.9873125rem;top:87.4609375rem;left:0.625rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#TZ9SoLdxIbawinJvgefJ94b5xdFTTTJZ li:before{  }
 }@media only screen and (max-width: 763px) { #QTGTzzLE3RueGQkIgPy1z7mTgmWFr2cu { width:20rem;height:8.92944375rem;top:51.484375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp { display:block; }#TthQ0ZtEyBvqnzMgqTzJ0XMXJSCCv3gp > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb { display:block; }#hyTZNtwVWEdQyDS4qIZuNpREzeWoubSb > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syWT8Lxcz1IrpK3RcknIWwwNWurCVVLo { width:18.1875rem;height:32.285125rem;top:6.63671875rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5uwTaN0IWI73V21PoBIdZvwCJNM4zxx { width:18.1875rem;height:22.089875rem;top:52.94921875rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2I3AmchsnUFkP0MTAnMuhhNUfhbVIPZ { width:18.75rem;height:4.87305rem;top:1.1250357627869rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zpq021VPcNu6Grvhfxm0hQlJxkLa8efa { width:18.75rem;height:12.46875rem;top:38.228115081787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS8mx22aIw36toAV7p6fmontz6bLiGwN { display:block; }#SS8mx22aIw36toAV7p6fmontz6bLiGwN > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyJLp8k9Nmo6QnAWQ056bzRPVQQcJlIG { width:17.6875rem;height:4.87305rem;top:1.0615234375rem;left:1.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glF1rb7TpVsLFqKGbkG2TllzSmAXdyPQ { width:18.75rem;height:23.78909375rem;top:6.8250000774862rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEyS9O3UgU0vZq5x0y41si9AgeBpD42h { width:18.75rem;height:13.59375rem;top:45.087501525879rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgxCU7Ccpu7wgiyWHL42rmqKLooMuRWs { width:18.75rem;height:12.46875rem;top:30.000000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm { display:block; }#cL9U1WxIxKX0FTJgab4km9mgKp8h37Bm > .row .container { width:20rem;height:162.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaLgJZ8cPUSJKxZF4nS5q7289si55yFE { width:16.3125rem;height:3.9rem;top:1.7489585876465rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2cPD7QPs6FZUC756Hgyk1xJ3WpFszCL { width:20rem;height:0.0625rem;top:124.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KZlOVVsaW5SCb9QrQGnMDhp0QBTerT4B { width:3.3125rem;height:3.875rem;top:1.25rem;left:8.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hgzModS0c7AhbprczBgzsAoP8d1cOvF7 { width:18.75rem;height:17.5231875rem;top:12.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTPLK3374uz2pchJ99HzFOV9EJXKqeBV { width:18.75rem;height:1.62475625rem;top:7.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XcFLyDVd49tFfsKctJ6Pv5OU829yKo { width:20rem;height:0.1875rem;top:90.546875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #STCvqO1LqBsr6bW1O9le4ffGyPv8OR6H { width:3.3125rem;height:auto;top:30.375rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhV4uSMvuyfGvJ1e7GNTTcgUd1vAba25 { width:20rem;height:0.1875rem;top:72.6875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #yip65oeHETBkdNBrI6WZNi8kK558wmFN { width:16.5rem;height:1.625rem;top:88.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUyCq6lOpVxCa62ZfrT1RJGskk5UAlnl { width:18.75rem;height:15.9301875rem;top:91.53125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nECoT48uGFgOCRLyyVh5iSi0cknnmuNH { width:18.75rem;height:19.1161875rem;top:51.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfuGGG4zHsuQ9K30NC5TqhEcyO9T5FtZ { width:20rem;height:0.1875rem;top:127.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xmfBtL8LhHf9EV76t0yXtZKuebA7tXHZ { width:3.3125rem;height:auto;top:56.25rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxse9SkQWHfS2RXBqhNLgqq36aW811ih { width:16.5rem;height:1.625rem;top:47.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFPiQ0AUipMz02D7FQuFBOAT9OE2aCGy { width:20rem;height:0.0625rem;top:111.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rJm4lKQOTiQG0x8QsWPcRsEDIeTBNOcX { width:18.5625rem;height:12.375rem;top:31.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBVvdsqKrVTX8li2acf1vawBvni1vJH7 { width:20rem;height:0.1875rem;top:83.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #a2f3Ar9I3gtanyP6ITDKVeUHJCHWXDoR { width:19.9375rem;height:1.625rem;top:125.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCuPl1FLW9zh78HduOPI9y54D4Tsdu7k { width:20rem;height:0.1875rem;top:154.6875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #sFLOZfWzZSgzgEvkqqKTuvNWaATkU2ts { width:18.75rem;height:11.151125rem;top:128.484375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8xAfdP6i1KcrB9QvM3J9If52AqSLi3V { width:3.3125rem;height:auto;top:78.8125rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipL5ZV7Te4P7Aa6U5HKLAeMnn8CKLKFF { width:18.75rem;height:13.9989375rem;top:140.625rem;left:0rem;border-top:0.625rem solid #83a519;border-left:0.625rem solid #83a519;border-right:0.625rem solid #83a519;border-bottom:0.625rem solid #83a519;display:block; }
 }@media only screen and (max-width: 763px) { #R6qTlRlh9CQ754QLqN1oyCxXADaTksHC { width:18.75rem;height:12.40625rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3QiaicOzMuB6sou4AnRhP4U6W13sIh { width:18.75rem;height:12.46875rem;top:108.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPiECXRpT0vwOIhDON7PpWkOxnQwEmpo { width:14.0625rem;height:3.4375rem;top:157.4375rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEiyxKvHdA9hkWqIpudvS2sau5Pc67Rs { display:block; }
 }@media only screen and (max-width: 763px) { #JspD1w9LCodRyXyNdQ4m3QAedA5oyoxZ { width:20rem;height:0.0625rem;top:162.125rem;left:-0.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QHF1DSnuuaiJiXdlIuTJNShxPQsVIBWq { width:20rem;height:0.1875rem;top:124.4375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #WaFkpm6oiulnDDZ7x760sd2EleOApQGX { width:20rem;height:0.1875rem;top:87.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XkyH7TavanfLFHknze18BCyc34PCRLdX { width:20rem;height:0.1875rem;top:11.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Tpu4gBqW6KahcXbb9KCRQTUGIh53m5xm { width:20rem;height:0.1875rem;top:46.75rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LW2im07JDJg4M4PyTD1sv9PChLHwonOL { width:20rem;height:0.1875rem;top:50.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cfa9LqRtbFWF0sCmtdV86hUr4VS7WVkz { width:20rem;height:0.1875rem;top:6.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Oa9QNIon4d92qZpOMJmdaxBeIBtrw9AP { display:block; }#Oa9QNIon4d92qZpOMJmdaxBeIBtrw9AP > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJkcooEiPq8ePLruS6xLeo2XCOsu5sOA { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxTK34aAFsXVQ56G1q6kF0OIR6IuHhrm { width:20rem;height:30rem;top:4.45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D81wS4aplhIWCdqcWDTTJatFNu8Nnwla { display:none; }#D81wS4aplhIWCdqcWDTTJatFNu8Nnwla > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mQtHO7M0g66t7vsm0HypTp7Wzp5On6Dw { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1sTsRHyLQCCLlNiAEP8tFnOJ6gezftG { width:20rem;height:4rem;top:4.45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzqIGlpNQE1PTEyzRfotZQOiXUSfpnd { display:none; }#TXzqIGlpNQE1PTEyzRfotZQOiXUSfpnd > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jr1PJJRMD6dJuDODP2mvc9JZ6PTJH0NH { width:20rem;height:2.4375rem;top:1.1874998807907rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZFGTQPNrm6LvN14cdzPH4sdrDTdrBwT { width:20rem;height:15.0625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXV1IrhTtv0XRTOLGNm6PLtg6IUsgzXv { width:20rem;height:13.5rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceS7pJGzDEf0diVnb38lH3iyAiXIU8hO { width:20rem;height:2.1375rem;top:10.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITTIFE8lXqHt918ciLrgaSyJ1NO2HxB { width:20rem;height:2.6125rem;top:12.250037670136rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97qkSpnNAcyRnEGHR6vMpTvaqvQWs4p { width:20rem;height:13.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWCfbllyh2cPX8J4smZLw42aiK2A6zNp { width:7.375rem;height:1.9rem;top:15.925000190735rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRHDzFTgWpXE8EFKPcLwhm1zwAtKObFT { width:9rem;height:4.275rem;top:17.824999809265rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgw8ZRzuxowLsDOgrvxv6ShgNvt06qJt { width:9rem;height:4.275rem;top:17.824999809265rem;left:11.000000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdswNOzUimohURPtZVCBNFDh9cdDTa0 { width:8.1875rem;height:1.9rem;top:15.925000190735rem;left:11.406250357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsFbRpD0LlLnLdnfZOnVJKeUg0qyCfMp { width:15.5625rem;height:2.8rem;top:4.374219417572rem;left:2.2187501192093rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vNC9EJa8RmGTgsvB9G1TCGW2naLRwwrt { width:20rem;height:2.6rem;top:25.687487602234rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kBupbJxgfiG3iw39WHKtzWikFysai6ig { width:20rem;height:2.1375rem;top:29.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEMkpcIM1vPpPUEfldkgHv6VyJsEq6eS { width:20rem;height:2.1375rem;top:31.262500762939rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysT27caX27TThiCxhvc84Os1k4WqAcNC { background-color:#f0faef;background-image:none;display:block; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container { background-color: transparent; background-image: none; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container > .video-iframe-container { display: none; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row > .video-iframe-container { display: none; }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .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); }#ysT27caX27TThiCxhvc84Os1k4WqAcNC > .row .container { width:20rem;height:164.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swM38VLtMLUQwZXFIOsF6rUw1WGTMel1 { width:18.75rem;height:2.4375rem;top:1.5rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rp34uNqOFeSTMnLuQx2BGKQg0w638L3H { width:18.75rem;height:2.13745rem;top:15.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvh4kImx9MtICh621HALOTrSvyrktL9x { width:20rem;height:1.75rem;top:14.249267578125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bXd9pLTm6GCfL0FGRwnykWGivUyonPTE { width:20rem;height:18.25rem;top:8.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkscTZttiN9WeyyUSWVBNQGi95rZ9L60 { width:20rem;height:16.9375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEFqxdDlVnTsFU7WNrbrqo7Vm8lxMbeh { width:9.0625rem;height:1.8994125rem;top:12.999267578125rem;left:5.43701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9CrkfCOT9EERM8CRlJ0zmaw4cF9cGs { width:9.125rem;height:1.8994125rem;top:19.749755859375rem;left:5.43701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su9lVdL7PcPLKliDHNS0JTaARembmxTy { width:20rem;height:37.125rem;top:27.874755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlIWQkAJ2LEB8a8NxlPRAcGeG6UoyDa9 { width:20rem;height:2.13745rem;top:29.9365234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVOntJM6WeTAcF6n3baEhe4ModTHC4kH { width:6.25rem;height:1.8994125rem;top:56.687255859375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIhOUTfutk21HzbXeu6sIVcbPJyLqwCb { width:20rem;height:35.9375rem;top:28.499755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKRS4oRclBy2KqX4TFui40D0HmPEg6T { width:6.9375rem;height:1.8994125rem;top:32.93701171875rem;left:6.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Dro7MTwbiPT43Num5Fa90Hyfg5sBEw { width:7.3125rem;height:1.8994125rem;top:49.5615234375rem;left:6.312255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ycxpXmzzHAAT6Fqoe9USSxDfMkdt6c { width:20rem;height:27.6875rem;top:65.748291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWqS6f1eB0Wsf9FCpt8kSAwPxGffHcVP { width:20rem;height:26.3125rem;top:66.436767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbkXdxFLJHbRCha5mlZhRG3UzRSHIqdl { width:6.9375rem;height:1.8994125rem;top:70.311279296875rem;left:6.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #colWHTvrir1bL8bTfxSDf1SuvDKGhZRT { width:20rem;height:2.13745rem;top:79.3115234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqxFQJ3nlcJ1geXliSq4LCadwZGd3uw5 { width:20rem;height:2.61108125rem;top:66.998291015625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qniJlzIB78rdrsoyHAn8KK8Ue9Ah5VnI { width:12.0625rem;height:1.8994125rem;top:85.123291015625rem;left:3.936767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtxQFAooLhVLJSy8wEdXH8zisRyycGTQ { width:8.0625rem;height:1.8994125rem;top:77.4365234375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEyH5bgzPoU6iclBEHAQaJEmpcFxPJiz { width:18.75rem;height:3.15rem;top:4.5625rem;left:0.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IU4wB8AP6269rFFkWVKzAHZ3PPPZpE5V { width:12.0625rem;height:2.61108125rem;top:9.561767578125rem;left:3.936767578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvdm33DHayFnOt5FCPxrn1JKhbPFRzz8 { width:12.0625rem;height:2.61108125rem;top:29.6875rem;left:3.936767578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1u170o34ZaTc1c3KVQ1kltw2mrf4zpD { width:20rem;height:17.0625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IisIkEXw7Alpn3ihqQ7RwizEwJXFAT0L { width:20rem;height:35.75rem;top:28.56201171875rem;left:0rem;background-color:rgba(215,208,158,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8U2M1LNeXMWaM2x8zDeqQTmtPP1WaF { width:20rem;height:26.25rem;top:66.436767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzc8PcgbpOiyTcvScNXT9hOGW9hPB1Fp { width:20rem;height:2.84301875rem;top:138.6875rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQVM30vIcPigNzr1Q3qOphh2N9nbhMv9 { width:9rem;height:4.2749rem;top:51.249755859375rem;left:5.499267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEytveCryOk8UI77bpXEqmQz0pntaBvS { width:9rem;height:4.2749rem;top:58.5rem;left:5.499267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZAyeMcfoc3DCHSnKR6kToMqOC1PhzI { width:7.6855625rem;height:4.2749rem;top:34.83642578125rem;left:6.156005859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttwviEkW4RLfObUbB6tTchOf8z5sz5mu { width:9rem;height:4.2749rem;top:72.186279296875rem;left:5.499267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXSt2sHLzZ4TJLX9Rxv0PixzzlgHpdV { width:9rem;height:4.2749rem;top:79.3115234375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOqXpkkqbMidBiVtJfWaH0o8JzNwDhk5 { width:9rem;height:4.2749rem;top:86.998291015625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2IlvTtiQm5cAT4n6e6roMGKp1JIJh00 { width:9rem;height:4.2749rem;top:79.3115234375rem;left:10.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmhsUoCuQPnuSthrftLFTiox34iAJv1I { width:9rem;height:4.2749rem;top:86.998291015625rem;left:10.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTdOJTvLfPGzIiVJzo5pXOhyPuoCH8n { width:9rem;height:4.2749rem;top:21.5625rem;left:5.499267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2blD01rnm9AzsrXuR4KuIUlD0G63hil { width:9rem;height:4.2749rem;top:14.81201171875rem;left:5.499267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACRE1qqoVk9pMemkUBOqd7bew6kxDiN { width:20rem;height:27.8125rem;top:94.12353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHe6xlvKfzkrS76LHxKGgCkH4bpaPlg5 { width:20rem;height:26.5rem;top:94.686279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONOTZT82mib6rbye14rK2paaWP6gDQrT { width:20rem;height:26.5625rem;top:94.686279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhQTGgZX4DeEFrp992t48Q2y6T5ntDlF { width:9rem;height:4.2749rem;top:116.62353515625rem;left:5.499267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uag4RWJNqbvmlg1gNhmDVUP3zD0tdeaI { width:6.6875rem;height:1.8994125rem;top:114.68627929688rem;left:6.624755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky2KGDudsh1oDnECmBDwIqh3L50CNlQd { width:20rem;height:2.13745rem;top:96.1865234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCTNLIJnukqa76LD8DO9nchZrSbzxx8E { width:9rem;height:4.2749rem;top:109.81079101562rem;left:5.499267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhqquMpki9zQG767sy1W99klnmmRoLto { width:7.5625rem;height:1.8994125rem;top:107.93579101562rem;left:6.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkq7DnrGynK1xUihBbkXvhUClAEBZ4az { width:20rem;height:2.61108125rem;top:96.624267578125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chw2hv3pUJQQSRlkD0vMyR4JIMM3U8g8 { width:7.5625rem;height:1.8994125rem;top:100.87329101562rem;left:6.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6Uuq6sS4UkmKOMyvtq9JltLH9CNv7x { width:8.999rem;height:4.2749rem;top:102.68627929688rem;left:5.499267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spgU8f63TrkSDFDqggdkCTxAu3psXH1U { width:20rem;height:1.8994125rem;top:142.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8KyKssmmtTH5zHpRCV84bPhXtgMeS0I { width:20rem;height:2.13745rem;top:145.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idqArskSJ8Xtic9Ac7bZiSXbZs3olAiJ { width:20rem;height:2.13745rem;top:147.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX9b2hFGspuFLv3xalNN86O5eQxXnd9y { width:20rem;height:2.13745rem;top:156.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxSvBmCQhLJsgmhpb9QWztBsTRqH4Wvq { width:20rem;height:2.13745rem;top:154.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS4RlB6ynrF7hdpq3nrqzxX7dUMcodSJ { width:20rem;height:1.8994125rem;top:151.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuaNwrzkWgDI6zDA9vBhIiiEBZElkWvi { width:18.75rem;height:3.32519375rem;top:159.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5uXJyt1bImH1rDl50SLHgF9Nnh8TpS { width:14.875rem;height:3.1875rem;top:127.18627929688rem;left:1.937255859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWEWXF5wERMvSdbkcIh7Zv26iuE7VMHW { display:block; }
 }@media only screen and (max-width: 763px) { #IctobRkTcHkS153CHCnsLbKuRI5dhCld { width:15.3125rem;height:3.1875rem;top:122.7490234375rem;left:1.68701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAlc3EknT7bkTUJ83t3DbR3wsdsevTgl { display:block; }
 }@media only screen and (max-width: 763px) { #FOgk9dR9aeJLo9npPZClzpOdeivmBFWz { width:10.06225rem;height:3.1494125rem;top:40.3525390625rem;left:4.967041015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1rV7Hiroo7uQaPNVTi6gqw4rxUZ5lQ0 { width:20rem;height:14.25rem;top:122.56103515625rem;left:0.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVf9JDRtyZPBcHpnTGcRTzJSqcJLH9rB { width:20rem;height:13.125rem;top:123.12377929688rem;left:0.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU6ol1CLJw55xmzOyBS5DXKk7CZ51gbN { width:20rem;height:13.0625rem;top:123.12377929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faXbLXm6pox5xrqnTAhPO1eQkWbQmXxZ { width:8.9355625rem;height:4.2749rem;top:128.56079101562rem;left:5.5615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1D7TtxwMpEv29oFKwkS7ZSpZytN3nN { width:20rem;height:2.13745rem;top:124.6240234375rem;left:0.062255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatJRi9S8RP3MULvJikFMsk3T8elEikQ { width:15.9375rem;height:2.61108125rem;top:123.49853515625rem;left:4.124755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Howx2iqXIK8DWa0t4RGMIP53qTqxGAFA { width:12.0605625rem;height:4.2749rem;top:43.67333984375rem;left:3.968505859375rem;font-size:1.125rem;display:block; }#Howx2iqXIK8DWa0t4RGMIP53qTqxGAFA li:before{  }
 }@media only screen and (max-width: 763px) { #HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz { display:block; }#HvbWemsOkrt6eOGVXZ2Ca0Q4VTrhvxrz > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzTT105TTCEmsD9SdqOTeiRmOLg8oWbi { width:17.5rem;height:3.4375rem;top:6.4rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCAWtxKe417myHRkezR2aWSb6bNa6ziN { display:block; }
 }@media only screen and (max-width: 763px) { #v0IFcgZKiwwcT7r5dimktZURmFvbUA0w { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PopxFgRFIie0plsaJBFMAD5flx4goQWI { display:block; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-text {padding-top: 0; padding-bottom: 0;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-select {padding-top: 0; padding-bottom: 0;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh  { width:17.5rem;height:auto;top:38.034374237061rem;left:0rem; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh {display:block;}#TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh { width:17.5rem;height:auto;top:38.034374237061rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #Mu9S0L80zQeqtpTNTQTBBIanZchqlVcT {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #ONCInCU3s45nubQC5ZbeeTD0kfeIEFDt {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #gN3zhcp824MQuVfkpoAf4aS1Nr5baoOH {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #klkFDIMWCGHtsm29s6EkkZZOKrgkTNrf {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #TiMxF3fP14zy3TGkLbQcbpTN4oeizdT0 {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #euiugSB7LfwkpVqZbrAaqbIweDinKTBg {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #cDtG871HJKHC984GI0bIf17O3TS0dgEL {  }
 }@media only screen and (max-width: 763px) { #TNm9ycSOqusUtexmCetDyTkT5Ghaw8Zh #qdTKTZgM7ChsP0MR6u2AZZDGgTNXatHZ {  }
 }@media only screen and (max-width: 763px) { #PmQnH3dGPE9saH8D2rO0sVCmUf4XN1qM { width:18.6875rem;height:4.875rem;top:1.0625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWyDHzsxZT6TMTbzlTqx0z5vAdCPg0q { width:18.4375rem;height:6.494125rem;top:8.1875004768369rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6htzBc0n3f6cta0SPmaqeoLshzcauTT { width:20rem;height:1.21875rem;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWl8PLdmbnLAqkPWLlS02cxe2OO6IgkK { width:20rem;height:2.4375rem;top:26.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn6PnWQ9toqlx09OFfTHzJ3kdOHQ9ztW { width:20rem;height:1.21875rem;top:41.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bF5KPvXgU3ZWslAmzoPNXrMZk5QROy6Z { width:20rem;height:1.21875rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tdZ8CuvZCwom18socSBEFA07yRzcis2J { width:20rem;height:1.3rem;top:22.32187461853rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HysAfae9tmF4sAvGP6mkEo4RIbML6Pz0 { width:20rem;height:1.21875rem;top:24.231250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyZ5TdeFTpPLmC8b1cTtpvhG0Fbaw4q4 { width:20rem;height:1.21875rem;top:16.08749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPlDSK4x9OwdO0Pgp7L4b3dLTVzvEySd { width:20rem;height:4.5043875rem;top:65.871875762938rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwcDe9V5au9bO49GIyszv9TVfHgI17H { width:20rem;height:3.25rem;top:32.621873855591rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmDJBohSFfzBpd7CHgt8PQ10TwpXyQFQ { width:19rem;height:3.4375rem;top:54.684375762939rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3nRWIUS9pi8VI79ZHeZ1GmVZOTqAAiu { display:block; }
 }@media only screen and (max-width: 763px) { #aDuwnPflMhRot1R836QuTHbq8Hpq3qNQ { width:19rem;height:3.4375rem;top:59.309375762939rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwZVglWdWy3KTFTIAt8kH5HaELpkgrze { display:block; }
 }