.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(76,85,59,0.52);background-image:none;position:relative;display:block; }
#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .row > .video-iframe-container { display: none; }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .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); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl { position:relative;display:block; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl { background-color: transparent; background-image: none; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container > .video-iframe-container { display: none; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row > .video-iframe-container { display: none; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .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); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl { border-width: 0; border-radius: 0; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/c5yEwrVG/iStock_912291364.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container.adaptive-delivery-prevent-bg, #nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container.lazyload, #nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container.lazyloading { background-image: none; }#aT2T6czuboA2ig7nuS6RnpzKrsr6A8EV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.8125rem;top:0.71875rem;left:1.5rem;overflow:hidden;display:block; }
#GTcGIvpiuTWN3DRu7TdsNyKe7kfOCQu0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT { position:relative;display:block; }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT { background-color: transparent; background-image: none; }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .row .container > .video-iframe-container { display: none; }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .row > .video-iframe-container { display: none; }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .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); }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT { border-width: 0; border-radius: 0; }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bVd23xDL4fWQXZBblv5k7DTZd9Gplhtg { display:block;width:31.125rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.625rem;height:1.9375rem;text-align:center;text-align-last:center;color:#4c553b;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; }
#zxKFr3ACu4S5yUucSeAVtLhK1kN1ieMV { display:block;width:22.4375rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25rem;height:1.9375rem;text-align:center;text-align-last:center;color:#c3c6b1;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; }
#EOU9foFyieBSGgmt9PTqCkK61BlHKdUT { display:block;width:18.8125rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3125rem;left:5.5625rem;height:5.5rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#daooOOSnlSTxRKS6FpW8sasrM1eokXHI { display:block;width:35.0625rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:25rem;height:2.75rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#TxdWcFXiIGoK0DRcpcnbDJ2XfmpgIacA { display:block;width:19.1875rem;position:absolute;font-family:"russo one";font-size:4.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5.5625rem;height:5.6875rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#znD7mhgivo1qGygxAMEFtTPTqQnPw4r1 { display:block;width:30rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:24.4375rem;height:2.8125rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#dgNFWTiotfL0awmZqArvQLygGAg5Bktp { display:block;width:21.75rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.25rem;left:25.125rem;height:1.375rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#a0iAzHlf0BZysMTV1byP0TyUVJSTqWSu { display:block;width:36.8125rem;position:absolute;font-family:"pt sans narrow";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.125rem;left:11.59375rem;height:2.5rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.49);font-style:normal;display:block; }
#zGh31JBaugkvllVZMkVok4qvLiKTHAwL { position:relative;display:block; }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL { background-color: transparent; background-image: none; }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .row .container > .video-iframe-container { display: none; }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .row > .video-iframe-container { display: none; }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .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); }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL { border-width: 0; border-radius: 0; }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RIK5ovUy1mBT7wvsS1MPtcgQd0h3VdJT { display:block;width:29.0625rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:4.875rem;color:#4c553b;text-align:center;text-align-last:center;display:block; }
#TTq9W3rBHy6c103TfUkE6PZmrOvmEkyd { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:19.125rem;width:27.1875rem;top:13.8125rem;left:2.3125rem;display:block; }
#hTzLM1GqTW6Ti56hsAMFLAXl0CVTrUCH { position:absolute;display:block;z-index:15022;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:17.25rem;width:25.9375rem;top:14.875rem;left:3.0625rem;overflow:hidden;display:block; }
#ODypo1emA859eZJCneaEAmUZuHqEAE5F { display:block;width:26.125rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.1875rem;left:16.9375rem;height:2rem;text-align:center;text-align-last:center;color:#4c553b;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; }
#TpDR2VzeX8dPFlUE2640EPvmwZecau3T { display:block;width:29.0625rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.1875rem;left:29.75rem;height:4.875rem;color:#4c553b;text-align:center;text-align-last:center;display:block; }
#PqeS0TZEzQKqUWBGtm7UmLQ2SWQHi4eJ { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:19.125rem;width:27.1875rem;top:13.8125rem;left:30.5625rem;display:block; }
#rTDTJkbvm1GMKQn4MggaprXz10Fug95C { position:absolute;display:block;z-index:15023;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:17.3125rem;width:26.3125rem;top:14.875rem;left:31.125rem;overflow:hidden;display:block; }
#FvHzfn3CWIDTTLwiVI8IOIUxisTJgPMu { background-color:#c3c6b1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#4c553b;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:9.875rem;left:6.09375rem;display:block; }
#CDRWrciXKTsizgr8J0AsEdh3IO8Pl2Or { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#EMo9wFyd1GK9usTS1G0Zbbh3G1yOuQLk { background-color:#c3c6b1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#4c553b;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.875rem;left:34.46875rem;display:block; }
#QT31isl1Oh1gLFTTErGaaZTeLWvHzemG { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 { position:relative;display:block; }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 { background-color: transparent; background-image: none; }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .row .container > .video-iframe-container { display: none; }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .row > .video-iframe-container { display: none; }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .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); }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 { border-width: 0; border-radius: 0; }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AiOZVd5gIIWxyL20g2pB3UpUvTbeVW6k { display:block;width:19.1875rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.875rem;left:8.625rem;height:5.5rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#GN4VA5I0TfUtLcFi8Jy5QofDTQFRhG2T { display:block;width:17.5625rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:8.625rem;height:8.4375rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#QsedOm5KXcWJtmF9dKapzO6TdFhTbt3h { display:block;width:30.375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.6875rem;left:23.5625rem;height:1.375rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#X98TU7Cpq6E2uT0Tpw3GxogEsSaseAH3 { display:block;width:19.1875rem;position:absolute;font-family:"russo one";font-size:4.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:8.4375rem;height:5.6875rem;text-align:left;text-align-last:left;color:#4c553b;display:block; }
#BOCaIQrxCVL4xdBcdh5mFowVRHcTEm0s { display:block;width:30.125rem;position:absolute;font-family:"pt sans narrow";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:38.9375rem;left:14.75rem;height:2.5rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.49);font-style:normal;display:block; }
#ULxVLnaWS3g31q6tEygipnVDcRlpfXHf { display:block;width:33.875rem;position:absolute;font-family:georgia;font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.0625rem;left:13.0625rem;height:3.125rem;text-align:center;text-align-last:center;color:#4c553b;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; }
#GeBf7teQH41Hw2m8uBEGmEUflVGNXkCf { background-color:#c3c6b1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#4c553b;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.625rem;left:5.25rem;display:block; }
#HiAKgkz3U9fiTyvd01ATNuMf77mEla7T { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#iqGiZ8EiCmeBx6RwzGNW7vd2Gls91dPO { background-color:#c3c6b1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#4c553b;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.625rem;left:34.625rem;display:block; }
#ITOEINPxNpJ4IQxrV427I1I5GUMycNDa { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#poMFJVMLdFS8fdm9V6l0PfRF6om6PT05 { position:absolute;display:block;z-index:15024;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:17.25rem;width:23.4375rem;top:11.5625rem;left:29.375rem;overflow:hidden;display:block; }
#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b { position:relative;display:block; }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b { background-color: transparent; background-image: none; }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .row .container > .video-iframe-container { display: none; }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .row > .video-iframe-container { display: none; }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .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); }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b { border-width: 0; border-radius: 0; }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PNWpOQqS6qSNqwUQtGiMWNgmsJ74BNkh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25rem;top:1.1875rem;left:2.5rem;overflow:hidden;display:block; }
#tR6SJWJ9txQlJrE9UxSkKuamgRTE7afy { display:block;width:24.5625rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.59375rem;left:32.71875rem;height:9.0625rem;text-align:center;text-align-last:center;color:#4c553b;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; }
#W8iOvBKNr6iSqqcyWpd3WCeM96b90msD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.4375rem;width:27.1875rem;top:0.4375rem;left:30.6875rem;display:block; }
#rdfgcQuFngVOqgFqT5I23xIpRuUXXSCo { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.375rem;width:27.1875rem;top:0.4375rem;left:1.25rem;display:block; }
#nvlcaleSzyIt01gHCIR3sSyEoH3noi4F { color:#4c553b;display:block;width:22.75rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:33.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU { position:relative;display:block; }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU { background-color: transparent; background-image: none; }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .row .container > .video-iframe-container { display: none; }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .row > .video-iframe-container { display: none; }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .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); }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU { border-width: 0; border-radius: 0; }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rq8CJeT6L8N9RHAuilfvmBvUb79otKgo { display:block;width:33.6875rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.15625rem;height:3rem;text-align:center;text-align-last:center;color:#4c553b;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; }
#m6PX8DrcVmIJBvp5dOMtcO18Soe2Kfa6 { display:block;width:26.125rem;position:absolute;font-family:georgia;font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:16.5625rem;height:3.125rem;text-align:center;text-align-last:center;color:#4c553b;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; }
#PG2ZOQ2wwJNGtd0O1kaQ8eoXUpV18GAT { display:block;width:53.875rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.0625rem;height:6rem;text-align:center;text-align-last:center;color:#4c553b;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; }
#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn { position:relative;display:block; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn { background-color: transparent; background-image: none; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container > .video-iframe-container { display: none; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row > .video-iframe-container { display: none; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .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); }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn { border-width: 0; border-radius: 0; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(195,198,177,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BgbCgpVn8dTcKfGthDAIrRIPS5TqEZ7r { display:block;width:60rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46875rem;left:0rem;height:1.25rem;color:#4c553b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe { position:relative;display:none; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe { border-width: 0; border-radius: 0; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(195,198,177,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#oU6zI6pz7UQPSTlOHPh7H5wzXdqGaa8S { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:19.5625rem;top:1.9375rem;left:5.1875rem;overflow:hidden;display:block; }
#c3GRb3JoziIdffGRT2tsKaPAyXzl5uiz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:21.1875rem;top:1.34375rem;left:34.375rem;overflow:hidden;display:block; }
#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M { position:relative;display:none; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M { border-width: 0; border-radius: 0; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(195,198,177,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uAQc0Wzx9McyhPTE05ZlaSl6X27iJiGU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:21.0625rem;top:0.875rem;left:34.4375rem;overflow:hidden;display:block; }
#ArTe0loT0tbyTtONaKMdQnKDT5VB1Ucu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:20.375rem;top:1.125rem;left:4.8125rem;overflow:hidden;display:block; }
#TIaidRWv8tCVXTupSTqOn4DcHPTTPno7 { position:relative;display:none; }#TIaidRWv8tCVXTupSTqOn4DcHPTTPno7 { border-width: 0; border-radius: 0; }#TIaidRWv8tCVXTupSTqOn4DcHPTTPno7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIaidRWv8tCVXTupSTqOn4DcHPTTPno7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wvhTZLa4gA77ngWywHKx2LqoShC2OwrT { background-color:#c3c6b1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#4c553b;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1rem;left:33.25rem;display:block; }
#BgRpm8iwELG7IZ9tHCoMRJGMe2Xp39mc { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#yIsPlNQTOfUFLThz2yt0PT92MZLNpsfh { background-color:#c3c6b1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#4c553b;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1rem;left:4.875rem;display:block; }
#KzIoSy09TzAW6sNi778McwzUFkE1nhV9 { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nk8gCZACgSFJDud0QddcRhDeasKKtLSl { display:block; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT2T6czuboA2ig7nuS6RnpzKrsr6A8EV { top:0.6875rem;left:0rem;width:9.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcGIvpiuTWN3DRu7TdsNyKe7kfOCQu0 { top:0rem;left:0rem;width:47.75rem;height:24.869791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT { display:block; }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVd23xDL4fWQXZBblv5k7DTZd9Gplhtg { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKFr3ACu4S5yUucSeAVtLhK1kN1ieMV { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOU9foFyieBSGgmt9PTqCkK61BlHKdUT { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daooOOSnlSTxRKS6FpW8sasrM1eokXHI { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdWcFXiIGoK0DRcpcnbDJ2XfmpgIacA { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znD7mhgivo1qGygxAMEFtTPTqQnPw4r1 { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgNFWTiotfL0awmZqArvQLygGAg5Bktp { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0iAzHlf0BZysMTV1byP0TyUVJSTqWSu { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGh31JBaugkvllVZMkVok4qvLiKTHAwL { display:block; }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIK5ovUy1mBT7wvsS1MPtcgQd0h3VdJT { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTq9W3rBHy6c103TfUkE6PZmrOvmEkyd { top:13.8125rem;left:0rem;width:27.1875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzLM1GqTW6Ti56hsAMFLAXl0CVTrUCH { top:14.875rem;left:0rem;width:25.9375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODypo1emA859eZJCneaEAmUZuHqEAE5F { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDR2VzeX8dPFlUE2640EPvmwZecau3T { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqeS0TZEzQKqUWBGtm7UmLQ2SWQHi4eJ { top:13.8125rem;left:20.3125rem;width:27.1875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTDTJkbvm1GMKQn4MggaprXz10Fug95C { top:14.875rem;left:21.4375rem;width:26.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvHzfn3CWIDTTLwiVI8IOIUxisTJgPMu { width:13.25rem;height:3.875rem;top:0rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRWrciXKTsizgr8J0AsEdh3IO8Pl2Or { display:block; }
 }@media only screen and (max-width: 763px) { #EMo9wFyd1GK9usTS1G0Zbbh3G1yOuQLk { width:13.25rem;height:3.875rem;top:0rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT31isl1Oh1gLFTTErGaaZTeLWvHzemG { display:block; }
 }@media only screen and (max-width: 763px) { #b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 { display:block; }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiOZVd5gIIWxyL20g2pB3UpUvTbeVW6k { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN4VA5I0TfUtLcFi8Jy5QofDTQFRhG2T { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsedOm5KXcWJtmF9dKapzO6TdFhTbt3h { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X98TU7Cpq6E2uT0Tpw3GxogEsSaseAH3 { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOCaIQrxCVL4xdBcdh5mFowVRHcTEm0s { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULxVLnaWS3g31q6tEygipnVDcRlpfXHf { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeBf7teQH41Hw2m8uBEGmEUflVGNXkCf { width:13.25rem;height:3.875rem;top:0rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiAKgkz3U9fiTyvd01ATNuMf77mEla7T { display:block; }
 }@media only screen and (max-width: 763px) { #iqGiZ8EiCmeBx6RwzGNW7vd2Gls91dPO { width:13.25rem;height:3.875rem;top:0rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITOEINPxNpJ4IQxrV427I1I5GUMycNDa { display:block; }
 }@media only screen and (max-width: 763px) { #poMFJVMLdFS8fdm9V6l0PfRF6om6PT05 { top:11.5625rem;left:23.25rem;width:23.4375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b { display:block; }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNWpOQqS6qSNqwUQtGiMWNgmsJ74BNkh { top:1.1875rem;left:0rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR6SJWJ9txQlJrE9UxSkKuamgRTE7afy { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8iOvBKNr6iSqqcyWpd3WCeM96b90msD { top:0.4375rem;left:20.3125rem;width:27.1875rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdfgcQuFngVOqgFqT5I23xIpRuUXXSCo { top:0.4375rem;left:0rem;width:27.1875rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvlcaleSzyIt01gHCIR3sSyEoH3noi4F { top:2.1875rem;left:24.4375rem;width:22.75rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU { display:block; }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rq8CJeT6L8N9RHAuilfvmBvUb79otKgo { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6PX8DrcVmIJBvp5dOMtcO18Soe2Kfa6 { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG2ZOQ2wwJNGtd0O1kaQ8eoXUpV18GAT { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn { display:block; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgbCgpVn8dTcKfGthDAIrRIPS5TqEZ7r { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe { display:block; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oU6zI6pz7UQPSTlOHPh7H5wzXdqGaa8S { top:1.9375rem;left:2.125rem;width:19.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3GRb3JoziIdffGRT2tsKaPAyXzl5uiz { top:1.3125rem;left:25.1875rem;width:21.1875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M { display:block; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAQc0Wzx9McyhPTE05ZlaSl6X27iJiGU { top:0.875rem;left:25.25rem;width:21.0625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTe0loT0tbyTtONaKMdQnKDT5VB1Ucu { top:1.125rem;left:1.75rem;width:20.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIaidRWv8tCVXTupSTqOn4DcHPTTPno7 { display:block; }#TIaidRWv8tCVXTupSTqOn4DcHPTTPno7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvhTZLa4gA77ngWywHKx2LqoShC2OwrT { width:13.25rem;height:3.875rem;top:0rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgRpm8iwELG7IZ9tHCoMRJGMe2Xp39mc { display:block; }
 }@media only screen and (max-width: 763px) { #yIsPlNQTOfUFLThz2yt0PT92MZLNpsfh { width:13.25rem;height:3.875rem;top:0rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzIoSy09TzAW6sNi778McwzUFkE1nhV9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .row > .video-iframe-container { display: none; }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .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) { #nk8gCZACgSFJDud0QddcRhDeasKKtLSl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container { background-color: transparent; background-image: none; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container > .video-iframe-container { display: none; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row > .video-iframe-container { display: none; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .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); }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container { border-width: 0; border-radius: 0; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nk8gCZACgSFJDud0QddcRhDeasKKtLSl > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT2T6czuboA2ig7nuS6RnpzKrsr6A8EV { width:15.5625rem;height:4.4375rem;top:1.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTcGIvpiuTWN3DRu7TdsNyKe7kfOCQu0 { height:10.75rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT { display:block; }#LEVNTlGOQVUpHRCm83zaTKWdugdwPHAT > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVd23xDL4fWQXZBblv5k7DTZd9Gplhtg { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxKFr3ACu4S5yUucSeAVtLhK1kN1ieMV { width:20rem;height:2.1875rem;top:5.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOU9foFyieBSGgmt9PTqCkK61BlHKdUT { width:20rem;height:4.375rem;top:10.3125rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daooOOSnlSTxRKS6FpW8sasrM1eokXHI { width:20rem;height:5.125rem;top:14rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxdWcFXiIGoK0DRcpcnbDJ2XfmpgIacA { width:15.875rem;height:4.375rem;top:26.875rem;left:2.0625rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #znD7mhgivo1qGygxAMEFtTPTqQnPw4r1 { width:20rem;height:2.5625rem;top:30.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgNFWTiotfL0awmZqArvQLygGAg5Bktp { width:13.125rem;height:1.375rem;top:19.9375rem;left:3.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0iAzHlf0BZysMTV1byP0TyUVJSTqWSu { width:20rem;height:2.625rem;top:36.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGh31JBaugkvllVZMkVok4qvLiKTHAwL { display:block; }#zGh31JBaugkvllVZMkVok4qvLiKTHAwL > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIK5ovUy1mBT7wvsS1MPtcgQd0h3VdJT { width:20rem;height:5.4375rem;top:5.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTq9W3rBHy6c103TfUkE6PZmrOvmEkyd { width:20rem;height:19.125rem;top:18.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hTzLM1GqTW6Ti56hsAMFLAXl0CVTrUCH { width:20rem;height:13.0625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODypo1emA859eZJCneaEAmUZuHqEAE5F { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpDR2VzeX8dPFlUE2640EPvmwZecau3T { width:20rem;height:5.4375rem;top:34.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqeS0TZEzQKqUWBGtm7UmLQ2SWQHi4eJ { width:20rem;height:19.125rem;top:38.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rTDTJkbvm1GMKQn4MggaprXz10Fug95C { width:20rem;height:13.158203125rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvHzfn3CWIDTTLwiVI8IOIUxisTJgPMu { width:19.875rem;height:3.125rem;top:25.3125rem;left:0rem;background-color:#c3c6b1;background-image:none;color:#4c553b;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRWrciXKTsizgr8J0AsEdh3IO8Pl2Or { display:block; }
 }@media only screen and (max-width: 763px) { #EMo9wFyd1GK9usTS1G0Zbbh3G1yOuQLk { width:19.875rem;height:3.125rem;top:55.5rem;left:0rem;background-color:#c3c6b1;background-image:none;color:#4c553b;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT31isl1Oh1gLFTTErGaaZTeLWvHzemG { display:block; }
 }@media only screen and (max-width: 763px) { #b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 { display:block; }#b31QCCPSlvlaLSmzinIfpXdpeeNtUJT6 > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiOZVd5gIIWxyL20g2pB3UpUvTbeVW6k { width:19.1875rem;height:4.375rem;top:22.375rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GN4VA5I0TfUtLcFi8Jy5QofDTQFRhG2T { width:20rem;height:3.375rem;top:29.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsedOm5KXcWJtmF9dKapzO6TdFhTbt3h { width:20rem;height:1.375rem;top:34rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X98TU7Cpq6E2uT0Tpw3GxogEsSaseAH3 { width:19.1875rem;height:2.5625rem;top:25.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOCaIQrxCVL4xdBcdh5mFowVRHcTEm0s { width:20rem;height:1.75rem;top:45.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULxVLnaWS3g31q6tEygipnVDcRlpfXHf { width:20rem;height:4.875rem;top:1rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeBf7teQH41Hw2m8uBEGmEUflVGNXkCf { width:19.875rem;height:3.125rem;top:36.875rem;left:0rem;background-color:#c3c6b1;background-image:none;color:#4c553b;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiAKgkz3U9fiTyvd01ATNuMf77mEla7T { display:block; }
 }@media only screen and (max-width: 763px) { #iqGiZ8EiCmeBx6RwzGNW7vd2Gls91dPO { width:19.875rem;height:3.125rem;top:41rem;left:0rem;background-color:#c3c6b1;background-image:none;color:#4c553b;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITOEINPxNpJ4IQxrV427I1I5GUMycNDa { display:block; }
 }@media only screen and (max-width: 763px) { #poMFJVMLdFS8fdm9V6l0PfRF6om6PT05 { width:20rem;height:14.72rem;top:6.4677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b { display:block; }#dwQT6CrnGUaliEIhBzbTS1SIg6gUwB7b > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNWpOQqS6qSNqwUQtGiMWNgmsJ74BNkh { width:20rem;height:18.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR6SJWJ9txQlJrE9UxSkKuamgRTE7afy { width:20rem;height:13.5625rem;top:29.15625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8iOvBKNr6iSqqcyWpd3WCeM96b90msD { width:19.75rem;height:19.375rem;top:22rem;left:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rdfgcQuFngVOqgFqT5I23xIpRuUXXSCo { width:20rem;height:19.0625rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nvlcaleSzyIt01gHCIR3sSyEoH3noi4F { width:20rem;height:2.1875rem;top:23.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU { display:block; }#uxyBzmyNITGhtlyOUSfmAWRv5wa7I2oU > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rq8CJeT6L8N9RHAuilfvmBvUb79otKgo { width:20rem;height:5.0625rem;top:4.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6PX8DrcVmIJBvp5dOMtcO18Soe2Kfa6 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PG2ZOQ2wwJNGtd0O1kaQ8eoXUpV18GAT { width:20rem;height:18.5625rem;top:11.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn { display:block; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgbCgpVn8dTcKfGthDAIrRIPS5TqEZ7r { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe { display:none; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container { width:20rem;height:33.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oU6zI6pz7UQPSTlOHPh7H5wzXdqGaa8S { width:20rem;height:14.8125rem;top:1.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #c3GRb3JoziIdffGRT2tsKaPAyXzl5uiz { width:20rem;height:14.8125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M { display:none; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container { width:20rem;height:33.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uAQc0Wzx9McyhPTE05ZlaSl6X27iJiGU { width:20rem;height:14.75rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTe0loT0tbyTtONaKMdQnKDT5VB1Ucu { width:20rem;height:14.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIaidRWv8tCVXTupSTqOn4DcHPTTPno7 { display:none; }#TIaidRWv8tCVXTupSTqOn4DcHPTTPno7 > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wvhTZLa4gA77ngWywHKx2LqoShC2OwrT { width:19.875rem;height:3.125rem;top:5.625rem;left:0.0625rem;background-color:#c3c6b1;background-image:none;color:#4c553b;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgRpm8iwELG7IZ9tHCoMRJGMe2Xp39mc { display:block; }
 }@media only screen and (max-width: 763px) { #yIsPlNQTOfUFLThz2yt0PT92MZLNpsfh { width:19.875rem;height:3.125rem;top:1.25rem;left:0.0625rem;background-color:#c3c6b1;background-image:none;color:#4c553b;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzIoSy09TzAW6sNi778McwzUFkE1nhV9 { display:block; }
 }