.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#52701e;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; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { background-color: transparent; background-image: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container > .video-iframe-container { display: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container { display: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .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); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { border-width: 0; border-radius: 0; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#yANO1w3lVWRkZdUppxhToUNGATlwasds { color:#f5f5f5;display:block;width:923px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:27px;left:138.5px;height:67.1666px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:#ffffff;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;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { border-width: 0; border-radius: 0; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:1200px;height:739px;font-size:14px;font-family:"open sans";position:relative;display:block; }#ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { color:rgba(0,0,0,0.5);display:block;width:310px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:758px;left:710px;height:100.734px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { color:rgba(0,0,0,0.5);display:block;width:310px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:758px;left:710px;height:100.734px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { color:rgba(0,0,0,0.5);display:block;width:310px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:758px;left:710px;height:100.734px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { color:rgba(0,0,0,0.5);display:block;width:310px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:758px;left:710px;height:100.734px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:26px;top:335px;left:140px;display:none; }
#k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { color:#080909;display:block;width:441px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:372px;left:142px;height:70.1875px;display:block; }
#suInKuXs2pqemMVi2sTXpuRh35MNrGya { color:#080909;display:block;width:354px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:467px;left:142px;height:46.7917px;display:block; }
#g82lgnACUpqLgShyiBLTkewuV1V1SRgz { color:#52701e;display:block;width:866.989px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:177.98294830322px;left:174.97161865234px;height:47.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Si9lDRSV1mT7QodwDK6Si2OSJ8Xgc35H { color:#080909;display:block;width:421px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:544px;left:142px;height:93.5833px;display:block; }
#c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { position:absolute;display:block;z-index:15069;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:500px;width:500px;top:201.53979492188px;left:643.83520507812px;overflow:hidden;display:block; }
#UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { color:#000000;display:block;width:1041px;position:absolute;font-family:montserrat;font-size:46px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:45px;left:88px;height:110.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5bUVqbnBNFgHi4XCMTF4UuOJXClqTnt { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:371.98862075806px;left:87.997192382812px; }
#ZJouTKJwycaze9HEwLTu2hJI6Jm2HTCu { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:470.38351821899px;left:87.997192382812px; }
#dATh3B5yTRJ1ADo5Swcaecerbq0QHIFI { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:543.99145889282px;left:87.997192382812px; }
#L2LtOTB2xyaHZM3ha6VoS0paUGM4SiG2 { color:#000000;display:block;width:1041px;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:45px;left:88px;height:110.3694px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#onCvNFVRnKtDKI0SxRMK1ECPTd1TrMbU { color:#080909;display:block;width:413.991px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:372px;left:142px;height:70.1847px;display:none; }
#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI.adaptive-delivery-prevent-bg, #UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI.lazyload, #UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI.lazyloading { background-image: none; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container { background-color: transparent; background-image: none; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container > .video-iframe-container { display: none; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row > .video-iframe-container { display: none; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .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); }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container { border-width: 0; border-radius: 0; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container { font-size:14px;font-family:arial;height:600px;width:1200px;position:relative;display:block; }#wNU3lQXG3Vi7TDOk3dUmP52SBvreMfsy { color:#000000;display:block;width:799px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:165px;left:200.5px;height:125.938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w1PALrUqzGE2VbLNfVO0kDtSrgshuNgi { color:#000000;display:block;width:935.969px;position:absolute;font-family:montserrat;font-size:38px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:74px;left:132px;height:49.3958px;font-style:normal;text-align:center;text-align-last:center;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; }
#RTaOxPNXFuaMVHmoLtha0WoG8U3GmZTN { background-color:#52701e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:700px;height:100px;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:446.96875px;left:250px;display:block; }
#ye1SZROAL25gQqxzls8yDeVvEwu8Vil1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lBtJF4rmQr8PMqqVwyvRI5mHWeTtfhNi { color:#000000;display:block;width:736.989px;position:absolute;font-family:"open sans";font-size:28px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:342.98297119141px;left:231.47729492188px;height:72.7917px;font-style:normal;text-align:center;text-align-last:center;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; }
#oZv2GRZyx6q2dKpXzmiqQtwtSQiH5o0p { color:#000000;display:block;width:935.98px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:50px;left:132px;height:49.3892px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MotzIzn1LQZpTWXhJzDAINZ7qttNndKZ { color:#000000;display:block;width:996.989px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:740.98010635376px;left:109.97161865234px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KHCQ1HRbDDouomRvCwdqgd4EEW4vRI0n { color:#000000;display:block;width:996.984px;position:absolute;font-family:montserrat;font-size:25px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0px;left:101.5px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;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; }
#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row .container { background-color: transparent; background-image: none; }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row .container > .video-iframe-container { display: none; }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row > .video-iframe-container { display: none; }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .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); }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row .container { border-width: 0; border-radius: 0; }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row .container { font-size:14px;font-family:arial;height:301px;width:1200px;position:relative;display:block; }#UT8ws2OnU4NNyke5987GUvc7yHCmf3Hh { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 00 050px rgba(0,0,0,0.19) ;height:221.989px;width:275.994px;top:39.488647460938px;left:11.988647460938px;display:block; }#UT8ws2OnU4NNyke5987GUvc7yHCmf3Hh.adaptive-delivery-prevent-bg, #UT8ws2OnU4NNyke5987GUvc7yHCmf3Hh.lazyload, #UT8ws2OnU4NNyke5987GUvc7yHCmf3Hh.lazyloading { background-image: none; }
#UT8ws2OnU4NNyke5987GUvc7yHCmf3Hh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#UT8ws2OnU4NNyke5987GUvc7yHCmf3Hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #cdb074; }#a32EdZpKZh4Pdu4cAwb6gtTDHck97Pzc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:12px;left:118px; }
#VnhmXC1nDhJrKBfigd0PeApsVaH0JGTc { color:#ffffff;display:block;width:220px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:131.59091186523px;left:40px;height:66.25px;text-align:center;text-align-last:center;display:block; }
#XETMCi3wK13nARSVxMdnN2SaWp1InB72 { color:#ffffff;display:block;width:220px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:131.59091186523px;left:340px;height:66.25px;text-align:center;text-align-last:center;display:block; }
#BaEkIyWShxmJftydRQzGAfA6hbtwVgDn { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:13px;left:418px; }
#HsPNvqIkOXSHM2PHMsCJ2uL6wafpuPay { color:#ffffff;display:block;width:220px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:143.28128051758px;left:640px;height:44.1667px;text-align:center;text-align-last:center;display:block; }
#Eb4zT2R1527vZbtNNa8N4JiDeqAWAHVa { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:13px;left:718px; }
#tyklmiXTJ8gPiymdRT99hXd8634CBhti { color:#ffffff;display:block;width:220px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:108.18182373047px;left:940px;height:110.417px;text-align:center;text-align-last:center;display:block; }
#Ne4StIMgv8kg6szD233sRPH3PD4hA99r { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:13px;left:1030px; }
#PULw82bxyNRSol4xudKh1PiXRcM1soyS { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 00 050px rgba(0,0,0,0.19) ;height:221.989px;width:275.994px;top:39.488647460938px;left:311.98864746094px;display:block; }#PULw82bxyNRSol4xudKh1PiXRcM1soyS.adaptive-delivery-prevent-bg, #PULw82bxyNRSol4xudKh1PiXRcM1soyS.lazyload, #PULw82bxyNRSol4xudKh1PiXRcM1soyS.lazyloading { background-image: none; }
#PULw82bxyNRSol4xudKh1PiXRcM1soyS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#PULw82bxyNRSol4xudKh1PiXRcM1soyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #cdb074; }#AXlrAEzrSfn8GSZ0oLRDivODHLzgUrnW { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 00 050px rgba(0,0,0,0.19) ;height:221.989px;width:275.994px;top:39.488647460938px;left:611.98864746094px;display:block; }#AXlrAEzrSfn8GSZ0oLRDivODHLzgUrnW.adaptive-delivery-prevent-bg, #AXlrAEzrSfn8GSZ0oLRDivODHLzgUrnW.lazyload, #AXlrAEzrSfn8GSZ0oLRDivODHLzgUrnW.lazyloading { background-image: none; }
#AXlrAEzrSfn8GSZ0oLRDivODHLzgUrnW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#AXlrAEzrSfn8GSZ0oLRDivODHLzgUrnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #cdb074; }#WL9mBeD6ShH2N9Qzhly6TasBukZfnCT2 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 0 50px rgba(0,0,0,0.19) ;height:221.989px;width:275.994px;top:39.488647460938px;left:911.98864746094px;display:block; }#WL9mBeD6ShH2N9Qzhly6TasBukZfnCT2.adaptive-delivery-prevent-bg, #WL9mBeD6ShH2N9Qzhly6TasBukZfnCT2.lazyload, #WL9mBeD6ShH2N9Qzhly6TasBukZfnCT2.lazyloading { background-image: none; }
#WL9mBeD6ShH2N9Qzhly6TasBukZfnCT2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#WL9mBeD6ShH2N9Qzhly6TasBukZfnCT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #cdb074; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { background-color: transparent; background-image: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .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); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { border-width: 0; border-radius: 0; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { font-size:14px;font-family:arial;height:1232px;width:1200px;position:relative;display:block; }#eMSMQJchsyeyirS7KJEAL9mbzBMFvaa4 { color:#000000;display:block;width:701.989px;position:absolute;font-family:montserrat;font-size:47px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:51.420501708984px;left:248.97729492188px;height:61.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IvTBFHLFEIEUFabRcpOVKzU9tlEaz0kO { color:#000000;display:block;width:728.977px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:127.98297119141px;left:235.49719238281px;height:25.1875px;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; }
#gBncEkMMsTDnJNzNNr35pszraSwtWFT2 { color:#000000;display:block;width:728.963px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:189.92895507812px;left:235.51135253906px;height:39.1875px;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;font-style:normal;display:block; }
#QwluJW0bk7DgAB393ZCExoG34232bzb7 { color:#000000;display:block;width:728.963px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:266.97439575195px;left:222.91192626953px;height:75.5625px;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; }
#JlZSFvPpbf6qJ9pAlFFmnNxnO4px4eAi { color:#000000;display:block;width:728.949px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:377.89761352539px;left:235.51135253906px;height:39.1875px;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;font-style:normal;display:block; }
#s5fIt7ktUgAVeT58u9PiqhUGg9Cn8K3u { color:#000000;display:block;width:768px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:451.953125px;left:216px;height:25.1875px;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; }
#QXCpsCLe9uUoP7mf5eutrlPX6vAf29Uu { color:#000000;display:block;width:728.949px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:526px;left:229px;height:39.1875px;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;font-style:normal;display:block; }
#rsXTpUld8v07b9T0GyOskWwKnPvnJuvx { color:#000000;display:block;width:728.949px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:606px;left:229px;height:50.375px;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; }
#rRAy0ueZ9w4yawmdUhyE01obC14hyv4g { color:#000000;display:block;width:728.949px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:706px;left:229px;height:39.1875px;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;font-style:normal;display:block; }
#WkTKr07PvdrpNTBMd01FAA1ONZIPCmlM { color:#000000;display:block;width:728.949px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:789px;left:243px;height:25.1875px;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; }
#xWx8gamDQgT3ILLwPhUG4VhxHGCP7ZFa { color:#000000;display:block;width:728.949px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:865px;left:229px;height:39.1875px;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;font-style:normal;display:block; }
#vCsqybE3z5O54qbZx1HI86qIKwqFZDdR { color:#000000;display:block;width:728.949px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:947px;left:243px;height:25.1875px;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; }
#G9WyeEu6WPCIkqu4zJN5s2dPTqQf1b2h { color:#000000;display:block;width:731px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1016px;left:234.5px;height:39.1875px;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;font-style:normal;display:block; }
#CQ0aNA2DOpAJybTpyredSvuJZvkLpOuA { background-color:#52701e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:350px;height:60.9844px;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:1108.9375px;left:432.46875px;display:block; }
#VC2OFiUoobTqgEM3BqOUOb6KGF4y3NUO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b09254;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; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container { background-color: transparent; background-image: none; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container > .video-iframe-container { display: none; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row > .video-iframe-container { display: none; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .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); }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container { border-width: 0; border-radius: 0; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container { font-size:14px;font-family:arial;height:198px;width:1200px;position:relative;display:block; }#LhpA1f2Vc6udKeRp8McSbo4iTtq19oE6 { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:103px;width:1025px;top:94.98583984375px;left:75px;display:block; }
#dfStiPtZCwzEIOcfN5U6d8Z1DZCEUXLT { color:#000000;display:block;width:970px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:143.390625px;left:102.5px;height:54.5833px;font-style:normal;text-align:center;text-align-last:center;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; }
#GxZCnQmkue80XGKGkZ7Zy2lSU5w3A3gD { color:#000000;display:block;width:942.983px;position:absolute;font-family:"open sans";font-size:47px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:43.792617797852px;left:128.49432373047px;height:61.0938px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GtHN3uN6viA1v7J8aQpJttk95FTfnv7c { color:#000000;display:block;width:895.966px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:130.86640930176px;left:152.00286865234px;height:100.739px;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:none; }
#z5xKlDlLuF0bqdTVSLUFMiRh2n5GI953 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:269.98580932617px;left:0px;height:39.1903px;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;font-style:normal;display:none; }
#cOiVfWgtMlm8VFVoOisv9tRiTQKp1nTG { color:#000000;display:block;width:1196.99px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:809px;left:0px;height:25.1847px;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;font-style:normal;display:none; }
#Unf1sHRqGcaZcoeHtBaRwCi7eeA9s76V { position:absolute;display:block;z-index:15071;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:500px;width:500px;top:329.65892028809px;left:350px;overflow:hidden;display:none; }
#SZBJbwlFxHgLvBTpGaP8WN0rHFgyr12J { color:#000000;display:block;width:565px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:874px;left:377px;height:53.9772px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#oPUXGMvmydErI6RnnqScLOeH5FcqV2lw { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:881px;left:318px;display:none; }
#rcQkVTpVOqJXqVbIJG8KuK96awtmBipC { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:956px;left:318px;display:none; }
#oUxZTufRIVdPNiwfOsIF5F0vpMuw30Ef { color:#000000;display:block;width:565px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:963px;left:377px;height:26.9886px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#vbqexhAZ2iGJxAI5r4Taba6TmRguRHxG { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:1028px;left:318px;display:none; }
#bHU1VnHqy6Gs5V8pbSGDHbi9f5rhB51C { color:#000000;display:block;width:565px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:1035px;left:377px;height:26.9886px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#bFsn5ykCdNp08VamHl6L7XA0N2QegbKv { color:#000000;display:block;width:895.966px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:1126px;left:178px;height:75.5541px;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:none; }
#n7GITCO8clN5XCWkMPtXXn5s3daxbqHE { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:1233px;left:299px;display:none; }
#JQ48F46pAEekoVAVKOpzx7Q0Ciu8CxCB { color:#000000;display:block;width:591.989px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1233px;left:362px;height:107.955px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#S19dEfvI2WHf7tVOqpPLHUAhM91HL1q2 { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:1373px;left:299px;display:none; }
#nF0veTnaZfyfXsLdkwZy40J9nSMRgXbL { color:#000000;display:block;width:565px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:1379px;left:362px;height:26.9886px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#AfOfqUa5vLs1QVVfMKJ3llqZLqLrtZ8m { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:1445px;left:299px;display:none; }
#U6Pm0LEF0xW2L5xbxRDi0gSn77JTeQTz { color:#000000;display:block;width:565px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:1452px;left:358px;height:26.9886px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#lhXyWWn6sQbRWFQCTWxwfgOBVV6SFETs { position:absolute;display:block;z-index:15073;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:400px;width:282px;top:1554.928894043px;left:142.08807373047px;overflow:hidden;display:none; }
#DWyELaelZ31f2p3QL3r1ECFfOZChgTqa { position:absolute;display:block;z-index:15073;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:400px;width:264px;top:1554.928894043px;left:454.26135253906px;overflow:hidden;display:none; }
#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container { background-color: transparent; background-image: none; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container > .video-iframe-container { display: none; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row > .video-iframe-container { display: none; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .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); }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container { border-width: 0; border-radius: 0; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container { font-size:14px;font-family:arial;height:2005px;width:1200px;position:relative;display:block; }#bfSqESwWfwa1wFyWoAU5zw9I1WkJPxKr { color:#000000;display:block;width:942.969px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:40.78125px;left:128.5px;height:54.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#icqJ28ToTZERT4vxJvnxPwumQv2UdafK { color:#000000;display:block;width:972px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:130.859375px;left:114px;height:100.75px;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; }
#h2Q9nprnIZUQzc7lJSMnyyn7TEaxhn0k { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:271.97445678711px;left:0px;height:39.1875px;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;font-style:normal;display:block; }
#gxDewm6aVNuqtGZf4RQz1ECfQDVNTV6P { position:absolute;display:block;z-index:15071;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:500px;width:500px;top:329.65892028809px;left:350px;overflow:hidden;display:block; }
#TPUQbFkOUGLSQnfDpJP6c5ogxIZ4bT4Q { color:#000000;display:block;width:565px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:874px;left:377px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZWX1zWHeDRpJCpRWn3GNrgOA7B5ahmmu { color:#000000;display:block;width:1196.98px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:1504.9583282471px;left:0px;height:25.1875px;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;font-style:normal;display:block; }
#xCJ6f8eJkQv6IGcudqm4ktEKm3rWpL3r { color:#000000;display:block;width:565px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:963px;left:377px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#btsfBaRf6Jc5trkm8Lc9phTztwd56guo { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:881px;left:318px; }
#RPzMFM8yaJRITwsNVObKEHKP6gsE2T4Q { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:956px;left:318px; }
#gaDBWuLzdgS8bN3AotnoUi5xxE1fk6or { color:#000000;display:block;width:565px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:1035px;left:377px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CQHVc1OQGOGCieqhO1N4aPOUb1D59t79 { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:1028px;left:318px; }
#VMAyUrmngQffdSdQxdTyqnFNbVSVQqwU { color:#000000;display:block;width:895.966px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:1126px;left:178px;height:75.5625px;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; }
#ssEzZGbt02uCx3pV9IdeNqeWXnvEPrty { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:1233px;left:299px; }
#r6JE2n9gNgMu4KP2mfFtCvNKTaVHX45U { color:#000000;display:block;width:640px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1233px;left:362px;height:108px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IISnioabJb2T0hz1XDKw5w7CMLp9k2nJ { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:1373px;left:299px; }
#wp6tVZ3M1sJxBfMk81RfDkE1uoqk3CZu { color:#000000;display:block;width:565px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:1379px;left:362px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Msn553stSTFFfLxzT7tU8PwfAUatU4mk { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:1445px;left:299px; }
#Oeo3LtOv2oPIXldEudcCQOKeR8ceWHQX { color:#000000;display:block;width:565px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:1452px;left:358px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sPvAzfA15rihtV52A6CUfUfrnCz71T4T { position:absolute;display:block;z-index:15072;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:400px;width:282px;top:1554.9431152344px;left:740.96594238281px;overflow:hidden;display:block; }
#E48P2iTVULO6rPTTbvlShJtaMmw4cgIO { position:absolute;display:block;z-index:15073;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:400px;width:264px;top:1554.928894043px;left:454.26135253906px;overflow:hidden;display:block; }
#H5ltHPEUiIppR5LSvnWQxb489zEz3nPo { position:absolute;display:block;z-index:15073;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:400px;width:282px;top:1554.928894043px;left:142.08807373047px;overflow:hidden;display:block; }
#RXf9dVVcIn6bNh3vVQ4AgX49fJpoSKcR { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:2005px;width:1025px;top:0px;left:74.6875px;display:block; }
#vD2f6mNTtnptW8cbvMGZBNfNQwcTUdyR { color:#000000;display:block;width:935.98px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:50px;left:132px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b09254;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; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container { background-color: transparent; background-image: none; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container > .video-iframe-container { display: none; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row > .video-iframe-container { display: none; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .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); }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container { border-width: 0; border-radius: 0; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container { font-size:14px;font-family:arial;height:138px;width:1200px;position:relative;display:block; }#yMx1duOwdudWCXBCRqvyf3MqwHDl2txW { position:absolute;display:block;z-index:15073;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:400px;width:282px;top:1554.928894043px;left:142.08807373047px;overflow:hidden;display:none; }
#BQ0UemFEf6hrWsRuIGMMECn8snmQrXtv { color:#ffffff;display:block;width:935.979px;position:absolute;font-family:montserrat;font-size:38px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:44.312530517578px;left:109px;height:49.3958px;font-style:normal;text-align:center;text-align-last:center;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; }
#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row .container { background-color: transparent; background-image: none; }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row .container > .video-iframe-container { display: none; }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row > .video-iframe-container { display: none; }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .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); }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row .container { border-width: 0; border-radius: 0; }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row .container { font-size:14px;font-family:arial;height:492px;width:1200px;position:relative;display:block; }#MuTr8PzOVUvaPPMLDSRcPe83EMdnn4uw { color:#cdb074;display:block;width:281px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:130px;left:59.5px;height:29.8958px;text-align:center;text-align-last:center;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; }
#MEuruH3aUJGEwtvceoXRU8T7vZi21gTB { color:#52701e;display:block;width:85px;position:absolute;font-family:montserrat;font-size:71px;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:22px;left:155px;height:92.2969px;text-align:center;text-align-last:center;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; }
#kng7d2iWWJ23UeSyBKZ7DDetlJy7OnoE { color:#cdb074;display:block;width:270px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:130px;left:463px;height:29.8958px;text-align:center;text-align-last:center;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; }
#C9WuSzSoClFBQLIlwEl6xVz8J3xR98bG { color:#52701e;display:block;width:85px;position:absolute;font-family:montserrat;font-size:71px;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:22px;left:557.5px;height:92.2969px;text-align:center;text-align-last:center;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; }
#QD2mMyvcXp5bLzWruokKGDPHdDmmVRwW { color:#cdb074;display:block;width:270px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:130px;left:863px;height:29.8958px;text-align:center;text-align-last:center;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; }
#Vtsi2CAKhTPEGGcPTuLoNJ0es22SKZ6v { color:#52701e;display:block;width:85px;position:absolute;font-family:montserrat;font-size:71px;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:22px;left:955px;height:92.2969px;text-align:center;text-align-last:center;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; }
#COevwk2n6zU5OZhRZQx0QvveW1IsTnOC { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 50px rgba(0,0,0,0.19) ;height:346px;width:324px;top:73px;left:38px;display:block; }
#hBv84trvtfmDbOGtJSzTwIpSaXfDbXFX { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 50px rgba(0,0,0,0.19) ;height:346px;width:324px;top:73px;left:438px;display:block; }
#STTJCmxLsTKX3x8zTGaxwowUi2yzMaka { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 50px rgba(0,0,0,0.19) ;height:346px;width:324px;top:73px;left:838px;display:block; }
#Q4A7zUqkA2E9AAVbFwNSUN7kJ05o8RIu { color:#080909;display:block;width:265px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:185.953125px;left:67.5px;height:187.167px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#asbvA79i7ikrVCDPm8CwTTrXLiCck4RL { color:#080909;display:block;width:265px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:197.65625px;left:465.5px;height:163.7707px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mU8n5AVg5Xkzsk2MNHJq0f1dHn3zW7mn { color:#080909;display:block;width:265px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:197.65625px;left:868px;height:163.7709px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row .container { background-color: transparent; background-image: none; }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row .container > .video-iframe-container { display: none; }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row > .video-iframe-container { display: none; }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .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); }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row .container { border-width: 0; border-radius: 0; }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row .container { font-size:14px;font-family:arial;height:492px;width:1200px;position:relative;display:block; }#UTQ2wi0gLennHUtSPiGkfWvJBCXW3naX { color:#cdb074;display:block;width:281px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:130px;left:59.5px;height:59.7917px;text-align:center;text-align-last:center;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; }
#uLZJAzwz3vdTM7wRtTyKpTUqtuolP4Dp { color:#52701e;display:block;width:85px;position:absolute;font-family:montserrat;font-size:71px;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:22px;left:155px;height:92.2969px;text-align:center;text-align-last:center;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; }
#QSLbxOmTc3rlWmrDcLdvBCgENr9os3JD { color:#cdb074;display:block;width:270px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:130px;left:463px;height:59.7917px;text-align:center;text-align-last:center;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; }
#WB7kCcG9s3Fp144fNc8nfmMdxTUZA1az { color:#52701e;display:block;width:85px;position:absolute;font-family:montserrat;font-size:71px;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:22px;left:557.5px;height:92.2969px;text-align:center;text-align-last:center;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; }
#eaFXzU9Tqxbe1Zoy1MdDRzFo2aFxXoOf { color:#cdb074;display:block;width:270px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:130px;left:863px;height:59.7917px;text-align:center;text-align-last:center;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; }
#soRlZSGAQbFnluGxGeCEKTpk7gBdhKQH { color:#52701e;display:block;width:85px;position:absolute;font-family:montserrat;font-size:71px;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:22px;left:955px;height:92.2969px;text-align:center;text-align-last:center;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; }
#CPEUWVVTpwDT2S6usudktOBdXs2DIvLA { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 50px rgba(0,0,0,0.19) ;height:346px;width:324px;top:73px;left:38px;display:block; }
#TrbTJluv4uPnThhflQuqCM4gaeS7UEnX { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 50px rgba(0,0,0,0.19) ;height:346px;width:324px;top:73px;left:438px;display:block; }
#pPmVK23fS2skMtwZsAcVmqZrKMGytpA9 { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 50px rgba(0,0,0,0.19) ;height:346px;width:324px;top:73px;left:838px;display:block; }
#wO489TpMWG2l0GQcN6nB3IiWsiqbLTcS { color:#080909;display:block;width:243.991px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:219.95739746094px;left:77.997192382812px;height:140.375px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BMGTT2096GAoKMvyTFvS7azs8balZfNq { color:#080909;display:block;width:241.989px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:219.95739746094px;left:478.99145507812px;height:93.5833px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XyuJWx91BgFaD4Zs6kygmbExNXBK6Tl5 { color:#080909;display:block;width:241.989px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:219.95739746094px;left:878.99145507812px;height:70.1875px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b09254;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; }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row .container { background-color: transparent; background-image: none; }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row .container > .video-iframe-container { display: none; }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row > .video-iframe-container { display: none; }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .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); }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row .container { border-width: 0; border-radius: 0; }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row .container { font-size:14px;font-family:arial;height:145px;width:1200px;position:relative;display:block; }#vv1WkqORSZZkVNSboroFSCzA0mTOymkt { color:#ffffff;display:block;width:1051.98px;position:absolute;font-family:montserrat;font-size:34px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.999755859375px;left:86.958374023438px;height:88.375px;font-style:normal;text-align:center;text-align-last:center;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; }
#w296Hm6XTDQ1zIg9xy6nCsRNTak9eRXR { color:#000000;display:block;width:1051.99px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:61.988639831543px;left:73.991516113281px;height:98.7784px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { background-color: transparent; background-image: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container > .video-iframe-container { display: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container { display: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .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); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { border-width: 0; border-radius: 0; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { font-size:14px;font-family:arial;height:1594px;width:1200px;position:relative;display:block; }#UyvisGAL3axPJTRs1gLdIL62E1BQW12t { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:229.9375px;left:0px;height:39.1875px;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;font-style:normal;display:block; }
#lFx3hZotVI31kvzcliFhHF1KHtJUDqTM { position:absolute;display:block;z-index:15071;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:345px;width:410px;top:340.41696166992px;left:84px;overflow:hidden;display:block; }
#yIPdRpLC24mNu50oWLAaQufomydlIJyM { position:absolute;display:block;z-index:15072;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:475px;width:607px;top:340.41696166992px;left:519.4375px;overflow:hidden;display:block; }
#xIhK84ZuPAQ2htoZGSw04lBBAGemcNbB { color:#000000;display:block;width:1031.96px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:1459.9378051758px;left:84px;height:81px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fLR8oKoT6IWmTbbSQ8JfJRqBPSZcteyG { position:absolute;display:block;z-index:15071;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:439px;width:410px;top:690.50030517578px;left:88.5px;overflow:hidden;display:block; }
#fXvPRTAp7b6znZTTLNHmn2vpbZcasuiF { position:absolute;display:block;z-index:15072;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:500px;width:608px;top:815.41680908203px;left:518.9375px;overflow:hidden;display:block; }
#kZBQQghfQqIlf8JDNX6taFIcdvoXgLcU { position:absolute;display:block;z-index:15074;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:130px;width:401px;top:1161.416809082px;left:88.5px;overflow:hidden;display:block; }
#XnABlLs44SIpKPCmE38bggHJkJ71cwfK { position:absolute;display:block;z-index:15075;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:108px;width:1045px;top:1327.416809082px;left:84px;overflow:hidden;display:block; }
#uZaHOP8doDUQT6Lvb9Mm8OZcTpyn2wVV { color:#000000;display:block;width:1073px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:34.9375px;left:84px;height:162px;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; }
#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b09254;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; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container { background-color: transparent; background-image: none; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container > .video-iframe-container { display: none; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row > .video-iframe-container { display: none; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .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); }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container { border-width: 0; border-radius: 0; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container { font-size:14px;font-family:arial;height:112px;width:1200px;position:relative;display:block; }#DZ7W8Mt2is9Q77bZDg2lkTIqClsquOk6 { color:#ffffff;display:block;width:400px;position:absolute;font-family:lato;font-size:34px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.895843505859px;left:400px;height:44.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container { background-color: transparent; background-image: none; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container > .video-iframe-container { display: none; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row > .video-iframe-container { display: none; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .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); }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container { border-width: 0; border-radius: 0; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container { font-size:14px;font-family:arial;height:769px;width:1200px;position:relative;display:block; }#sUPK2D8CLm60qh9yInRHm7nJ7OCivUuF { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:14px solid #9c9c9c;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 0 10px rgba(0,0,0,0.35) ;height:628px;width:301px;top:30.979248046875px;left:49.5px;display:block; }
#OeXThOaTGNs7omcp4nyedavHhtnrw9K4 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e57ab714-9579-4e6d-b1af-5584d187ce71/PAKIET3EBOOKOW.png");background-position:top left !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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:281px;width:282px;top:30.958343505859px;left:59px;display:block; }#OeXThOaTGNs7omcp4nyedavHhtnrw9K4.adaptive-delivery-prevent-bg, #OeXThOaTGNs7omcp4nyedavHhtnrw9K4.lazyload, #OeXThOaTGNs7omcp4nyedavHhtnrw9K4.lazyloading { background-image: none; }
#r3wyk4FaJLneUdAWHk5p3M9QTUiaV0qe { color:#000000;display:block;width:319px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:346.33333396912px;left:40.5px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THJdqTkl6d480WQZHEnbZg5dEVCHXFl6 { background-color:#52701e;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 0 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:221px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:573.95837402344px;left:89.5px;display:block; }
#tEFFWr91lH5XyVwi1qpttW4OU5r52Pfv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WZa9yHel9TcXcJ0C8bGTTQPHNcWFkEzD { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:14px solid #8bc53e;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 0 10px rgba(0,0,0,0.35) ;height:653px;width:301px;top:32px;left:443.39587402344px;display:block; }
#DPKMAF7PVQ9QfbGDgVDNoL5kdmN8VXx1 { background-color:#57a424;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 0 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:221px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:597.62502098083px;left:489.5px;display:block; }
#wERSqS0Dz1QRoSTyruhRAuuhXmiW8vCp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JyLMubvLuGJiKQ0CmWfscT8zShQuMsn0 { color:#000000;display:block;width:269px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:492.45837402344px;left:65.5px;height:41.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoRHQzoSDdn7WVs0FAc8dTKII1r1vmoM { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:454.125px;left:40px;height:29.8958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xs62B09TELKrrPuTXQ01RDRUMsJcerU5 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1a521767-62dc-41a0-90b8-0bfab86dae37/pakiet8ebookow2.crop_1080x958_0,0.preview.png");background-position:top left !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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:257px;width:290px;top:46.25px;left:445.63740510909px;display:block; }#Xs62B09TELKrrPuTXQ01RDRUMsJcerU5.adaptive-delivery-prevent-bg, #Xs62B09TELKrrPuTXQ01RDRUMsJcerU5.lazyload, #Xs62B09TELKrrPuTXQ01RDRUMsJcerU5.lazyloading { background-image: none; }
#CrZKs0raMu8BJATHc6vPWm1R9ZZQbfS3 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:14px solid #9c9c9c;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 0 10px rgba(0,0,0,0.35) ;height:625px;width:301px;top:30.9169921875px;left:849.5px;display:block; }
#A7dGtMEyD6DAg96g5VEKe27KdLozFLuS { background-color:#52701e;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 0 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:221px;height:55px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:573.95837402344px;left:889.5px;display:block; }
#P2xr4uSmKF6lX2mCU8hzA1BLJOipe4fw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#htiwlonx8fUEQN3bMqnEQZnB9gKnE9ud { color:#582a1b;display:block;width:319px;position:absolute;font-family:lato;font-size:42px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:344.37502098083px;left:440.5px;height:54.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crtqoQuxeNJsIK7ZN4qevUpE8ZAc0aG6 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb658fc6-373f-4f4f-a244-63947678aeb9/pakiet3ebookiplusketow15minut.crop_890x1080_93,0.preview.png");background-position:top left !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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:282px;width:224px;top:39.4375px;left:886.79379778162px;display:block; }#crtqoQuxeNJsIK7ZN4qevUpE8ZAc0aG6.adaptive-delivery-prevent-bg, #crtqoQuxeNJsIK7ZN4qevUpE8ZAc0aG6.lazyload, #crtqoQuxeNJsIK7ZN4qevUpE8ZAc0aG6.lazyloading { background-image: none; }
#tIHUq51WdZGPryxPF661NTuAZHwgAiNW { position:absolute;display:block;z-index:15027;background-color:#52701e;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:0;border-top-right-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:15px;box-shadow: none;height:43px;width:108px;top:289.29167175293px;left:443.39587402344px;display:block; }
#iidTArVyxwC2MpEMBwmm2tVxJVQA0z6l { color:#ffffff;display:block;width:84px;position:absolute;font-family:raleway;font-size:12px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:295.18751525879px;left:455.39587402344px;height:31.1667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6w2Tx2tJsuMG3cLe7emUhiSZ50impCE { color:#000000;display:block;width:252px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:524.77083396912px;left:474px;height:41.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADwW1g7ct9eyC8wM5WksP8RextikhTxL { color:#000000;display:block;width:319px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:346.31252098083px;left:840.5px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQPXOHbSLbZtkzxpE8otmxpZaJ8MstUa { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:414.45837402344px;left:840px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTk8Zd7sctnQVyUXtzBGsFDi1AqOMCpc { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:430.0625px;left:440px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QESiqEuIaulN9FVNwEpLA6nePI2X4pr8 { color:#000000;display:block;width:269px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:492.45833396912px;left:865.5px;height:62.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1NbTAzrSQPEPJEXVk0Zfv4quoL0pqXf { color:#000000;display:block;width:252px;position:absolute;font-family:montserrat;font-size:12px;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:405.5px;left:74px;height:15.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvoOBoghVx9ika6GFFuNcFD7J0PzW4aS { color:#000000;display:block;width:252px;position:absolute;font-family:montserrat;font-size:12px;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:405.5px;left:474px;height:15.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EId861LNJq7DoSrTE9h7QkayrOVuwZWS { color:#000000;display:block;width:252px;position:absolute;font-family:montserrat;font-size:12px;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:391.27087402344px;left:874px;height:15.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { background-color: transparent; background-image: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container > .video-iframe-container { display: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container { display: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .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); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { border-width: 0; border-radius: 0; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { font-size:14px;font-family:arial;height:670px;width:1200px;position:relative;display:block; }#hvTckWTLbFBdTpfQTSsqSJ3DG5XGeWl0 { position:absolute;display:block;z-index:15026;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:400px;width:400px;top:134.98608398438px;left:700px;overflow:hidden;display:block; }
#vLgHWuPyhiwPVCtVLWbZgiAMQ7ch6haA { color:#080909;display:block;width:491.984px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:51.984375px;left:72px;height:327.4375px;text-align:left;text-align-last:left;display:block; }
#RsdG8ctsirLbGc3CdOeZxdsI5uOqspF1 { color:#000000;display:block;width:510px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:443.00003051758px;left:103.39587402344px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZtyMwkOtldnFdtPU8GQIb8vTn005ZR57 { color:#000000;display:block;width:508.958px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:496.97915649414px;left:103.89587402344px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Us4Qu4qmxNrZTVN3XZrJDbwNeuLn4ydZ { box-sizing:content-box;color:#5d92ff;font-size:10px;font-weight:400;line-height:1;height:15px;width:15px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:449.00003051758px;left:72px; }
#GXEDBfu12ibn2hslivRDbUdkRUlDM42w { box-sizing:content-box;color:#5d92ff;font-size:10px;font-weight:400;line-height:1;height:15px;width:15px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:506.00003051758px;left:72px; }
#FM79UuVSuyJGO1gT5FLU13514z59ierM { color:#080909;display:block;width:491.989px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:398.40909099579px;left:71.988647460938px;height:25.1875px;text-align:left;text-align-last:left;display:block; }
#V6nlrH1q5TdgST8ob9v6HaBE9tif7Ddd { color:#000000;display:block;width:508.977px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:572.99714660645px;left:103.97729492188px;height:53.9773px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b09254;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; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container { background-color: transparent; background-image: none; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container > .video-iframe-container { display: none; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row > .video-iframe-container { display: none; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .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); }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container { border-width: 0; border-radius: 0; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container { font-size:14px;font-family:arial;height:123px;width:1200px;position:relative;display:block; }#VQ7a5e5nF0IEd4M99Xop0XrGA3VLGxqE { color:#ffffff;display:block;width:997.979px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:21px;left:100.95837402344px;height:81px;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; }
#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { background-color: transparent; background-image: none; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container > .video-iframe-container { display: none; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row > .video-iframe-container { display: none; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .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); }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { border-width: 0; border-radius: 0; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { font-size:14px;font-family:arial;height:1020px;width:1200px;position:relative;display:block; }#FSmU2VSqIt27zx4eQ4zUTHGv2Id35oTq { color:#000000;display:block;width:1031.99px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:122px;left:84px;height:459px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lLTQ43TmtO7OgG1gyOoC6ECoz6InbVDF { color:#000000;display:block;width:997.983px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:644px;left:84px;height:27px;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; }
#bftSXDHL6iTwBRWzbc0buRNXeVEFlgk7 { color:#000000;display:block;width:1014px;position:absolute;font-family:montserrat;font-size:46px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:726px;left:93px;height:59.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CZhCV6uXXVWy6V9tM45ddO9cPELcw8WS { color:#000000;display:block;width:997.983px;position:absolute;font-family:montserrat;font-size:28px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:797px;left:101px;height:42px;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; }
#sSBTURskT2TWhDtknt1tGNnxl1lRieDT { background-color:#52701e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:600px;height:100px;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:880.00003051758px;left:300px;display:block; }
#AKMtpfiyWqc5DTsmAhWq3AdGJSMms9om { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XbbcqhD3n5n9FLqOAahsVUrAzaSNI7ME { color:#000000;display:block;width:1085.98px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24px;left:57px;height:54.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { background-color: transparent; background-image: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container > .video-iframe-container { display: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container { display: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .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); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { border-width: 0; border-radius: 0; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { font-size:14px;font-family:arial;height:1540px;width:1200px;position:relative;display:block; }#UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:254px;left:163px; }
#sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { color:#000000;display:block;width:874px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15059;line-height:1.8;letter-spacing:0;top:254px;left:231px;height:64.7916px;display:block; }
#LEM93fD56HqGSZSybEUt8hHmC4xG1SpR { color:#000000;display:block;width:637px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15061;line-height:1.8;letter-spacing:0;top:341px;left:231px;height:64.7917px;display:block; }
#nUzPeVPXTtNlOkiKyWmxD18uLEryt6FT { color:#000000;display:block;width:771px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15065;line-height:1.8;letter-spacing:0;top:559px;left:231px;height:129.5834px;display:block; }
#trgq5yifs6PGMcNfmIbiGL1S6C5ZSI7D { color:#000000;display:block;width:690.994px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15063;line-height:1.8;letter-spacing:0;top:432.96875px;left:230.99432373047px;height:97.1875px;display:block; }
#zaOVgiTQcTDyWBwEhPOFRBK0OgtEwDkM { color:#000000;display:block;width:637px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15067;line-height:1.8;letter-spacing:0;top:716px;left:231px;height:64.7916px;display:block; }
#TDtLq5IrKABm9T1L6TIPMa4d8MqN1WQu { color:#000000;display:block;width:988.963px;position:absolute;font-family:montserrat;font-size:47px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:72px;left:106px;height:122.1666px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C4uwwbaG6nzp0QVumvF5dDGoQ8bdFszV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9943px;width:40.9943px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:340.99432373047px;left:162.98297119141px; }
#ZuoL4f4TP9DtdaLQORAXBlCwyc5paRyA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9801px;width:40.9801px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:432.96875px;left:162.99719238281px; }
#rzS9gsM1Iumm6cpaCNGxobAg46S8hWoN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9659px;width:40.9659px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:558.99145507812px;left:162.99719238281px; }
#BoiApQee2lTrw2eyJ607FqaVNCAuxf5B { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9517px;width:40.9517px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:715.99432373047px;left:162.99719238281px; }
#C5Mdi3SQibIo1KOCPxsqMO7X8SIsMqlh { color:#000000;display:block;width:647px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15069;line-height:1.8;letter-spacing:0;top:807px;left:231px;height:97.1875px;display:block; }
#ObyTpWRBVfS58TT8rFwO8W0oddA5syFS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9517px;width:40.9517px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:807px;left:163px; }
#Sw5ZAUwov4935tLpxi7ftxITuhN81uFk { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9517px;width:40.9517px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:933px;left:163px; }
#N1cb6oBpTAKkpXE1sQHfFnrMUDXAtA06 { color:#000000;display:block;width:696px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15071;line-height:1.8;letter-spacing:0;top:933px;left:231px;height:129.5833px;display:block; }
#CgpoL6iNoqKPGTpd1NyXaIrcbQir0IZ5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9517px;width:40.9517px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:1097px;left:163px; }
#WRddaffJ3ZwuMCAeoLIyHUpE8GsDzqFf { color:#000000;display:block;width:647px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15073;line-height:1.8;letter-spacing:0;top:1097px;left:231px;height:97.1875px;display:block; }
#qnqTf7HgMlT6qSb5q9cEmZktlidrmdt2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9517px;width:40.9517px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:1230px;left:163px; }
#lIEIc2Z39MZKTq3r75eEDWih7gAIL0ul { color:#000000;display:block;width:647px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15075;line-height:1.8;letter-spacing:0;top:1230px;left:231px;height:129.5833px;display:block; }
#a5NCDq679rgIpGNfRHXe8SI8T2aR96np { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40.9517px;width:40.9517px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:1390px;left:163px; }
#ViBe2WoN7OOREkTqsN4w8vBe1UFlAhPL { color:#000000;display:block;width:647px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15077;line-height:1.8;letter-spacing:0;top:1390px;left:231px;height:64.7916px;display:block; }
#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv { background-color:#ffffff;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;position:relative;z-index:auto;display:block; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container { background-color: transparent; background-image: none; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container > .video-iframe-container { display: none; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row > .video-iframe-container { display: none; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .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); }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container { border-width: 0; border-radius: 0; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container { width:1200px;height:389px;font-size:14px;font-family:"open sans";position:relative;display:block; }#S1avT0Qdptu8i9cQ8nqiVDPoedJlTPWQ { color:rgba(0,0,0,0.5);display:block;width:310px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:758px;left:710px;height:100.734px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yUyJuCJPFJxM7JIaVhNTfdvmL4uJTCg4 { color:rgba(0,0,0,0.5);display:block;width:310px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:758px;left:710px;height:100.734px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pvLOlzPsJiC6Zilf3Nf20uyA5nkickoS { color:rgba(0,0,0,0.5);display:block;width:310px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:758px;left:710px;height:100.734px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#InmzoaG6tALxolw4qU235Son9tPa3i6c { color:rgba(0,0,0,0.5);display:block;width:310px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:758px;left:710px;height:100.734px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vl9nvPNoT2pQAQrm2v7N49FVZDZIgsl2 { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:26px;top:335px;left:140px;display:none; }
#H70IsI3MsoMQeGW2LcIVqKcrbe49TJb2 { color:#52701e;display:block;width:866.989px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:37.855651855469px;left:174.91479492188px;height:47.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3EpWTFA7ETUKXu4VGZi3UIBsJJOsXr0 { color:#000000;display:block;width:1040.99px;position:absolute;font-family:montserrat;font-size:46px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:100.99487304688px;left:87.897766113281px;height:55.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QGad0Cq0vD2VxSUbns1TzHXKPwxrXqaW { color:#000000;display:block;width:774px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:181.6875px;left:235.4375px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WDdEZJTiJWb6pd0txxEsSnCtTJexi0il { background-color:#52701e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:475px;height:61px;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:273.95834350586px;left:384.9375px;display:block; }
#vEJkWFVm8eW5MeMTpWzLykHKdb3KpydL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#52701e;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; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { background-color: transparent; background-image: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .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); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { border-width: 0; border-radius: 0; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { font-size:14px;font-family:arial;height:108px;width:1200px;position:relative;display:block; }#uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { position:absolute;display:block;z-index:15000;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:36px;width:36px;top:35.5px;left:130px;overflow:hidden;display:block; }
#b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { color:#ffffff;display:block;width:186px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:45px;left:893px;height:18.1875px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLlEdfBrLznxqgqqm9iQQusG412qoK3c { display:block; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yANO1w3lVWRkZdUppxhToUNGATlwasds { width:764px;height:67px;top:26px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { top:758px;left:454px;width:310px;height:100px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { top:758px;left:454px;width:310px;height:100px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { top:758px;left:454px;width:310px;height:100px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { top:758px;left:454px;width:310px;height:100px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:335px;left:0px;width:279px;height:26px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { top:372px;left:0px;width:441px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { top:467px;left:0px;width:353px;height:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g82lgnACUpqLgShyiBLTkewuV1V1SRgz { top:177px;left:0px;width:764px;height:47px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Si9lDRSV1mT7QodwDK6Si2OSJ8Xgc35H { top:544px;left:0px;width:421px;height:94px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { top:201px;left:264px;width:500px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:764px;height:110px;top:45px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #U5bUVqbnBNFgHi4XCMTF4UuOJXClqTnt { top:371px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJouTKJwycaze9HEwLTu2hJI6Jm2HTCu { top:470px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #dATh3B5yTRJ1ADo5Swcaecerbq0QHIFI { top:543px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #L2LtOTB2xyaHZM3ha6VoS0paUGM4SiG2 { width:320px;height:57px;top:16px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #onCvNFVRnKtDKI0SxRMK1ECPTd1TrMbU { top:141px;left:0px;width:266px;height:111px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI { display:block; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNU3lQXG3Vi7TDOk3dUmP52SBvreMfsy { top:165px;left:0px;width:764px;height:125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w1PALrUqzGE2VbLNfVO0kDtSrgshuNgi { top:74px;left:0px;width:764px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #RTaOxPNXFuaMVHmoLtha0WoG8U3GmZTN { width:700px;height:100px;top:446px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ye1SZROAL25gQqxzls8yDeVvEwu8Vil1 { display:block; }
 }@media only screen and (max-width: 763px) { #lBtJF4rmQr8PMqqVwyvRI5mHWeTtfhNi { top:342px;left:13.477294921875px;width:736px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oZv2GRZyx6q2dKpXzmiqQtwtSQiH5o0p { top:50px;left:0px;width:764px;height:49px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #MotzIzn1LQZpTWXhJzDAINZ7qttNndKZ { top:740px;left:0px;width:764px;height:32px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #KHCQ1HRbDDouomRvCwdqgd4EEW4vRI0n { top:0px;left:0px;width:764px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF { display:block; }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT8ws2OnU4NNyke5987GUvc7yHCmf3Hh { top:39px;left:0px;width:275px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #a32EdZpKZh4Pdu4cAwb6gtTDHck97Pzc { top:12px;left:63.5px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #VnhmXC1nDhJrKBfigd0PeApsVaH0JGTc { top:131px;left:0px;width:220px;height:66px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XETMCi3wK13nARSVxMdnN2SaWp1InB72 { top:131px;left:162px;width:220px;height:66px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BaEkIyWShxmJftydRQzGAfA6hbtwVgDn { top:13px;left:254.5px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #HsPNvqIkOXSHM2PHMsCJ2uL6wafpuPay { top:143px;left:353px;width:220px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Eb4zT2R1527vZbtNNa8N4JiDeqAWAHVa { top:13px;left:445.5px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #tyklmiXTJ8gPiymdRT99hXd8634CBhti { top:108px;left:544px;width:220px;height:110px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne4StIMgv8kg6szD233sRPH3PD4hA99r { top:13px;left:648.5px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #PULw82bxyNRSol4xudKh1PiXRcM1soyS { top:39px;left:107px;width:275px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #AXlrAEzrSfn8GSZ0oLRDivODHLzgUrnW { top:39px;left:298px;width:275px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #WL9mBeD6ShH2N9Qzhly6TasBukZfnCT2 { top:39px;left:489px;width:275px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMSMQJchsyeyirS7KJEAL9mbzBMFvaa4 { top:51px;left:30.977294921875px;width:701px;height:61px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IvTBFHLFEIEUFabRcpOVKzU9tlEaz0kO { top:127px;left:17.497192382812px;width:728px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gBncEkMMsTDnJNzNNr35pszraSwtWFT2 { top:189px;left:17.511352539062px;width:728px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QwluJW0bk7DgAB393ZCExoG34232bzb7 { top:266px;left:4.9119262695312px;width:728px;height:75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JlZSFvPpbf6qJ9pAlFFmnNxnO4px4eAi { top:377px;left:17.511352539062px;width:728px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #s5fIt7ktUgAVeT58u9PiqhUGg9Cn8K3u { top:451px;left:0px;width:764px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QXCpsCLe9uUoP7mf5eutrlPX6vAf29Uu { top:526px;left:11px;width:728px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rsXTpUld8v07b9T0GyOskWwKnPvnJuvx { top:606px;left:11px;width:728px;height:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rRAy0ueZ9w4yawmdUhyE01obC14hyv4g { top:706px;left:11px;width:728px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WkTKr07PvdrpNTBMd01FAA1ONZIPCmlM { top:789px;left:25px;width:728px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xWx8gamDQgT3ILLwPhUG4VhxHGCP7ZFa { top:865px;left:11px;width:728px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vCsqybE3z5O54qbZx1HI86qIKwqFZDdR { top:947px;left:25px;width:728px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G9WyeEu6WPCIkqu4zJN5s2dPTqQf1b2h { top:1016px;left:16.5px;width:731px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CQ0aNA2DOpAJybTpyredSvuJZvkLpOuA { width:350px;height:60px;top:1108px;left:214.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #VC2OFiUoobTqgEM3BqOUOb6KGF4y3NUO { display:block; }
 }@media only screen and (max-width: 763px) { #E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh { display:block; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhpA1f2Vc6udKeRp8McSbo4iTtq19oE6 { top:94px;left:0px;width:764px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #dfStiPtZCwzEIOcfN5U6d8Z1DZCEUXLT { top:143px;left:0px;width:764px;height:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GxZCnQmkue80XGKGkZ7Zy2lSU5w3A3gD { top:43px;left:0px;width:764px;height:61px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #GtHN3uN6viA1v7J8aQpJttk95FTfnv7c { top:253px;left:0px;width:320px;height:299px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #z5xKlDlLuF0bqdTVSLUFMiRh2n5GI953 { top:269px;left:0px;width:764px;height:39px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #cOiVfWgtMlm8VFVoOisv9tRiTQKp1nTG { top:809px;left:0px;width:764px;height:25px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #Unf1sHRqGcaZcoeHtBaRwCi7eeA9s76V { top:329px;left:132px;width:500px;height:500px;display:none; }
 }@media only screen and (max-width: 763px) { #SZBJbwlFxHgLvBTpGaP8WN0rHFgyr12J { top:1045px;left:0px;width:302px;height:102px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #oPUXGMvmydErI6RnnqScLOeH5FcqV2lw { top:881px;left:100px;width:40px;height:40px;display:none; }
 }@media only screen and (max-width: 763px) { #rcQkVTpVOqJXqVbIJG8KuK96awtmBipC { top:956px;left:100px;width:40px;height:40px;display:none; }
 }@media only screen and (max-width: 763px) { #oUxZTufRIVdPNiwfOsIF5F0vpMuw30Ef { top:963px;left:159px;width:565px;height:26px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #vbqexhAZ2iGJxAI5r4Taba6TmRguRHxG { top:1028px;left:100px;width:40px;height:40px;display:none; }
 }@media only screen and (max-width: 763px) { #bHU1VnHqy6Gs5V8pbSGDHbi9f5rhB51C { top:1035px;left:159px;width:565px;height:26px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #bFsn5ykCdNp08VamHl6L7XA0N2QegbKv { top:1310px;left:0px;width:320px;height:57px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #n7GITCO8clN5XCWkMPtXXn5s3daxbqHE { top:1233px;left:81px;width:40px;height:40px;display:none; }
 }@media only screen and (max-width: 763px) { #JQ48F46pAEekoVAVKOpzx7Q0Ciu8CxCB { top:1233px;left:144px;width:591px;height:107px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #S19dEfvI2WHf7tVOqpPLHUAhM91HL1q2 { top:1373px;left:81px;width:40px;height:40px;display:none; }
 }@media only screen and (max-width: 763px) { #nF0veTnaZfyfXsLdkwZy40J9nSMRgXbL { top:1379px;left:144px;width:565px;height:26px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #AfOfqUa5vLs1QVVfMKJ3llqZLqLrtZ8m { top:1445px;left:81px;width:40px;height:40px;display:none; }
 }@media only screen and (max-width: 763px) { #U6Pm0LEF0xW2L5xbxRDi0gSn77JTeQTz { top:1452px;left:140px;width:565px;height:26px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #lhXyWWn6sQbRWFQCTWxwfgOBVV6SFETs { top:1554px;left:0px;width:282px;height:400px;display:none; }
 }@media only screen and (max-width: 763px) { #DWyELaelZ31f2p3QL3r1ECFfOZChgTqa { top:1554px;left:236.26135253906px;width:264px;height:400px;display:none; }
 }@media only screen and (max-width: 763px) { #PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq { display:block; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfSqESwWfwa1wFyWoAU5zw9I1WkJPxKr { top:40px;left:0px;width:764px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #icqJ28ToTZERT4vxJvnxPwumQv2UdafK { top:130px;left:0px;width:764px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h2Q9nprnIZUQzc7lJSMnyyn7TEaxhn0k { top:271px;left:0px;width:764px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gxDewm6aVNuqtGZf4RQz1ECfQDVNTV6P { top:329px;left:132px;width:500px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #TPUQbFkOUGLSQnfDpJP6c5ogxIZ4bT4Q { top:874px;left:159px;width:565px;height:53px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWX1zWHeDRpJCpRWn3GNrgOA7B5ahmmu { top:1504px;left:0px;width:764px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xCJ6f8eJkQv6IGcudqm4ktEKm3rWpL3r { top:963px;left:159px;width:565px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #btsfBaRf6Jc5trkm8Lc9phTztwd56guo { top:881px;left:100px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #RPzMFM8yaJRITwsNVObKEHKP6gsE2T4Q { top:956px;left:100px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #gaDBWuLzdgS8bN3AotnoUi5xxE1fk6or { top:1035px;left:159px;width:565px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CQHVc1OQGOGCieqhO1N4aPOUb1D59t79 { top:1028px;left:100px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #VMAyUrmngQffdSdQxdTyqnFNbVSVQqwU { top:1126px;left:0px;width:764px;height:75px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ssEzZGbt02uCx3pV9IdeNqeWXnvEPrty { top:1233px;left:81px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #r6JE2n9gNgMu4KP2mfFtCvNKTaVHX45U { top:1233px;left:124px;width:640px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IISnioabJb2T0hz1XDKw5w7CMLp9k2nJ { top:1373px;left:81px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #wp6tVZ3M1sJxBfMk81RfDkE1uoqk3CZu { top:1379px;left:144px;width:565px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Msn553stSTFFfLxzT7tU8PwfAUatU4mk { top:1445px;left:81px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Oeo3LtOv2oPIXldEudcCQOKeR8ceWHQX { top:1452px;left:140px;width:565px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sPvAzfA15rihtV52A6CUfUfrnCz71T4T { top:1554px;left:480px;width:282px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #E48P2iTVULO6rPTTbvlShJtaMmw4cgIO { top:1554px;left:236.26135253906px;width:264px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #H5ltHPEUiIppR5LSvnWQxb489zEz3nPo { top:1554px;left:0px;width:282px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #RXf9dVVcIn6bNh3vVQ4AgX49fJpoSKcR { top:0px;left:0px;width:764px;height:2005px;display:block; }
 }@media only screen and (max-width: 763px) { #vD2f6mNTtnptW8cbvMGZBNfNQwcTUdyR { top:50px;left:0px;width:764px;height:;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH { display:block; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMx1duOwdudWCXBCRqvyf3MqwHDl2txW { top:1554px;left:0px;width:282px;height:400px;display:none; }
 }@media only screen and (max-width: 763px) { #BQ0UemFEf6hrWsRuIGMMECn8snmQrXtv { top:44px;left:0px;width:764px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv { display:block; }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuTr8PzOVUvaPPMLDSRcPe83EMdnn4uw { top:130px;left:0px;width:280px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MEuruH3aUJGEwtvceoXRU8T7vZi21gTB { top:22px;left:82px;width:85px;height:92px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #kng7d2iWWJ23UeSyBKZ7DDetlJy7OnoE { top:130px;left:238px;width:270px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C9WuSzSoClFBQLIlwEl6xVz8J3xR98bG { top:22px;left:338.5px;width:85px;height:92px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QD2mMyvcXp5bLzWruokKGDPHdDmmVRwW { top:130px;left:492px;width:270px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Vtsi2CAKhTPEGGcPTuLoNJ0es22SKZ6v { top:22px;left:590px;width:85px;height:92px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #COevwk2n6zU5OZhRZQx0QvveW1IsTnOC { top:73px;left:0px;width:324px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #hBv84trvtfmDbOGtJSzTwIpSaXfDbXFX { top:73px;left:184px;width:324px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #STTJCmxLsTKX3x8zTGaxwowUi2yzMaka { top:73px;left:438px;width:324px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #Q4A7zUqkA2E9AAVbFwNSUN7kJ05o8RIu { width:265px;height:187px;top:185px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #asbvA79i7ikrVCDPm8CwTTrXLiCck4RL { width:265px;height:163px;top:197px;left:243px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mU8n5AVg5Xkzsk2MNHJq0f1dHn3zW7mn { width:265px;height:164px;top:197px;left:498px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv { display:block; }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTQ2wi0gLennHUtSPiGkfWvJBCXW3naX { top:129px;left:0px;width:280px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uLZJAzwz3vdTM7wRtTyKpTUqtuolP4Dp { top:21px;left:82px;width:85px;height:;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QSLbxOmTc3rlWmrDcLdvBCgENr9os3JD { top:129px;left:238px;width:270px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WB7kCcG9s3Fp144fNc8nfmMdxTUZA1az { top:21px;left:338.5px;width:85px;height:;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #eaFXzU9Tqxbe1Zoy1MdDRzFo2aFxXoOf { top:129px;left:492px;width:270px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #soRlZSGAQbFnluGxGeCEKTpk7gBdhKQH { top:21px;left:590px;width:85px;height:;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #CPEUWVVTpwDT2S6usudktOBdXs2DIvLA { top:73px;left:0px;width:324px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #TrbTJluv4uPnThhflQuqCM4gaeS7UEnX { top:73px;left:184px;width:324px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #pPmVK23fS2skMtwZsAcVmqZrKMGytpA9 { top:73px;left:438px;width:324px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #wO489TpMWG2l0GQcN6nB3IiWsiqbLTcS { width:243px;height:140px;top:219px;left:4.9971923828125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BMGTT2096GAoKMvyTFvS7azs8balZfNq { width:241px;height:93px;top:219px;left:259.99145507812px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XyuJWx91BgFaD4Zs6kygmbExNXBK6Tl5 { width:241px;height:70px;top:219px;left:513.99145507812px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D { display:block; }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv1WkqORSZZkVNSboroFSCzA0mTOymkt { top:32px;left:0px;width:764px;height:88px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #w296Hm6XTDQ1zIg9xy6nCsRNTak9eRXR { top:17px;left:0px;width:320px;height:;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyvisGAL3axPJTRs1gLdIL62E1BQW12t { top:229px;left:0px;width:764px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lFx3hZotVI31kvzcliFhHF1KHtJUDqTM { top:340px;left:0px;width:410px;height:345px;display:block; }
 }@media only screen and (max-width: 763px) { #yIPdRpLC24mNu50oWLAaQufomydlIJyM { top:340px;left:157px;width:607px;height:475px;display:block; }
 }@media only screen and (max-width: 763px) { #xIhK84ZuPAQ2htoZGSw04lBBAGemcNbB { top:1459px;left:0px;width:764px;height:81px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fLR8oKoT6IWmTbbSQ8JfJRqBPSZcteyG { top:690px;left:0px;width:410px;height:439px;display:block; }
 }@media only screen and (max-width: 763px) { #fXvPRTAp7b6znZTTLNHmn2vpbZcasuiF { top:815px;left:156px;width:608px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #kZBQQghfQqIlf8JDNX6taFIcdvoXgLcU { top:1161px;left:0px;width:401px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #XnABlLs44SIpKPCmE38bggHJkJ71cwfK { top:1327px;left:0px;width:764px;height:78.958851674641px;display:block; }
 }@media only screen and (max-width: 763px) { #uZaHOP8doDUQT6Lvb9Mm8OZcTpyn2wVV { top:34px;left:0px;width:764px;height:162px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L8rmvBN4ixhT44GX83tugVZ9rqig9iHF { display:block; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ7W8Mt2is9Q77bZDg2lkTIqClsquOk6 { top:33px;left:182px;width:400px;height:44px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IT1A3zhwKixbaylvkJAlBQZOA5LiySCR { display:block; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUPK2D8CLm60qh9yInRHm7nJ7OCivUuF { width:301px;height:628px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OeXThOaTGNs7omcp4nyedavHhtnrw9K4 { width:282px;height:281px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r3wyk4FaJLneUdAWHk5p3M9QTUiaV0qe { width:319px;height:45px;top:346px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #THJdqTkl6d480WQZHEnbZg5dEVCHXFl6 { width:221px;height:55px;top:573px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tEFFWr91lH5XyVwi1qpttW4OU5r52Pfv { display:block; }
 }@media only screen and (max-width: 763px) { #WZa9yHel9TcXcJ0C8bGTTQPHNcWFkEzD { width:301px;height:653px;top:32px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #DPKMAF7PVQ9QfbGDgVDNoL5kdmN8VXx1 { width:221px;height:55px;top:597px;left:270.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wERSqS0Dz1QRoSTyruhRAuuhXmiW8vCp { display:block; }
 }@media only screen and (max-width: 763px) { #JyLMubvLuGJiKQ0CmWfscT8zShQuMsn0 { width:269px;height:41px;top:492px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aoRHQzoSDdn7WVs0FAc8dTKII1r1vmoM { width:320px;height:29px;top:454px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xs62B09TELKrrPuTXQ01RDRUMsJcerU5 { width:290px;height:257px;top:46px;left:221px;display:block; }
 }@media only screen and (max-width: 763px) { #CrZKs0raMu8BJATHc6vPWm1R9ZZQbfS3 { width:301px;height:625px;top:30px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #A7dGtMEyD6DAg96g5VEKe27KdLozFLuS { width:221px;height:55px;top:573px;left:524.5px;display:block; }
 }@media only screen and (max-width: 763px) { #P2xr4uSmKF6lX2mCU8hzA1BLJOipe4fw { display:block; }
 }@media only screen and (max-width: 763px) { #htiwlonx8fUEQN3bMqnEQZnB9gKnE9ud { width:319px;height:54px;top:344px;left:189px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #crtqoQuxeNJsIK7ZN4qevUpE8ZAc0aG6 { width:224px;height:282px;top:39px;left:521.79379778162px;display:block; }
 }@media only screen and (max-width: 763px) { #tIHUq51WdZGPryxPF661NTuAZHwgAiNW { width:108px;height:43px;top:289px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #iidTArVyxwC2MpEMBwmm2tVxJVQA0z6l { width:84px;height:31px;top:295px;left:254px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #W6w2Tx2tJsuMG3cLe7emUhiSZ50impCE { width:252px;height:41px;top:524px;left:255px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ADwW1g7ct9eyC8wM5WksP8RextikhTxL { width:319px;height:45px;top:346px;left:443px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #LQPXOHbSLbZtkzxpE8otmxpZaJ8MstUa { width:320px;height:78px;top:414px;left:442px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GTk8Zd7sctnQVyUXtzBGsFDi1AqOMCpc { width:320px;height:78px;top:430px;left:188px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QESiqEuIaulN9FVNwEpLA6nePI2X4pr8 { width:269px;height:62px;top:492px;left:493px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t1NbTAzrSQPEPJEXVk0Zfv4quoL0pqXf { width:252px;height:15px;top:405px;left:1px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rvoOBoghVx9ika6GFFuNcFD7J0PzW4aS { width:252px;height:15px;top:405px;left:255px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #EId861LNJq7DoSrTE9h7QkayrOVuwZWS { width:252px;height:15px;top:391px;left:509px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvTckWTLbFBdTpfQTSsqSJ3DG5XGeWl0 { top:134px;left:364px;width:400px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #vLgHWuPyhiwPVCtVLWbZgiAMQ7ch6haA { top:51px;left:0px;width:491px;height:327px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RsdG8ctsirLbGc3CdOeZxdsI5uOqspF1 { top:443px;left:0px;width:510px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtyMwkOtldnFdtPU8GQIb8vTn005ZR57 { top:496px;left:0px;width:508px;height:54px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Us4Qu4qmxNrZTVN3XZrJDbwNeuLn4ydZ { top:449px;left:0px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GXEDBfu12ibn2hslivRDbUdkRUlDM42w { top:506px;left:0px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FM79UuVSuyJGO1gT5FLU13514z59ierM { top:398px;left:0px;width:491px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #V6nlrH1q5TdgST8ob9v6HaBE9tif7Ddd { top:753px;left:0px;width:285px;height:76px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi { display:block; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQ7a5e5nF0IEd4M99Xop0XrGA3VLGxqE { top:21px;left:0px;width:764px;height:81px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu { display:block; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSmU2VSqIt27zx4eQ4zUTHGv2Id35oTq { top:122px;left:0px;width:764px;height:458px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lLTQ43TmtO7OgG1gyOoC6ECoz6InbVDF { top:644px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bftSXDHL6iTwBRWzbc0buRNXeVEFlgk7 { top:726px;left:0px;width:764px;height:59px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #CZhCV6uXXVWy6V9tM45ddO9cPELcw8WS { top:797px;left:0px;width:764px;height:41px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sSBTURskT2TWhDtknt1tGNnxl1lRieDT { width:600px;height:100px;top:880px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #AKMtpfiyWqc5DTsmAhWq3AdGJSMms9om { display:block; }
 }@media only screen and (max-width: 763px) { #XbbcqhD3n5n9FLqOAahsVUrAzaSNI7ME { top:24px;left:0px;width:764px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { display:block; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { top:254px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { top:254px;left:0px;width:764px;height:65px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LEM93fD56HqGSZSybEUt8hHmC4xG1SpR { top:341px;left:13px;width:636px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nUzPeVPXTtNlOkiKyWmxD18uLEryt6FT { top:559px;left:0px;width:764px;height:130px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #trgq5yifs6PGMcNfmIbiGL1S6C5ZSI7D { top:432px;left:12.994323730469px;width:690px;height:97px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zaOVgiTQcTDyWBwEhPOFRBK0OgtEwDkM { top:716px;left:13px;width:636px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TDtLq5IrKABm9T1L6TIPMa4d8MqN1WQu { top:72px;left:0px;width:764px;height:122px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C4uwwbaG6nzp0QVumvF5dDGoQ8bdFszV { top:340px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuoL4f4TP9DtdaLQORAXBlCwyc5paRyA { top:432px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #rzS9gsM1Iumm6cpaCNGxobAg46S8hWoN { top:558px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BoiApQee2lTrw2eyJ607FqaVNCAuxf5B { top:715px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #C5Mdi3SQibIo1KOCPxsqMO7X8SIsMqlh { top:807px;left:13px;width:646px;height:97px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ObyTpWRBVfS58TT8rFwO8W0oddA5syFS { top:807px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Sw5ZAUwov4935tLpxi7ftxITuhN81uFk { top:933px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #N1cb6oBpTAKkpXE1sQHfFnrMUDXAtA06 { top:933px;left:13px;width:696px;height:130px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CgpoL6iNoqKPGTpd1NyXaIrcbQir0IZ5 { top:1097px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #WRddaffJ3ZwuMCAeoLIyHUpE8GsDzqFf { top:1097px;left:13px;width:646px;height:97px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qnqTf7HgMlT6qSb5q9cEmZktlidrmdt2 { top:1230px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #lIEIc2Z39MZKTq3r75eEDWih7gAIL0ul { top:1230px;left:13px;width:646px;height:129px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #a5NCDq679rgIpGNfRHXe8SI8T2aR96np { top:1390px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ViBe2WoN7OOREkTqsN4w8vBe1UFlAhPL { top:1390px;left:13px;width:647px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv { display:block; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1avT0Qdptu8i9cQ8nqiVDPoedJlTPWQ { top:758px;left:454px;width:310px;height:100px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #yUyJuCJPFJxM7JIaVhNTfdvmL4uJTCg4 { top:758px;left:454px;width:310px;height:100px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #pvLOlzPsJiC6Zilf3Nf20uyA5nkickoS { top:758px;left:454px;width:310px;height:100px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #InmzoaG6tALxolw4qU235Son9tPa3i6c { top:758px;left:454px;width:310px;height:100px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Vl9nvPNoT2pQAQrm2v7N49FVZDZIgsl2 { top:335px;left:0px;width:279px;height:26px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #H70IsI3MsoMQeGW2LcIVqKcrbe49TJb2 { top:37px;left:0px;width:764px;height:47px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #p3EpWTFA7ETUKXu4VGZi3UIBsJJOsXr0 { width:764px;height:55px;top:100px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #QGad0Cq0vD2VxSUbns1TzHXKPwxrXqaW { top:181px;left:0px;width:764px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WDdEZJTiJWb6pd0txxEsSnCtTJexi0il { width:475px;height:61px;top:273px;left:166.9375px;display:block; }
 }@media only screen and (max-width: 763px) { #vEJkWFVm8eW5MeMTpWzLykHKdb3KpydL { display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { top:35px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { top:45px;left:579px;width:185px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #dLlEdfBrLznxqgqqm9iQQusG412qoK3c { display:block; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { width:320px;height:102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yANO1w3lVWRkZdUppxhToUNGATlwasds { width:299px;height:57.5625px;top:22.208333969116px;left:10.500000953674px;font-size:16px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:#fbfbfb;background-image:none;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:320px;height:799px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { width:310px;height:0;top:718px;left:32.5px;font-size:12px;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { width:310px;height:0;top:733px;left:32.5px;font-size:12px;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { width:310px;height:0;top:797px;left:32.5px;font-size:12px;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { width:310px;height:0;top:726px;left:32.5px;font-size:12px;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:310.25px;left:20.5px;width:279px;height:0;z-index:15049;font-size:10px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { width:266.989px;height:0;top:132.98295593262px;left:52.997155189514px;font-size:16px;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { width:267px;height:62.3906px;top:270.9375px;left:49.5px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g82lgnACUpqLgShyiBLTkewuV1V1SRgz { width:320px;height:28.8958px;top:84.985789299011px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Si9lDRSV1mT7QodwDK6Si2OSJ8Xgc35H { width:273.991px;height:103.958px;top:357.98294830322px;left:46.022725105286px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { width:317.984px;height:317.984px;top:470.859375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:320px;height:0;top:11.988639831543px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #U5bUVqbnBNFgHi4XCMTF4UuOJXClqTnt { display:flex;width:30px;height:30px;top:141.98862457275px;left:0px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #ZJouTKJwycaze9HEwLTu2hJI6Jm2HTCu { display:flex;width:30px;height:30px;top:270.95169830322px;left:0px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #dATh3B5yTRJ1ADo5Swcaecerbq0QHIFI { display:flex;width:30px;height:30px;top:357.98294830322px;left:0px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #L2LtOTB2xyaHZM3ha6VoS0paUGM4SiG2 { width:320px;height:50.375px;top:16.974433898926px;left:0px;font-size:21px;text-align:center;text-align-last:center;line-height:1.2;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #onCvNFVRnKtDKI0SxRMK1ECPTd1TrMbU { width:273px;height:111.979px;top:141.984375px;left:47px;font-size:16px;text-align:left;text-align-last:left;line-height:1.4;z-index:15054;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI { background-color:rgba(255,255,255,0.79);background-image:none;display:block; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container { background-color: transparent; background-image: none; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container > .video-iframe-container { display: none; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row > .video-iframe-container { display: none; }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .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); }#UFvyqSSqHBRpkPDc9ki8mISqTSN1lcTI > .row .container { width:320px;height:625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNU3lQXG3Vi7TDOk3dUmP52SBvreMfsy { width:320px;height:299.062px;top:132.375px;left:0px;font-size:16px;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1PALrUqzGE2VbLNfVO0kDtSrgshuNgi { width:320px;height:0;top:67px;left:0px;font-size:35px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RTaOxPNXFuaMVHmoLtha0WoG8U3GmZTN { width:303px;height:60px;top:537px;left:8.5000009536743px;font-size:16px;font-family:montserrat;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ye1SZROAL25gQqxzls8yDeVvEwu8Vil1 { display:block; }
 }@media only screen and (max-width: 763px) { #lBtJF4rmQr8PMqqVwyvRI5mHWeTtfhNi { width:320px;height:46.7917px;top:461.75px;left:0px;font-size:18px;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #oZv2GRZyx6q2dKpXzmiqQtwtSQiH5o0p { width:320px;height:62.375px;top:58.97730255127px;left:0px;font-size:24px;text-align:center;text-align-last:center;z-index:15002;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #MotzIzn1LQZpTWXhJzDAINZ7qttNndKZ { width:320px;height:23.3958px;top:23.480072021484px;left:0px;font-size:18px;text-align:center;text-align-last:center;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #KHCQ1HRbDDouomRvCwdqgd4EEW4vRI0n { width:320px;height:0;top:800.92324829102px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF { display:block; }#ZV1xRgUnSU6LzIO0Bdp60WQl9UQJqEKF > .row .container { width:320px;height:883px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT8ws2OnU4NNyke5987GUvc7yHCmf3Hh { width:276px;height:150px;top:60px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #a32EdZpKZh4Pdu4cAwb6gtTDHck97Pzc { display:flex;width:50px;height:50px;top:35.951705932617px;left:134.99999332428px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #VnhmXC1nDhJrKBfigd0PeApsVaH0JGTc { width:230px;height:66.25px;top:101.83238220215px;left:44.985795021057px;font-size:17px;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #XETMCi3wK13nARSVxMdnN2SaWp1InB72 { width:218px;height:66.25px;top:311.515625px;left:51px;font-size:17px;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BaEkIyWShxmJftydRQzGAfA6hbtwVgDn { display:flex;width:50px;height:50px;top:243.9772644043px;left:134.99999332428px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #HsPNvqIkOXSHM2PHMsCJ2uL6wafpuPay { width:177.984px;height:44.1667px;top:523.78125px;left:63.96875px;font-size:17px;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Eb4zT2R1527vZbtNNa8N4JiDeqAWAHVa { display:flex;width:50px;height:50px;top:444.94317817688px;left:127.99715518951px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #tyklmiXTJ8gPiymdRT99hXd8634CBhti { width:244px;height:110.417px;top:715.640625px;left:38px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne4StIMgv8kg6szD233sRPH3PD4hA99r { display:flex;width:50px;height:50px;top:652.96873474121px;left:127.99715518951px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #PULw82bxyNRSol4xudKh1PiXRcM1soyS { width:275px;height:150px;top:269.67327880859px;left:22.485795021057px;display:block; }
 }@media only screen and (max-width: 763px) { #AXlrAEzrSfn8GSZ0oLRDivODHLzgUrnW { width:275px;height:150px;top:470.8807220459px;left:15.468749046326px;display:block; }
 }@media only screen and (max-width: 763px) { #WL9mBeD6ShH2N9Qzhly6TasBukZfnCT2 { width:275px;height:170px;top:676.90336608887px;left:15.468749046326px;display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:320px;height:1040px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMSMQJchsyeyirS7KJEAL9mbzBMFvaa4 { width:320px;height:31.1875px;top:9.9858093261719px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IvTBFHLFEIEUFabRcpOVKzU9tlEaz0kO { width:320px;height:54.375px;top:52.542633056641px;left:0px;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gBncEkMMsTDnJNzNNr35pszraSwtWFT2 { width:320px;height:30.5938px;top:118.32388305664px;left:0px;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QwluJW0bk7DgAB393ZCExoG34232bzb7 { width:320px;height:163.125px;top:157.890625px;left:0px;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JlZSFvPpbf6qJ9pAlFFmnNxnO4px4eAi { width:320px;height:30.5938px;top:333.234375px;left:0px;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #s5fIt7ktUgAVeT58u9PiqhUGg9Cn8K3u { width:320px;height:81.5625px;top:372.796875px;left:0px;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QXCpsCLe9uUoP7mf5eutrlPX6vAf29Uu { width:320px;height:30.5938px;top:470.453125px;left:0px;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rsXTpUld8v07b9T0GyOskWwKnPvnJuvx { width:320px;height:108.75px;top:519.625px;left:0px;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rRAy0ueZ9w4yawmdUhyE01obC14hyv4g { width:320px;height:30.5938px;top:642.6875px;left:0px;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WkTKr07PvdrpNTBMd01FAA1ONZIPCmlM { width:320px;height:27.1875px;top:690.15625px;left:0px;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xWx8gamDQgT3ILLwPhUG4VhxHGCP7ZFa { width:320px;height:30.5938px;top:738.03125px;left:0px;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vCsqybE3z5O54qbZx1HI86qIKwqFZDdR { width:320px;height:54.375px;top:789.625px;left:0px;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G9WyeEu6WPCIkqu4zJN5s2dPTqQf1b2h { width:320px;height:61.1667px;top:864.34375px;left:0px;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CQ0aNA2DOpAJybTpyredSvuJZvkLpOuA { width:289px;height:60px;top:952.75px;left:16px;font-size:18px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VC2OFiUoobTqgEM3BqOUOb6KGF4y3NUO { display:block; }
 }@media only screen and (max-width: 763px) { #E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh { background-color:#f5f5f5;background-image:none;display:block; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container { background-color: transparent; background-image: none; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container > .video-iframe-container { display: none; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row > .video-iframe-container { display: none; }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .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); }#E04d9SW3yTpvTmIVrsg7yzks4TdBlNEh > .row .container { width:320px;height:2249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhpA1f2Vc6udKeRp8McSbo4iTtq19oE6 { width:320px;height:2361px;top:163.3125px;left:0px;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #dfStiPtZCwzEIOcfN5U6d8Z1DZCEUXLT { width:320px;height:103.958px;top:29.953125px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxZCnQmkue80XGKGkZ7Zy2lSU5w3A3gD { width:320px;height:54.5938px;top:147.921875px;left:0px;font-size:21px;text-align:center;text-align-last:center;z-index:15013;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GtHN3uN6viA1v7J8aQpJttk95FTfnv7c { width:320px;height:299.062px;top:217.8125px;left:0px;font-size:16px;line-height:1.7;z-index:15008;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #z5xKlDlLuF0bqdTVSLUFMiRh2n5GI953 { width:320px;height:61.1667px;top:538.40625px;left:0px;font-size:18px;line-height:1.7;z-index:15009;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #cOiVfWgtMlm8VFVoOisv9tRiTQKp1nTG { width:320px;height:54.375px;top:920.921875px;left:0px;font-size:16px;line-height:1.7;z-index:15010;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Unf1sHRqGcaZcoeHtBaRwCi7eeA9s76V { width:312.984px;height:312.984px;top:607.953125px;left:0px;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #SZBJbwlFxHgLvBTpGaP8WN0rHFgyr12J { width:279px;height:102.333px;top:995px;left:40px;font-size:16px;line-height:1.6;z-index:15005;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #oPUXGMvmydErI6RnnqScLOeH5FcqV2lw { display:flex;width:30px;height:30px;top:995px;left:0px;z-index:15085;font-size:21px; }
 }@media only screen and (max-width: 763px) { #rcQkVTpVOqJXqVbIJG8KuK96awtmBipC { display:flex;width:30px;height:30px;top:1119px;left:0px;z-index:15086;font-size:21px; }
 }@media only screen and (max-width: 763px) { #oUxZTufRIVdPNiwfOsIF5F0vpMuw30Ef { width:279px;height:51.1667px;top:1119px;left:42.5px;font-size:16px;line-height:1.6;z-index:15006;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #vbqexhAZ2iGJxAI5r4Taba6TmRguRHxG { display:flex;width:30px;height:30px;top:1193px;left:0px;z-index:15087;font-size:21px; }
 }@media only screen and (max-width: 763px) { #bHU1VnHqy6Gs5V8pbSGDHbi9f5rhB51C { width:276px;height:51.1667px;top:1193px;left:46.484375px;font-size:16px;line-height:1.6;z-index:15007;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bFsn5ykCdNp08VamHl6L7XA0N2QegbKv { width:320px;height:57.7916px;top:1265px;left:0px;font-size:17px;line-height:1.7;z-index:15008;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #n7GITCO8clN5XCWkMPtXXn5s3daxbqHE { display:flex;width:30px;height:30px;top:1339px;left:0px;z-index:15091;font-size:21px; }
 }@media only screen and (max-width: 763px) { #JQ48F46pAEekoVAVKOpzx7Q0Ciu8CxCB { width:283px;height:230.25px;top:1339px;left:38.96875px;font-size:16px;line-height:1.6;z-index:15011;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #S19dEfvI2WHf7tVOqpPLHUAhM91HL1q2 { display:flex;width:30px;height:30px;top:1593px;left:0px;z-index:15092;font-size:21px; }
 }@media only screen and (max-width: 763px) { #nF0veTnaZfyfXsLdkwZy40J9nSMRgXbL { width:277px;height:51.1667px;top:1593px;left:45px;font-size:16px;line-height:1.6;z-index:15012;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #AfOfqUa5vLs1QVVfMKJ3llqZLqLrtZ8m { display:flex;width:30px;height:30px;top:1665.796875px;left:0px;z-index:15093;font-size:21px; }
 }@media only screen and (max-width: 763px) { #U6Pm0LEF0xW2L5xbxRDi0gSn77JTeQTz { width:281px;height:25.5938px;top:1668px;left:40px;font-size:16px;line-height:1.6;z-index:15013;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #lhXyWWn6sQbRWFQCTWxwfgOBVV6SFETs { width:281.989px;height:400px;top:1419.9856567383px;left:18.068181037903px;z-index:15074;display:none; }
 }@media only screen and (max-width: 763px) { #DWyELaelZ31f2p3QL3r1ECFfOZChgTqa { width:320px;height:487px;top:1718.921875px;left:1.7911111111114px;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq { background-color:#b09254;background-image:none;display:block; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container { background-color: transparent; background-image: none; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container > .video-iframe-container { display: none; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row > .video-iframe-container { display: none; }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .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); }#PpK0stbcnPp3qpdJKRTKSFEcmud3TUEq > .row .container { width:320px;height:64px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfSqESwWfwa1wFyWoAU5zw9I1WkJPxKr { width:320px;height:0;top:1086.9882109375px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #icqJ28ToTZERT4vxJvnxPwumQv2UdafK { width:320px;height:0;top:208.73590087891px;left:0px;font-size:16px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #h2Q9nprnIZUQzc7lJSMnyyn7TEaxhn0k { width:320px;height:0;top:1598.4662109375px;left:0px;font-size:18px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #gxDewm6aVNuqtGZf4RQz1ECfQDVNTV6P { width:227.997px;height:227.997px;top:534.98571777344px;left:54.957383155823px;display:none; }
 }@media only screen and (max-width: 763px) { #TPUQbFkOUGLSQnfDpJP6c5ogxIZ4bT4Q { width:261.989px;height:0;top:78.991516113281px;left:37.982953071594px;font-size:17px;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ZWX1zWHeDRpJCpRWn3GNrgOA7B5ahmmu { width:320px;height:0;top:18.721614837646px;left:0px;font-size:18px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #xCJ6f8eJkQv6IGcudqm4ktEKm3rWpL3r { width:320px;height:0;top:133px;left:0px;font-size:16px;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #btsfBaRf6Jc5trkm8Lc9phTztwd56guo { display:flex;width:40px;height:40px;top:13px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #RPzMFM8yaJRITwsNVObKEHKP6gsE2T4Q { display:flex;width:40px;height:40px;top:73px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #gaDBWuLzdgS8bN3AotnoUi5xxE1fk6or { width:320px;height:0;top:72.982971191406px;left:0px;font-size:17px;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #CQHVc1OQGOGCieqhO1N4aPOUb1D59t79 { display:flex;width:40px;height:40px;top:207px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #VMAyUrmngQffdSdQxdTyqnFNbVSVQqwU { width:320px;height:0;top:53.977478027344px;left:0px;font-size:17px;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #ssEzZGbt02uCx3pV9IdeNqeWXnvEPrty { display:flex;width:40px;height:40px;top:448px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #r6JE2n9gNgMu4KP2mfFtCvNKTaVHX45U { width:320px;height:0;top:43.991394042969px;left:0px;font-size:17px;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #IISnioabJb2T0hz1XDKw5w7CMLp9k2nJ { display:flex;width:40px;height:40px;top:38px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #wp6tVZ3M1sJxBfMk81RfDkE1uoqk3CZu { width:320px;height:0;top:98px;left:0px;font-size:17px;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Msn553stSTFFfLxzT7tU8PwfAUatU4mk { display:flex;width:40px;height:40px;top:172px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #Oeo3LtOv2oPIXldEudcCQOKeR8ceWHQX { width:320px;height:0;top:91.988525390625px;left:0px;font-size:17px;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #sPvAzfA15rihtV52A6CUfUfrnCz71T4T { width:282px;height:400px;top:1554px;left:18px;display:none; }
 }@media only screen and (max-width: 763px) { #E48P2iTVULO6rPTTbvlShJtaMmw4cgIO { width:264px;height:400px;top:1554px;left:27px;display:none; }
 }@media only screen and (max-width: 763px) { #H5ltHPEUiIppR5LSvnWQxb489zEz3nPo { width:282px;height:400px;top:1554px;left:18px;display:none; }
 }@media only screen and (max-width: 763px) { #RXf9dVVcIn6bNh3vVQ4AgX49fJpoSKcR { width:320px;height:2005px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vD2f6mNTtnptW8cbvMGZBNfNQwcTUdyR { width:294px;height:31.1875px;top:16.395843505859px;left:13.000000953674px;font-size:24px;text-align:center;text-align-last:center;z-index:15002;font-family:montserrat;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH { background-color:#f5f5f5;background-image:none;display:block; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container { background-color: transparent; background-image: none; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container > .video-iframe-container { display: none; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row > .video-iframe-container { display: none; }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .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); }#LGS34PLkUU9xEqwa2qBNxt9x6CmRRBSH > .row .container { width:320px;height:16px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMx1duOwdudWCXBCRqvyf3MqwHDl2txW { width:281.989px;height:400px;top:1419.9856567383px;left:18.068181037903px;z-index:15074;display:none; }
 }@media only screen and (max-width: 763px) { #BQ0UemFEf6hrWsRuIGMMECn8snmQrXtv { width:320px;height:0;top:0px;left:0px;font-size:35px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv { display:block; }#qzxHArOreqSfuuVU0qQO6dmOSt6R4Mzv > .row .container { width:320px;height:1015px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuTr8PzOVUvaPPMLDSRcPe83EMdnn4uw { width:305px;height:26px;top:133.96306991577px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEuruH3aUJGEwtvceoXRU8T7vZi21gTB { width:85px;height:65px;top:68.977272033691px;left:117.49999332428px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kng7d2iWWJ23UeSyBKZ7DDetlJy7OnoE { width:270px;height:26px;top:470px;left:17px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9WuSzSoClFBQLIlwEl6xVz8J3xR98bG { width:121.989px;height:65px;top:390px;left:99px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QD2mMyvcXp5bLzWruokKGDPHdDmmVRwW { width:270px;height:26px;top:774.97155761719px;left:17.499999046326px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vtsi2CAKhTPEGGcPTuLoNJ0es22SKZ6v { width:130px;height:65px;top:709.98574829102px;left:94.985795021057px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COevwk2n6zU5OZhRZQx0QvveW1IsTnOC { width:320px;height:270px;top:101px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hBv84trvtfmDbOGtJSzTwIpSaXfDbXFX { width:320px;height:270px;top:424px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #STTJCmxLsTKX3x8zTGaxwowUi2yzMaka { width:320px;height:270px;top:744px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q4A7zUqkA2E9AAVbFwNSUN7kJ05o8RIu { width:241.989px;height:166.333px;top:159.9147605896px;left:38.991475105286px;text-align:center;text-align-last:center;font-size:16px;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #asbvA79i7ikrVCDPm8CwTTrXLiCck4RL { width:241.989px;height:145.5413px;top:499px;left:39px;text-align:center;text-align-last:center;font-size:16px;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mU8n5AVg5Xkzsk2MNHJq0f1dHn3zW7mn { width:241.989px;height:145.5416px;top:804.85791015625px;left:38.991475105286px;text-align:center;text-align-last:center;font-size:16px;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv { display:block; }#TXPxhz0nmk9LbPC27GqiR3f5vHrmvcvv > .row .container { width:320px;height:804px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTQ2wi0gLennHUtSPiGkfWvJBCXW3naX { width:305px;height:52px;top:76.988647460938px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLZJAzwz3vdTM7wRtTyKpTUqtuolP4Dp { width:85px;height:65px;top:12.897735595703px;left:117.49999332428px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSLbxOmTc3rlWmrDcLdvBCgENr9os3JD { width:270px;height:52px;top:382.98293304443px;left:24.985795021057px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WB7kCcG9s3Fp144fNc8nfmMdxTUZA1az { width:122px;height:65px;top:309px;left:99px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaFXzU9Tqxbe1Zoy1MdDRzFo2aFxXoOf { width:270px;height:52px;top:619.99998474121px;left:24.985795021057px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soRlZSGAQbFnluGxGeCEKTpk7gBdhKQH { width:130px;height:65px;top:555px;left:95px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPEUWVVTpwDT2S6usudktOBdXs2DIvLA { width:320px;height:250px;top:46.988647460938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TrbTJluv4uPnThhflQuqCM4gaeS7UEnX { width:320px;height:200px;top:343px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pPmVK23fS2skMtwZsAcVmqZrKMGytpA9 { width:320px;height:180px;top:587.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wO489TpMWG2l0GQcN6nB3IiWsiqbLTcS { width:241.989px;height:124.75px;top:128.93466186523px;left:38.991475105286px;text-align:center;text-align-last:center;font-size:16px;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BMGTT2096GAoKMvyTFvS7azs8balZfNq { width:241.984px;height:83.1667px;top:424.9375px;left:39px;text-align:center;text-align-last:center;font-size:16px;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XyuJWx91BgFaD4Zs6kygmbExNXBK6Tl5 { width:241.984px;height:62.3906px;top:663px;left:39px;text-align:center;text-align-last:center;font-size:16px;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D { display:block; }#l1rSh2Iqwy2FqNnDG1TpsuQlLZA4vA7D > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv1WkqORSZZkVNSboroFSCzA0mTOymkt { width:320px;height:0;top:15.980117797852px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w296Hm6XTDQ1zIg9xy6nCsRNTak9eRXR { width:320px;height:62.375px;top:30.000350952148px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:15003;font-family:montserrat;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { width:320px;height:1623px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyvisGAL3axPJTRs1gLdIL62E1BQW12t { width:320px;height:51px;top:481.66667175293px;left:0px;font-size:15px;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFx3hZotVI31kvzcliFhHF1KHtJUDqTM { width:320px;height:269px;top:593.03125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yIPdRpLC24mNu50oWLAaQufomydlIJyM { width:320px;height:250.469px;top:1647.03125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xIhK84ZuPAQ2htoZGSw04lBBAGemcNbB { width:320px;height:230.25px;top:1348.5px;left:0px;font-size:16px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLR8oKoT6IWmTbbSQ8JfJRqBPSZcteyG { width:320px;height:342px;top:862.02117919922px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fXvPRTAp7b6znZTTLNHmn2vpbZcasuiF { width:320px;height:262px;top:1909.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #kZBQQghfQqIlf8JDNX6taFIcdvoXgLcU { width:320px;height:103.719px;top:1215.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XnABlLs44SIpKPCmE38bggHJkJ71cwfK { width:320px;height:33.619866284623px;top:1671.578px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uZaHOP8doDUQT6Lvb9Mm8OZcTpyn2wVV { width:320px;height:409.333px;top:31.4375px;left:0px;font-size:16px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8rmvBN4ixhT44GX83tugVZ9rqig9iHF { background-color:#b09254;background-image:none;display:block; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container { background-color: transparent; background-image: none; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container > .video-iframe-container { display: none; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row > .video-iframe-container { display: none; }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .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); }#L8rmvBN4ixhT44GX83tugVZ9rqig9iHF > .row .container { width:320px;height:68px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ7W8Mt2is9Q77bZDg2lkTIqClsquOk6 { width:320px;height:31.1875px;top:20px;left:0px;font-size:24px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IT1A3zhwKixbaylvkJAlBQZOA5LiySCR { background-color:#f5f5f5;background-image:none;display:block; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container { background-color: transparent; background-image: none; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container > .video-iframe-container { display: none; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row > .video-iframe-container { display: none; }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .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); }#IT1A3zhwKixbaylvkJAlBQZOA5LiySCR > .row .container { width:320px;height:1842px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUPK2D8CLm60qh9yInRHm7nJ7OCivUuF { width:301px;height:520px;top:583.97885894775px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #OeXThOaTGNs7omcp4nyedavHhtnrw9K4 { width:288px;height:289px;top:583.95837402344px;left:16.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #r3wyk4FaJLneUdAWHk5p3M9QTUiaV0qe { width:177px;height:44.1875px;top:892.39587402344px;left:0px;text-align:center;text-align-last:center;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #THJdqTkl6d480WQZHEnbZg5dEVCHXFl6 { width:221px;height:55px;top:1029.9791870117px;left:49.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #tEFFWr91lH5XyVwi1qpttW4OU5r52Pfv { display:block; }
 }@media only screen and (max-width: 763px) { #WZa9yHel9TcXcJ0C8bGTTQPHNcWFkEzD { width:301px;height:531px;top:16.875px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #DPKMAF7PVQ9QfbGDgVDNoL5kdmN8VXx1 { width:221px;height:55px;top:472.93753814697px;left:49.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #wERSqS0Dz1QRoSTyruhRAuuhXmiW8vCp { display:block; }
 }@media only screen and (max-width: 763px) { #JyLMubvLuGJiKQ0CmWfscT8zShQuMsn0 { width:320px;height:41.5833px;top:977.97918701172px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aoRHQzoSDdn7WVs0FAc8dTKII1r1vmoM { width:320px;height:20.7917px;top:945.77087402344px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xs62B09TELKrrPuTXQ01RDRUMsJcerU5 { width:290px;height:261px;top:25px;left:14.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #CrZKs0raMu8BJATHc6vPWm1R9ZZQbfS3 { width:301px;height:644px;top:1141.9791870117px;left:9.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #A7dGtMEyD6DAg96g5VEKe27KdLozFLuS { width:221px;height:55px;top:1698px;left:49.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #P2xr4uSmKF6lX2mCU8hzA1BLJOipe4fw { display:block; }
 }@media only screen and (max-width: 763px) { #htiwlonx8fUEQN3bMqnEQZnB9gKnE9ud { width:134px;height:50.6875px;top:290.18750762939px;left:9.5000009536743px;text-align:center;text-align-last:center;font-size:39px;color:#6f2c0b;display:block; }
 }@media only screen and (max-width: 763px) { #crtqoQuxeNJsIK7ZN4qevUpE8ZAc0aG6 { width:259px;height:315px;top:1155.9791870117px;left:30.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #tIHUq51WdZGPryxPF661NTuAZHwgAiNW { width:116px;height:52px;top:235.33335113525px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iidTArVyxwC2MpEMBwmm2tVxJVQA0z6l { width:87px;height:36.375px;top:243.14585113525px;left:9.5000009536743px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #W6w2Tx2tJsuMG3cLe7emUhiSZ50impCE { width:276px;height:41.5833px;top:417.31253814697px;left:22.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ADwW1g7ct9eyC8wM5WksP8RextikhTxL { width:160px;height:44.1875px;top:1490.4583740234px;left:9.5000009536743px;text-align:center;text-align-last:center;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #LQPXOHbSLbZtkzxpE8otmxpZaJ8MstUa { width:320px;height:62.3751px;top:1545.2916870117px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GTk8Zd7sctnQVyUXtzBGsFDi1AqOMCpc { width:320px;height:62.3751px;top:340.87500762939px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QESiqEuIaulN9FVNwEpLA6nePI2X4pr8 { width:282px;height:62.375px;top:1623.2916870117px;left:19.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t1NbTAzrSQPEPJEXVk0Zfv4quoL0pqXf { width:252px;height:15.5833px;top:906.70837402344px;left:67.979168891907px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rvoOBoghVx9ika6GFFuNcFD7J0PzW4aS { width:252px;height:15.5833px;top:307.75000762939px;left:67.979168891907px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #EId861LNJq7DoSrTE9h7QkayrOVuwZWS { width:252px;height:15.5833px;top:1504.7708740234px;left:67.979168891907px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { width:320px;height:862px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvTckWTLbFBdTpfQTSsqSJ3DG5XGeWl0 { width:225px;height:225px;top:432.96875px;left:47.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vLgHWuPyhiwPVCtVLWbZgiAMQ7ch6haA { width:320px;height:403.1255px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsdG8ctsirLbGc3CdOeZxdsI5uOqspF1 { width:282px;height:25.5833px;top:703.70837402344px;left:29.500000953674px;font-size:16px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZtyMwkOtldnFdtPU8GQIb8vTn005ZR57 { width:320px;height:0;top:1006.9744237305px;left:0px;font-size:17px;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Us4Qu4qmxNrZTVN3XZrJDbwNeuLn4ydZ { display:flex;width:15px;height:15px;top:709px;left:0px; }
 }@media only screen and (max-width: 763px) { #GXEDBfu12ibn2hslivRDbUdkRUlDM42w { display:flex;width:15px;height:15px;top:764px;left:0px; }
 }@media only screen and (max-width: 763px) { #FM79UuVSuyJGO1gT5FLU13514z59ierM { width:320px;height:22.3958px;top:669.96875px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V6nlrH1q5TdgST8ob9v6HaBE9tif7Ddd { width:285px;height:76.75px;top:753px;left:28.000000953674px;font-size:16px;line-height:1.6;z-index:15019;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi { background-color:#b09254;background-image:none;display:block; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container { background-color: transparent; background-image: none; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container > .video-iframe-container { display: none; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row > .video-iframe-container { display: none; }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .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); }#TC73ZVELao0JyUNvPtZ9tvhxLuLvZFRi > .row .container { width:320px;height:242px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQ7a5e5nF0IEd4M99Xop0XrGA3VLGxqE { width:320px;height:204.667px;top:18.25px;left:0px;font-size:16px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu { display:block; }#IPmh8yaLCxvNTKvi9xAKaUETsvP3LaXu > .row .container { width:320px;height:1278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSmU2VSqIt27zx4eQ4zUTHGv2Id35oTq { width:320px;height:895.4169px;top:75.965927124023px;left:0px;font-size:16px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lLTQ43TmtO7OgG1gyOoC6ECoz6InbVDF { width:320px;height:54.375px;top:983.625px;left:0px;font-size:17px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bftSXDHL6iTwBRWzbc0buRNXeVEFlgk7 { width:320px;height:54.5938px;top:1054px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZhCV6uXXVWy6V9tM45ddO9cPELcw8WS { width:320px;height:28.7969px;top:1135px;left:0px;font-size:18px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sSBTURskT2TWhDtknt1tGNnxl1lRieDT { width:294px;height:60px;top:1186.0003051758px;left:11px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AKMtpfiyWqc5DTsmAhWq3AdGJSMms9om { display:block; }
 }@media only screen and (max-width: 763px) { #XbbcqhD3n5n9FLqOAahsVUrAzaSNI7ME { width:320px;height:46.7917px;top:11.221603393555px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { display:block; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { width:320px;height:1983px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { display:flex;width:39px;height:39px;top:69.97917175293px;left:0px; }
 }@media only screen and (max-width: 763px) { #sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { width:269px;height:143.9583px;top:69.97917175293px;left:50.979168891907px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LEM93fD56HqGSZSybEUt8hHmC4xG1SpR { width:270px;height:57.5833px;top:227px;left:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nUzPeVPXTtNlOkiKyWmxD18uLEryt6FT { width:271.989px;height:287.917px;top:516px;left:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #trgq5yifs6PGMcNfmIbiGL1S6C5ZSI7D { width:271.989px;height:201.5413px;top:299px;left:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zaOVgiTQcTDyWBwEhPOFRBK0OgtEwDkM { width:268.977px;height:86.3907px;top:816px;left:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TDtLq5IrKABm9T1L6TIPMa4d8MqN1WQu { width:320px;height:52px;top:9.9791717529297px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C4uwwbaG6nzp0QVumvF5dDGoQ8bdFszV { display:flex;width:40px;height:40px;top:227px;left:0px; }
 }@media only screen and (max-width: 763px) { #ZuoL4f4TP9DtdaLQORAXBlCwyc5paRyA { display:flex;width:40px;height:40px;top:299px;left:0px; }
 }@media only screen and (max-width: 763px) { #rzS9gsM1Iumm6cpaCNGxobAg46S8hWoN { display:flex;width:40px;height:40px;top:516px;left:0px; }
 }@media only screen and (max-width: 763px) { #BoiApQee2lTrw2eyJ607FqaVNCAuxf5B { display:flex;width:40px;height:40px;top:816px;left:0px; }
 }@media only screen and (max-width: 763px) { #C5Mdi3SQibIo1KOCPxsqMO7X8SIsMqlh { width:272px;height:172.7503px;top:916px;left:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ObyTpWRBVfS58TT8rFwO8W0oddA5syFS { display:flex;width:40px;height:40px;top:916px;left:0px; }
 }@media only screen and (max-width: 763px) { #Sw5ZAUwov4935tLpxi7ftxITuhN81uFk { display:flex;width:40px;height:40px;top:1104px;left:0px; }
 }@media only screen and (max-width: 763px) { #N1cb6oBpTAKkpXE1sQHfFnrMUDXAtA06 { width:267.997px;height:287.9163px;top:1104px;left:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CgpoL6iNoqKPGTpd1NyXaIrcbQir0IZ5 { display:flex;width:40px;height:40px;top:1406px;left:0px; }
 }@media only screen and (max-width: 763px) { #WRddaffJ3ZwuMCAeoLIyHUpE8GsDzqFf { width:265px;height:201.5413px;top:1406px;left:55px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qnqTf7HgMlT6qSb5q9cEmZktlidrmdt2 { display:flex;width:40px;height:40px;top:1624px;left:0px; }
 }@media only screen and (max-width: 763px) { #lIEIc2Z39MZKTq3r75eEDWih7gAIL0ul { width:263px;height:230.3333px;top:1624px;left:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a5NCDq679rgIpGNfRHXe8SI8T2aR96np { display:flex;width:40px;height:40px;top:1871px;left:0px; }
 }@media only screen and (max-width: 763px) { #ViBe2WoN7OOREkTqsN4w8vBe1UFlAhPL { width:270px;height:86.3907px;top:1871px;left:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv { background-color:#fbfbfb;background-image:none;position:relative;z-index:auto;display:block; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container { background-color: transparent; background-image: none; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container > .video-iframe-container { display: none; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row > .video-iframe-container { display: none; }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .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); }#yGhfOJGDQXTT3OnuEwagdWM6XQKa7Eyv > .row .container { width:320px;height:343px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1avT0Qdptu8i9cQ8nqiVDPoedJlTPWQ { width:310px;height:0;top:718px;left:32.5px;font-size:12px;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #yUyJuCJPFJxM7JIaVhNTfdvmL4uJTCg4 { width:310px;height:0;top:733px;left:32.5px;font-size:12px;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #pvLOlzPsJiC6Zilf3Nf20uyA5nkickoS { width:310px;height:0;top:797px;left:32.5px;font-size:12px;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #InmzoaG6tALxolw4qU235Son9tPa3i6c { width:310px;height:0;top:726px;left:32.5px;font-size:12px;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #Vl9nvPNoT2pQAQrm2v7N49FVZDZIgsl2 { top:310.25px;left:20.5px;width:279px;height:0;z-index:15049;font-size:10px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #H70IsI3MsoMQeGW2LcIVqKcrbe49TJb2 { width:320px;height:28.8958px;top:20.980133056641px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3EpWTFA7ETUKXu4VGZi3UIBsJJOsXr0 { width:320px;height:50.375px;top:60.980133056641px;left:0px;font-size:21px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QGad0Cq0vD2VxSUbns1TzHXKPwxrXqaW { width:320px;height:81.5625px;top:124.84375px;left:0px;font-size:17px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDdEZJTiJWb6pd0txxEsSnCtTJexi0il { width:288px;height:60px;top:232.20837402344px;left:16.000000953674px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vEJkWFVm8eW5MeMTpWzLykHKdb3KpydL { display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { width:36.9886px;height:36.9886px;top:20.48291015625px;left:57.457383155823px;display:block; }
 }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { width:143.991px;height:36.375px;top:20.79541015625px;left:149.97158145905px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }