.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:rgba(251,246,229,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:url("https://images.assets-landingi.com/uc/451218f0-559c-4036-a464-8d7cb8b87eb2/Zdjciegwnenastronzapisu2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL.adaptive-delivery-prevent-bg, #L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL.lazyload, #L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL.lazyloading { background-image: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container { background-color: transparent; background-image: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container > .video-iframe-container { display: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row > .video-iframe-container { display: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .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); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container { border-width: 0; border-radius: 0; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#FDsqokaeGoEBNvBWWAx9vUhoDN3BHBNE { position:absolute;display:block;z-index:100000;background-color:rgba(251,246,229,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:15.25rem;width:75rem;top:35.9375rem;left:0rem;display:block; }
#MT3boakGe4S1OnuOVNHN0PbXV9WIp2yI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.375rem;width:11.25rem;position:absolute;display:block;z-index:100022;top:37.84375rem;left:2.125rem;overflow:hidden;display:block; }
#o8PgoM6Q14Xuq0gxhDPQvODhvtVxpaRq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.625rem;width:9.375rem;position:absolute;display:block;z-index:100021;top:10.875001907349rem;left:32.812501907349rem;overflow:hidden;display:none; }
#KnthWMsP0niPLc1HEkqMI9ErONAmMMLW { color:#ec8827;display:block;width:39rem;position:absolute;font-family:ubuntu;font-size:9.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:37.479167938233rem;left:12.01953125rem;height:12.166666984558rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vR8NdT99e6PnTyzd4aZkOPX07kpvRLeA { color:#377815;display:block;width:25.4375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:39.4375rem;left:48.748697280884rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oowSTHWpvSEsEUtt8mQCx5zEOqodT6Ny { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.6875rem;width:75rem;display:none; }
#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row .container { background-color: transparent; background-image: none; }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row .container > .video-iframe-container { display: none; }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row > .video-iframe-container { display: none; }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .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); }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row .container { border-width: 0; border-radius: 0; }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#Evn3fCkyePSmXrC5GRcgoJzNRMpAncFg { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:14.666666984558rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLLeRZTqZgSbNlX7r82IHlWTSSv7vt7Q { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:6.25rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQogOb4ELikhlA1f6NmC2V7NeoLhkSDE { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:28.625rem;left:35.906251907349rem;display:block; }
#ymiqPJzEMcQRxJTyTrSa0bgTDxyImKly { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:6.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container { background-color: transparent; background-image: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container > .video-iframe-container { display: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row > .video-iframe-container { display: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .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); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container { border-width: 0; border-radius: 0; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#ZpGq3Gy4AW20DddaKBidFDhFk20sEuHz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.625rem;width:68.75rem;top:3.75rem;left:3.7278652191162rem;display:block; }
#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row .container { background-color: transparent; background-image: none; }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row .container > .video-iframe-container { display: none; }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row > .video-iframe-container { display: none; }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .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); }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row .container { border-width: 0; border-radius: 0; }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#q92zTq0oJPdUcddNcvwuZ0kJBPRiM8TC { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x89Q9TWco3WSi20XuZxG4KVPKEStHf40 { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:8.7708435058594rem;left:10.90625rem;display:block; }
#rgwfkFQihSZ5DmmXOT9w4hE1B4OTOatL { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:11.9375rem;left:0rem;height:8.3333330154419rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cL4s2ZLEkLRTPTiv7oL6NTCaZQ4CIKPr { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:8.75rem;left:35.906251907349rem;display:block; }
#HTU28lUhzRu3RdchXV3R3SkmbxB4qTyM { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:11.9375rem;left:25.000001907349rem;height:10.416666269302rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWR5rNkdBgIG0RENAdaqI7Dc9yTNxx5p { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:8.8333435058594rem;left:60.906251907349rem;display:block; }
#CyBcBrnnVgaulTRfkXNuSNK9gUmAgyMN { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:11.9375rem;left:50.000001907349rem;height:10.416666269302rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row .container { background-color: transparent; background-image: none; }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row .container > .video-iframe-container { display: none; }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row > .video-iframe-container { display: none; }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .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); }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row .container { border-width: 0; border-radius: 0; }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#VCy8tp1TXRwhklaCFOkmamx4HU7TTOse { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:7.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erTintkQmZkEywNOI01J5TbO3DkPaNJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container { background-color: transparent; background-image: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container > .video-iframe-container { display: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row > .video-iframe-container { display: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .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); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container { border-width: 0; border-radius: 0; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#G1emcm3QQA3N4FWL6dZ2De3UfJWtO7l1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.625rem;width:68.75rem;top:3.75rem;left:3.7278652191162rem;display:block; }
#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row .container { background-color: transparent; background-image: none; }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row .container > .video-iframe-container { display: none; }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row > .video-iframe-container { display: none; }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .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); }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row .container { border-width: 0; border-radius: 0; }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#T3Gfqu3L8GJ1FfU0Le9xGh2mDStB17cb { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMlZDDyuW0PHnIwXQTqqtLN91PnNb7VM { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:11.54167175293rem;left:6.25rem;height:16.500000357628rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV62zvMA77XcTtPBgHPTdo1ohgMmxn52 { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:8.375rem;left:35.906251907349rem;display:block; }
#DG866L0vVXCQWu7LuWVNpIPSQ1OrP70F { color:#377815;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:30.10417175293rem;left:12.500001907349rem;height:1.8333333730698rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container { background-color: transparent; background-image: none; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container > .video-iframe-container { display: none; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row > .video-iframe-container { display: none; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .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); }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container { border-width: 0; border-radius: 0; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#xe19NpX9MT7yq3mHKetLFBhEbROZ8MxH { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:7.63671875rem;left:18.75rem;display:block; }
#wZhUfGRm7onfit6fkkXwdXDGpxUO6qnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CrlEpTurDynsMtWhEyeAFk2piQggWzmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:url("https://images.assets-landingi.com/uc/c5d9c467-f86c-46a0-b267-7fe6016836aa/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC.adaptive-delivery-prevent-bg, #CrlEpTurDynsMtWhEyeAFk2piQggWzmC.lazyload, #CrlEpTurDynsMtWhEyeAFk2piQggWzmC.lazyloading { background-image: none; }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row .container { background-color: transparent; background-image: none; }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row .container > .video-iframe-container { display: none; }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row > .video-iframe-container { display: none; }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .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); }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row .container { border-width: 0; border-radius: 0; }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row .container { background-color: transparent; background-image: none; }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row .container > .video-iframe-container { display: none; }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row > .video-iframe-container { display: none; }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .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); }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row .container { border-width: 0; border-radius: 0; }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row .container { font-size:0.875rem;font-family:arial;height:87.8125rem;width:75rem;position:relative;display:block; }#W8hwK7HVAK2llGZFr8RVX2oBm7ZQ05Rq { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhZuRzKcMUwxQFH0xxgCu7Tg0PLbSMBk { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9.22917175293rem;left:36.468751907349rem;display:block; }
#APzp3VMP7BvwtE7e0vgBnHDEQWm4HltL { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.8125rem;height:67.833334803581rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehV8Oq1WqS8aRTTShZx8s6aTa2MFnE91 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.8125rem;height:56.833334565163rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1f6;background-image:url("https://images.assets-landingi.com/uc/625a3c44-2be8-4ecc-9594-893af18dff78/to_1200x12001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy.adaptive-delivery-prevent-bg, #WN5C4DHnCNmfAATxTelvGDVvgIspVGZy.lazyload, #WN5C4DHnCNmfAATxTelvGDVvgIspVGZy.lazyloading { background-image: none; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container { background-color: transparent; background-image: none; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container > .video-iframe-container { display: none; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row > .video-iframe-container { display: none; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .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); }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container { border-width: 0; border-radius: 0; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container { font-size:0.875rem;font-family:arial;height:92.875rem;width:75rem;position:relative;display:block; }#Rpz5X9fnKLGWTm5wUnPET9VJgF3ILe7K { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:8.60417175293rem;left:0rem;height:45.83333158493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKHgFXykNqTiocXWZPCvl7IXNFmzxSQg { color:#ba8f68;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bz1EwxxqJMzvngfm4XWceRf7xfO0qw7E { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:25rem;top:57.229187011719rem;left:25.000001907349rem;overflow:hidden;display:block; }
#kmh7aboOBq33AOh0qxW9FpgeyrmctU4P { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:89.333343505863rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTD43n3aWkoACXqKmxIESnAtTZoQZ9Mf { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:8.60417175293rem;left:0rem;height:45.83333158493rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1f6;background-image:url("https://images.assets-landingi.com/uc/625a3c44-2be8-4ecc-9594-893af18dff78/to_1200x12001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1.adaptive-delivery-prevent-bg, #dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1.lazyload, #dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1.lazyloading { background-image: none; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container { background-color: transparent; background-image: none; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container > .video-iframe-container { display: none; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row > .video-iframe-container { display: none; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .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); }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container { border-width: 0; border-radius: 0; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#Pr7ThxELBvAk3iTGzanwxSTJOMXpTzLu { color:#ba8f68;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1f6;background-image:url("https://images.assets-landingi.com/uc/625a3c44-2be8-4ecc-9594-893af18dff78/to_1200x12001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU.adaptive-delivery-prevent-bg, #B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU.lazyload, #B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU.lazyloading { background-image: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { background-color: transparent; background-image: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container > .video-iframe-container { display: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row > .video-iframe-container { display: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .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); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { border-width: 0; border-radius: 0; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#Ld72k3FWM64R6NDmTOoVu2h5tJT8GTd1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.5rem;width:18.75rem;position:absolute;display:block;z-index:100001;top:2.4270935058594rem;left:7rem;overflow:hidden;display:block; }
#G84l8gQy9v8lTXPH3C8pBeuoQVuia8og { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.5rem;width:18.75rem;position:absolute;display:block;z-index:100002;top:2.46875rem;left:28.125001907349rem;overflow:hidden;display:block; }
#V6zswQ6G1b45Hg6GO0CqFtdoQTSiZ0eR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.5rem;width:18.75rem;position:absolute;display:block;z-index:100002;top:2.4270935058594rem;left:49.373697280884rem;overflow:hidden;display:block; }
#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1f6;background-image:url("https://images.assets-landingi.com/uc/625a3c44-2be8-4ecc-9594-893af18dff78/to_1200x12001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG.adaptive-delivery-prevent-bg, #LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG.lazyload, #LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG.lazyloading { background-image: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { background-color: transparent; background-image: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container > .video-iframe-container { display: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row > .video-iframe-container { display: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .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); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { border-width: 0; border-radius: 0; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:block; }#MQAQK1Mxmmi48OUKPnqSsduACX4BkPQ6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.375rem;width:18.75rem;position:absolute;display:block;z-index:100001;top:2.4270935058594rem;left:7rem;overflow:hidden;display:block; }
#kF32EHRRrU5cltpbknbzkL3o0am4Fs7O { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.375rem;width:18.75rem;position:absolute;display:block;z-index:100002;top:2.46875rem;left:28.125001907349rem;overflow:hidden;display:block; }
#lbvRcooUeCBeQyDaPipUF4Vx2ShxXsLz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.375rem;width:18.75rem;position:absolute;display:block;z-index:100002;top:2.4270935058594rem;left:49.373697280884rem;overflow:hidden;display:block; }
#qfssfEIsughGRibT4encXswDV8KXuSV0 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:40.69921875rem;left:18.750001907349rem;display:block; }
#hxkeavtqRtGk8UkzsLBWARlep9O2X9aT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row .container { background-color: transparent; background-image: none; }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row .container > .video-iframe-container { display: none; }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row > .video-iframe-container { display: none; }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .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); }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row .container { border-width: 0; border-radius: 0; }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#hpZ3duHJWGVWlfNTN2ubXUSFJb0TRweb { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UeL9wWlupyDqH11NJzvT9zJtQ1d9hndo { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9.1875rem;left:35.906251907349rem;display:block; }
#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row .container { background-color: transparent; background-image: none; }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row .container > .video-iframe-container { display: none; }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row > .video-iframe-container { display: none; }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .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); }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row .container { border-width: 0; border-radius: 0; }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#aTQ6kAXTSSoSJqU8qlAI1PsuHZk8tLds { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.25rem;width:25rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#TLSxFXnlpKVs25MTvo5Vpt4ve6GPmbH9 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.25rem;width:24.9375rem;top:3.75rem;left:25.000001907349rem;overflow:hidden;display:block; }
#RoaAM0BdkbQdWb7H8qGoyomTla3uqidb { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.25rem;width:25rem;top:3.75rem;left:49.6875rem;overflow:hidden;display:block; }
#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:url("https://images.assets-landingi.com/uc/99a411fc-34f5-4e06-bb62-2644855ff598/Nalanding1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy.adaptive-delivery-prevent-bg, #nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy.lazyload, #nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy.lazyloading { background-image: none; }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row .container { background-color: transparent; background-image: none; }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row .container > .video-iframe-container { display: none; }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row > .video-iframe-container { display: none; }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .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); }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row .container { border-width: 0; border-radius: 0; }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row .container { background-color: transparent; background-image: none; }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row .container > .video-iframe-container { display: none; }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row > .video-iframe-container { display: none; }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .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); }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row .container { border-width: 0; border-radius: 0; }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#FnDhulhpMvSTlATLnpWgW8nTnzpIWtnu { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNzb9PG3GmLLSAzsflsEkxFA8gtZRps3 { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9.22917175293rem;left:36.468751907349rem;display:block; }
#uiW5J5UWicZiSwBVMeAQryw6TxA1n9Qq { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:11.645843505859rem;left:6.25rem;height:31.166667342186rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row .container { background-color: transparent; background-image: none; }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row .container > .video-iframe-container { display: none; }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row > .video-iframe-container { display: none; }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .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); }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row .container { border-width: 0; border-radius: 0; }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row .container { font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;position:relative;display:block; }#CZX8Pzyc9e1I3uThUadbSFaufHPKPKNR { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpl4881a6wxUZV7Bkx8yW8e7dgoc1HSl { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9.22917175293rem;left:36.468751907349rem;display:block; }
#pLDRfLoa2D4mPzSgEm2QSlmPzh3wnkom { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:39.791687011719rem;left:6.25rem;height:22.000000476837rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w1ORopaONUmsgb7ZMgXzJ0PQTb18FkLl { color:#377815;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:64.75rem;left:12.500001907349rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w1UM90mNqRmEBZcmo2nC7q0DJTD3pWzn { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.1875rem;width:46.875rem;top:14.604187011719rem;left:14.593751907349rem;overflow:hidden;display:block; }
#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container { background-color: transparent; background-image: none; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container > .video-iframe-container { display: none; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row > .video-iframe-container { display: none; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .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); }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container { border-width: 0; border-radius: 0; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#yskaJBxvnrK9otUfBO2hzHkKENAM14Fq { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:7.6159057617188rem;left:18.75rem;display:block; }
#IMuQAuZBRFpZybQ1xHGMcc1kCdKxfNoJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/xaBSKtdD/G_o_wne_na_www_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3.adaptive-delivery-prevent-bg, #zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3.lazyload, #zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3.lazyloading { background-image: none; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container { background-color: transparent; background-image: none; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container > .video-iframe-container { display: none; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row > .video-iframe-container { display: none; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .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); }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container { border-width: 0; border-radius: 0; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#cgAyQ1p0qFV9CkGkKiTfNQ2IAS3WVI7X { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:10.3125rem;left:37.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KtMmoUrEh1y77J4N1JEkn974xs44nCU1 { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:16.0625rem;left:54.6875rem;display:none; }
#TSVMFKQXDkxoXVpinNstXAwK3WD5utt9 { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:19.1875rem;left:37.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z9ITNfwwNO5OOQW5RQgwV42A0VlKTKAI { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:9.375rem;left:37.498697280884rem;height:4.0833334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwuqHhz42tB07axVMtccF2nH147g6uyR { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:10.3125rem;left:37.5rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EkEyD3ADIIE3w36xXi4TE2IUb9kbkwDA { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:15.25rem;left:55.281251907349rem;display:block; }
#P1ZdtNwuUXXG0BckrDniK2QyAtOVogV3 { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:22.9375rem;left:37.498697280884rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVACWNR4oim2TBdLPKcH6TXZq2HMmkbV { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.5rem;height:5.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9y45rK5TLfdUd5O45knpQUsmwCt2b9k { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:27.4375rem;left:37.498697280884rem;height:2.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flls78L2wm7GC6U1sJzHeH1uqxnmyakf { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:31.3125rem;left:37.498697280884rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/xaBSKtdD/G_o_wne_na_www_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c.adaptive-delivery-prevent-bg, #FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c.lazyload, #FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c.lazyloading { background-image: none; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row .container { border-width: 0; border-radius: 0; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:none; }#bQmcw0487BL32Og5VXJRCU63D4bi0b8T { color:#fbf6e5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:19.1875rem;left:37.5rem;height:14.166666269302rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row .container { background-color: transparent; background-image: none; }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row .container > .video-iframe-container { display: none; }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row > .video-iframe-container { display: none; }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .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); }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row .container { border-width: 0; border-radius: 0; }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#khuv1cOHPicBhH4Fzed6oAmOL3CgJLHG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5rem;width:29.8125rem;top:7.5208740234375rem;left:0rem;overflow:hidden;display:block; }
#JPUkFgt9STUeUloQGAAa9CvmLmkG8ZiR { color:#47545a;display:block;width:44.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:12.312561035156rem;left:29.812501907349rem;height:25rem;font-style:normal;display:block; }
#L21GqIDcMvMVkkalhT8q6qI11nQe93D5 { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:7.5rem;left:29.809896469116rem;height:2.75rem;font-style:normal;display:block; }
#EEOm7uNRiFktWCxoTLNpZelsPKLMo58t { color:#47545a;display:block;width:44.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:8.60417175293rem;left:29.809896469116rem;height:25rem;font-style:normal;display:none; }
#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row .container { background-color: transparent; background-image: none; }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row .container > .video-iframe-container { display: none; }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row > .video-iframe-container { display: none; }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .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); }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row .container { border-width: 0; border-radius: 0; }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#IAThvCeAMrG9ZJNWKJrpX5e9ZQk3gtvJ { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcIbtNB5Os3zcDN25to7kwiURhddz18A { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:15.208312988281rem;left:35.906251907349rem;display:block; }
#p9zrSUUvzzWurHiZS6g6nKw9i75N9gNo { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:9.1145629882812rem;left:6.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAcPc60pcFxPZ9dstuWQpzTkdulrmo4c { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:20.61328125rem;left:6.25rem;height:22.916665792465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k04wTv3l5difQNz83PSlaWPzlt58BJgN { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:20.61328125rem;left:6.25rem;height:22.916665792465rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row .container { background-color: transparent; background-image: none; }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row .container > .video-iframe-container { display: none; }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row > .video-iframe-container { display: none; }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .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); }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row .container { border-width: 0; border-radius: 0; }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row .container { font-size:0.875rem;font-family:arial;height:72.6875rem;width:75rem;position:relative;display:block; }#GQRrLlOTkN9tt2UtP8f6fp02eVvTea1n { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:7.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZ6ohgV0BRKVeLnQ6VTzLiZ4Tkrz6fXW { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:13.08203125rem;left:35.906251907349rem;display:block; }
#P8Zr1eP0aAyvT9JZNrzwIn9t6rnVAdsS { color:#47545a;display:block;width:41.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:25.135437011719rem;left:30.312501907349rem;height:8.3333330154419rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7frm04FATuz1BoQ1lN31EREJJvSLSm4 { color:#47545a;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:50.927124023438rem;left:30.281251907349rem;height:6.2499997615814rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTbtZiwFlqKnOsdxck0Ef0KN1Tkr8pRo { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:18.375rem;left:4.1875rem;overflow:hidden;display:block; }
#x663yWaOztXNeiSIqnXpV3I5TkoptoQ8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:43.125rem;left:4.1875rem;overflow:hidden;display:block; }
#vMD9QrEBAEW9UbaKFr0M5IATcGXCpXRT { color:#47545a;display:block;width:41.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:28.25rem;left:33.75rem;height:8.3333330154419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c1vi4GSsTyxL51xslBZm7eNVQbNHaKKa { color:#47545a;display:block;width:41.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:25.135437011719rem;left:30.312501907349rem;height:8.3333330154419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wSCxJq2N3xqERqJ42VTwzgov6KVTDZNq { color:#47545a;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:50.927124023438rem;left:30.281251907349rem;height:6.2499997615814rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:url("https://images.assets-landingi.com/uc/0406a4e9-b4c8-4696-8453-5bb77f5e4fe4/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz.adaptive-delivery-prevent-bg, #EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz.lazyload, #EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz.lazyloading { background-image: none; }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row .container { background-color: transparent; background-image: none; }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row .container > .video-iframe-container { display: none; }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row > .video-iframe-container { display: none; }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .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); }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row .container { border-width: 0; border-radius: 0; }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row .container { background-color: transparent; background-image: none; }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row .container > .video-iframe-container { display: none; }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row > .video-iframe-container { display: none; }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .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); }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row .container { border-width: 0; border-radius: 0; }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#RUxKW6NHW5lKeQQeCSpZT5CsmWMofZTv { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQK16LrUA8J8KFI5NDpdGPGQowpm08IL { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:13.125rem;left:35.125rem;display:block; }
#tPIVH3b6zmToLL1JUmV0FIqTt19iMGK8 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:9.09375rem;left:6.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZEsLVqtTK9CJ6rk1N7wQoToITxzBTqQ { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:13.125rem;left:36.75rem;display:block; }
#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row .container { background-color: transparent; background-image: none; }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row .container > .video-iframe-container { display: none; }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row > .video-iframe-container { display: none; }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .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); }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row .container { border-width: 0; border-radius: 0; }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#fEcqxrgehkE7sd8u0QUc7Lgqd3Jw5Zmm { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.5rem;width:68.5625rem;top:3.75rem;left:3.1847047715239rem;display:block; }
#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row .container { background-color: transparent; background-image: none; }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row .container > .video-iframe-container { display: none; }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row > .video-iframe-container { display: none; }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .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); }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row .container { border-width: 0; border-radius: 0; }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#P5aDWLChlbc5tNWAkte92uxTEcgRSChB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100002;top:0rem;left:50.000001907349rem;overflow:hidden;display:block; }
#SlT0RRrLSrFREd3aTtFS2BuXWT9dreh5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100000;top:17.3125rem;left:3.1875rem;overflow:hidden;display:block; }
#Tr9tvgqLbTR7X7SLHNRNvmMkMXhn1a8G { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100001;top:17.3125rem;left:26.531251907349rem;overflow:hidden;display:block; }
#hmBsks1rFRmEGBODTLJZCnTXKsvl8SV5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100002;top:17.3125rem;left:50.000001907349rem;overflow:hidden;display:block; }
#pmiWt577k1OUCqyybA9pmBc21nXDulbE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100000;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#vyUTJIfZ9p3k9zIchO8TptIXdm0T3Csr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100001;top:0rem;left:26.562501907349rem;overflow:hidden;display:block; }
#dQNZMiS9c46UK5Tbavyr2uPqsgBqbRcT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100001;top:34.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#D9fyk8CAHx0FUns0K48omBCD5fALTStl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100002;top:34.520874023438rem;left:26.59375rem;overflow:hidden;display:block; }
#EvZDFpfJb1ovVpMi9mIud9KNcqJpLcpT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.5625rem;width:21.8125rem;position:absolute;display:block;z-index:100003;top:34.520874023438rem;left:50rem;overflow:hidden;display:block; }
#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/uc/74858ba4-53a6-4543-98c4-12bcaa59f0c4/Nalanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv.adaptive-delivery-prevent-bg, #OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv.lazyload, #OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv.lazyloading { background-image: none; }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row .container { background-color: transparent; background-image: none; }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row .container > .video-iframe-container { display: none; }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row > .video-iframe-container { display: none; }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .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); }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row .container { border-width: 0; border-radius: 0; }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row .container { background-color: transparent; background-image: none; }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row .container > .video-iframe-container { display: none; }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row > .video-iframe-container { display: none; }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .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); }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row .container { border-width: 0; border-radius: 0; }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#NTDTzyIpQLskPslJrpNdvmFUItMGNq20 { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNIv6PzO7PyIOZyoF6irz7Xi80qqamKz { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9.0625rem;left:35.906251907349rem;display:block; }
#RbaR763qcdwRACaMcW1qoEUpsqTiR16B { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:11.6875rem;left:6.25rem;height:14.583332777023rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/uc/43ec9589-9d12-4686-90fe-140c6438c943/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr.adaptive-delivery-prevent-bg, #IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr.lazyload, #IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr.lazyloading { background-image: none; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container { background-color: transparent; background-image: none; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container > .video-iframe-container { display: none; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row > .video-iframe-container { display: none; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .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); }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container { border-width: 0; border-radius: 0; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row .container { background-color: transparent; background-image: none; }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row .container > .video-iframe-container { display: none; }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row > .video-iframe-container { display: none; }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .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); }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row .container { border-width: 0; border-radius: 0; }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row .container { font-size:0.875rem;font-family:arial;height:85.625rem;width:75rem;position:relative;display:block; }#gQVCk5QazkVChX7R3b8SUgPqBtt9GGzg { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UoWhPf4FicOS1lHUDSl2BZZyy8ZJ8cIB { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:9.47917175293rem;left:35.90625rem;display:block; }
#hpw2udCq6lQGOu8v6zfcWt0evduRMzw5 { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:35rem;width:34.375rem;top:13.375rem;left:1.5625rem;display:block; }
#FyaTC1luMp1TECPCMWRMdVzwXm2ySbq5 { position:absolute;display:block;z-index:100002;background-color:rgba(236,136,39,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.9375rem;width:33.125rem;top:14.0625rem;left:2.1875rem;display:block; }
#X4bLKqB23SIHHXeQOr58Zir3hK5e3Nxh { color:#377815;display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:16.020874023438rem;left:2.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qI6lsx4Z81fIl6yAd28iCe4NlOrKVJn2 { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.25rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:41.041687011719rem;left:3.15625rem;display:block; }
#cWAmAyFay0581OzRlTgVzlx5uLgIg3nS { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#LuyykvTPOxWmQJAOxqap9xMaV4WfvDPk { color:#377815;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:20.270874023438rem;left:2.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cF40s2wztJR5nACwk6GnRx01rJDe4wlq { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:64.6875rem;width:34.375rem;top:13.375rem;left:37.937501907349rem;display:block; }
#zsJgCKb039MeFKI6rV9kmkwKxgD29KfZ { position:absolute;display:block;z-index:100011;background-color:rgba(236,136,39,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12.6875rem;width:33.125rem;top:14.0625rem;left:38.562501907349rem;display:block; }
#wbKHiHT8OT8ChAfVHGJGa0cxV8SLAtNf { color:#377815;display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:15.375rem;left:38.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFuWU2ahHI9DWvgqHToDf80CX8VMQStO { color:#377815;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:18.15625rem;left:38.562501907349rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ywqTcLwQeHJwtOkCCDJhLx8vT5wbCQTw { color:#377815;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:21.5rem;left:38.5625rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wNayrMxqB1C9nEVrHMNWiwVyfwfpEBce { color:#47545a;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:42.802124023438rem;left:39.09375rem;height:1.8333333730698rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJ501bfIw27PTkbX60l9GhBXs92QJO8B { color:#377815;display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:46.020874023438rem;left:39.09375rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tw92Qi47TJIDXDbEURMFkSw9ARpRvaUP { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.25rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:50.291687011719rem;left:39.53125rem;display:block; }
#HdJdo4e4zVyGmzn61NwmGrDmDJQkaFnf { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#RhkqWZd8gSMBOa99JJAtEOGgOvrOqOUn { color:#47545a;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:55.5625rem;left:39.09375rem;height:1.3333333730698rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#soT3FJplggcHch9IbmbwiIwvx2BDJMhS { color:#47545a;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:63.6875rem;left:38.5625rem;height:1.8333333730698rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZNvr6LOTuRk52Zuu7tl3KA0Mki9NPTZJ { color:#377815;display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:66.270874023438rem;left:39.09375rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2tB8J2hLXWSvUdcRqJuXGp36OEaH4Ea { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.25rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:70.625rem;left:39.53125rem;display:block; }
#L7s7bZr07hw6ReJFZWkD3Fidmp4b5aQc { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#yhJqhkfpmk1cEsXzwLWodyP2SChIm2JO { color:#377815;display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:59.166687011719rem;left:39.09375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8gfn4ABgkc3rigEOpvnUTy8xlohgTWl { color:#377815;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:21.5rem;left:38.5625rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RbnVgoGM2VX9BxPyTp3eSvNOhSRAtVAR { color:#47545a;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:39.75rem;left:38.562501907349rem;height:1.3333333730698rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EbJLrrJF9QSPfM6qSddniNBFR8VBd38l { color:#47545a;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:25.625rem;left:2.1875rem;height:4.8333334922791rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6TOoZkk9spofTZEAgCCCkXLizLyZJaK { color:#377815;display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:31.708374023438rem;left:2.25rem;height:7.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5wLd1HgD49TpQs6M3Zm6NOzOLIxWEwM { color:#377815;display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:33.75rem;left:38.625rem;height:7.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeOTqVNW5n6lcMyBWMu56tglRm11tWhg { color:#377815;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:20.270874023438rem;left:2.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#STGz4Vic1Jt9RRelrMhEuqHwTmWd0SFU { color:#377815;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:21.5rem;left:38.5625rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uO44vwv146XXnOHxBJrAXSf4FmNvJQgN { color:#377815;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:20.270874023438rem;left:2.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rHI6TpBoG2X7dETFbiURTcsJEkXZJeT3 { color:#47545a;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:27.458312988281rem;left:38.562501907349rem;height:4.8333334922791rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/uc/0443e834-f832-4692-afdb-e66f3327dbbe/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi.adaptive-delivery-prevent-bg, #n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi.lazyload, #n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi.lazyloading { background-image: none; }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row .container { background-color: transparent; background-image: none; }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row .container > .video-iframe-container { display: none; }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row > .video-iframe-container { display: none; }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .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); }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row .container { border-width: 0; border-radius: 0; }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row .container { background-color: transparent; background-image: none; }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row .container > .video-iframe-container { display: none; }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row > .video-iframe-container { display: none; }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .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); }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row .container { border-width: 0; border-radius: 0; }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#T21wq1qDTnqBBM3I39qpGm1O6ctqNxcU { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.3333339691163rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#birFSqtHcwiTqPgiGtmEdoHoHXt2Tz86 { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:12.3125rem;left:35.906251907349rem;display:block; }
#W4QkS5vpqGWXGSF0P2Pss9yvDtIqngBP { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:9.0416870117188rem;left:6.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HByrnn6dvQMwaS9ytin1L5sHRkc9RJrg { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:9.0416870117188rem;left:6.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row .container { background-color: transparent; background-image: none; }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row .container > .video-iframe-container { display: none; }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row > .video-iframe-container { display: none; }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .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); }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row .container { border-width: 0; border-radius: 0; }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#EdnlIEpG3yn9OSJQF4kNmFNh510BdVCm { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:31.625rem;width:75.0625rem;top:9rem;left:-0.1875rem;display:block; }
#PH7TN9Toi9uKzLuihiQnLX0yfouOR1QM { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCK1IfdGoTpUba8JQAU9ewrIfHDfik49 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#VpGT00PespoGE6maT4kE5TrTyGavi2V7 { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:14rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EUF4Fxse6gTFH8wBuA0k1y5kmA5ZMMoy { position:absolute;display:block;z-index:100017;background-color:#f4ce83;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;height:0.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#lG4Mm9n6lfLeacTlNRibz9kHkT6UN9Hv { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:34.75rem;left:6.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URlX6M9PumIgJC22fMFCeegkUJSPJKFk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row .container { background-color: transparent; background-image: none; }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row .container > .video-iframe-container { display: none; }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row > .video-iframe-container { display: none; }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .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); }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row .container { border-width: 0; border-radius: 0; }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#hDPJhULfHXIDm5siKH8CyvU9iTtmAmTK { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:31.8125rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#iaUuC0kbqSTcaVJaAS5LQDn3sOa9MVth { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#li0HpTxTaLIhthk7lEx3aG7Dv2rJVZeL { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#T0cdw3yKmJzq3lW0i9nzV3etUJlykP9f { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:21.125rem;left:6.25rem;height:14rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ewdca42Ib7vWNXg56eJW9q7S6MpUT9z8 { position:absolute;display:block;z-index:100017;background-color:#f4ce83;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;height:0.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#hbLzIgRsSdKsL7k7NTfMig7O2xBZtl03 { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:35.145874023438rem;left:6.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row .container { background-color: transparent; background-image: none; }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row .container > .video-iframe-container { display: none; }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row > .video-iframe-container { display: none; }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .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); }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row .container { border-width: 0; border-radius: 0; }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#lPMBTUtcJyZcNDghWBUHkfuC4AzrVP7O { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:42.125rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#hPQPgKsnhQmv9paUtfrs4KJUieRDIfFn { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eyv6FI9Bh6im5wK0U80FQRLxicMpHEIW { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#K2wwBnqz58EVpfTeC36nensEimL7no4u { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:21.125rem;left:6.25rem;height:24rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#w2kCIdmKf6otULL6NdTxk29Q9VLqdpq8 { position:absolute;display:block;z-index:100017;background-color:#f4ce83;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;height:0.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#naJAHosDTK5Jt7vPOMieiGhGa60x6oe4 { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:45.125rem;left:6.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row .container { background-color: transparent; background-image: none; }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row .container > .video-iframe-container { display: none; }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row > .video-iframe-container { display: none; }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .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); }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row .container { border-width: 0; border-radius: 0; }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#RK8nnod2e5KsNpGh8hoHWUdlWhdebCLV { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:34.1875rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#lLyMZ3Bps5uqyUwDb4THdMxHz2AIxygR { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tazyAWp86J7UdeXBuvTF3eDkVNZeU6cJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#wmztyhif7TeuPKrEDga2x5RFR1Fdhafq { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#T8tR1VK3L3fzzT47VlUXHzMNPlmtT3G9 { position:absolute;display:block;z-index:100017;background-color:#f4ce83;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;height:0.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#qll0W8Sn52XAk2yeaLiRyz9ByC3P64ps { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:37.25rem;left:6.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row .container { background-color: transparent; background-image: none; }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row .container > .video-iframe-container { display: none; }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row > .video-iframe-container { display: none; }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .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); }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row .container { border-width: 0; border-radius: 0; }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#HW3Q9MPKmKW56fpiqRBii7VWtRKzyx5M { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:36.0625rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#XWtGJc7F1XTNZPoM2n4de98s6GTtnatq { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmirTCX7CyJkwoqg8xwQ0hFE1y5xhIct { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#oRuy2ATmRTccNm0icO0kVeaTJJhOvCHB { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:21.125rem;left:6.25rem;height:18rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QS9tAVIfusqqugspnJ1K3o0XFXZ6VWPI { position:absolute;display:block;z-index:100017;background-color:#f4ce83;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;height:0.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#wiHzJZImAh2d9crXmKuMs6HFTgmZPMH6 { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:39.083374023438rem;left:6.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container { background-color: transparent; background-image: none; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container > .video-iframe-container { display: none; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row > .video-iframe-container { display: none; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .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); }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container { border-width: 0; border-radius: 0; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#AJJIa1g00hiZSGKU9QeIEkRPVycK1v20 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:7.63671875rem;left:18.75rem;display:block; }
#KTLxE70Ct8Ee3QkLfD454DIVhdazCrIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/uc/c2baa657-bd74-4f87-ab14-99d665765487/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo.adaptive-delivery-prevent-bg, #TD7UEiJOKntL45JOngkrIHnOzhW4fKpo.lazyload, #TD7UEiJOKntL45JOngkrIHnOzhW4fKpo.lazyloading { background-image: none; }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row .container { background-color: transparent; background-image: none; }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row .container > .video-iframe-container { display: none; }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row > .video-iframe-container { display: none; }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .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); }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row .container { border-width: 0; border-radius: 0; }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row .container { background-color: transparent; background-image: none; }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row .container > .video-iframe-container { display: none; }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row > .video-iframe-container { display: none; }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .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); }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row .container { border-width: 0; border-radius: 0; }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#XwV2ci646A1vrScZDLVawzsSVQcNvdTT { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.3333339691163rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRmo98ktTpfsTWQArRIWpXdFuwCsfIgM { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9.2291870117188rem;left:35.906251907349rem;display:block; }
#zWeHhaHQQd4JM7Alb3eHBf3S1uQqmgcK { background-color:rgba(236,136,39,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#377815;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.428386688232rem;height:3.3684895038605rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.5rem;left:18.785158157349rem;display:block; }
#iz5LzpCBiSs8k1DUAl3ueRomfyu1eTc2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container { background-color: transparent; background-image: none; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container > .video-iframe-container { display: none; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row > .video-iframe-container { display: none; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .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); }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container { border-width: 0; border-radius: 0; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#xEuiH2QWkK3kQFkoKaSwSOS6T0rhslT5 { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.0833332538605rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#amBpKR7sv29KzEnrt0eMiO1LLpOf6ShT { position:absolute;display:block;z-index:100013;background-color:rgba(236,136,39,0.15);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;height:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container { background-color: transparent; background-image: none; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container > .video-iframe-container { display: none; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row > .video-iframe-container { display: none; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .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); }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container { border-width: 0; border-radius: 0; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#e5ewAJR98O2mXKS0e7drpbnXzpkw0QAz { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container { background-color: transparent; background-image: none; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container > .video-iframe-container { display: none; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row > .video-iframe-container { display: none; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .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); }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container { border-width: 0; border-radius: 0; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#WCusXHJoumOhpBSxFd2tZwDxWEHtdIfI { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.0833332538605rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLziCQG63MPvLeEMBSR5TN2ATlfW3zPI { position:absolute;display:block;z-index:100013;background-color:rgba(236,136,39,0.15);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;height:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container { background-color: transparent; background-image: none; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container > .video-iframe-container { display: none; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row > .video-iframe-container { display: none; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .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); }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container { border-width: 0; border-radius: 0; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#fLJSlgTH7ku6Iw97RSLsbVxMhs5EVuxW { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container { background-color: transparent; background-image: none; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container > .video-iframe-container { display: none; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row > .video-iframe-container { display: none; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .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); }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container { border-width: 0; border-radius: 0; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#Ni0bOMT5b1w1VOeS3K4di51iOtEKal2T { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.0833332538605rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWGwhF78WUiHdlRCAK94I2Ku8plSmiTR { position:absolute;display:block;z-index:100013;background-color:rgba(236,136,39,0.15);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;height:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container { background-color: transparent; background-image: none; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container > .video-iframe-container { display: none; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row > .video-iframe-container { display: none; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .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); }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container { border-width: 0; border-radius: 0; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#FEaJVJUCVPTpOMBF4gQekaUSZytbUtqv { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:7.6666665077209rem;color:#47545a;font-style:normal;display:block; }
#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container { background-color: transparent; background-image: none; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container > .video-iframe-container { display: none; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row > .video-iframe-container { display: none; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .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); }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container { border-width: 0; border-radius: 0; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#gUApsZOpKEVxTe1XF9ehnROdm1NAZVOw { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.0833332538605rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VnQyc49Fat3lTRz0bwrpohID8sJZctTI { position:absolute;display:block;z-index:100013;background-color:rgba(236,136,39,0.15);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;height:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container { background-color: transparent; background-image: none; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container > .video-iframe-container { display: none; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row > .video-iframe-container { display: none; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .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); }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container { border-width: 0; border-radius: 0; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#LQ3ud0o95hOmV99NWvguTWgsQsqRpc4d { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container { background-color: transparent; background-image: none; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container > .video-iframe-container { display: none; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row > .video-iframe-container { display: none; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .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); }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container { border-width: 0; border-radius: 0; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#GDZ6MLs9pySZf8xkLpTWxKJAO1zLDZ5l { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.0833332538605rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pxXFV6at94hJDLOqRp6hJTeRz9O1fwQK { position:absolute;display:block;z-index:100013;background-color:rgba(236,136,39,0.15);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;height:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container { background-color: transparent; background-image: none; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container > .video-iframe-container { display: none; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row > .video-iframe-container { display: none; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .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); }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container { border-width: 0; border-radius: 0; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#l7hLFVKyJRt8oTBkHFIQBLnOKEbPOzx3 { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/uc/d2ea672b-24c7-42ce-84ae-6033bf7b3f2d/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo.adaptive-delivery-prevent-bg, #M1qD1obPGQ9I21LcxEBDqUQxytI62JLo.lazyload, #M1qD1obPGQ9I21LcxEBDqUQxytI62JLo.lazyloading { background-image: none; }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row .container { background-color: transparent; background-image: none; }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row .container > .video-iframe-container { display: none; }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row > .video-iframe-container { display: none; }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .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); }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row .container { border-width: 0; border-radius: 0; }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row .container { background-color: transparent; background-image: none; }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row .container > .video-iframe-container { display: none; }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row > .video-iframe-container { display: none; }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .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); }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row .container { border-width: 0; border-radius: 0; }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#RNWKLZiZNTKpD8Xbzm9JLzWrhJt8cwti { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.3333339691163rem;height:7.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTobnwlB0uqKgSFzuvECnptbZweGFVx5 { box-sizing:content-box;color:#ec8827;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:12.979248046875rem;left:35.906251907349rem;display:block; }
#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row .container { background-color: transparent; background-image: none; }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row .container > .video-iframe-container { display: none; }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row > .video-iframe-container { display: none; }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .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); }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row .container { border-width: 0; border-radius: 0; }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#Wsex09oZxt0LzMMgXG8qPEaCIf1XrDqy { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-text.counter-number { border-top:0.25rem solid #ec8827;border-left:0.25rem solid #ec8827;border-right:0.25rem solid #ec8827;border-bottom:0.25rem solid #ec8827;background-color:transparent;background-image:none;color:#377815;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:ubuntu;font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.125rem;height:10.7975rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.39599609375rem;left:24.494791030884rem;z-index:100061; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #KdnxZiJoekyDA79ZFVrw1hThSScl5ExR { display:flex;position:relative;top:0rem;left:0rem; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #nX5EG9HH78HCvdzdUlfCSJv1UiMtTnNb { width:auto; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #gTWpaBUW9L8mxtOiZxE4QgvabO38SshI {  }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #PmFO6AAWu6RTfm5epvcwcVb6BKUiIZy3 { display:flex;position:relative;top:0rem;left:0rem; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #bQGC8ttm9BSNhsBf1IiOPXHSaS42TzgD {  }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #E8ikdKRamNoA6xvbNOy9uTMEdQuIpqbv {  }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #VhN2X8ufANtBpgnurq9HB08a02wLkTC9 { display:flex;position:relative;top:0rem;left:0rem; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #d9JT2uWV4PFK5pAVgJQRlDTNE8C7uLcf {  }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #kUCnQaGDGHTcvTu6c2Exllf54o1XuLgA {  }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #sAURZT14yQSgaKrTJHZwfPOvH4RUJuKx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #fAfbLN6brUL6tNHbub1TohGd7H5fVM9A {  }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #HTClo6byPWZAtKX8IClTrV603ZpTOsII {  }
#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:url("https://images.assets-landingi.com/uc/451218f0-559c-4036-a464-8d7cb8b87eb2/Zdjciegwnenastronzapisu2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc.adaptive-delivery-prevent-bg, #iB1RHnmvZyV42zA8T9KxtZW6gk3raukc.lazyload, #iB1RHnmvZyV42zA8T9KxtZW6gk3raukc.lazyloading { background-image: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container { background-color: transparent; background-image: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container > .video-iframe-container { display: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row > .video-iframe-container { display: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .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); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container { border-width: 0; border-radius: 0; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#XgVOJsCr02l9baZaLoAdOfg6EIW0nn8Z { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.625rem;width:9.375rem;position:absolute;display:block;z-index:100021;top:10.875001907349rem;left:32.812501907349rem;overflow:hidden;display:none; }
#b4iT7IVpeFe1f6O7lirPntT1hpW30UoN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.6875rem;width:75rem;display:none; }
#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,246,229,0.8);background-image:none;position:relative;display:block; }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row .container { background-color: transparent; background-image: none; }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row .container > .video-iframe-container { display: none; }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row > .video-iframe-container { display: none; }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .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); }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row .container { border-width: 0; border-radius: 0; }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#nwlEG2iMC31MI1JZDaDxP7wehh4iZm4U { color:#ec8827;display:block;width:39rem;position:absolute;font-family:ubuntu;font-size:9.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:18.000001907349rem;height:12.166666984558rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXFnsqWG7J8nLc8vZbqsurzuTXh8kFS6 { color:#377815;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:14.354248046875rem;left:12.500001907349rem;height:3.6666667461395rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#llUNl3ob1EL3t3iFWXt73hTIeDAm9DZP { color:#377815;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:18.5625rem;left:12.500001907349rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cd6kZtZXLFEVoX92c3RV0xZ2wUmdmmTw { color:#ec8827;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:23.6875rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6e5;background-image:none;position:relative;display:block; }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row .container { background-color: transparent; background-image: none; }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row .container > .video-iframe-container { display: none; }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row > .video-iframe-container { display: none; }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .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); }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row .container { border-width: 0; border-radius: 0; }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#MtUNeV3f27FS1iwTw6ktN3hR7sdZpbKF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL { background-color:#fbf6e5;background-image:url("https://images.assets-landingi.com/uc/451218f0-559c-4036-a464-8d7cb8b87eb2/Zdjciegwnenastronzapisu2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL.adaptive-delivery-prevent-bg, #L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL.lazyload, #L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL.lazyloading { background-image: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container { background-color: transparent; background-image: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container > .video-iframe-container { display: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row > .video-iframe-container { display: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .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); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container { width:47.75rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FDsqokaeGoEBNvBWWAx9vUhoDN3BHBNE { width:21.6875rem;height:21.25rem;top:2.75rem;left:2.5rem;background-color:rgba(244,253,239,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #MT3boakGe4S1OnuOVNHN0PbXV9WIp2yI { width:6.25rem;height:6.3125rem;top:3.3333537578583rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o8PgoM6Q14Xuq0gxhDPQvODhvtVxpaRq { width:4.6875rem;height:4.75rem;top:11.379167556762rem;left:9.9062501788137rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KnthWMsP0niPLc1HEkqMI9ErONAmMMLW { width:21.75rem;height:4.4166665077209rem;top:9.687520980835rem;left:2.46875rem;font-size:3.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #vR8NdT99e6PnTyzd4aZkOPX07kpvRLeA { width:18.75rem;height:7.2500002384186rem;top:15.354187011719rem;left:3.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oowSTHWpvSEsEUtt8mQCx5zEOqodT6Ny { width:47.75rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 { display:block; }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row .container { width:47.75rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Evn3fCkyePSmXrC5GRcgoJzNRMpAncFg { width:47.75rem;height:9.6666669845581rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nLLeRZTqZgSbNlX7r82IHlWTSSv7vt7Q { width:47.75rem;height:6.3333334922791rem;top:12.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQogOb4ELikhlA1f6NmC2V7NeoLhkSDE { width:3.125rem;height:3.125rem;top:18.8125rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymiqPJzEMcQRxJTyTrSa0bgTDxyImKly { width:47.75rem;height:4.7500001192093rem;top:12.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 { background-color:#fbf6e5;background-image:none;display:block; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container { background-color: transparent; background-image: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container > .video-iframe-container { display: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row > .video-iframe-container { display: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .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); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container { width:47.75rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZpGq3Gy4AW20DddaKBidFDhFk20sEuHz { width:44.0625rem;height:24.6875rem;top:2.4791717529297rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ { display:block; }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row .container { width:47.75rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q92zTq0oJPdUcddNcvwuZ0kJBPRiM8TC { width:47.75rem;height:2.4166667461395rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x89Q9TWco3WSi20XuZxG4KVPKEStHf40 { width:3.125rem;height:3.125rem;top:6.29167175293rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgwfkFQihSZ5DmmXOT9w4hE1B4OTOatL { width:31.25rem;height:7.3333334922791rem;top:9.43620300293rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cL4s2ZLEkLRTPTiv7oL6NTCaZQ4CIKPr { width:3.125rem;height:3.125rem;top:33.602867126465rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTU28lUhzRu3RdchXV3R3SkmbxB4qTyM { width:31.25rem;height:9.1666668653488rem;top:22.06120300293rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWR5rNkdBgIG0RENAdaqI7Dc9yTNxx5p { width:3.125rem;height:3.125rem;top:18.91667175293rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyBcBrnnVgaulTRfkXNuSNK9gUmAgyMN { width:31.25rem;height:9.1666668653488rem;top:36.75rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt { display:block; }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VCy8tp1TXRwhklaCFOkmamx4HU7TTOse { width:47.75rem;height:4.8333334922791rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erTintkQmZkEywNOI01J5TbO3DkPaNJc { background-color:#fbf6e5;background-image:none;display:block; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container { background-color: transparent; background-image: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container > .video-iframe-container { display: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row > .video-iframe-container { display: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .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); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container { width:47.75rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G1emcm3QQA3N4FWL6dZ2De3UfJWtO7l1 { width:44.0625rem;height:24.6875rem;top:2.4791717529297rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I { display:block; }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row .container { width:47.75rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T3Gfqu3L8GJ1FfU0Le9xGh2mDStB17cb { width:47.75rem;height:2.4166667461395rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMlZDDyuW0PHnIwXQTqqtLN91PnNb7VM { width:43.75rem;height:14.250000357628rem;top:7.8737182617188rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TV62zvMA77XcTtPBgHPTdo1ohgMmxn52 { width:3.125rem;height:3.125rem;top:4.6653747558594rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DG866L0vVXCQWu7LuWVNpIPSQ1OrP70F { width:31.25rem;height:1.5833333730698rem;top:24.602874755859rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 { display:block; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xe19NpX9MT7yq3mHKetLFBhEbROZ8MxH { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZhUfGRm7onfit6fkkXwdXDGpxUO6qnO { display:block; }
 }@media only screen and (max-width: 1199px) { #CrlEpTurDynsMtWhEyeAFk2piQggWzmC { display:block; }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tPN823dyo1SSTBsPBfQRchl9JvolDEPc { display:block; }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row .container { width:47.75rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W8hwK7HVAK2llGZFr8RVX2oBm7ZQ05Rq { width:47.75rem;height:2.4166667461395rem;top:2.6041717529297rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhZuRzKcMUwxQFH0xxgCu7Tg0PLbSMBk { width:3.125rem;height:3.125rem;top:6.1875076293945rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APzp3VMP7BvwtE7e0vgBnHDEQWm4HltL { width:43.75rem;height:61.750001549721rem;top:9.33203125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehV8Oq1WqS8aRTTShZx8s6aTa2MFnE91 { width:43.75rem;height:55.416668057442rem;top:9.33203125rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WN5C4DHnCNmfAATxTelvGDVvgIspVGZy { background-color:#faf1f6;background-image:none;display:block; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container { background-color: transparent; background-image: none; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container > .video-iframe-container { display: none; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row > .video-iframe-container { display: none; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .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); }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container { width:47.75rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rpz5X9fnKLGWTm5wUnPET9VJgF3ILe7K { width:43.75rem;height:38.5rem;top:6.0612030029297rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKHgFXykNqTiocXWZPCvl7IXNFmzxSQg { width:47.75rem;height:2.4166667461395rem;top:2.6041717529297rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bz1EwxxqJMzvngfm4XWceRf7xfO0qw7E { width:25rem;height:31.25rem;top:47rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmh7aboOBq33AOh0qxW9FpgeyrmctU4P { width:31.25rem;height:3.1666667461395rem;top:78.208343505863rem;left:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTD43n3aWkoACXqKmxIESnAtTZoQZ9Mf { width:43.75rem;height:38.5rem;top:6.0612030029297rem;left:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 { background-color:#faf1f6;background-image:none;display:block; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container { background-color: transparent; background-image: none; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container > .video-iframe-container { display: none; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row > .video-iframe-container { display: none; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .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); }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container { width:47.75rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pr7ThxELBvAk3iTGzanwxSTJOMXpTzLu { width:47.75rem;height:2.4166667461395rem;top:2.6041717529297rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { background-color: transparent; background-image: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container > .video-iframe-container { display: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row > .video-iframe-container { display: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .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); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { border-width: 0; border-radius: 0; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { width:47.75rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ld72k3FWM64R6NDmTOoVu2h5tJT8GTd1 { width:8.1875rem;height:13.3125rem;top:2.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G84l8gQy9v8lTXPH3C8pBeuoQVuia8og { width:8.1875rem;height:13.3125rem;top:2.375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6zswQ6G1b45Hg6GO0CqFtdoQTSiZ0eR { width:8.1875rem;height:13.3125rem;top:2.375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { background-color: transparent; background-image: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container > .video-iframe-container { display: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row > .video-iframe-container { display: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .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); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { border-width: 0; border-radius: 0; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { width:47.75rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MQAQK1Mxmmi48OUKPnqSsduACX4BkPQ6 { width:8.1875rem;height:13.3125rem;top:2.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kF32EHRRrU5cltpbknbzkL3o0am4Fs7O { width:8.1875rem;height:13.3125rem;top:2.375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbvRcooUeCBeQyDaPipUF4Vx2ShxXsLz { width:8.1875rem;height:13.3125rem;top:2.375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfssfEIsughGRibT4encXswDV8KXuSV0 { width:13.75rem;height:3.375rem;top:20.28125rem;left:16.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxkeavtqRtGk8UkzsLBWARlep9O2X9aT { display:block; }
 }@media only screen and (max-width: 1199px) { #qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux { display:block; }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row .container { width:47.75rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hpZ3duHJWGVWlfNTN2ubXUSFJb0TRweb { width:47.75rem;height:2.4166667461395rem;top:2.8333129882812rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UeL9wWlupyDqH11NJzvT9zJtQ1d9hndo { width:3.125rem;height:3.125rem;top:6.4778442382812rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg { display:block; }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row .container { width:47.75rem;height:115rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aTQ6kAXTSSoSJqU8qlAI1PsuHZk8tLds { width:25rem;height:35.25rem;top:2.6875rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLSxFXnlpKVs25MTvo5Vpt4ve6GPmbH9 { width:24.9375rem;height:35.25rem;top:39.22917175293rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoaAM0BdkbQdWb7H8qGoyomTla3uqidb { width:25rem;height:35.25rem;top:75.875rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy { display:block; }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dzN5sxPp6RCks0Su8EqthTqa8epLwWMT { display:block; }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row .container { width:47.75rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FnDhulhpMvSTlATLnpWgW8nTnzpIWtnu { width:47.75rem;height:2.4166667461395rem;top:2.6666870117188rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qNzb9PG3GmLLSAzsflsEkxFA8gtZRps3 { width:3.125rem;height:3.125rem;top:5.9583435058594rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiW5J5UWicZiSwBVMeAQryw6TxA1n9Qq { width:43.75rem;height:30.083334088326rem;top:8.2708129882812rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p { display:block; }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row .container { width:47.75rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CZX8Pzyc9e1I3uThUadbSFaufHPKPKNR { width:47.75rem;height:2.4166667461395rem;top:2.6666870117188rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpl4881a6wxUZV7Bkx8yW8e7dgoc1HSl { width:3.125rem;height:3.125rem;top:5.9583435058594rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLDRfLoa2D4mPzSgEm2QSlmPzh3wnkom { width:43.75rem;height:19.000000476837rem;top:30.102874755859rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1ORopaONUmsgb7ZMgXzJ0PQTb18FkLl { width:31.25rem;height:2rem;top:28.102874755859rem;left:8.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1UM90mNqRmEBZcmo2nC7q0DJTD3pWzn { width:31.25rem;height:16.75rem;top:10rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b { display:block; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yskaJBxvnrK9otUfBO2hzHkKENAM14Fq { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMuQAuZBRFpZybQ1xHGMcc1kCdKxfNoJ { display:block; }
 }@media only screen and (max-width: 1199px) { #zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 { background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/xaBSKtdD/G_o_wne_na_www_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3.adaptive-delivery-prevent-bg, #zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3.lazyload, #zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3.lazyloading { background-image: none; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container { background-color: transparent; background-image: none; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container > .video-iframe-container { display: none; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row > .video-iframe-container { display: none; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .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); }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container { width:47.75rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cgAyQ1p0qFV9CkGkKiTfNQ2IAS3WVI7X { width:18.75rem;height:2.4166667461395rem;top:4.3125rem;left:25.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtMmoUrEh1y77J4N1JEkn974xs44nCU1 { width:3.125rem;height:3.125rem;top:7.5625rem;left:33.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSVMFKQXDkxoXVpinNstXAwK3WD5utt9 { width:24.5625rem;height:9.1666668653488rem;top:9.1875rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9ITNfwwNO5OOQW5RQgwV42A0VlKTKAI { width:18.75rem;height:0;top:0.83334350585938rem;left:25.34375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dwuqHhz42tB07axVMtccF2nH147g6uyR { width:18.75rem;height:2.4166667461395rem;top:3.8125rem;left:26.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EkEyD3ADIIE3w36xXi4TE2IUb9kbkwDA { width:3.125rem;height:3.125rem;top:7.2083435058594rem;left:35.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P1ZdtNwuUXXG0BckrDniK2QyAtOVogV3 { width:24.5625rem;height:9.1666668653488rem;top:9.1875rem;left:22.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sVACWNR4oim2TBdLPKcH6TXZq2HMmkbV { width:24.5625rem;height:9.1666668653488rem;top:9.1875rem;left:22.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a9y45rK5TLfdUd5O45knpQUsmwCt2b9k { width:24.5625rem;height:9.1666668653488rem;top:9.1875rem;left:22.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #flls78L2wm7GC6U1sJzHeH1uqxnmyakf { width:24.5625rem;height:9.1666668653488rem;top:9.1875rem;left:22.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c { background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/xaBSKtdD/G_o_wne_na_www_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c.adaptive-delivery-prevent-bg, #FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c.lazyload, #FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c.lazyloading { background-image: none; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row .container { width:47.75rem;height:22.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bQmcw0487BL32Og5VXJRCU63D4bi0b8T { width:24.5625rem;height:9.1666668653488rem;top:9.625rem;left:23.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP { display:block; }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row .container { width:47.75rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #khuv1cOHPicBhH4Fzed6oAmOL3CgJLHG { width:18.75rem;height:18.75rem;top:0.0625rem;left:15.498698234558rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPUkFgt9STUeUloQGAAa9CvmLmkG8ZiR { width:45rem;height:21rem;top:23.639343261719rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #L21GqIDcMvMVkkalhT8q6qI11nQe93D5 { width:43.75rem;height:2rem;top:20.644561767578rem;left:2.9986979961395rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EEOm7uNRiFktWCxoTLNpZelsPKLMo58t { width:40.625rem;height:21rem;top:24.430999755859rem;left:3.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG { display:block; }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row .container { width:47.75rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IAThvCeAMrG9ZJNWKJrpX5e9ZQk3gtvJ { width:47.75rem;height:2.4166667461395rem;top:0.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcIbtNB5Os3zcDN25to7kwiURhddz18A { width:3.125rem;height:3.125rem;top:8.0625rem;left:22.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9zrSUUvzzWurHiZS6g6nKw9i75N9gNo { width:47.75rem;height:3.1666667461395rem;top:3.0208129882812rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAcPc60pcFxPZ9dstuWQpzTkdulrmo4c { width:47.75rem;height:19.25rem;top:12.270812988281rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k04wTv3l5difQNz83PSlaWPzlt58BJgN { width:47.75rem;height:19.25rem;top:12.270812988281rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC { display:block; }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row .container { width:47.75rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GQRrLlOTkN9tt2UtP8f6fp02eVvTea1n { width:47.75rem;height:4.8333334922791rem;top:0.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZ6ohgV0BRKVeLnQ6VTzLiZ4Tkrz6fXW { width:3.125rem;height:3.125rem;top:6.3958129882812rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8Zr1eP0aAyvT9JZNrzwIn9t6rnVAdsS { width:25rem;height:0;top:13.912780761719rem;left:22.28125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a7frm04FATuz1BoQ1lN31EREJJvSLSm4 { width:28.125rem;height:5.25rem;top:34.385437011719rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTbtZiwFlqKnOsdxck0Ef0KN1Tkr8pRo { width:15.625rem;height:15.625rem;top:10.747375488281rem;left:1.7083334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x663yWaOztXNeiSIqnXpV3I5TkoptoQ8 { width:15.625rem;height:15.625rem;top:29.1875rem;left:1.7083334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMD9QrEBAEW9UbaKFr0M5IATcGXCpXRT { width:28.125rem;height:8.75rem;top:14.194030761719rem;left:19.3125rem;font-size:1.125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #c1vi4GSsTyxL51xslBZm7eNVQbNHaKKa { width:25rem;height:0;top:13.912780761719rem;left:22.28125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wSCxJq2N3xqERqJ42VTwzgov6KVTDZNq { width:28.125rem;height:5.25rem;top:34.385437011719rem;left:19.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz { display:block; }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp { display:block; }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RUxKW6NHW5lKeQQeCSpZT5CsmWMofZTv { width:47.75rem;height:2.4166667461395rem;top:2.2916870117188rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQK16LrUA8J8KFI5NDpdGPGQowpm08IL { width:3.125rem;height:3.125rem;top:8.0625rem;left:22.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPIVH3b6zmToLL1JUmV0FIqTt19iMGK8 { width:47.75rem;height:3.1666667461395rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZEsLVqtTK9CJ6rk1N7wQoToITxzBTqQ { width:3.125rem;height:3.125rem;top:8.0625rem;left:21.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 { display:block; }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row .container { width:47.75rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fEcqxrgehkE7sd8u0QUc7Lgqd3Jw5Zmm { width:44.0625rem;height:24.6875rem;top:1.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz { display:block; }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row .container { width:47.75rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P5aDWLChlbc5tNWAkte92uxTEcgRSChB { width:14.0625rem;height:10rem;top:1.5625rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SlT0RRrLSrFREd3aTtFS2BuXWT9dreh5 { width:14.0625rem;height:10rem;top:12.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tr9tvgqLbTR7X7SLHNRNvmMkMXhn1a8G { width:14.0625rem;height:10rem;top:12.912841796875rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hmBsks1rFRmEGBODTLJZCnTXKsvl8SV5 { width:14.0625rem;height:10rem;top:12.9375rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmiWt577k1OUCqyybA9pmBc21nXDulbE { width:14.0625rem;height:10rem;top:1.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyUTJIfZ9p3k9zIchO8TptIXdm0T3Csr { width:14.0625rem;height:10rem;top:1.58203125rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQNZMiS9c46UK5Tbavyr2uPqsgBqbRcT { width:14.0625rem;height:10rem;top:24.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9fyk8CAHx0FUns0K48omBCD5fALTStl { width:14.0625rem;height:10rem;top:24.12109375rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvZDFpfJb1ovVpMi9mIud9KNcqJpLcpT { width:14.0625rem;height:10rem;top:24.104248046875rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv { display:block; }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u { display:block; }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row .container { width:47.75rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NTDTzyIpQLskPslJrpNdvmFUItMGNq20 { width:47.75rem;height:2.4166667461395rem;top:2.5416870117188rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNIv6PzO7PyIOZyoF6irz7Xi80qqamKz { width:3.125rem;height:3.125rem;top:5.9583435058594rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbaR763qcdwRACaMcW1qoEUpsqTiR16B { width:43.75rem;height:12.833333611488rem;top:9.1458435058594rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr { display:block; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ { display:block; }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row .container { width:47.75rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gQVCk5QazkVChX7R3b8SUgPqBtt9GGzg { width:47.75rem;height:2.4166667461395rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoWhPf4FicOS1lHUDSl2BZZyy8ZJ8cIB { width:3.125rem;height:3.125rem;top:6.29167175293rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpw2udCq6lQGOu8v6zfcWt0evduRMzw5 { width:20rem;height:56.5625rem;top:10.5rem;left:24.21875rem;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #FyaTC1luMp1TECPCMWRMdVzwXm2ySbq5 { width:18.75rem;height:11.4375rem;top:11.014343261719rem;left:24.84375rem;background-color:rgba(236,136,39,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #X4bLKqB23SIHHXeQOr58Zir3hK5e3Nxh { width:18.75rem;height:2.4166667461395rem;top:12.359375rem;left:2.9895834922791rem;font-size:1.875rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 1199px) { #qI6lsx4Z81fIl6yAd28iCe4NlOrKVJn2 { width:18.75rem;height:4.1861977577209rem;top:31.561218261719rem;left:2.9895834922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWAmAyFay0581OzRlTgVzlx5uLgIg3nS { display:block; }
 }@media only screen and (max-width: 1199px) { #LuyykvTPOxWmQJAOxqap9xMaV4WfvDPk { width:20rem;height:0;top:16.610717773438rem;left:2.3645834922791rem;font-size:1.125rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 1199px) { #cF40s2wztJR5nACwk6GnRx01rJDe4wlq { width:20rem;height:27.5625rem;top:10.529968261719rem;left:2.3645834922791rem;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100000;display:block; }
 }@media only screen and (max-width: 1199px) { #zsJgCKb039MeFKI6rV9kmkwKxgD29KfZ { width:18.75rem;height:8.75rem;top:11.18359375rem;left:2.9895834922791rem;background-color:rgba(236,136,39,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #wbKHiHT8OT8ChAfVHGJGa0cxV8SLAtNf { width:18.75rem;height:2.4166667461395rem;top:11.80859375rem;left:24.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFuWU2ahHI9DWvgqHToDf80CX8VMQStO { width:6.25rem;height:2.4166667461395rem;top:14.18359375rem;left:31.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ywqTcLwQeHJwtOkCCDJhLx8vT5wbCQTw { width:20.1875rem;height:0;top:18.307312011719rem;left:24.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wNayrMxqB1C9nEVrHMNWiwVyfwfpEBce { width:18.75rem;height:1.5rem;top:34.268249511719rem;left:25.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJ501bfIw27PTkbX60l9GhBXs92QJO8B { width:18.75rem;height:2.4166667461395rem;top:36.7578125rem;left:25.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw92Qi47TJIDXDbEURMFkSw9ARpRvaUP { width:18.75rem;height:4.1861977577209rem;top:40.247436523438rem;left:24.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdJdo4e4zVyGmzn61NwmGrDmDJQkaFnf { display:block; }
 }@media only screen and (max-width: 1199px) { #RhkqWZd8gSMBOa99JJAtEOGgOvrOqOUn { width:18.75rem;height:2.6666667461395rem;top:45.602905273438rem;left:24.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #soT3FJplggcHch9IbmbwiIwvx2BDJMhS { width:18.75rem;height:1.5rem;top:55.197937011719rem;left:24.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNvr6LOTuRk52Zuu7tl3KA0Mki9NPTZJ { width:18.75rem;height:2.4166667461395rem;top:57.427124023438rem;left:24.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2tB8J2hLXWSvUdcRqJuXGp36OEaH4Ea { width:18.75rem;height:4.1861977577209rem;top:60.677124023438rem;left:24.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L7s7bZr07hw6ReJFZWkD3Fidmp4b5aQc { display:block; }
 }@media only screen and (max-width: 1199px) { #yhJqhkfpmk1cEsXzwLWodyP2SChIm2JO { width:18.75rem;height:2.4166667461395rem;top:50.677124023438rem;left:24.84375rem;font-size:1.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #M8gfn4ABgkc3rigEOpvnUTy8xlohgTWl { width:20.1875rem;height:3rem;top:18.307312011719rem;left:24.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RbnVgoGM2VX9BxPyTp3eSvNOhSRAtVAR { width:18.75rem;height:2.6666667461395rem;top:33.748718261719rem;left:24.84375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EbJLrrJF9QSPfM6qSddniNBFR8VBd38l { width:18.75rem;height:4rem;top:20.723999023438rem;left:2.9895834922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6TOoZkk9spofTZEAgCCCkXLizLyZJaK { width:18.75rem;height:4.8333334922791rem;top:25.666687011719rem;left:2.9895834922791rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5wLd1HgD49TpQs6M3Zm6NOzOLIxWEwM { width:18.75rem;height:4.8333334922791rem;top:28.321655273438rem;left:24.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zeOTqVNW5n6lcMyBWMu56tglRm11tWhg { width:20rem;height:3rem;top:15.348999023438rem;left:2.3645834922791rem;font-size:1.125rem;z-index:100039;display:block; }
 }@media only screen and (max-width: 1199px) { #STGz4Vic1Jt9RRelrMhEuqHwTmWd0SFU { width:20.1875rem;height:4.5rem;top:16.55859375rem;left:24.125rem;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #uO44vwv146XXnOHxBJrAXSf4FmNvJQgN { width:20rem;height:0;top:16.610717773438rem;left:2.3645834922791rem;font-size:1.125rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 1199px) { #rHI6TpBoG2X7dETFbiURTcsJEkXZJeT3 { width:18.75rem;height:4rem;top:23.139343261719rem;left:24.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi { display:block; }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB { display:block; }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T21wq1qDTnqBBM3I39qpGm1O6ctqNxcU { width:47.75rem;height:2.4166667461395rem;top:2.6666870117188rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #birFSqtHcwiTqPgiGtmEdoHoHXt2Tz86 { width:3.125rem;height:3.125rem;top:9.8333740234375rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4QkS5vpqGWXGSF0P2Pss9yvDtIqngBP { width:47.75rem;height:3.1666667461395rem;top:5.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HByrnn6dvQMwaS9ytin1L5sHRkc9RJrg { width:47.75rem;height:3.1666667461395rem;top:5.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh { display:block; }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row .container { width:47.75rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EdnlIEpG3yn9OSJQF4kNmFNh510BdVCm { width:41.4375rem;height:19.5625rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PH7TN9Toi9uKzLuihiQnLX0yfouOR1QM { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gCK1IfdGoTpUba8JQAU9ewrIfHDfik49 { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VpGT00PespoGE6maT4kE5TrTyGavi2V7 { width:37.5rem;height:9.3333336114883rem;top:13.619140625rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUF4Fxse6gTFH8wBuA0k1y5kmA5ZMMoy { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lG4Mm9n6lfLeacTlNRibz9kHkT6UN9Hv { width:37.5rem;height:4.0000001192093rem;top:22.951904296875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URlX6M9PumIgJC22fMFCeegkUJSPJKFk { display:block; }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row .container { width:47.75rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hDPJhULfHXIDm5siKH8CyvU9iTtmAmTK { width:41.4375rem;height:19.125rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iaUuC0kbqSTcaVJaAS5LQDn3sOa9MVth { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #li0HpTxTaLIhthk7lEx3aG7Dv2rJVZeL { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0cdw3yKmJzq3lW0i9nzV3etUJlykP9f { width:37.5rem;height:9.3333336114883rem;top:13.619140625rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewdca42Ib7vWNXg56eJW9q7S6MpUT9z8 { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbLzIgRsSdKsL7k7NTfMig7O2xBZtl03 { width:37.5rem;height:4.0000001192093rem;top:22.951904296875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr { display:block; }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row .container { width:47.75rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lPMBTUtcJyZcNDghWBUHkfuC4AzrVP7O { width:41.375rem;height:26.0625rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hPQPgKsnhQmv9paUtfrs4KJUieRDIfFn { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Eyv6FI9Bh6im5wK0U80FQRLxicMpHEIW { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2wwBnqz58EVpfTeC36nensEimL7no4u { width:37.5rem;height:16.000000476837rem;top:13.619140625rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2kCIdmKf6otULL6NdTxk29Q9VLqdpq8 { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #naJAHosDTK5Jt7vPOMieiGhGa60x6oe4 { width:37.5rem;height:4.0000001192093rem;top:29.618530273438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq { display:block; }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RK8nnod2e5KsNpGh8hoHWUdlWhdebCLV { width:41.375rem;height:20.5625rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLyMZ3Bps5uqyUwDb4THdMxHz2AIxygR { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tazyAWp86J7UdeXBuvTF3eDkVNZeU6cJ { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmztyhif7TeuPKrEDga2x5RFR1Fdhafq { width:37.5rem;height:10.666666984558rem;top:13.619140625rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8tR1VK3L3fzzT47VlUXHzMNPlmtT3G9 { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qll0W8Sn52XAk2yeaLiRyz9ByC3P64ps { width:37.5rem;height:4.0000001192093rem;top:24.200439453125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB { display:block; }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row .container { width:47.75rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HW3Q9MPKmKW56fpiqRBii7VWtRKzyx5M { width:41.375rem;height:22.1875rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWtGJc7F1XTNZPoM2n4de98s6GTtnatq { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tmirTCX7CyJkwoqg8xwQ0hFE1y5xhIct { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRuy2ATmRTccNm0icO0kVeaTJJhOvCHB { width:37.5rem;height:12.000000357628rem;top:13.619140625rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QS9tAVIfusqqugspnJ1K3o0XFXZ6VWPI { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wiHzJZImAh2d9crXmKuMs6HFTgmZPMH6 { width:37.5rem;height:4.0000001192093rem;top:25.533813476562rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD { display:block; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AJJIa1g00hiZSGKU9QeIEkRPVycK1v20 { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTLxE70Ct8Ee3QkLfD454DIVhdazCrIV { display:block; }
 }@media only screen and (max-width: 1199px) { #TD7UEiJOKntL45JOngkrIHnOzhW4fKpo { display:block; }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR { display:block; }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XwV2ci646A1vrScZDLVawzsSVQcNvdTT { width:47.75rem;height:2.4166667461395rem;top:2.5208129882812rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRmo98ktTpfsTWQArRIWpXdFuwCsfIgM { width:3.125rem;height:3.125rem;top:5.9375rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWeHhaHQQd4JM7Alb3eHBf3S1uQqmgcK { width:18.723958969116rem;height:3.3229167461395rem;top:9.83203125rem;left:14.513021469116rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #iz5LzpCBiSs8k1DUAl3ueRomfyu1eTc2 { display:block; }
 }@media only screen and (max-width: 1199px) { #B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX { display:block; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xEuiH2QWkK3kQFkoKaSwSOS6T0rhslT5 { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #amBpKR7sv29KzEnrt0eMiO1LLpOf6ShT { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJ5EzQchrAoknJPENbhAb04xS76Vyq88 { display:block; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e5ewAJR98O2mXKS0e7drpbnXzpkw0QAz { width:45.3125rem;height:3.8333332538605rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg { display:block; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WCusXHJoumOhpBSxFd2tZwDxWEHtdIfI { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JLziCQG63MPvLeEMBSR5TN2ATlfW3zPI { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeQnl61fILsNLSCNMIga9mHzOGxlKXWX { display:block; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fLJSlgTH7ku6Iw97RSLsbVxMhs5EVuxW { width:45.3125rem;height:3.8333332538605rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd { display:block; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ni0bOMT5b1w1VOeS3K4di51iOtEKal2T { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWGwhF78WUiHdlRCAK94I2Ku8plSmiTR { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ { display:block; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FEaJVJUCVPTpOMBF4gQekaUSZytbUtqv { width:45.3125rem;height:9.5833331346512rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t8bkiTHT2Q1HPWTVt013pThi1rphdmrP { display:block; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gUApsZOpKEVxTe1XF9ehnROdm1NAZVOw { width:43.25rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VnQyc49Fat3lTRz0bwrpohID8sJZctTI { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 { display:block; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LQ3ud0o95hOmV99NWvguTWgsQsqRpc4d { width:45.3125rem;height:3.8333332538605rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH { display:block; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GDZ6MLs9pySZf8xkLpTWxKJAO1zLDZ5l { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pxXFV6at94hJDLOqRp6hJTeRz9O1fwQK { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma { display:block; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l7hLFVKyJRt8oTBkHFIQBLnOKEbPOzx3 { width:45.3125rem;height:3.8333332538605rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1qD1obPGQ9I21LcxEBDqUQxytI62JLo { display:block; }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p { display:block; }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row .container { width:47.75rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RNWKLZiZNTKpD8Xbzm9JLzWrhJt8cwti { width:47.75rem;height:4.8333334922791rem;top:2.5208129882812rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTobnwlB0uqKgSFzuvECnptbZweGFVx5 { width:3.125rem;height:3.125rem;top:8.25rem;left:22.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 { display:block; }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wsex09oZxt0LzMMgXG8qPEaCIf1XrDqy { width:47.748699188232rem;height:1.8333333730698rem;top:1.49755859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #ec8827;border-left:0.1875rem solid #ec8827;border-right:0.1875rem solid #ec8827;border-bottom:0.1875rem solid #ec8827; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V { width:20.625rem;height:8.1925rem;display:flex;top:5.39453125rem;left:13.358073234558rem;z-index:100057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #KdnxZiJoekyDA79ZFVrw1hThSScl5ExR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #nX5EG9HH78HCvdzdUlfCSJv1UiMtTnNb {  }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #gTWpaBUW9L8mxtOiZxE4QgvabO38SshI {  }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #PmFO6AAWu6RTfm5epvcwcVb6BKUiIZy3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #bQGC8ttm9BSNhsBf1IiOPXHSaS42TzgD {  }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #E8ikdKRamNoA6xvbNOy9uTMEdQuIpqbv {  }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #VhN2X8ufANtBpgnurq9HB08a02wLkTC9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #d9JT2uWV4PFK5pAVgJQRlDTNE8C7uLcf {  }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #kUCnQaGDGHTcvTu6c2Exllf54o1XuLgA {  }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #sAURZT14yQSgaKrTJHZwfPOvH4RUJuKx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #fAfbLN6brUL6tNHbub1TohGd7H5fVM9A {  }
 }@media only screen and (max-width: 1199px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #HTClo6byPWZAtKX8IClTrV603ZpTOsII {  }
 }@media only screen and (max-width: 1199px) { #iB1RHnmvZyV42zA8T9KxtZW6gk3raukc { background-color:#fbf6e5;background-image:url("https://images.assets-landingi.com/uc/451218f0-559c-4036-a464-8d7cb8b87eb2/Zdjciegwnenastronzapisu2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc.adaptive-delivery-prevent-bg, #iB1RHnmvZyV42zA8T9KxtZW6gk3raukc.lazyload, #iB1RHnmvZyV42zA8T9KxtZW6gk3raukc.lazyloading { background-image: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container { background-color: transparent; background-image: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container > .video-iframe-container { display: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row > .video-iframe-container { display: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .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); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XgVOJsCr02l9baZaLoAdOfg6EIW0nn8Z { width:4.6875rem;height:4.75rem;top:11.379167556762rem;left:9.9062501788137rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b4iT7IVpeFe1f6O7lirPntT1hpW30UoN { width:47.75rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF { display:block; }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row .container { width:47.75rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nwlEG2iMC31MI1JZDaDxP7wehh4iZm4U { width:21.75rem;height:6.5rem;top:2.5rem;left:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXFnsqWG7J8nLc8vZbqsurzuTXh8kFS6 { width:18.75rem;height:2.4166667461395rem;top:9.6458740234375rem;left:14.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llUNl3ob1EL3t3iFWXt73hTIeDAm9DZP { width:37.5rem;height:2.4166667461395rem;top:14.416687011719rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cd6kZtZXLFEVoX92c3RV0xZ2wUmdmmTw { width:47.75rem;height:2.4166667461395rem;top:19.458374023438rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB { display:block; }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row .container { width:47.75rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MtUNeV3f27FS1iwTw6ktN3hR7sdZpbKF { width:7.5rem;height:3.875rem;top:4.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL { background-color:#fbf6e5;background-image:none;display:block; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container { background-color: transparent; background-image: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container > .video-iframe-container { display: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row > .video-iframe-container { display: none; }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .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); }#L7TRoC1xGlgHEyKWQQ7XMoZW3dMc42xL > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDsqokaeGoEBNvBWWAx9vUhoDN3BHBNE { width:20rem;height:12.5rem;top:17.290365219116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT3boakGe4S1OnuOVNHN0PbXV9WIp2yI { width:3.4375rem;height:3.5625rem;top:1.1875rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PgoM6Q14Xuq0gxhDPQvODhvtVxpaRq { width:9.375rem;height:9.625rem;top:10.691673278809rem;left:8.5937501192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnthWMsP0niPLc1HEkqMI9ErONAmMMLW { width:20rem;height:2rem;top:4.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR8NdT99e6PnTyzd4aZkOPX07kpvRLeA { width:20rem;height:4.7500001192093rem;top:7.8333339691163rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oowSTHWpvSEsEUtt8mQCx5zEOqodT6Ny { top:13.875rem;left:0rem;width:20rem;height:9.5rem;z-index:100023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 { display:block; }#qhpLTs6GCGRnDtXNL6QclPbJAn6DT6A8 > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Evn3fCkyePSmXrC5GRcgoJzNRMpAncFg { width:20rem;height:6.3333334922791rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLLeRZTqZgSbNlX7r82IHlWTSSv7vt7Q { width:20rem;height:0;top:13.104166984558rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQogOb4ELikhlA1f6NmC2V7NeoLhkSDE { width:2.1875rem;height:2.1875rem;top:16.750011444092rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymiqPJzEMcQRxJTyTrSa0bgTDxyImKly { width:20rem;height:6.6666668653488rem;top:8.60417175293rem;left:0rem;font-size:1.0625rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 { background-color:#fbf6e5;background-image:none;display:block; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container { background-color: transparent; background-image: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container > .video-iframe-container { display: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row > .video-iframe-container { display: none; }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .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); }#hs37Exv1uH4zRs3o6yfiTRDg6rUn6xI1 > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpGq3Gy4AW20DddaKBidFDhFk20sEuHz { height:10.5rem;width:18.75rem;top:1.5104179382324rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ { display:block; }#twRyUCHzbe9VI4k9kF0BcUX90Z7TJ0KZ > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q92zTq0oJPdUcddNcvwuZ0kJBPRiM8TC { width:20rem;height:1.8333333730698rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89Q9TWco3WSi20XuZxG4KVPKEStHf40 { width:2.1875rem;height:2.1875rem;top:4.1236991882324rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgwfkFQihSZ5DmmXOT9w4hE1B4OTOatL { width:20rem;height:7.9166668653488rem;top:5.20703125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4s2ZLEkLRTPTiv7oL6NTCaZQ4CIKPr { width:2.1875rem;height:2.1875rem;top:26.540367126465rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTU28lUhzRu3RdchXV3R3SkmbxB4qTyM { width:20rem;height:7.9166668653488rem;top:16.26042175293rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWR5rNkdBgIG0RENAdaqI7Dc9yTNxx5p { width:2.1875rem;height:2.1875rem;top:15.28125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyBcBrnnVgaulTRfkXNuSNK9gUmAgyMN { width:20rem;height:7.9166668653488rem;top:27.64453125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt { display:block; }#qBlQd4PSAoHwf98PpoBZ4WmVthQAcTbt > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCy8tp1TXRwhklaCFOkmamx4HU7TTOse { width:20rem;height:3.1666667461395rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTintkQmZkEywNOI01J5TbO3DkPaNJc { background-color:#fbf6e5;background-image:none;display:block; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container { background-color: transparent; background-image: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container > .video-iframe-container { display: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row > .video-iframe-container { display: none; }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .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); }#erTintkQmZkEywNOI01J5TbO3DkPaNJc > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1emcm3QQA3N4FWL6dZ2De3UfJWtO7l1 { height:10.5rem;width:18.75rem;top:1.5104179382324rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I { display:block; }#xnEz0ACN8hmNtlUL9T2cSM9q9bmKXb7I > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3Gfqu3L8GJ1FfU0Le9xGh2mDStB17cb { width:20rem;height:1.5833333730698rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMlZDDyuW0PHnIwXQTqqtLN91PnNb7VM { width:18.125rem;height:17.333333849907rem;top:6.125rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV62zvMA77XcTtPBgHPTdo1ohgMmxn52 { width:2.1875rem;height:2.1875rem;top:3.9583358764649rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG866L0vVXCQWu7LuWVNpIPSQ1OrP70F { width:20rem;height:1.3333333730698rem;top:24.708333969116rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container { background-color: transparent; background-image: none; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container > .video-iframe-container { display: none; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row > .video-iframe-container { display: none; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .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); }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container { border-width: 0; border-radius: 0; }#cpqVtaZUyIKWlH9sDtRtEixZOf6J2l14 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe19NpX9MT7yq3mHKetLFBhEbROZ8MxH { width:19rem;height:3.375rem;top:1.2395858764649rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZhUfGRm7onfit6fkkXwdXDGpxUO6qnO { display:block; }
 }@media only screen and (max-width: 763px) { #CrlEpTurDynsMtWhEyeAFk2piQggWzmC { display:block; }#CrlEpTurDynsMtWhEyeAFk2piQggWzmC > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPN823dyo1SSTBsPBfQRchl9JvolDEPc { display:block; }#tPN823dyo1SSTBsPBfQRchl9JvolDEPc > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8hwK7HVAK2llGZFr8RVX2oBm7ZQ05Rq { width:20rem;height:1.8333333730698rem;top:1.2265625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhZuRzKcMUwxQFH0xxgCu7Tg0PLbSMBk { width:2.1875rem;height:2.1875rem;top:4.01953125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APzp3VMP7BvwtE7e0vgBnHDEQWm4HltL { width:18.75rem;height:0;top:6.20703125rem;left:0.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehV8Oq1WqS8aRTTShZx8s6aTa2MFnE91 { width:18.75rem;height:85.333335876465rem;top:6.20703125rem;left:0.625rem;font-size:1.0625rem;z-index:100004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN5C4DHnCNmfAATxTelvGDVvgIspVGZy { display:block; }#WN5C4DHnCNmfAATxTelvGDVvgIspVGZy > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rpz5X9fnKLGWTm5wUnPET9VJgF3ILe7K { width:18.125rem;height:0;top:4.26953125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKHgFXykNqTiocXWZPCvl7IXNFmzxSQg { width:20rem;height:1.8333333730698rem;top:2.4583282470703rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz1EwxxqJMzvngfm4XWceRf7xfO0qw7E { width:18.75rem;height:23.4375rem;top:66.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmh7aboOBq33AOh0qxW9FpgeyrmctU4P { width:18.125rem;height:4.7500001192093rem;top:91.208343505863rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTD43n3aWkoACXqKmxIESnAtTZoQZ9Mf { width:18.125rem;height:60.166668176651rem;top:4.2487030029297rem;left:0.90625rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 { display:block; }#dMkByzSXMTgOT5ZM9kyzILLe1atNiaE1 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr7ThxELBvAk3iTGzanwxSTJOMXpTzLu { width:20rem;height:1.8333333730698rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU { background-color:#faf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { background-color: transparent; background-image: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container > .video-iframe-container { display: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row > .video-iframe-container { display: none; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .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); }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { border-width: 0; border-radius: 0; }#B9cp5PnaBJkW7dFobATiIFJUqJSIPQaU > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld72k3FWM64R6NDmTOoVu2h5tJT8GTd1 { width:12.5rem;height:20.1875rem;top:1.14453125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G84l8gQy9v8lTXPH3C8pBeuoQVuia8og { width:12.5rem;height:20.1875rem;top:43.998718261719rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6zswQ6G1b45Hg6GO0CqFtdoQTSiZ0eR { width:12.5rem;height:20.1875rem;top:22.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG { background-color:#faf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { background-color: transparent; background-image: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container > .video-iframe-container { display: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row > .video-iframe-container { display: none; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .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); }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { border-width: 0; border-radius: 0; }#LKyi1TT7T88g4oZGZLbs6gK5vPDdidbG > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQAQK1Mxmmi48OUKPnqSsduACX4BkPQ6 { width:12.5rem;height:20.1875rem;top:1.8737182617188rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF32EHRRrU5cltpbknbzkL3o0am4Fs7O { width:12.5rem;height:20.1875rem;top:45.01953125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbvRcooUeCBeQyDaPipUF4Vx2ShxXsLz { width:12.5rem;height:20.1875rem;top:23.477874755859rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfssfEIsughGRibT4encXswDV8KXuSV0 { width:19rem;height:3.375rem;top:67.602844238281rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxkeavtqRtGk8UkzsLBWARlep9O2X9aT { display:block; }
 }@media only screen and (max-width: 763px) { #qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux { display:block; }#qcxT4xVMDCS7RZm5bL7Hz8CbzCCdUEux > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpZ3duHJWGVWlfNTN2ubXUSFJb0TRweb { width:20rem;height:1.8333333730698rem;top:1.4765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeL9wWlupyDqH11NJzvT9zJtQ1d9hndo { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg { display:block; }#B7gZ8Brk8A3vQRJvNEh1EPlIa38Z5Tmg > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTQ6kAXTSSoSJqU8qlAI1PsuHZk8tLds { width:20rem;height:28.2rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSxFXnlpKVs25MTvo5Vpt4ve6GPmbH9 { width:20rem;height:28.270676691729rem;top:30.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoaAM0BdkbQdWb7H8qGoyomTla3uqidb { width:20rem;height:28.2rem;top:60.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy { display:block; }#nbhBWTqxpF0KrsotbVBZ67TTxXUexJfy > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzN5sxPp6RCks0Su8EqthTqa8epLwWMT { display:block; }#dzN5sxPp6RCks0Su8EqthTqa8epLwWMT > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnDhulhpMvSTlATLnpWgW8nTnzpIWtnu { width:20rem;height:1.8333333730698rem;top:1.5390625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNzb9PG3GmLLSAzsflsEkxFA8gtZRps3 { width:2.1875rem;height:2.1875rem;top:4.14453125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiW5J5UWicZiSwBVMeAQryw6TxA1n9Qq { width:18.75rem;height:40.000000834465rem;top:6.3112182617188rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p { display:block; }#JLAdKuE5kexc6cG3SLFtQJ8O2BIsnv6p > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZX8Pzyc9e1I3uThUadbSFaufHPKPKNR { width:20rem;height:1.8333333730698rem;top:1.5390625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpl4881a6wxUZV7Bkx8yW8e7dgoc1HSl { width:2.1875rem;height:2.1875rem;top:4.14453125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLDRfLoa2D4mPzSgEm2QSlmPzh3wnkom { width:18.75rem;height:21.333333969116rem;top:17.95703125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ORopaONUmsgb7ZMgXzJ0PQTb18FkLl { width:20rem;height:1.5833333730698rem;top:40.58203125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1UM90mNqRmEBZcmo2nC7q0DJTD3pWzn { width:18.75rem;height:10.0625rem;top:7.3528747558594rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container { background-color: transparent; background-image: none; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container > .video-iframe-container { display: none; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row > .video-iframe-container { display: none; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .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); }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container { border-width: 0; border-radius: 0; }#DbbrXnya6f3GaJ53KGCbTMT85uU3vL5b > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yskaJBxvnrK9otUfBO2hzHkKENAM14Fq { width:19rem;height:3.375rem;top:1.2395935058594rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMuQAuZBRFpZybQ1xHGMcc1kCdKxfNoJ { display:block; }
 }@media only screen and (max-width: 763px) { #zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 { display:block; }#zOxapkN6DHrWSItl6BaqMxTdcUhKtmm3 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgAyQ1p0qFV9CkGkKiTfNQ2IAS3WVI7X { width:20rem;height:0;top:1.7265625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtMmoUrEh1y77J4N1JEkn974xs44nCU1 { width:2.1875rem;height:2.1875rem;top:4.70703125rem;left:8.90625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSVMFKQXDkxoXVpinNstXAwK3WD5utt9 { width:18.75rem;height:0;top:13.33203125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9ITNfwwNO5OOQW5RQgwV42A0VlKTKAI { width:6.9375rem;height:0;top:4.4166870117188rem;left:10.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwuqHhz42tB07axVMtccF2nH147g6uyR { width:6.9375rem;height:3.6666667461395rem;top:5.8125rem;left:10.25rem;font-size:1.375rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #EkEyD3ADIIE3w36xXi4TE2IUb9kbkwDA { width:2.1875rem;height:2.1875rem;top:3rem;left:12.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ZdtNwuUXXG0BckrDniK2QyAtOVogV3 { width:20rem;height:auto;top:22.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVACWNR4oim2TBdLPKcH6TXZq2HMmkbV { width:20rem;height:auto;top:16.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9y45rK5TLfdUd5O45knpQUsmwCt2b9k { width:20rem;height:auto;top:27.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #flls78L2wm7GC6U1sJzHeH1uqxnmyakf { width:20rem;height:auto;top:31.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c { background-color:rgba(251,246,229,0.8);background-image:none;display:block; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row .container { background-color: transparent; background-image: none; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row .container > .video-iframe-container { display: none; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row > .video-iframe-container { display: none; }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .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); }#FlEaonlzcUBdeUTDmoCxhb9TTrK3mm0c > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQmcw0487BL32Og5VXJRCU63D4bi0b8T { width:18.75rem;height:9.5000002384186rem;top:0.0625rem;left:0.625rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP { display:block; }#EElAQVmCgoFU2ak0QEaZov9mpJZQsBiP > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khuv1cOHPicBhH4Fzed6oAmOL3CgJLHG { width:15.625rem;height:15.4375rem;top:0.0625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPUkFgt9STUeUloQGAAa9CvmLmkG8ZiR { width:18.125rem;height:0;top:20.95182800293rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L21GqIDcMvMVkkalhT8q6qI11nQe93D5 { width:20rem;height:1.5833333730698rem;top:16.34765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEOm7uNRiFktWCxoTLNpZelsPKLMo58t { width:18.125rem;height:34.833333611488rem;top:18.979187011719rem;left:0.90625rem;font-size:1.0625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG { display:block; }#WbSaAfwtTcvKAaHc6WnBJNR0GwFIFQxG > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAThvCeAMrG9ZJNWKJrpX5e9ZQk3gtvJ { width:20rem;height:1.8333333730698rem;top:1.4765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcIbtNB5Os3zcDN25to7kwiURhddz18A { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9zrSUUvzzWurHiZS6g6nKw9i75N9gNo { width:18.75rem;height:4.5rem;top:6.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAcPc60pcFxPZ9dstuWQpzTkdulrmo4c { width:20rem;height:0;top:12.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k04wTv3l5difQNz83PSlaWPzlt58BJgN { width:18.75rem;height:31.666667461395rem;top:12.125rem;left:0.90625rem;font-size:1.0625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC { display:block; }#VrrV0wTS1vaqWoGVEkJKX8033OpAmfAC > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQRrLlOTkN9tt2UtP8f6fp02eVvTea1n { width:20rem;height:3.6666667461395rem;top:1.4765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ6ohgV0BRKVeLnQ6VTzLiZ4Tkrz6fXW { width:2.1875rem;height:2.1875rem;top:6.1458740234375rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Zr1eP0aAyvT9JZNrzwIn9t6rnVAdsS { width:18.125rem;height:0;top:9.9375rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7frm04FATuz1BoQ1lN31EREJJvSLSm4 { width:18.125rem;height:0;top:38.3125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTbtZiwFlqKnOsdxck0Ef0KN1Tkr8pRo { width:12.5rem;height:12.5rem;top:22.395812988281rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x663yWaOztXNeiSIqnXpV3I5TkoptoQ8 { width:12.5rem;height:12.5rem;top:46.395874023438rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMD9QrEBAEW9UbaKFr0M5IATcGXCpXRT { width:20rem;height:auto;top:14.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1vi4GSsTyxL51xslBZm7eNVQbNHaKKa { width:18.125rem;height:11.083333611488rem;top:10rem;left:0.90625rem;font-size:1.0625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #wSCxJq2N3xqERqJ42VTwzgov6KVTDZNq { width:18.125rem;height:6.3333334922791rem;top:38.8125rem;left:0.90625rem;font-size:1.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz { display:block; }#EVDw4hEBbkvC6sedUnyfXi6zqVhMq1uz > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp { display:block; }#WFJv1fNaxT8cPAFIG7Fq4RJncCFiEybp > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUxKW6NHW5lKeQQeCSpZT5CsmWMofZTv { width:20rem;height:1.8333333730698rem;top:1.4765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQK16LrUA8J8KFI5NDpdGPGQowpm08IL { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPIVH3b6zmToLL1JUmV0FIqTt19iMGK8 { width:18.75rem;height:4.5rem;top:6.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZEsLVqtTK9CJ6rk1N7wQoToITxzBTqQ { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:9.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 { display:block; }#TZCI6f0L8oToIBuWlrb1sPuteDEww8y3 > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEcqxrgehkE7sd8u0QUc7Lgqd3Jw5Zmm { height:10.5rem;width:18.75rem;top:1.59375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz { display:block; }#lHPsZ59oegFoh4LXLTpFyq4KQvlNMGcz > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5aDWLChlbc5tNWAkte92uxTEcgRSChB { width:18.75rem;height:13.3125rem;top:28.967468261719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlT0RRrLSrFREd3aTtFS2BuXWT9dreh5 { width:18.75rem;height:13.3125rem;top:42.947906494141rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9tvgqLbTR7X7SLHNRNvmMkMXhn1a8G { width:18.75rem;height:13.3125rem;top:56.99609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmBsks1rFRmEGBODTLJZCnTXKsvl8SV5 { width:18.75rem;height:13.3125rem;top:70.936218261719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmiWt577k1OUCqyybA9pmBc21nXDulbE { width:18.75rem;height:13.3125rem;top:1.0195617675781rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyUTJIfZ9p3k9zIchO8TptIXdm0T3Csr { width:18.75rem;height:13.3125rem;top:14.947937011719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQNZMiS9c46UK5Tbavyr2uPqsgBqbRcT { width:18.75rem;height:13.25rem;top:84.893249511719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9fyk8CAHx0FUns0K48omBCD5fALTStl { width:18.75rem;height:12.8125rem;top:98.84375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvZDFpfJb1ovVpMi9mIud9KNcqJpLcpT { width:18.75rem;height:13.25rem;top:112.42321777344rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv { display:block; }#OrsQVkFwOTV8Cv0XJDA7uowCflhu35lv > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u { display:block; }#MP40ttVEuuXCZPEfOTTgwWbx3oQRUM8u > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTDTzyIpQLskPslJrpNdvmFUItMGNq20 { width:20rem;height:1.8333333730698rem;top:1.7265625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNIv6PzO7PyIOZyoF6irz7Xi80qqamKz { width:2.1875rem;height:2.1875rem;top:4.70703125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaR763qcdwRACaMcW1qoEUpsqTiR16B { width:18.75rem;height:19.000000476837rem;top:6.3112182617188rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr { background-color:rgba(251,246,229,0.8);background-image:url("https://images.assets-landingi.com/uc/43ec9589-9d12-4686-90fe-140c6438c943/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr.adaptive-delivery-prevent-bg, #IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr.lazyload, #IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr.lazyloading { background-image: none; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container { background-color: transparent; background-image: none; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container > .video-iframe-container { display: none; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row > .video-iframe-container { display: none; }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .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); }#IvWOFlyy7CKoBdyB8dkXHxCz1LBrZ0Vr > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ { display:block; }#iu4mubIZwwbS3srFBQ7Hy123qDENKEaZ > .row .container { width:20rem;height:92.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQVCk5QazkVChX7R3b8SUgPqBtt9GGzg { width:20rem;height:1.8333333730698rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoWhPf4FicOS1lHUDSl2BZZyy8ZJ8cIB { width:2.1875rem;height:2.1875rem;top:4.01953125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpw2udCq6lQGOu8v6zfcWt0evduRMzw5 { width:19.375rem;height:25.25rem;top:6.20703125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyaTC1luMp1TECPCMWRMdVzwXm2ySbq5 { width:17.5rem;height:8.5rem;top:7.1029052734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4bLKqB23SIHHXeQOr58Zir3hK5e3Nxh { width:20rem;height:2rem;top:8.27734375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI6lsx4Z81fIl6yAd28iCe4NlOrKVJn2 { width:17.5rem;height:4.25rem;top:26.165405273438rem;left:1.25rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWAmAyFay0581OzRlTgVzlx5uLgIg3nS { display:block; }
 }@media only screen and (max-width: 763px) { #LuyykvTPOxWmQJAOxqap9xMaV4WfvDPk { width:20rem;height:0;top:13.80859375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cF40s2wztJR5nACwk6GnRx01rJDe4wlq { width:19.375rem;height:57.25rem;top:33.5625rem;left:0.3125rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #zsJgCKb039MeFKI6rV9kmkwKxgD29KfZ { width:17.5rem;height:14.1875rem;top:34.25rem;left:1.25rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #wbKHiHT8OT8ChAfVHGJGa0cxV8SLAtNf { width:20rem;height:2rem;top:35.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFuWU2ahHI9DWvgqHToDf80CX8VMQStO { width:20rem;height:2.4166667461395rem;top:38.1875rem;left:0rem;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ywqTcLwQeHJwtOkCCDJhLx8vT5wbCQTw { width:18.125rem;height:0;top:43.97265625rem;left:0.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNayrMxqB1C9nEVrHMNWiwVyfwfpEBce { width:20rem;height:1.5rem;top:59.614624023438rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ501bfIw27PTkbX60l9GhBXs92QJO8B { width:20rem;height:2rem;top:62.196655273438rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw92Qi47TJIDXDbEURMFkSw9ARpRvaUP { width:17.5rem;height:4.25rem;top:65.020874023438rem;left:1.25rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdJdo4e4zVyGmzn61NwmGrDmDJQkaFnf { display:block; }
 }@media only screen and (max-width: 763px) { #RhkqWZd8gSMBOa99JJAtEOGgOvrOqOUn { width:20rem;height:0;top:62.43359375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #soT3FJplggcHch9IbmbwiIwvx2BDJMhS { width:20rem;height:1.5rem;top:79.687561035156rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNvr6LOTuRk52Zuu7tl3KA0Mki9NPTZJ { width:20rem;height:2rem;top:82.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2tB8J2hLXWSvUdcRqJuXGp36OEaH4Ea { width:17.5rem;height:4.25rem;top:85.375rem;left:1.25rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7s7bZr07hw6ReJFZWkD3Fidmp4b5aQc { display:block; }
 }@media only screen and (max-width: 763px) { #yhJqhkfpmk1cEsXzwLWodyP2SChIm2JO { width:20rem;height:2rem;top:75.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8gfn4ABgkc3rigEOpvnUTy8xlohgTWl { width:18.125rem;height:6rem;top:41.33203125rem;left:0.90625rem;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #RbnVgoGM2VX9BxPyTp3eSvNOhSRAtVAR { width:20rem;height:2.6666667461395rem;top:70.166687011719rem;left:0rem;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #EbJLrrJF9QSPfM6qSddniNBFR8VBd38l { width:20rem;height:3.1666667461395rem;top:16.291687011719rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6TOoZkk9spofTZEAgCCCkXLizLyZJaK { width:20rem;height:4rem;top:20.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5wLd1HgD49TpQs6M3Zm6NOzOLIxWEwM { width:20rem;height:4rem;top:53.723937988281rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOTqVNW5n6lcMyBWMu56tglRm11tWhg { width:20rem;height:auto;top:15.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #STGz4Vic1Jt9RRelrMhEuqHwTmWd0SFU { width:20rem;height:auto;top:18.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uO44vwv146XXnOHxBJrAXSf4FmNvJQgN { width:20rem;height:2.6666667461395rem;top:11.18359375rem;left:0rem;font-size:1.0625rem;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #rHI6TpBoG2X7dETFbiURTcsJEkXZJeT3 { width:20rem;height:3.1666667461395rem;top:49.561218261719rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi { display:block; }#n1GnkSn84N7krR9EGXHmSOuUxHPov4Zi > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB { display:block; }#v7DeOF5dg8sQ36FrtuI2TrBbfPb47HpB > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T21wq1qDTnqBBM3I39qpGm1O6ctqNxcU { width:20rem;height:1.8333333730698rem;top:1.2265625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #birFSqtHcwiTqPgiGtmEdoHoHXt2Tz86 { width:2.1875rem;height:2.1875rem;top:8.3529052734375rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4QkS5vpqGWXGSF0P2Pss9yvDtIqngBP { width:18.75rem;height:0;top:3.89453125rem;left:0.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HByrnn6dvQMwaS9ytin1L5sHRkc9RJrg { width:18.75rem;height:4.5rem;top:3.89453125rem;left:0.625rem;font-size:1.125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh { display:block; }#JcSRy4l4vTTuKAh0bTsLaZGOCeJQH1Bh > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdnlIEpG3yn9OSJQF4kNmFNh510BdVCm { width:19.4375rem;height:26.875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH7TN9Toi9uKzLuihiQnLX0yfouOR1QM { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCK1IfdGoTpUba8JQAU9ewrIfHDfik49 { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #VpGT00PespoGE6maT4kE5TrTyGavi2V7 { width:18.125rem;height:13.333333730698rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUF4Fxse6gTFH8wBuA0k1y5kmA5ZMMoy { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG4Mm9n6lfLeacTlNRibz9kHkT6UN9Hv { width:18.125rem;height:5.3333334922791rem;top:26.80859375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URlX6M9PumIgJC22fMFCeegkUJSPJKFk { display:block; }#URlX6M9PumIgJC22fMFCeegkUJSPJKFk > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDPJhULfHXIDm5siKH8CyvU9iTtmAmTK { width:19.4375rem;height:26.4375rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaUuC0kbqSTcaVJaAS5LQDn3sOa9MVth { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #li0HpTxTaLIhthk7lEx3aG7Dv2rJVZeL { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #T0cdw3yKmJzq3lW0i9nzV3etUJlykP9f { width:18.125rem;height:14.666667103767rem;top:13.537719726562rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewdca42Ib7vWNXg56eJW9q7S6MpUT9z8 { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbLzIgRsSdKsL7k7NTfMig7O2xBZtl03 { width:18.125rem;height:4.0000001192093rem;top:28.161499023438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr { display:block; }#K2CppSD6uUSOGCSRpItzH5hS7xLOE6dr > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPMBTUtcJyZcNDghWBUHkfuC4AzrVP7O { width:19.375rem;height:39.25rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPQPgKsnhQmv9paUtfrs4KJUieRDIfFn { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eyv6FI9Bh6im5wK0U80FQRLxicMpHEIW { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #K2wwBnqz58EVpfTeC36nensEimL7no4u { width:18.125rem;height:26.666667461395rem;top:13.371215820312rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2kCIdmKf6otULL6NdTxk29Q9VLqdpq8 { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naJAHosDTK5Jt7vPOMieiGhGa60x6oe4 { width:18.125rem;height:5.3333334922791rem;top:39.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq { display:block; }#Qkt84KKsWBkTioEMnRs1t7cTdBFa6kdq > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RK8nnod2e5KsNpGh8hoHWUdlWhdebCLV { width:19.4375rem;height:27.5625rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLyMZ3Bps5uqyUwDb4THdMxHz2AIxygR { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tazyAWp86J7UdeXBuvTF3eDkVNZeU6cJ { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #wmztyhif7TeuPKrEDga2x5RFR1Fdhafq { width:18.125rem;height:16.000000476837rem;top:13.391845703125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8tR1VK3L3fzzT47VlUXHzMNPlmtT3G9 { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qll0W8Sn52XAk2yeaLiRyz9ByC3P64ps { width:18.125rem;height:4.0000001192093rem;top:29.348999023438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB { display:block; }#Om8xhIWBqzMf8hP5yeW6LIt8T7oFxUVB > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HW3Q9MPKmKW56fpiqRBii7VWtRKzyx5M { width:19.4375rem;height:31.5625rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWtGJc7F1XTNZPoM2n4de98s6GTtnatq { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmirTCX7CyJkwoqg8xwQ0hFE1y5xhIct { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #oRuy2ATmRTccNm0icO0kVeaTJJhOvCHB { width:18.125rem;height:18.666667222977rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS9tAVIfusqqugspnJ1K3o0XFXZ6VWPI { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiHzJZImAh2d9crXmKuMs6HFTgmZPMH6 { width:18.125rem;height:5.3333334922791rem;top:32.141967773438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD { background-color:#fbf6e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container { background-color: transparent; background-image: none; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container > .video-iframe-container { display: none; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row > .video-iframe-container { display: none; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .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); }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container { border-width: 0; border-radius: 0; }#O6NA1rWiZpEGKPELuaiPmSQ7W7RMAOFD > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJJIa1g00hiZSGKU9QeIEkRPVycK1v20 { width:19rem;height:3.375rem;top:1.2604370117188rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTLxE70Ct8Ee3QkLfD454DIVhdazCrIV { display:block; }
 }@media only screen and (max-width: 763px) { #TD7UEiJOKntL45JOngkrIHnOzhW4fKpo { display:block; }#TD7UEiJOKntL45JOngkrIHnOzhW4fKpo > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR { display:block; }#BS7ktJmF7MmITPWkAgylGNTrn3zP1eqR > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwV2ci646A1vrScZDLVawzsSVQcNvdTT { width:20rem;height:1.8333333730698rem;top:1.4140625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRmo98ktTpfsTWQArRIWpXdFuwCsfIgM { width:2.1875rem;height:2.1875rem;top:4.33203125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeHhaHQQd4JM7Alb3eHBf3S1uQqmgcK { width:19rem;height:3.3125rem;top:7.6237182617188rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz5LzpCBiSs8k1DUAl3ueRomfyu1eTc2 { display:block; }
 }@media only screen and (max-width: 763px) { #B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container { background-color: transparent; background-image: none; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container > .video-iframe-container { display: none; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row > .video-iframe-container { display: none; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .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); }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container { border-width: 0; border-radius: 0; }#B8RpzVUNLVw2a5f5pKt3qoVE845PbQZX > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEuiH2QWkK3kQFkoKaSwSOS6T0rhslT5 { width:20rem;height:3.8333332538605rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amBpKR7sv29KzEnrt0eMiO1LLpOf6ShT { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ5EzQchrAoknJPENbhAb04xS76Vyq88 { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container { background-color: transparent; background-image: none; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container > .video-iframe-container { display: none; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row > .video-iframe-container { display: none; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .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); }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container { border-width: 0; border-radius: 0; }#cJ5EzQchrAoknJPENbhAb04xS76Vyq88 > .row .container { width:20rem;height:5.0833332538605rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5ewAJR98O2mXKS0e7drpbnXzpkw0QAz { width:20rem;height:3.8333332538605rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container { background-color: transparent; background-image: none; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container > .video-iframe-container { display: none; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row > .video-iframe-container { display: none; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .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); }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container { border-width: 0; border-radius: 0; }#yPeeoUwP9PQTGpV9VC3LS0FZ19mwvnqg > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCusXHJoumOhpBSxFd2tZwDxWEHtdIfI { width:20rem;height:3.8333332538605rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLziCQG63MPvLeEMBSR5TN2ATlfW3zPI { width:20rem;height:4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeQnl61fILsNLSCNMIga9mHzOGxlKXWX { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container { background-color: transparent; background-image: none; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container > .video-iframe-container { display: none; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row > .video-iframe-container { display: none; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .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); }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container { border-width: 0; border-radius: 0; }#EeQnl61fILsNLSCNMIga9mHzOGxlKXWX > .row .container { width:20rem;height:5.0833332538605rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLJSlgTH7ku6Iw97RSLsbVxMhs5EVuxW { width:20rem;height:3.8333332538605rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container { background-color: transparent; background-image: none; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container > .video-iframe-container { display: none; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row > .video-iframe-container { display: none; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .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); }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container { border-width: 0; border-radius: 0; }#XXcC6PNWAX5f43ANM8mBuv7E6NTSeExd > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ni0bOMT5b1w1VOeS3K4di51iOtEKal2T { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGwhF78WUiHdlRCAK94I2Ku8plSmiTR { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container { background-color: transparent; background-image: none; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container > .video-iframe-container { display: none; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row > .video-iframe-container { display: none; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .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); }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container { border-width: 0; border-radius: 0; }#yRvICQEhpyfstS2Jz3VzIZgoQhKza5XJ > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEaJVJUCVPTpOMBF4gQekaUSZytbUtqv { width:20rem;height:17.249999880791rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8bkiTHT2Q1HPWTVt013pThi1rphdmrP { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container { background-color: transparent; background-image: none; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container > .video-iframe-container { display: none; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row > .video-iframe-container { display: none; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .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); }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container { border-width: 0; border-radius: 0; }#t8bkiTHT2Q1HPWTVt013pThi1rphdmrP > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUApsZOpKEVxTe1XF9ehnROdm1NAZVOw { width:20rem;height:3.8333332538605rem;top:1.4166259765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnQyc49Fat3lTRz0bwrpohID8sJZctTI { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container { background-color: transparent; background-image: none; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container > .video-iframe-container { display: none; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row > .video-iframe-container { display: none; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .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); }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container { border-width: 0; border-radius: 0; }#TcPOxzDT7n8w3ZyXqWGTA2Mh3hK6osI8 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ3ud0o95hOmV99NWvguTWgsQsqRpc4d { width:20rem;height:5.7499998807907rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container { background-color: transparent; background-image: none; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container > .video-iframe-container { display: none; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row > .video-iframe-container { display: none; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .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); }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container { border-width: 0; border-radius: 0; }#uTWCcZ0Cf7yEUA20gGgZUOlfmJIfvdhH > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDZ6MLs9pySZf8xkLpTWxKJAO1zLDZ5l { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxXFV6at94hJDLOqRp6hJTeRz9O1fwQK { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma { background-color:rgba(251,246,229,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container { background-color: transparent; background-image: none; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container > .video-iframe-container { display: none; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row > .video-iframe-container { display: none; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .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); }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container { border-width: 0; border-radius: 0; }#xQ7kW1qWMnohUBRbGvNGQIrTqBW32kma > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7hLFVKyJRt8oTBkHFIQBLnOKEbPOzx3 { width:20rem;height:5.7499998807907rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1qD1obPGQ9I21LcxEBDqUQxytI62JLo { display:block; }#M1qD1obPGQ9I21LcxEBDqUQxytI62JLo > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p { display:block; }#OlKH45IDRKh3yiyUwUgvWRiTdEyRO13p > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNWKLZiZNTKpD8Xbzm9JLzWrhJt8cwti { width:20rem;height:3.6666667461395rem;top:1.2265625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTobnwlB0uqKgSFzuvECnptbZweGFVx5 { width:2.1875rem;height:2.1875rem;top:6.14453125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 { display:block; }#x6S2wThK5TDvd36TGHcW91Zl01UGAbc5 > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wsex09oZxt0LzMMgXG8qPEaCIf1XrDqy { width:20rem;height:1.8333333730698rem;top:1.009033203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #ec8827;border-left:0.1875rem solid #ec8827;border-right:0.1875rem solid #ec8827;border-bottom:0.1875rem solid #ec8827; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V { width:14.625rem;height:5.4375rem;display:flex;top:5rem;left:2.2643229961395rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #KdnxZiJoekyDA79ZFVrw1hThSScl5ExR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #nX5EG9HH78HCvdzdUlfCSJv1UiMtTnNb {  }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #gTWpaBUW9L8mxtOiZxE4QgvabO38SshI {  }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #PmFO6AAWu6RTfm5epvcwcVb6BKUiIZy3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #bQGC8ttm9BSNhsBf1IiOPXHSaS42TzgD {  }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #E8ikdKRamNoA6xvbNOy9uTMEdQuIpqbv {  }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #VhN2X8ufANtBpgnurq9HB08a02wLkTC9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #d9JT2uWV4PFK5pAVgJQRlDTNE8C7uLcf {  }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #kUCnQaGDGHTcvTu6c2Exllf54o1XuLgA {  }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #sAURZT14yQSgaKrTJHZwfPOvH4RUJuKx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #fAfbLN6brUL6tNHbub1TohGd7H5fVM9A {  }
 }@media only screen and (max-width: 763px) { #xyMAxICOMVlKHT7cm9MlLrifJ18mKJ4V #HTClo6byPWZAtKX8IClTrV603ZpTOsII {  }
 }@media only screen and (max-width: 763px) { #iB1RHnmvZyV42zA8T9KxtZW6gk3raukc { background-color:#fbf6e5;background-image:none;display:block; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container { background-color: transparent; background-image: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container > .video-iframe-container { display: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row > .video-iframe-container { display: none; }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .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); }#iB1RHnmvZyV42zA8T9KxtZW6gk3raukc > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgVOJsCr02l9baZaLoAdOfg6EIW0nn8Z { width:9.375rem;height:9.625rem;top:10.691673278809rem;left:8.5937501192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4iT7IVpeFe1f6O7lirPntT1hpW30UoN { top:0.8125rem;left:0rem;width:20rem;height:10rem;z-index:100023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF { display:block; }#Gwdd28Zv80NeqIXi062eDX0yTQ7D65XF > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwlEG2iMC31MI1JZDaDxP7wehh4iZm4U { width:20rem;height:2rem;top:1.7708129882812rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFnsqWG7J8nLc8vZbqsurzuTXh8kFS6 { width:20rem;height:1.5833333730698rem;top:3.7487182617188rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llUNl3ob1EL3t3iFWXt73hTIeDAm9DZP { width:20rem;height:1.5833333730698rem;top:6.62109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6kZtZXLFEVoX92c3RV0xZ2wUmdmmTw { width:20rem;height:1.8333333730698rem;top:8.9987182617188rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB { display:block; }#Zt6nTAwZuMMDKu9V9A6z3SZBsw5DUaNB > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtUNeV3f27FS1iwTw6ktN3hR7sdZpbKF { width:5.625rem;height:2.875rem;top:2.625rem;left:7.15625rem;display:block; }
 }