.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row .container { background-color: transparent; background-image: none; }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row .container > .video-iframe-container { display: none; }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row > .video-iframe-container { display: none; }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .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); }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row .container { border-width: 0; border-radius: 0; }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#bFzv0HOd22qEP2M3DAfkAZr1oN3CIbdD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.875rem;width:2.8125rem;position:absolute;display:block;z-index:100019;top:0.40625rem;left:72.18750190735rem;overflow:hidden;display:block; }
#CH4H4WJfBwdgr82f0cL1CmmRHmoagXdG { color:#f79678;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:1.2708740234375rem;left:1.75rem;height:1.25rem;display:block; }
#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/13c28d13-2376-496b-a5ed-e131d649e799/Zdjciegwnenastronzapisu5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd.adaptive-delivery-prevent-bg, #TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd.lazyload, #TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd.lazyloading { background-image: none; }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row .container { background-color: transparent; background-image: none; }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row .container > .video-iframe-container { display: none; }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row > .video-iframe-container { display: none; }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .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); }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row .container { border-width: 0; border-radius: 0; }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#rG22zM948RpmzJUPTlDAM3R30qnDapLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row .container { background-color: transparent; background-image: none; }#rG22zM948RpmzJUPTlDAM3R30qnDapLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row .container > .video-iframe-container { display: none; }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row > .video-iframe-container { display: none; }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .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); }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row .container { border-width: 0; border-radius: 0; }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#pVaFH1CxUDBm0aCTNTSZCLQF8g2K29Gx { color:#f79678;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWhPcium13qm0G2LyquEPdglcOQHfo7J { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:4.8125rem;position:absolute;display:block;z-index:100019;top:10rem;left:35.09375rem;overflow:hidden;display:block; }
#eqNzwwkCdi11ydgtpRF1cUZTh0JBRHkL { color:#f79678;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.625rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/fb42e55e-f778-4aa3-a71e-f3c707195374/LO_zapisynakurs_zdjcianawww.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3.adaptive-delivery-prevent-bg, #ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3.lazyload, #ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3.lazyloading { background-image: none; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container { background-color: transparent; background-image: none; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container > .video-iframe-container { display: none; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row > .video-iframe-container { display: none; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .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); }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container { border-width: 0; border-radius: 0; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#WleeDthBZnkNzpbHo2TPPHGpDPZtdSl8 { position:absolute;display:block;z-index:100000;background-color:rgba(244,253,239,0.9);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:17.8125rem;width:75rem;top:19.75rem;left:0rem;display:block; }
#FF9c0sIrI62Hnp9xDfSwKMrbV9Fevi4s { color:#f79678;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQhchaPzDAsITzKkRT76GCITmqrub0lR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:4.8125rem;position:absolute;display:block;z-index:100018;top:27.875rem;left:35.09375rem;overflow:hidden;display:block; }
#tuZcUik5wMQ66oXJ1eF3wq0BzRNFLWeN { color:#f79678;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/6e1bce60-8e3f-4270-a8db-b9af4206bbbb/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ.adaptive-delivery-prevent-bg, #yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ.lazyload, #yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ.lazyloading { background-image: none; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container { background-color: transparent; background-image: none; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container > .video-iframe-container { display: none; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row > .video-iframe-container { display: none; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .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); }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container { border-width: 0; border-radius: 0; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#w92Q1vqTU56zzEGKF0954Fz9ObF224Tc { position:absolute;display:block;z-index:100000;background-color:rgba(244,253,239,0.9);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:17.8125rem;width:75rem;top:19.75rem;left:0rem;display:block; }
#u6QaMT4NyloFlWBioR9wl7FqNXFmMX6y { color:#f79678;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTl7MIvbmJTktngMIasZ1rJ9euCAlaau { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:4.8125rem;position:absolute;display:block;z-index:100018;top:27.875rem;left:35.09375rem;overflow:hidden;display:block; }
#vafvltQUPsGpT9URvcWsmuUvouk5mOAn { color:#f79678;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row .container { background-color: transparent; background-image: none; }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row .container > .video-iframe-container { display: none; }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row > .video-iframe-container { display: none; }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .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); }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row .container { border-width: 0; border-radius: 0; }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#wzNwamuSacgcUVIpcPt103QrqJE32271 { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.2291698455811rem;left:6.25rem;height:16rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPT7Kx2mkE42qrmm7JwuUHoXl50cuIvM { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.2291698455811rem;left:6.25rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row .container { background-color: transparent; background-image: none; }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row .container > .video-iframe-container { display: none; }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row > .video-iframe-container { display: none; }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .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); }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row .container { border-width: 0; border-radius: 0; }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#DtdJ6Pd7QIKaT4gBn4kgHA65d2Xvaedm { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.125rem;width:62.5rem;top:7.5rem;left:6.8125rem;display:block; }
#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row .container { background-color: transparent; background-image: none; }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row .container > .video-iframe-container { display: none; }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row > .video-iframe-container { display: none; }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .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); }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row .container { border-width: 0; border-radius: 0; }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#OZB8Bu7CTXkqpO5ThpEzIxNPTy33nTcD { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GN14rSi4zhKy05JyOvWUBbiQzSKc9hEK { position:absolute;display:block;z-index:100015;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container { background-color: transparent; background-image: none; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container > .video-iframe-container { display: none; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row > .video-iframe-container { display: none; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .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); }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container { border-width: 0; border-radius: 0; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#FLEZOl1fh9NQIOIHcUXINLOZovAfKK7O { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUddBlM76l0WHIpuq7482TzdppTyvni7 { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.8125rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l0924PlDQkbPvy24TrqlwWzIcC1JUFy7 { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:6.5rem;left:53.062501907349rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBuXTtw9wdJ7kfT8VfC3ASSHKOXOB2k5 { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:6.15625rem;left:54.84375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cAMb2EsZnTiLgEJJMPtugd2ZLaRWTE5T { color:#47545a;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:5.0830078125rem;left:26.8125rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UxAib8ETD3M2MB0dgD7aKX5EugT2Ira9 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100018;top:1.8125rem;left:9.375rem; }
#dDuJQPMugEuF3She1oEqRbLD8OCRqZvR { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100019;top:1.8125rem;left:35.906251907349rem; }
#pbcEcTaTyUlFb29bEOOX4kdS2NoPrc2D { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100020;top:1.8125rem;left:62.437501907349rem; }
#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container { background-color: transparent; background-image: none; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container > .video-iframe-container { display: none; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row > .video-iframe-container { display: none; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .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); }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container { border-width: 0; border-radius: 0; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#XecRyToDbTT0NmX70w5Tle15qD48HVk8 { 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;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; }
#rvVXm5GkCblKKgsl0u0s5p8LJ5Kk0GPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/0dbbcbfd-a81c-48d1-a03e-80a8c2183353/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk.adaptive-delivery-prevent-bg, #Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk.lazyload, #Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk.lazyloading { background-image: none; }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row .container { background-color: transparent; background-image: none; }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row .container > .video-iframe-container { display: none; }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row > .video-iframe-container { display: none; }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .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); }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row .container { border-width: 0; border-radius: 0; }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#JpzzuReda7mPspnvTXugaL70xeDRwru9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row .container { background-color: transparent; background-image: none; }#JpzzuReda7mPspnvTXugaL70xeDRwru9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row .container > .video-iframe-container { display: none; }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row > .video-iframe-container { display: none; }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .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); }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row .container { border-width: 0; border-radius: 0; }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#qfwy29mpmymLIzi9NAKDnn4NsUu6RpDW { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.2291564941406rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbGT4MU5GXGPIdeopg3nRt7fU8fg3vSU { position:absolute;display:block;z-index:100016;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container { background-color: transparent; background-image: none; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container > .video-iframe-container { display: none; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row > .video-iframe-container { display: none; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .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); }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container { border-width: 0; border-radius: 0; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#fqseUxdts8w99Ocgs4hy4G8yEmWffoia { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euzlHJtwWWNPFXJlLl9JHmO0o5h0Ri3b { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:6.5182189941406rem;left:26.531251907349rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKIogeXTDdtpaOduh07xUgNk0IS8OLOZ { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:6.5rem;left:50.000001907349rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v0lTOGdSiEGICBQ7Mpqa5X9OQhOenKkF { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100020;top:1.7916717529297rem;left:9.375rem; }
#t0a1TlUlhgsFP9wLxtiPxWIytHPnt0gB { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100021;top:1.7916717529297rem;left:35.906251907349rem; }
#rFWipJELF9B5kSR1kTFCWMZysnugk5Fz { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100022;top:1.7916717529297rem;left:60.906251907349rem; }
#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/203c095c-a147-4bdd-91bd-71147b95cdae/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89.adaptive-delivery-prevent-bg, #GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89.lazyload, #GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89.lazyloading { background-image: none; }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row .container { background-color: transparent; background-image: none; }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row .container > .video-iframe-container { display: none; }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row > .video-iframe-container { display: none; }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .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); }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row .container { border-width: 0; border-radius: 0; }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row .container { background-color: transparent; background-image: none; }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row .container > .video-iframe-container { display: none; }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row > .video-iframe-container { display: none; }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .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); }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row .container { border-width: 0; border-radius: 0; }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#wi2hix9NgBHPe33vcGWUqhEgx2diEG1t { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x032O38StXd00UipgZCKC2lyCwl28I9q { position:absolute;display:block;z-index:100014;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row .container { background-color: transparent; background-image: none; }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row .container > .video-iframe-container { display: none; }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row > .video-iframe-container { display: none; }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .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); }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row .container { border-width: 0; border-radius: 0; }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#w3kVfxRXql0lTgZcIylLTvHQ0KLLHKPZ { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(247,150,120,0.7);border-left:0.0625rem solid rgba(247,150,120,0.7);border-right:0.0625rem solid rgba(247,150,120,0.7);border-bottom:0.0625rem solid rgba(247,150,120,0.7);height:23.9375rem;width:21.875rem;top:12.25rem;left:0rem;display:block; }
#naIDLzKmZ3M1qkwozJ7QQM8gqPdZcWR3 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:19.125rem;left:0.6875rem;height:16.666666030884rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VgLs3BXnXRcpz6u0W2zw359COcscAfCT { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(247,150,120,0.7);border-left:0.0625rem solid rgba(247,150,120,0.7);border-right:0.0625rem solid rgba(247,150,120,0.7);border-bottom:0.0625rem solid rgba(247,150,120,0.7);height:23.9375rem;width:21.875rem;top:12.25rem;left:26.5rem;display:block; }
#GbdlqrW5t79tFL0sGRAXISWcrLqy4NaU { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:19.0625rem;left:27.125rem;height:14.583333015442rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LHcV0y30MZdxUppABE0zqJE2SxnCcS9Q { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(247,150,120,0.7);border-left:0.0625rem solid rgba(247,150,120,0.7);border-right:0.0625rem solid rgba(247,150,120,0.7);border-bottom:0.0625rem solid rgba(247,150,120,0.7);height:23.9375rem;width:21.875rem;top:12.25rem;left:52.9375rem;display:block; }
#sdUgNLunEay1bqVWhi8qUxuI93RVH6cI { color:#486c8f;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:19.10417175293rem;left:53.562501907349rem;height:12.499999761581rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKn6tUkMlTZ1hJtCEDkw2IDG3oEQOFaz { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.66667175293rem;left:6.3020839691163rem;overflow:hidden;display:block; }
#OJsImTtzd5MLXOMmMmw79EoWB3nxtf6h { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.6237182617188rem;left:32.781251907349rem;overflow:hidden;display:block; }
#ERt98HX329v59Ihp4MVahL0IXJWIc0ob { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:7.6237182617188rem;left:59.562501907349rem;overflow:hidden;display:block; }
#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row .container { background-color: transparent; background-image: none; }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row .container > .video-iframe-container { display: none; }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row > .video-iframe-container { display: none; }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .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); }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row .container { border-width: 0; border-radius: 0; }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#uwcfupivnW7oaOEIFwSkoJZmppCQU3Ow { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(247,150,120,0.7);border-left:0.0625rem solid rgba(247,150,120,0.7);border-right:0.0625rem solid rgba(247,150,120,0.7);border-bottom:0.0625rem solid rgba(247,150,120,0.7);height:25.4375rem;width:21.9375rem;top:6.8125rem;left:0rem;display:block; }
#Vs2TA9pQ8AFBRfTVQ3cu0vVQR4hh8uDT { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100023;line-height:1.7;letter-spacing:0;top:13.6875rem;left:0.6875rem;height:18.749999284744rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ai2BXd9fFyicTAsZdBRMtitp2HfhebZd { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(247,150,120,0.7);border-left:0.0625rem solid rgba(247,150,120,0.7);border-right:0.0625rem solid rgba(247,150,120,0.7);border-bottom:0.0625rem solid rgba(247,150,120,0.7);height:25.4375rem;width:21.9375rem;top:6.74870300293rem;left:26.446615219116rem;display:block; }
#DoyLtucblI2Gt8Gkh7TZuJbbV0M4NQdX { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(247,150,120,0.7);border-left:0.0625rem solid rgba(247,150,120,0.7);border-right:0.0625rem solid rgba(247,150,120,0.7);border-bottom:0.0625rem solid rgba(247,150,120,0.7);height:25.4375rem;width:21.9375rem;top:6.74870300293rem;left:52.895837783814rem;display:block; }
#bgbSnU9TkxcUX1vlqrk7ZPCnmdGtyHJ1 { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100024;line-height:1.7;letter-spacing:0;top:13.70964050293rem;left:27.156251907349rem;height:6.2499997615814rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tohByb3DfuJe6pLMFeurinFmHGttXiJP { color:#486c8f;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100025;line-height:1.7;letter-spacing:0;top:13.70964050293rem;left:53.604166030884rem;height:8.3333330154419rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dELIVd9iib6TcTzaPT6wX8THXNJx8is5 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:2.2070617675781rem;left:6.3333339691163rem;overflow:hidden;display:block; }
#P2c8GVnMIg0cSylufhPk7w6KsnNdhGNG { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:2.20703125rem;left:32.781251907349rem;overflow:hidden;display:block; }
#aUB86DV47o5Hm27AuwAMVRu65ZtWWCxC { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:2.20703125rem;left:58.656251907349rem;overflow:hidden;display:block; }
#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container { background-color: transparent; background-image: none; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container > .video-iframe-container { display: none; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row > .video-iframe-container { display: none; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .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); }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container { border-width: 0; border-radius: 0; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#WPHOVWdqmcTQhN5tBQeN63i7nwwrQl4D { 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;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; }
#xLSEXTQKLXrDcP9fTLzoFPvzEOWPgcmH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/d8c121a8-9ebf-4a9e-ad8e-c984dc9b20e1/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG.adaptive-delivery-prevent-bg, #TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG.lazyload, #TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG.lazyloading { background-image: none; }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row .container { background-color: transparent; background-image: none; }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row .container > .video-iframe-container { display: none; }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row > .video-iframe-container { display: none; }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .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); }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row .container { border-width: 0; border-radius: 0; }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row .container { background-color: transparent; background-image: none; }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row .container > .video-iframe-container { display: none; }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row > .video-iframe-container { display: none; }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .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); }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row .container { border-width: 0; border-radius: 0; }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#PD3vVQmlotXBntT88F29bvEtdmhtfctU { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHW14gggP9CGLCkmOe7xJAFESgT8WWiO { position:absolute;display:block;z-index:100016;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container { background-color: transparent; background-image: none; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container > .video-iframe-container { display: none; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row > .video-iframe-container { display: none; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .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); }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container { border-width: 0; border-radius: 0; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#GmIGTDyn7TRTxo8Dy0PntAyXqa9rzZSd { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PsWDi2DNkfrRRt4N38BtbUKa93KWXT0c { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:6.16796875rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moT76EiUaAbLwCvkX77t1r8APx1vbRD9 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:9.5416870117188rem;left:10.583333969116rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#klvfpJfi1EHPdS4e4F2eKBWo5eE2rAb6 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SfFTTXSaogJTDubmoQHyuNoT14Ac3aaz { color:#f79678;display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:7.5rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:3.2734375rem;left:1.7291660308838rem;height:9.75rem;font-style:normal;display:block; }
#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container { background-color: transparent; background-image: none; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container > .video-iframe-container { display: none; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row > .video-iframe-container { display: none; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .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); }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container { border-width: 0; border-radius: 0; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#PoFFqn5W1o7zHi0Tsfb4GXoZzNC85Q9t { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#viaVHDZSZupq9KWDpldhq2k2rQsVK2ie { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:6.16796875rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sUlbPCLf0S0wb7UBproyeH13zRDX1kln { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:9.5416870117188rem;left:10.583333969116rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lAAFTHatBd5L2wdQvWfZn7lMCeiDRpLf { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oEyBhT4By1LKQ7z72HlWQuMCX90OKgSn { color:#f79678;display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:7.5rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:3.2734375rem;left:1.7291660308838rem;height:9.75rem;font-style:normal;display:block; }
#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container { background-color: transparent; background-image: none; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container > .video-iframe-container { display: none; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row > .video-iframe-container { display: none; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .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); }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container { border-width: 0; border-radius: 0; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#i322cVsy6ZMtqJabX3oHSqK4lbHJg5nF { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NpLnp3XkrkMhl0RmzuybakXWZAGgpCf0 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:6.16796875rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOKBzFr4kzzuuFFCTBoAnf8Pl4mLcvFR { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:9.5416870117188rem;left:10.583333969116rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FAv9rkfss65cD1vZ1rkvI9IbARIcgmio { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:3.3151245117188rem;left:10.583333969116rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QbadrSL3DENitoQCpUF9ggPD5JrHPv5R { color:#f79678;display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:7.5rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:3.2734375rem;left:1.7291660308838rem;height:9.75rem;font-style:normal;display:block; }
#crmlIpWSbnIccdcySlHzmbu7X51EHnQc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container { background-color: transparent; background-image: none; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container > .video-iframe-container { display: none; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row > .video-iframe-container { display: none; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .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); }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container { border-width: 0; border-radius: 0; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#CO75B0G7AyVnsl9avUmucoXNmLOT3F08 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:9rem;left:21.875rem;height:2.4166667461395rem;text-align:center;text-align-last:center;display:block; }
#vfiPvoBKokWWXFKigdHKJ22K64KT78x2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:4.8125rem;position:absolute;display:block;z-index:100020;top:31.75rem;left:17.125rem;overflow:hidden;display:block; }
#J9tD9OEX1pNhTTTxzqx3WvUMhUkP2EnV { color:#377815;display:block;width:35.9375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:31.8125rem;left:21.9375rem;height:4.8333334922791rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container { background-color: transparent; background-image: none; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container > .video-iframe-container { display: none; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row > .video-iframe-container { display: none; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .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); }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container { border-width: 0; border-radius: 0; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ChBTDDw0Tebxemu8DQ6SpH6EcXh0lt9J { 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;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; }
#FTcGEfMiyPu5qMCcbptMl7U0HL2XysAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/8f5cd087-af5c-48c3-a20b-f6b3180507bc/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1.adaptive-delivery-prevent-bg, #M14sWkkthKsKd99ElB8lQnCv1PQbcnC1.lazyload, #M14sWkkthKsKd99ElB8lQnCv1PQbcnC1.lazyloading { background-image: none; }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row .container { background-color: transparent; background-image: none; }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row .container > .video-iframe-container { display: none; }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row > .video-iframe-container { display: none; }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .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); }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row .container { border-width: 0; border-radius: 0; }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row .container { background-color: transparent; background-image: none; }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row .container > .video-iframe-container { display: none; }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row > .video-iframe-container { display: none; }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .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); }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row .container { border-width: 0; border-radius: 0; }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#RcCgNSqgpZhwpbGNcDQOmgsrNfNpSZ54 { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLRcZsmNVKhmkzx5D2NO0S1hGT4memMk { position:absolute;display:block;z-index:100015;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row .container { background-color: transparent; background-image: none; }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row .container > .video-iframe-container { display: none; }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row > .video-iframe-container { display: none; }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .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); }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row .container { border-width: 0; border-radius: 0; }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/06e14443-f85e-45ae-827e-f4c7c4622337/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7.adaptive-delivery-prevent-bg, #fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7.lazyload, #fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7.lazyloading { background-image: none; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row .container { background-color: transparent; background-image: none; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row .container > .video-iframe-container { display: none; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row > .video-iframe-container { display: none; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .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); }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row .container { border-width: 0; border-radius: 0; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row .container { background-color: transparent; background-image: none; }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row .container > .video-iframe-container { display: none; }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row > .video-iframe-container { display: none; }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .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); }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row .container { border-width: 0; border-radius: 0; }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#S405dIMSTLkMHyb3qM3Ait0bgeaPiXIm { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeCF31PCqCFugkAx7AV0iGLRqUmX2sCu { position:absolute;display:block;z-index:100015;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#mUcATyvUiGMR9VJTgotd05mkEAs45VXA { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:13.208374023438rem;left:6.25rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row .container { background-color: transparent; background-image: none; }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row .container > .video-iframe-container { display: none; }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row > .video-iframe-container { display: none; }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .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); }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row .container { border-width: 0; border-radius: 0; }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container { background-color: transparent; background-image: none; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container > .video-iframe-container { display: none; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row > .video-iframe-container { display: none; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .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); }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container { border-width: 0; border-radius: 0; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#hEg6IeatUs0zV6u8xtWALtti0tMSA3mG { 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;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:100047;text-align:center;text-align-last:center;top:24.294311523438rem;left:18.750001907349rem;display:block; }
#kX2E6hN4e6046lkqDmTxVTqArbfMXFUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aMLJLbP4bcfH8ay2wOUC91UqxPVCeakH { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100040;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; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT .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; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT .widget-text.counter-number { border-top:0.25rem solid #f79678;border-left:0.25rem solid #f79678;border-right:0.25rem solid #f79678;border-bottom:0.25rem solid #f79678;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; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT .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; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT { 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.8333740234375rem;left:24.276041030884rem;z-index:100064; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #JLbF6bLKB3ITnh85CtEUzsmQlLI9FvLK { display:flex;position:relative;top:0rem;left:0rem; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #O25RqDTabPmH16QK0qSnvaQpsDEVFPRf { width:auto; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #A2GKNERckJ61eyyxsd3ZDiP4my5lOvQ8 {  }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #co3XcwRhALItsUsp9rLdbnLyfHA5lP08 { display:flex;position:relative;top:0rem;left:0rem; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #X1914uShPhTVbinToTACCHIsr7JgTREp {  }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #caZ9uoKGMxzIc3N1aT7ClPOpgBnRKoIB {  }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ruD3f1XETqpHTkB2unVGCVfEQJlB95yx { display:flex;position:relative;top:0rem;left:0rem; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #Z7mTC0iex1OiFUu1m1doAbTSSWzl7UAq {  }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ZwdusXkc7TSWaxS7pccavebVP8MF37EH {  }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ZlrvOex10TUxDtpAUnBLTVIEhMVOaK6w { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #sqP47JHnyZCEtZzTOwocAAUPRM1QL51f {  }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ffU566siHonTgZ36ND8NTFPb7nJidcXN {  }
#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/eb3b436b-efb1-4eeb-9b23-9efcc0dd7bb2/LO_zapisynakurs_zdjcianawww1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq.adaptive-delivery-prevent-bg, #DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq.lazyload, #DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq.lazyloading { background-image: none; }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row .container { background-color: transparent; background-image: none; }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row .container > .video-iframe-container { display: none; }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row > .video-iframe-container { display: none; }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .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); }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row .container { border-width: 0; border-radius: 0; }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#M8335v283TTBZu32mfbfZflkuGrbWr8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row .container { background-color: transparent; background-image: none; }#M8335v283TTBZu32mfbfZflkuGrbWr8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row .container > .video-iframe-container { display: none; }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row > .video-iframe-container { display: none; }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .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); }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row .container { border-width: 0; border-radius: 0; }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#cT86ZT8mDzK4rC3E9gNmovOiPgbfocCD { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRpkKZm8uc0liM3u9rT0Clc3Og5QNXvI { position:absolute;display:block;z-index:100017;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row .container { background-color: transparent; background-image: none; }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row .container > .video-iframe-container { display: none; }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row > .video-iframe-container { display: none; }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .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); }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row .container { border-width: 0; border-radius: 0; }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#Ldr77Ka7TveCKXZJciiLSlHQsV8FL14X { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:30.375rem;top:2.6041870117188rem;left:2.5rem;overflow:hidden;display:block; }
#TREXSqMdriIPwQf0HwlSDKPoANlF8KlL { color:#377815;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:10rem;left:36.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyfCL04RLTo2WLMcA4dm76bvx4w6MAhF { color:#ba8f68;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:5.4791870117188rem;left:37.498697280884rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vqWKGeOiDXZ0U6hJOWkyru8w5OrxQ8p8 { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:15.25rem;left:36.375rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKz2xo6rp6aShylb5rMaKsgutJTVunbp { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:13.25rem;left:37.5rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KxBCUB7lsuPBZQKxcpNoJxMWnTtETtcN { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:13.25rem;left:37.5rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/a7a96cc0-8721-4b65-8419-5164609ebfa1/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV.adaptive-delivery-prevent-bg, #Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV.lazyload, #Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV.lazyloading { background-image: none; }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row .container { background-color: transparent; background-image: none; }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row .container > .video-iframe-container { display: none; }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row > .video-iframe-container { display: none; }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .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); }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row .container { border-width: 0; border-radius: 0; }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row .container { background-color: transparent; background-image: none; }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row .container > .video-iframe-container { display: none; }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row > .video-iframe-container { display: none; }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .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); }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row .container { border-width: 0; border-radius: 0; }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#Wrl9mRZEoUtAKSGllK9X3l6Rp6ie5Eqx { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:9.6666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWAI7Oeflw45MRT1UBN1U7udcurocS4q { position:absolute;display:block;z-index:100014;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#VbIZon6WdoLxdQIaI9vhgEIQyBpCTeip { background-color:rgba(247,150,120,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:100021;text-align:center;text-align-last:center;top:18.71484375rem;left:17.625001907349rem;display:block; }
#xXSTvG4mvaCuLl9g9MxdTCP6VhMmTBio { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { background-color: transparent; background-image: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container > .video-iframe-container { display: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row > .video-iframe-container { display: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .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); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { border-width: 0; border-radius: 0; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { font-size:0.875rem;font-family:ubuntu;height:40.6875rem;width:75rem;position:relative;display:block; }#eyE8Cl1z5OdOSAN6hkJXrSrAvTSLT6WK { color:rgba(247,150,120,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:.3;letter-spacing:0;top:10.125rem;left:3.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9uo0dxyIxDf8cLtHLCEGH9p9ByCd7XS { 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 #f79678;border-left:0.0625rem solid #f79678;border-right:0.0625rem solid #f79678;border-bottom:0.0625rem solid #f79678;height:30.3125rem;width:75.1875rem;top:10.125rem;left:0rem;display:block; }
#R54FWihcETTMJsleBt1Pcbvuy30entVA { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:19rem;left:11.96875rem;height:19.166666269302rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzJkV4MhurbJO90mm2zsQdMJNKOUlmr1 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.75rem;left:31.250001907349rem;overflow:hidden;display:block; }
#Gqr0UmDU0SBQZnsPo57dkOy7JL8xd9mW { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:19rem;left:11.96875rem;height:19.166666269302rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { background-color: transparent; background-image: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container > .video-iframe-container { display: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row > .video-iframe-container { display: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .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); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { border-width: 0; border-radius: 0; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { font-size:0.875rem;font-family:ubuntu;height:43.375rem;width:75rem;position:relative;display:block; }#cOL4reXymJyLoJnLhLntnMdht2spruSU { color:rgba(247,150,120,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:.3;letter-spacing:0;top:10.14453125rem;left:3.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poakzFnRvENqfW3NWCNh0TzX0nAkJLTS { 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 #f79678;border-left:0.0625rem solid #f79678;border-right:0.0625rem solid #f79678;border-bottom:0.0625rem solid #f79678;height:32.4375rem;width:75.1875rem;top:10.14453125rem;left:0rem;display:block; }
#qomz1NFJsHTo4SkrHHo6TLrbpnDJk9TI { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:18.979125976562rem;left:11.96875rem;height:21.083332896233rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcMK2XgUZKfuZoVt8LbQMrwoViy8kkA9 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.75rem;left:31.250001907349rem;display:block; }
#iA1BTvGdEhaTz90talry8hxxoRONqImD { color:#72686c;display:block;width:5.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.7;letter-spacing:0;top:11.14453125rem;left:45.531251907349rem;height:3.8333332538605rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXyHl7EldfqZZRarxZfkCGBzBLsMScmU { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:18.979125976562rem;left:11.96875rem;height:21.083332896233rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nLmvyfp7KclcLit4rFro0WSe4gtugTrI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { background-color: transparent; background-image: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container > .video-iframe-container { display: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row > .video-iframe-container { display: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .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); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { border-width: 0; border-radius: 0; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { font-size:0.875rem;font-family:ubuntu;height:34.375rem;width:75rem;position:relative;display:block; }#SzHTXUs0rtzipxNTLdttUe1PXV97sVSZ { color:rgba(247,150,120,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:.3;letter-spacing:0;top:3.7708740234375rem;left:3.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBDwlZzJRU4XcU2DAoDJPT0GuVu1lnSZ { 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 #f79678;border-left:0.0625rem solid #f79678;border-right:0.0625rem solid #f79678;border-bottom:0.0625rem solid #f79678;height:30.4375rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#K76bpBtyGNXaeFQ4GmuLR9TRpBcUXT9M { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:11.947998046875rem;left:11.96875rem;height:17.249999642372rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pR8JMtCqTxZS3gkbItFq5FnCkaJLpnGw { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:11.947998046875rem;left:11.96875rem;height:17.249999642372rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { background-color: transparent; background-image: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container > .video-iframe-container { display: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row > .video-iframe-container { display: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .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); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { border-width: 0; border-radius: 0; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { font-size:0.875rem;font-family:ubuntu;height:39rem;width:75rem;position:relative;display:block; }#bpAhyc0FJS4QnQqa42zBkFfR5qOfJGSn { color:rgba(247,150,120,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:.3;letter-spacing:0;top:10.14453125rem;left:3.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nd9LFub5nugyX0hGaTOJv2bzAyt1fR2k { 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 #f79678;border-left:0.0625rem solid #f79678;border-right:0.0625rem solid #f79678;border-bottom:0.0625rem solid #f79678;height:28.5625rem;width:75.1875rem;top:10.14453125rem;left:0rem;display:block; }
#Hxl1wTwobyTdeyXpRolpxwgJmmTyxLof { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:18.979125976562rem;left:11.96875rem;height:17.249999642372rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SuLyM9ml7F5MAWN1OnI9UCvtqEbtObnZ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.75rem;left:31.250001907349rem;overflow:hidden;display:block; }
#FHpR33V0dU5ddSLft8RFyqgGbiKKpKCl { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:18.979125976562rem;left:11.96875rem;height:17.249999642372rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { background-color: transparent; background-image: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container > .video-iframe-container { display: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row > .video-iframe-container { display: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .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); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { border-width: 0; border-radius: 0; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { font-size:0.875rem;font-family:ubuntu;height:48.3125rem;width:75rem;position:relative;display:block; }#egT2hhuawLyD4RtmTIITMtIJKfziOJ3T { color:rgba(247,150,120,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:.3;letter-spacing:0;top:10.14453125rem;left:3.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6zWyu5NaNU8TKmXAB7A7lLEzwyMUzZD { 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 #f79678;border-left:0.0625rem solid #f79678;border-right:0.0625rem solid #f79678;border-bottom:0.0625rem solid #f79678;height:32.625rem;width:75.1875rem;top:10.14453125rem;left:0rem;display:block; }
#BlfKToDZOWbqJLi0FyzwlxrctNCHbUTt { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:18.979125976562rem;left:11.96875rem;height:21.083332896233rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cHb8qsKuqIB5uVsaXXeevQrbKwL7t9sr { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:3.75rem;left:31.250001907349rem;display:block; }
#veINi6LadU8QeHGM2R8h5O9GIbuNu1uJ { color:#72686c;display:block;width:5.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.7;letter-spacing:0;top:11.14453125rem;left:45.531251907349rem;height:3.8333332538605rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1ZB26S2DRQZOtiwnseqeh7rhTlV6xXn { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:18.979125976562rem;left:11.96875rem;height:21.083332896233rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { background-color: transparent; background-image: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container > .video-iframe-container { display: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row > .video-iframe-container { display: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .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); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { border-width: 0; border-radius: 0; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { font-size:0.875rem;font-family:ubuntu;height:34.375rem;width:75rem;position:relative;display:block; }#Io14rnHQaI6qhFRa8yWdRRXLnqXzvybs { color:rgba(247,150,120,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:100021;line-height:.3;letter-spacing:0;top:3.7708740234375rem;left:3.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0T9pOeyo2NSfBASQuA7BlQBdrsAcVag { 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 #f79678;border-left:0.0625rem solid #f79678;border-right:0.0625rem solid #f79678;border-bottom:0.0625rem solid #f79678;height:30.4375rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#Vv323CE8rMIlRtWh8pRQk5IOgOLXb8WN { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:11.947998046875rem;left:11.96875rem;height:15.333333015442rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BOkC0aXhGhEz9ZOl9m1sQIKzQfvfdEa1 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:11.947998046875rem;left:11.96875rem;height:15.333333015442rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container { background-color: transparent; background-image: none; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container > .video-iframe-container { display: none; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row > .video-iframe-container { display: none; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .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); }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container { border-width: 0; border-radius: 0; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#oLgFq4aVtaKcU1gyNnXTT7QAtHQOaXzn { 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;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; }
#S1zlOi4JoDtTHv3gMQWk8eNwF9es8I3c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/20e57947-8c67-4b8e-8d05-8a42786f340f/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ.adaptive-delivery-prevent-bg, #DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ.lazyload, #DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ.lazyloading { background-image: none; }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row .container { background-color: transparent; background-image: none; }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row .container > .video-iframe-container { display: none; }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row > .video-iframe-container { display: none; }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .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); }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row .container { border-width: 0; border-radius: 0; }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row .container { background-color: transparent; background-image: none; }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row .container > .video-iframe-container { display: none; }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row > .video-iframe-container { display: none; }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .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); }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row .container { border-width: 0; border-radius: 0; }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#fEiCNpL9tJ4n8HoQrVIbzJ5V6lwu4fXl { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWbIrNQSSqe2rKBoc7JwHuv9zdKksUXh { position:absolute;display:block;z-index:100014;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#X9RZRpCP0hOFZIIp0DxAQ4FsVDUx2LPD { background-color:rgba(247,150,120,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:100021;text-align:center;text-align-last:center;top:16.854248046875rem;left:17.625rem;display:block; }
#e4JZKBP1uVbBCeTEAkmRTm321SAFmvsE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row .container { background-color: transparent; background-image: none; }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row .container > .video-iframe-container { display: none; }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row > .video-iframe-container { display: none; }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .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); }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row .container { border-width: 0; border-radius: 0; }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(155,211,125,0.15);background-image:none;position:relative;display:block; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container { background-color: transparent; background-image: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container > .video-iframe-container { display: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row > .video-iframe-container { display: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .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); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container { border-width: 0; border-radius: 0; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#dCzbrhGIidRLH5saz2RdEB5X5iFsMnpS { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:1.875rem;left:8.4375rem;height:4.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container { background-color: transparent; background-image: none; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container > .video-iframe-container { display: none; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row > .video-iframe-container { display: none; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .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); }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container { border-width: 0; border-radius: 0; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#sTpTTElzphTwuptcJfab4TWEVTVZG6kw { 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; }
#H1kPIbo6MUsbn3hZPAp7HaNg3fChMzLg { position:absolute;display:block;z-index:100013;background-color:rgba(155,211,125,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; }
#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container { background-color: transparent; background-image: none; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container > .video-iframe-container { display: none; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row > .video-iframe-container { display: none; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .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); }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container { border-width: 0; border-radius: 0; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#OqJU95mEfBcT7ShuJa4Trke333SQLMT5 { 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; }
#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container { background-color: transparent; background-image: none; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container > .video-iframe-container { display: none; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row > .video-iframe-container { display: none; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .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); }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container { border-width: 0; border-radius: 0; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#ucbK8iio4vl3oJvh622iPiEnLuVrasLm { position:absolute;display:block;z-index:100012;background-color:rgba(155,211,125,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.875rem;left:9.375rem;display:block; }
#dTPiGZ3Qh069UmddXmpX116zwhL2apAm { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.0833332538605rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMA3861vW7uHmvAArthRmirKhrCTlFev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container { background-color: transparent; background-image: none; }#wMA3861vW7uHmvAArthRmirKhrCTlFev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container > .video-iframe-container { display: none; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row > .video-iframe-container { display: none; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .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); }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container { border-width: 0; border-radius: 0; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#QiZBXG8AtaTgEZ2HGTs4bz8mR9WDfEDn { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#anIZvoE4G87so5lM1BurK0B9oyu3hkoV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container { background-color: transparent; background-image: none; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container > .video-iframe-container { display: none; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row > .video-iframe-container { display: none; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .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); }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container { border-width: 0; border-radius: 0; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#gTXKptaPwAgvKPmNRPZZCLfe3T59iDW1 { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.0833332538605rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXCT1E4E6bwSazmWNTMVF9fhD17JxxfI { position:absolute;display:block;z-index:100013;background-color:rgba(155,211,125,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.8125rem;left:9.375rem;display:block; }
#X843CpicKGQ65BTe7DTaXFCfEO0a90mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container { background-color: transparent; background-image: none; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container > .video-iframe-container { display: none; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row > .video-iframe-container { display: none; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .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); }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container { border-width: 0; border-radius: 0; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#S8Tw8gpUFwry73TFTAIuL3cvHn0J0eA7 { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:9.5833331346512rem;color:#47545a;font-style:normal;display:block; }
#IJuVRqAWXB8rbDSat5IICpWLocmFuNwQ { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:9.5833331346512rem;color:#47545a;font-style:normal;display:none; }
#C4iSbiLSl3v99n050upRokpy7Zof4QdQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(155,211,125,0.15);background-image:none;position:relative;display:block; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container { background-color: transparent; background-image: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container > .video-iframe-container { display: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row > .video-iframe-container { display: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .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); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container { border-width: 0; border-radius: 0; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#tGEX7ITiLXO8SiI9QF2BICTI6XbomvVP { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:1.875rem;left:8.4375rem;height:4.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container { background-color: transparent; background-image: none; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container > .video-iframe-container { display: none; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row > .video-iframe-container { display: none; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .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); }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container { border-width: 0; border-radius: 0; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#rErfp5CHOAlwutfQWwCICnX3qbtG5OvM { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.0833332538605rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#quLn1hIVH4k0SVd5VhosAyN2Id3rRG8z { position:absolute;display:block;z-index:100013;background-color:rgba(155,211,125,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.8125rem;left:9.375rem;display:block; }
#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container { background-color: transparent; background-image: none; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container > .video-iframe-container { display: none; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row > .video-iframe-container { display: none; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .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); }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container { border-width: 0; border-radius: 0; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#AugPHthZxbwaaD673Mq2v9ViQhUgyLUF { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:9.5833332538605rem;color:#47545a;font-style:normal;display:block; }
#R0iOtls5K3Tv6dQT5EJz8VPN9dCETPsn { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:9.5833331346512rem;color:#47545a;font-style:normal;display:none; }
#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(155,211,125,0.15);background-image:none;position:relative;display:block; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container { background-color: transparent; background-image: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container > .video-iframe-container { display: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row > .video-iframe-container { display: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .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); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container { border-width: 0; border-radius: 0; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#RErOKqrLe9i179BAEA19w0MZBSI0Xz6f { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:1.875rem;left:8.4375rem;height:4.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container { background-color: transparent; background-image: none; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container > .video-iframe-container { display: none; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row > .video-iframe-container { display: none; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .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); }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container { border-width: 0; border-radius: 0; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#WVKdVxgOJx1kbgZ3l353b4ZUKIOOzTPz { position:absolute;display:block;z-index:100014;background-color:rgba(155,211,125,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; }
#dn6Z7fFHc9T3N5HvMSe3BUfS8Aylv9zE { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.0833332538605rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container { background-color: transparent; background-image: none; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container > .video-iframe-container { display: none; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row > .video-iframe-container { display: none; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .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); }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container { border-width: 0; border-radius: 0; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#lnG8FXmN4kFczIg6bW35bVpx7TRL0v5o { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:13.416666388512rem;color:#47545a;font-style:normal;display:block; }
#uwGT0CoT0TA050f5LeJGzzU779WMbTdo { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:13.416666388512rem;color:#47545a;font-style:normal;display:none; }
#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container { background-color: transparent; background-image: none; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container > .video-iframe-container { display: none; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row > .video-iframe-container { display: none; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .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); }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container { border-width: 0; border-radius: 0; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#OHKNrK3nvlXDHgpDCTg3BV8LP9Rl3N58 { position:absolute;display:block;z-index:100014;background-color:rgba(155,211,125,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.5625rem;left:9.375rem;display:block; }
#ExrlK3OxlSrkoPIuCv3dLsgiRozZItGG { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:9.375rem;height:2.0833332538605rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container { background-color: transparent; background-image: none; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container > .video-iframe-container { display: none; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row > .video-iframe-container { display: none; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .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); }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container { border-width: 0; border-radius: 0; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#WRpZRM0QEEQ1nuZAErumXo45z8bXfGzB { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:block; }
#LJZas0aCeprgBdklQnxSvHHGkEUEaRya { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.7333375rem;color:#47545a;font-style:normal;display:none; }
#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/d741a18c-b45b-4299-a7d6-64163ca57ccb/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T.adaptive-delivery-prevent-bg, #ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T.lazyload, #ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T.lazyloading { background-image: none; }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row .container { background-color: transparent; background-image: none; }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row .container > .video-iframe-container { display: none; }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row > .video-iframe-container { display: none; }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .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); }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row .container { border-width: 0; border-radius: 0; }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:none;position:relative;display:block; }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row .container { background-color: transparent; background-image: none; }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row .container > .video-iframe-container { display: none; }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row > .video-iframe-container { display: none; }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .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); }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row .container { border-width: 0; border-radius: 0; }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#VLnBFTdPpz2FnGWi7Wx9p2TrURyaVnRg { color:#377815;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:9.6666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9rF3tQybAJLc6DDTs8TNVNeuEVgJ0nD { position:absolute;display:block;z-index:100014;background-color:#f79678;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.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container { background-color: transparent; background-image: none; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container > .video-iframe-container { display: none; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row > .video-iframe-container { display: none; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .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); }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container { border-width: 0; border-radius: 0; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#Wmrpo8tRix4MmnbWHtEh8eQaDvldsWrI { 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;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:100047;text-align:center;text-align-last:center;top:24.294311523438rem;left:18.750001907349rem;display:block; }
#P0ULH0y7DJPMw0EwOi1aTIKhkeLsdBeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pwEHNiV4lX6sh7cWxRzc42VfUJaGKUUw { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100040;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; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .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; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .widget-text.counter-number { border-top:0.25rem solid #f79678;border-left:0.25rem solid #f79678;border-right:0.25rem solid #f79678;border-bottom:0.25rem solid #f79678;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; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .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; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t { 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.8333740234375rem;left:24.276041030884rem;z-index:100064; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #bPOPvGEhiyt7vmODA4F30khN2ud5v6sD { display:flex;position:relative;top:0rem;left:0rem; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #dLKKBQQnonI9ZrszPRPo1niK0iDhWuTw { width:auto; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #lwyUQu2fVaM8zXv1rlwh4KMMBJEpfVHD {  }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #bnTO2TfSOzgEeKGtUM8EmDHOKFwBwCwp { display:flex;position:relative;top:0rem;left:0rem; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #TvRfiA3PocfhgJTqSPFneOiTl8BNV5Zi {  }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #RJNVwS9Zr7wLDMlWfBmbAJGQUwayzzyT {  }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #p52vUbsf7KDSEwM5GDT6hKOCt1w6fd1G { display:flex;position:relative;top:0rem;left:0rem; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #rWav11PXz48xlwJWsUR7c8KwIF4izAzW {  }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #rNOUIXBJOTe00KEvshAed640P4pR6rW6 {  }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #ligmRzJRuI7Us4Nw11frUNHkxJccCQkJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #i5sPGhumd34o4efF1yUShZgyc0uCCKFT {  }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #sV5DJd6NZKcsMum6MR6EokAQ5UFSDEqe {  }
#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/98ee50df-ec5c-4a87-af64-4a8ee7357613/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9.adaptive-delivery-prevent-bg, #TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9.lazyload, #TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9.lazyloading { background-image: none; }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row .container { background-color: transparent; background-image: none; }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row .container > .video-iframe-container { display: none; }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row > .video-iframe-container { display: none; }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .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); }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row .container { border-width: 0; border-radius: 0; }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#r1JyhdMxBmH8OcwsM6PPgsFNXr3b7IgV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.6875rem;width:7.5rem;position:absolute;display:block;z-index:100019;top:20.4375rem;left:33.750001907349rem;overflow:hidden;display:block; }
#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row .container { background-color: transparent; background-image: none; }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row .container > .video-iframe-container { display: none; }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row > .video-iframe-container { display: none; }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .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); }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row .container { border-width: 0; border-radius: 0; }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/f186596f-f429-4439-90cf-3f1864f8ec51/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp.adaptive-delivery-prevent-bg, #XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp.lazyload, #XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp.lazyloading { background-image: none; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row .container { background-color: transparent; background-image: none; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row .container > .video-iframe-container { display: none; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row > .video-iframe-container { display: none; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .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); }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row .container { border-width: 0; border-radius: 0; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/17e7ee15-445f-4641-8e28-493ae8f3b564/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J.adaptive-delivery-prevent-bg, #VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J.lazyload, #VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J.lazyloading { background-image: none; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row .container { background-color: transparent; background-image: none; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row .container > .video-iframe-container { display: none; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row > .video-iframe-container { display: none; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .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); }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row .container { border-width: 0; border-radius: 0; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/59141a51-7183-4ec7-af45-07a88ff500ac/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z.adaptive-delivery-prevent-bg, #tC7mEVQonMPCRocwdu145QrAm0wT824Z.lazyload, #tC7mEVQonMPCRocwdu145QrAm0wT824Z.lazyloading { background-image: none; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row .container { background-color: transparent; background-image: none; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row .container > .video-iframe-container { display: none; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row > .video-iframe-container { display: none; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .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); }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row .container { border-width: 0; border-radius: 0; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/cc15403c-4a20-4131-af3a-6d3fb712deb5/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau.adaptive-delivery-prevent-bg, #Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau.lazyload, #Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau.lazyloading { background-image: none; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row .container { background-color: transparent; background-image: none; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row .container > .video-iframe-container { display: none; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row > .video-iframe-container { display: none; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .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); }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row .container { border-width: 0; border-radius: 0; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/b6a23a77-08a4-4117-a54a-61dc6fe2079c/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT.adaptive-delivery-prevent-bg, #MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT.lazyload, #MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT.lazyloading { background-image: none; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row .container { background-color: transparent; background-image: none; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row .container > .video-iframe-container { display: none; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row > .video-iframe-container { display: none; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .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); }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row .container { border-width: 0; border-radius: 0; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/9bb0d02e-a27e-4554-aed0-31681aa3a94d/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8.adaptive-delivery-prevent-bg, #dczC4FBawgh0oaFs3tlObmlkbPpelou8.lazyload, #dczC4FBawgh0oaFs3tlObmlkbPpelou8.lazyloading { background-image: none; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row .container { background-color: transparent; background-image: none; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row .container > .video-iframe-container { display: none; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row > .video-iframe-container { display: none; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .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); }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row .container { border-width: 0; border-radius: 0; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/63dbc2f6-4016-4f83-8b5d-3eafb96f5a70/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV.adaptive-delivery-prevent-bg, #dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV.lazyload, #dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV.lazyloading { background-image: none; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row .container { background-color: transparent; background-image: none; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row .container > .video-iframe-container { display: none; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row > .video-iframe-container { display: none; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .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); }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row .container { border-width: 0; border-radius: 0; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/3e222937-e79a-46f2-b8ee-7e628c2a6b3a/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi.adaptive-delivery-prevent-bg, #XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi.lazyload, #XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi.lazyloading { background-image: none; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row .container { background-color: transparent; background-image: none; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row .container > .video-iframe-container { display: none; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row > .video-iframe-container { display: none; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .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); }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row .container { border-width: 0; border-radius: 0; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #DzB37LqhQ6P5DA72oorpTg1waiJgomFq { display:block; }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bFzv0HOd22qEP2M3DAfkAZr1oN3CIbdD { width:4.6875rem;height:4.75rem;top:21.0625rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CH4H4WJfBwdgr82f0cL1CmmRHmoagXdG { width:12.5rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd { display:block; }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rG22zM948RpmzJUPTlDAM3R30qnDapLF { display:block; }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVaFH1CxUDBm0aCTNTSZCLQF8g2K29Gx { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWhPcium13qm0G2LyquEPdglcOQHfo7J { width:4.6875rem;height:4.75rem;top:21.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqNzwwkCdi11ydgtpRF1cUZTh0JBRHkL { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 { display:block; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WleeDthBZnkNzpbHo2TPPHGpDPZtdSl8 { width:45rem;height:16.1875rem;top:14.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FF9c0sIrI62Hnp9xDfSwKMrbV9Fevi4s { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQhchaPzDAsITzKkRT76GCITmqrub0lR { width:4.6875rem;height:4.75rem;top:21.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuZcUik5wMQ66oXJ1eF3wq0BzRNFLWeN { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ { display:block; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w92Q1vqTU56zzEGKF0954Fz9ObF224Tc { width:45rem;height:16.1875rem;top:14.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6QaMT4NyloFlWBioR9wl7FqNXFmMX6y { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTl7MIvbmJTktngMIasZ1rJ9euCAlaau { width:4.6875rem;height:4.75rem;top:21.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vafvltQUPsGpT9URvcWsmuUvouk5mOAn { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ { display:block; }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row .container { width:47.75rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wzNwamuSacgcUVIpcPt103QrqJE32271 { width:43.75rem;height:12.666666984558rem;top:2.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPT7Kx2mkE42qrmm7JwuUHoXl50cuIvM { width:43.75rem;height:12.666666984558rem;top:2.5625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX { display:block; }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row .container { width:47.75rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DtdJ6Pd7QIKaT4gBn4kgHA65d2Xvaedm { width:43.75rem;height:24.5625rem;top:2.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA { display:block; }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OZB8Bu7CTXkqpO5ThpEzIxNPTy33nTcD { width:47.75rem;height:2.4166667461395rem;top:3.6653633117676rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GN14rSi4zhKy05JyOvWUBbiQzSKc9hEK { width:18.75rem;height:0.0625rem;top:2.5208320617676rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9mLvwlZUnlbhsFBy8SuJu1LW433STDO { display:block; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container { width:47.75rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FLEZOl1fh9NQIOIHcUXINLOZovAfKK7O { width:14.375rem;height:7.9166668653488rem;top:4.4987030029297rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUddBlM76l0WHIpuq7482TzdppTyvni7 { width:14.375rem;height:9.5000002384186rem;top:4.5403747558594rem;left:16.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0924PlDQkbPvy24TrqlwWzIcC1JUFy7 { width:14.375rem;height:12.666666984558rem;top:4.4987030029297rem;left:32.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cBuXTtw9wdJ7kfT8VfC3ASSHKOXOB2k5 { width:43.75rem;height:3.1666667461395rem;top:21.808597564698rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cAMb2EsZnTiLgEJJMPtugd2ZLaRWTE5T { width:14.375rem;height:7.9166668653488rem;top:4.45703125rem;left:16.65625rem;font-size:1.25rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #UxAib8ETD3M2MB0dgD7aKX5EugT2Ira9 { width:3.125rem;height:3.125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDuJQPMugEuF3She1oEqRbLD8OCRqZvR { width:3.125rem;height:3.125rem;top:1.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbcEcTaTyUlFb29bEOOX4kdS2NoPrc2D { width:3.125rem;height:3.125rem;top:1.8125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpKdS3BVDwdU07htdiegdIUVaUeMXfTE { display:block; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XecRyToDbTT0NmX70w5Tle15qD48HVk8 { 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) { #rvVXm5GkCblKKgsl0u0s5p8LJ5Kk0GPx { display:block; }
 }@media only screen and (max-width: 1199px) { #Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk { display:block; }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JpzzuReda7mPspnvTXugaL70xeDRwru9 { display:block; }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qfwy29mpmymLIzi9NAKDnn4NsUu6RpDW { width:47.75rem;height:2.4166667461395rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FbGT4MU5GXGPIdeopg3nRt7fU8fg3vSU { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ { display:block; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fqseUxdts8w99Ocgs4hy4G8yEmWffoia { width:43.75rem;height:3.1666667461395rem;top:4.5833358764649rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euzlHJtwWWNPFXJlLl9JHmO0o5h0Ri3b { width:43.75rem;height:4.7500001192093rem;top:22.22917175293rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKIogeXTDdtpaOduh07xUgNk0IS8OLOZ { width:43.75rem;height:4.7500001192093rem;top:13.333343505859rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0lTOGdSiEGICBQ7Mpqa5X9OQhOenKkF { width:3.125rem;height:3.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t0a1TlUlhgsFP9wLxtiPxWIytHPnt0gB { width:3.125rem;height:3.125rem;top:1.75rem;left:22.281251907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rFWipJELF9B5kSR1kTFCWMZysnugk5Fz { width:3.125rem;height:3.125rem;top:1.75rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 { display:block; }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe { display:block; }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wi2hix9NgBHPe33vcGWUqhEgx2diEG1t { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x032O38StXd00UipgZCKC2lyCwl28I9q { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xwAICb1qsphoFsNcTnbcT5eUgkdrXhla { display:block; }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w3kVfxRXql0lTgZcIylLTvHQ0KLLHKPZ { width:14.375rem;height:21.5625rem;top:8rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #naIDLzKmZ3M1qkwozJ7QQM8gqPdZcWR3 { width:13.75rem;height:0;top:12.9375rem;left:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VgLs3BXnXRcpz6u0W2zw359COcscAfCT { width:14.4375rem;height:21.5625rem;top:8rem;left:31.9375rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #GbdlqrW5t79tFL0sGRAXISWcrLqy4NaU { width:13.75rem;height:13.333333015442rem;top:12.9375rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHcV0y30MZdxUppABE0zqJE2SxnCcS9Q { width:14.4375rem;height:20rem;top:8.125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdUgNLunEay1bqVWhi8qUxuI93RVH6cI { width:13.75rem;height:11.666666388512rem;top:13.0625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKn6tUkMlTZ1hJtCEDkw2IDG3oEQOFaz { width:9.375rem;height:9.375rem;top:2.75rem;left:3.7395834922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJsImTtzd5MLXOMmMmw79EoWB3nxtf6h { width:9.375rem;height:9.375rem;top:2.75rem;left:3.7395834922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERt98HX329v59Ihp4MVahL0IXJWIc0ob { width:9.375rem;height:9.375rem;top:2.75rem;left:3.7395834922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO { display:block; }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uwcfupivnW7oaOEIFwSkoJZmppCQU3Ow { width:14.4375rem;height:22.125rem;top:7.875rem;left:31.875rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #Vs2TA9pQ8AFBRfTVQ3cu0vVQR4hh8uDT { width:13.75rem;height:0;top:13.375rem;left:32.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ai2BXd9fFyicTAsZdBRMtitp2HfhebZd { width:14.4375rem;height:22.125rem;top:7.875rem;left:31.875rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #DoyLtucblI2Gt8Gkh7TZuJbbV0M4NQdX { width:14.4375rem;height:22.125rem;top:7.875rem;left:31.875rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #bgbSnU9TkxcUX1vlqrk7ZPCnmdGtyHJ1 { width:13.75rem;height:0;top:13.375rem;left:32.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tohByb3DfuJe6pLMFeurinFmHGttXiJP { width:13.75rem;height:0;top:13.375rem;left:32.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dELIVd9iib6TcTzaPT6wX8THXNJx8is5 { width:9.375rem;height:9.375rem;top:2.75rem;left:3.7395834922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2c8GVnMIg0cSylufhPk7w6KsnNdhGNG { width:9.375rem;height:9.375rem;top:2.75rem;left:3.7395834922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUB86DV47o5Hm27AuwAMVRu65ZtWWCxC { width:9.375rem;height:9.375rem;top:2.75rem;left:3.7395834922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 { display:block; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WPHOVWdqmcTQhN5tBQeN63i7nwwrQl4D { 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) { #xLSEXTQKLXrDcP9fTLzoFPvzEOWPgcmH { display:block; }
 }@media only screen and (max-width: 1199px) { #TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG { display:block; }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C { display:block; }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PD3vVQmlotXBntT88F29bvEtdmhtfctU { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BHW14gggP9CGLCkmOe7xJAFESgT8WWiO { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 { display:block; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GmIGTDyn7TRTxo8Dy0PntAyXqa9rzZSd { width:31.25rem;height:1.5833333730698rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsWDi2DNkfrRRt4N38BtbUKa93KWXT0c { width:31.25rem;height:3.1666667461395rem;top:10.665374755859rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moT76EiUaAbLwCvkX77t1r8APx1vbRD9 { width:31.25rem;height:4.7500001192093rem;top:10.665374755859rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #klvfpJfi1EHPdS4e4F2eKBWo5eE2rAb6 { width:31.25rem;height:6.3333334922791rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SfFTTXSaogJTDubmoQHyuNoT14Ac3aaz { width:8.9375rem;height:9.75rem;top:3.25rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JWRPofEa2VVTAa9gd9NwwAl2TVersC53 { display:block; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PoFFqn5W1o7zHi0Tsfb4GXoZzNC85Q9t { width:31.25rem;height:1.5833333730698rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viaVHDZSZupq9KWDpldhq2k2rQsVK2ie { width:31.25rem;height:3.1666667461395rem;top:10.665374755859rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUlbPCLf0S0wb7UBproyeH13zRDX1kln { width:31.25rem;height:4.7500001192093rem;top:10.665374755859rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lAAFTHatBd5L2wdQvWfZn7lMCeiDRpLf { width:31.25rem;height:6.3333334922791rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oEyBhT4By1LKQ7z72HlWQuMCX90OKgSn { width:8.9375rem;height:9.75rem;top:3.25rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 { display:block; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i322cVsy6ZMtqJabX3oHSqK4lbHJg5nF { width:31.25rem;height:1.5833333730698rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpLnp3XkrkMhl0RmzuybakXWZAGgpCf0 { width:31.25rem;height:3.1666667461395rem;top:10.665374755859rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOKBzFr4kzzuuFFCTBoAnf8Pl4mLcvFR { width:31.25rem;height:4.7500001192093rem;top:10.665374755859rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FAv9rkfss65cD1vZ1rkvI9IbARIcgmio { width:31.25rem;height:6.3333334922791rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QbadrSL3DENitoQCpUF9ggPD5JrHPv5R { width:8.9375rem;height:9.75rem;top:3.25rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crmlIpWSbnIccdcySlHzmbu7X51EHnQc { display:block; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CO75B0G7AyVnsl9avUmucoXNmLOT3F08 { width:31.25rem;height:2.4166667461395rem;top:9rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vfiPvoBKokWWXFKigdHKJ22K64KT78x2 { width:3.75rem;height:3.75rem;top:26.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9tD9OEX1pNhTTTxzqx3WvUMhUkP2EnV { width:35.9375rem;height:4.8333334922791rem;top:31.8125rem;left:8.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw { display:block; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ChBTDDw0Tebxemu8DQ6SpH6EcXh0lt9J { 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) { #FTcGEfMiyPu5qMCcbptMl7U0HL2XysAl { display:block; }
 }@media only screen and (max-width: 1199px) { #M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 { display:block; }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG { display:block; }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row .container { width:47.75rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RcCgNSqgpZhwpbGNcDQOmgsrNfNpSZ54 { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLRcZsmNVKhmkzx5D2NO0S1hGT4memMk { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI { display:block; }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 { display:block; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S { display:block; }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S405dIMSTLkMHyb3qM3Ait0bgeaPiXIm { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeCF31PCqCFugkAx7AV0iGLRqUmX2sCu { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUcATyvUiGMR9VJTgotd05mkEAs45VXA { width:43.75rem;height:3.1666667461395rem;top:7.8125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q { display:block; }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E { display:block; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container { width:47.75rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hEg6IeatUs0zV6u8xtWALtti0tMSA3mG { 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) { #kX2E6hN4e6046lkqDmTxVTqArbfMXFUe { display:block; }
 }@media only screen and (max-width: 1199px) { #aMLJLbP4bcfH8ay2wOUC91UqxPVCeakH { width:47.747394561768rem;height:1.8333333730698rem;top:55.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT .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; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT .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 #fb813d;border-left:0.1875rem solid #fb813d;border-right:0.1875rem solid #fb813d;border-bottom:0.1875rem solid #fb813d; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT .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; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT { width:20.625rem;height:8.19140625rem;display:flex;top:59.727905273438rem;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) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #JLbF6bLKB3ITnh85CtEUzsmQlLI9FvLK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #O25RqDTabPmH16QK0qSnvaQpsDEVFPRf {  }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #A2GKNERckJ61eyyxsd3ZDiP4my5lOvQ8 {  }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #co3XcwRhALItsUsp9rLdbnLyfHA5lP08 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #X1914uShPhTVbinToTACCHIsr7JgTREp {  }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #caZ9uoKGMxzIc3N1aT7ClPOpgBnRKoIB {  }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ruD3f1XETqpHTkB2unVGCVfEQJlB95yx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #Z7mTC0iex1OiFUu1m1doAbTSSWzl7UAq {  }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ZwdusXkc7TSWaxS7pccavebVP8MF37EH {  }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ZlrvOex10TUxDtpAUnBLTVIEhMVOaK6w { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #sqP47JHnyZCEtZzTOwocAAUPRM1QL51f {  }
 }@media only screen and (max-width: 1199px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ffU566siHonTgZ36ND8NTFPb7nJidcXN {  }
 }@media only screen and (max-width: 1199px) { #DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq { display:block; }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M8335v283TTBZu32mfbfZflkuGrbWr8Z { display:block; }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cT86ZT8mDzK4rC3E9gNmovOiPgbfocCD { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRpkKZm8uc0liM3u9rT0Clc3Og5QNXvI { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio { display:block; }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row .container { width:47.75rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ldr77Ka7TveCKXZJciiLSlHQsV8FL14X { width:22.75rem;height:28.0625rem;top:6.71875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TREXSqMdriIPwQf0HwlSDKPoANlF8KlL { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:2.3333332538605rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyfCL04RLTo2WLMcA4dm76bvx4w6MAhF { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:2.3333332538605rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vqWKGeOiDXZ0U6hJOWkyru8w5OrxQ8p8 { width:43.75rem;height:0;top:9.5rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vKz2xo6rp6aShylb5rMaKsgutJTVunbp { width:23.125rem;height:18.333333730698rem;top:9.7083435058594rem;left:24.5625rem;font-size:1.0625rem;z-index:100008;line-height:1.7;display:block; }
 }@media only screen and (max-width: 1199px) { #KxBCUB7lsuPBZQKxcpNoJxMWnTtETtcN { width:43.75rem;height:0;top:9.5rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV { display:block; }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD { display:block; }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row .container { width:47.75rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wrl9mRZEoUtAKSGllK9X3l6Rp6ie5Eqx { width:47.75rem;height:5.5rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWAI7Oeflw45MRT1UBN1U7udcurocS4q { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbIZon6WdoLxdQIaI9vhgEIQyBpCTeip { width:18.723958969116rem;height:3.3229167461395rem;top:11.375rem;left:14.513021469116rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #xXSTvG4mvaCuLl9g9MxdTCP6VhMmTBio { display:block; }
 }@media only screen and (max-width: 1199px) { #Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { background-color: transparent; background-image: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container > .video-iframe-container { display: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row > .video-iframe-container { display: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .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); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { border-width: 0; border-radius: 0; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { width:47.75rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eyE8Cl1z5OdOSAN6hkJXrSrAvTSLT6WK { width:6.1861977577209rem;height:2.25rem;top:11.666687011719rem;left:3.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9uo0dxyIxDf8cLtHLCEGH9p9ByCd7XS { width:46.1875rem;height:28.4375rem;top:8.2083740234375rem;left:0.6979167461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R54FWihcETTMJsleBt1Pcbvuy30entVA { width:37.5rem;height:18.333333730698rem;top:16.541687011719rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzJkV4MhurbJO90mm2zsQdMJNKOUlmr1 { width:10.9375rem;height:10.9375rem;top:2.9583740234375rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gqr0UmDU0SBQZnsPo57dkOy7JL8xd9mW { width:37.5rem;height:18.333333730698rem;top:16.541687011719rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { background-color: transparent; background-image: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container > .video-iframe-container { display: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row > .video-iframe-container { display: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .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); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { border-width: 0; border-radius: 0; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { width:47.75rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cOL4reXymJyLoJnLhLntnMdht2spruSU { width:6.1861977577209rem;height:2.25rem;top:11.6875rem;left:3.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #poakzFnRvENqfW3NWCNh0TzX0nAkJLTS { width:46.1875rem;height:30.1875rem;top:8.2708129882812rem;left:0.6979167461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qomz1NFJsHTo4SkrHHo6TLrbpnDJk9TI { width:37.5rem;height:20.166667103767rem;top:16.229187011719rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcMK2XgUZKfuZoVt8LbQMrwoViy8kkA9 { width:10.9375rem;height:10.9375rem;top:2.2083740234375rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iA1BTvGdEhaTz90talry8hxxoRONqImD { width:37.5rem;height:1.8333333730698rem;top:8.2708740234375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXyHl7EldfqZZRarxZfkCGBzBLsMScmU { width:37.5rem;height:20.166667103767rem;top:16.229187011719rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nLmvyfp7KclcLit4rFro0WSe4gtugTrI { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { background-color: transparent; background-image: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container > .video-iframe-container { display: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row > .video-iframe-container { display: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .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); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { border-width: 0; border-radius: 0; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SzHTXUs0rtzipxNTLdttUe1PXV97sVSZ { width:6.1861977577209rem;height:2.25rem;top:2.1250610351562rem;left:3.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBDwlZzJRU4XcU2DAoDJPT0GuVu1lnSZ { width:46.1875rem;height:26.0625rem;top:2.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K76bpBtyGNXaeFQ4GmuLR9TRpBcUXT9M { width:37.5rem;height:16.500000357628rem;top:6.7813110351562rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pR8JMtCqTxZS3gkbItFq5FnCkaJLpnGw { width:37.5rem;height:16.500000357628rem;top:6.7813110351562rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { background-color: transparent; background-image: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container > .video-iframe-container { display: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row > .video-iframe-container { display: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .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); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { border-width: 0; border-radius: 0; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bpAhyc0FJS4QnQqa42zBkFfR5qOfJGSn { width:6.1861977577209rem;height:2.25rem;top:10.875061035156rem;left:3.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nd9LFub5nugyX0hGaTOJv2bzAyt1fR2k { width:46.1875rem;height:25.125rem;top:7.6484985351562rem;left:0.6979167461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hxl1wTwobyTdeyXpRolpxwgJmmTyxLof { width:37.5rem;height:16.500000357628rem;top:15.458374023438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuLyM9ml7F5MAWN1OnI9UCvtqEbtObnZ { width:10.9375rem;height:10.9375rem;top:2.1666870117188rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FHpR33V0dU5ddSLft8RFyqgGbiKKpKCl { width:37.5rem;height:16.500000357628rem;top:15.458374023438rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { background-color: transparent; background-image: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container > .video-iframe-container { display: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row > .video-iframe-container { display: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .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); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { border-width: 0; border-radius: 0; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { width:47.75rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #egT2hhuawLyD4RtmTIITMtIJKfziOJ3T { width:6.1861977577209rem;height:2.25rem;top:11.000061035156rem;left:3.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6zWyu5NaNU8TKmXAB7A7lLEzwyMUzZD { width:46.1875rem;height:31.9375rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlfKToDZOWbqJLi0FyzwlxrctNCHbUTt { width:37.5rem;height:20.166667103767rem;top:15.6796875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHb8qsKuqIB5uVsaXXeevQrbKwL7t9sr { width:10.9375rem;height:10.9375rem;top:2.1875rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veINi6LadU8QeHGM2R8h5O9GIbuNu1uJ { width:37.5rem;height:1.8333333730698rem;top:8.2708740234375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d1ZB26S2DRQZOtiwnseqeh7rhTlV6xXn { width:37.5rem;height:20.166667103767rem;top:15.6796875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { background-color: transparent; background-image: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container > .video-iframe-container { display: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row > .video-iframe-container { display: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .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); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { border-width: 0; border-radius: 0; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Io14rnHQaI6qhFRa8yWdRRXLnqXzvybs { width:6.1861977577209rem;height:2.25rem;top:2.1875rem;left:3.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0T9pOeyo2NSfBASQuA7BlQBdrsAcVag { width:46.1875rem;height:24.8125rem;top:2.1875rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vv323CE8rMIlRtWh8pRQk5IOgOLXb8WN { width:37.5rem;height:14.666666984558rem;top:6.9583740234375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BOkC0aXhGhEz9ZOl9m1sQIKzQfvfdEa1 { width:37.5rem;height:14.666666984558rem;top:6.9583740234375rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz { display:block; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oLgFq4aVtaKcU1gyNnXTT7QAtHQOaXzn { width:13.75rem;height:3.375rem;top:2.5625rem;left:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1zlOi4JoDtTHv3gMQWk8eNwF9es8I3c { display:block; }
 }@media only screen and (max-width: 1199px) { #DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ { display:block; }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W { display:block; }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fEiCNpL9tJ4n8HoQrVIbzJ5V6lwu4fXl { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWbIrNQSSqe2rKBoc7JwHuv9zdKksUXh { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9RZRpCP0hOFZIIp0DxAQ4FsVDUx2LPD { width:18.725rem;height:3.32395625rem;top:8.6875rem;left:14.512500941753rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #e4JZKBP1uVbBCeTEAkmRTm321SAFmvsE { display:block; }
 }@media only screen and (max-width: 1199px) { #xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh { display:block; }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row .container { width:47.75rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XRoxmQbtJF46TxRI9XTABbLxyX98J39z { background-color:rgba(155,211,125,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container { background-color: transparent; background-image: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container > .video-iframe-container { display: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row > .video-iframe-container { display: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .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); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container { border-width: 0; border-radius: 0; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dCzbrhGIidRLH5saz2RdEB5X5iFsMnpS { width:37.875rem;height:4.5rem;top:0.95468711853025rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 { display:block; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sTpTTElzphTwuptcJfab4TWEVTVZG6kw { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H1kPIbo6MUsbn3hZPAp7HaNg3fChMzLg { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl { display:block; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OqJU95mEfBcT7ShuJa4Trke333SQLMT5 { width:45.3125rem;height:3.8333332538605rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa { display:block; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ucbK8iio4vl3oJvh622iPiEnLuVrasLm { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTPiGZ3Qh069UmddXmpX116zwhL2apAm { width:31.3125rem;height:2.0833332538605rem;top:0.71875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMA3861vW7uHmvAArthRmirKhrCTlFev { display:block; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QiZBXG8AtaTgEZ2HGTs4bz8mR9WDfEDn { width:45.3125rem;height:3.8333332538605rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #anIZvoE4G87so5lM1BurK0B9oyu3hkoV { display:block; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gTXKptaPwAgvKPmNRPZZCLfe3T59iDW1 { width:31.3125rem;height:2.0833332538605rem;top:0.65625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXCT1E4E6bwSazmWNTMVF9fhD17JxxfI { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X843CpicKGQ65BTe7DTaXFCfEO0a90mm { display:block; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S8Tw8gpUFwry73TFTAIuL3cvHn0J0eA7 { width:37.3125rem;height:11.499999761581rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJuVRqAWXB8rbDSat5IICpWLocmFuNwQ { width:37.3125rem;height:11.499999761581rem;top:0rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C4iSbiLSl3v99n050upRokpy7Zof4QdQ { background-color:rgba(155,211,125,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container { background-color: transparent; background-image: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container > .video-iframe-container { display: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row > .video-iframe-container { display: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .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); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container { border-width: 0; border-radius: 0; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tGEX7ITiLXO8SiI9QF2BICTI6XbomvVP { width:37.875rem;height:9rem;top:0.95468711853025rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUrK0Gee642fkI7D9QdS7Hik25fd1mWD { display:block; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rErfp5CHOAlwutfQWwCICnX3qbtG5OvM { width:31.3125rem;height:4.1666665077209rem;top:0.65625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quLn1hIVH4k0SVd5VhosAyN2Id3rRG8z { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq { display:block; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AugPHthZxbwaaD673Mq2v9ViQhUgyLUF { width:37.3125rem;height:13.416666269302rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0iOtls5K3Tv6dQT5EJz8VPN9dCETPsn { width:37.3125rem;height:11.499999761581rem;top:0rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB { background-color:rgba(155,211,125,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container { background-color: transparent; background-image: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container > .video-iframe-container { display: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row > .video-iframe-container { display: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .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); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container { border-width: 0; border-radius: 0; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RErOKqrLe9i179BAEA19w0MZBSI0Xz6f { width:37.875rem;height:4.5rem;top:0.95468711853025rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS { display:block; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WVKdVxgOJx1kbgZ3l353b4ZUKIOOzTPz { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dn6Z7fFHc9T3N5HvMSe3BUfS8Aylv9zE { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RB4t2tgUexlXV1cemod6h9DSfHLQEd6a { display:block; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container { width:47.75rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lnG8FXmN4kFczIg6bW35bVpx7TRL0v5o { width:41.25rem;height:13.416666388512rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwGT0CoT0TA050f5LeJGzzU779WMbTdo { width:41.25rem;height:13.416666388512rem;top:0.40625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yQQJNfNdGpkahrRL00tw4Df0vWtqbkse { display:block; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OHKNrK3nvlXDHgpDCTg3BV8LP9Rl3N58 { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ExrlK3OxlSrkoPIuCv3dLsgiRozZItGG { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl { display:block; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WRpZRM0QEEQ1nuZAErumXo45z8bXfGzB { width:45.3125rem;height:3.8333332538605rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJZas0aCeprgBdklQnxSvHHGkEUEaRya { width:45.3125rem;height:1.86666875rem;top:0.40625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T { display:block; }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f { display:block; }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row .container { width:47.75rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VLnBFTdPpz2FnGWi7Wx9p2TrURyaVnRg { width:47.75rem;height:5.5rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9rF3tQybAJLc6DDTs8TNVNeuEVgJ0nD { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z { display:block; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container { width:47.75rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wmrpo8tRix4MmnbWHtEh8eQaDvldsWrI { 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) { #P0ULH0y7DJPMw0EwOi1aTIKhkeLsdBeA { display:block; }
 }@media only screen and (max-width: 1199px) { #pwEHNiV4lX6sh7cWxRzc42VfUJaGKUUw { width:47.747394561768rem;height:1.8333333730698rem;top:55.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .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; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .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 #fb813d;border-left:0.1875rem solid #fb813d;border-right:0.1875rem solid #fb813d;border-bottom:0.1875rem solid #fb813d; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .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; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t { width:20.625rem;height:8.19140625rem;display:flex;top:59.727905273438rem;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) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #bPOPvGEhiyt7vmODA4F30khN2ud5v6sD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #dLKKBQQnonI9ZrszPRPo1niK0iDhWuTw {  }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #lwyUQu2fVaM8zXv1rlwh4KMMBJEpfVHD {  }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #bnTO2TfSOzgEeKGtUM8EmDHOKFwBwCwp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #TvRfiA3PocfhgJTqSPFneOiTl8BNV5Zi {  }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #RJNVwS9Zr7wLDMlWfBmbAJGQUwayzzyT {  }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #p52vUbsf7KDSEwM5GDT6hKOCt1w6fd1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #rWav11PXz48xlwJWsUR7c8KwIF4izAzW {  }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #rNOUIXBJOTe00KEvshAed640P4pR6rW6 {  }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #ligmRzJRuI7Us4Nw11frUNHkxJccCQkJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #i5sPGhumd34o4efF1yUShZgyc0uCCKFT {  }
 }@media only screen and (max-width: 1199px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #sV5DJd6NZKcsMum6MR6EokAQ5UFSDEqe {  }
 }@media only screen and (max-width: 1199px) { #TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 { display:block; }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r1JyhdMxBmH8OcwsM6PPgsFNXr3b7IgV { width:4.6875rem;height:4.75rem;top:12.03125rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa { display:block; }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp { display:block; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J { display:block; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tC7mEVQonMPCRocwdu145QrAm0wT824Z { display:block; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau { display:block; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT { display:block; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dczC4FBawgh0oaFs3tlObmlkbPpelou8 { display:block; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV { display:block; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi { display:block; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DzB37LqhQ6P5DA72oorpTg1waiJgomFq { display:block; }#DzB37LqhQ6P5DA72oorpTg1waiJgomFq > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFzv0HOd22qEP2M3DAfkAZr1oN3CIbdD { width:2.8125rem;height:2.875rem;top:1.59375rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH4H4WJfBwdgr82f0cL1CmmRHmoagXdG { width:12.5rem;height:1.25rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd { display:block; }#TwntmKzcKIpvfLtFcsOSqWTKSwbsQfWd > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG22zM948RpmzJUPTlDAM3R30qnDapLF { display:block; }#rG22zM948RpmzJUPTlDAM3R30qnDapLF > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVaFH1CxUDBm0aCTNTSZCLQF8g2K29Gx { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhPcium13qm0G2LyquEPdglcOQHfo7J { width:4.8125rem;height:4.8766666666667rem;top:4.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqNzwwkCdi11ydgtpRF1cUZTh0JBRHkL { width:20rem;height:3.1666667461395rem;top:10.688802242279rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 { background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/2zeQ8V1x/G_o_wne_na_www.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3.adaptive-delivery-prevent-bg, #ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3.lazyload, #ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3.lazyloading { background-image: none; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container { background-color: transparent; background-image: none; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container > .video-iframe-container { display: none; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row > .video-iframe-container { display: none; }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .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); }#ssCHpnBdQFXEgEUPBFC9XJ3aBT9aHdk3 > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WleeDthBZnkNzpbHo2TPPHGpDPZtdSl8 { width:20rem;height:11.1875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF9c0sIrI62Hnp9xDfSwKMrbV9Fevi4s { width:20rem;height:2rem;top:22.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQhchaPzDAsITzKkRT76GCITmqrub0lR { width:3.4375rem;height:3.5625rem;top:24.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuZcUik5wMQ66oXJ1eF3wq0BzRNFLWeN { width:20rem;height:3.1666667461395rem;top:27.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ { background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/2zeQ8V1x/G_o_wne_na_www.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ.adaptive-delivery-prevent-bg, #yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ.lazyload, #yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ.lazyloading { background-image: none; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container { background-color: transparent; background-image: none; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container > .video-iframe-container { display: none; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row > .video-iframe-container { display: none; }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .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); }#yJvy2eOMPL4Ca1psaeKQL73AXbX90CsQ > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w92Q1vqTU56zzEGKF0954Fz9ObF224Tc { width:20rem;height:11.1875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6QaMT4NyloFlWBioR9wl7FqNXFmMX6y { width:20rem;height:2rem;top:22.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl7MIvbmJTktngMIasZ1rJ9euCAlaau { width:3.4375rem;height:3.5625rem;top:24.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vafvltQUPsGpT9URvcWsmuUvouk5mOAn { width:20rem;height:3.1666667461395rem;top:27.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ { display:block; }#fL8WMmbblBNP8iXq5ydHJACWxXhRtLZQ > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzNwamuSacgcUVIpcPt103QrqJE32271 { width:18.125rem;height:18rem;top:1.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPT7Kx2mkE42qrmm7JwuUHoXl50cuIvM { width:18.125rem;height:22.5rem;top:1.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX { display:block; }#RKH0Gm1GKD3UbCcVgCSIFI3Ev9vTS9mX > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtdJ6Pd7QIKaT4gBn4kgHA65d2Xvaedm { height:10.5rem;width:18.75rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA { display:block; }#TyIszJzlT1RtcWLhwesyFtXSK0hTJSoA > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZB8Bu7CTXkqpO5ThpEzIxNPTy33nTcD { width:20rem;height:1.8333333730698rem;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN14rSi4zhKy05JyOvWUBbiQzSKc9hEK { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9mLvwlZUnlbhsFBy8SuJu1LW433STDO { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container { background-color: transparent; background-image: none; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container > .video-iframe-container { display: none; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row > .video-iframe-container { display: none; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .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); }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container { border-width: 0; border-radius: 0; }#l9mLvwlZUnlbhsFBy8SuJu1LW433STDO > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLEZOl1fh9NQIOIHcUXINLOZovAfKK7O { width:19.1875rem;height:7.5rem;top:4.3958435058594rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUddBlM76l0WHIpuq7482TzdppTyvni7 { width:20rem;height:6rem;top:14.083343505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0924PlDQkbPvy24TrqlwWzIcC1JUFy7 { width:19.1875rem;height:7.5rem;top:27.020843505859rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBuXTtw9wdJ7kfT8VfC3ASSHKOXOB2k5 { width:19.1875rem;height:3rem;top:27.020843505859rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #cAMb2EsZnTiLgEJJMPtugd2ZLaRWTE5T { width:14.375rem;height:0;top:4.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxAib8ETD3M2MB0dgD7aKX5EugT2Ira9 { width:3.125rem;height:3.125rem;top:35.770874023438rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDuJQPMugEuF3She1oEqRbLD8OCRqZvR { width:3.125rem;height:3.125rem;top:40.208374023438rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbcEcTaTyUlFb29bEOOX4kdS2NoPrc2D { width:3.125rem;height:3.125rem;top:44.645874023438rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpKdS3BVDwdU07htdiegdIUVaUeMXfTE { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container { background-color: transparent; background-image: none; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container > .video-iframe-container { display: none; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row > .video-iframe-container { display: none; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .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); }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container { border-width: 0; border-radius: 0; }#MpKdS3BVDwdU07htdiegdIUVaUeMXfTE > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XecRyToDbTT0NmX70w5Tle15qD48HVk8 { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvVXm5GkCblKKgsl0u0s5p8LJ5Kk0GPx { display:block; }
 }@media only screen and (max-width: 763px) { #Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk { display:block; }#Ln8pP2sU4vsrkF9yHSExSLGzWn8qXgLk > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpzzuReda7mPspnvTXugaL70xeDRwru9 { display:block; }#JpzzuReda7mPspnvTXugaL70xeDRwru9 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfwy29mpmymLIzi9NAKDnn4NsUu6RpDW { width:20rem;height:1.8333333730698rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbGT4MU5GXGPIdeopg3nRt7fU8fg3vSU { width:12.5rem;height:0.125rem;top:1.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container { background-color: transparent; background-image: none; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container > .video-iframe-container { display: none; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row > .video-iframe-container { display: none; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .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); }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container { border-width: 0; border-radius: 0; }#tFxaJDBsadyFuCGVscTF3Jg1R4TczxMJ > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqseUxdts8w99Ocgs4hy4G8yEmWffoia { width:18.125rem;height:3rem;top:4.3958358764649rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euzlHJtwWWNPFXJlLl9JHmO0o5h0Ri3b { width:18.125rem;height:7.5rem;top:12.79167175293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKIogeXTDdtpaOduh07xUgNk0IS8OLOZ { width:18.125rem;height:4.5rem;top:24.31120300293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0lTOGdSiEGICBQ7Mpqa5X9OQhOenKkF { width:3.125rem;height:3.125rem;top:30.061157226562rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0a1TlUlhgsFP9wLxtiPxWIytHPnt0gB { width:3.125rem;height:3.125rem;top:34.498657226562rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFWipJELF9B5kSR1kTFCWMZysnugk5Fz { width:3.125rem;height:3.125rem;top:38.936157226562rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 { display:block; }#GoDHE5FM1IhIhn2mmip6SKQ2nzzuwD89 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe { display:block; }#h6aTUJtFZdqSBQZ6T8QBfprNFMEgkREe > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wi2hix9NgBHPe33vcGWUqhEgx2diEG1t { width:20rem;height:1.8333333730698rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x032O38StXd00UipgZCKC2lyCwl28I9q { width:12.5rem;height:0.125rem;top:1.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwAICb1qsphoFsNcTnbcT5eUgkdrXhla { display:block; }#xwAICb1qsphoFsNcTnbcT5eUgkdrXhla > .row .container { width:20rem;height:109.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3kVfxRXql0lTgZcIylLTvHQ0KLLHKPZ { width:19.875rem;height:23.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naIDLzKmZ3M1qkwozJ7QQM8gqPdZcWR3 { width:20rem;height:0;top:6.1875rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #VgLs3BXnXRcpz6u0W2zw359COcscAfCT { width:19.875rem;height:23.9375rem;top:84.020833343269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbdlqrW5t79tFL0sGRAXISWcrLqy4NaU { width:20rem;height:0;top:88.958333343269rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHcV0y30MZdxUppABE0zqJE2SxnCcS9Q { width:19.875rem;height:23.9375rem;top:58.666666671634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdUgNLunEay1bqVWhi8qUxuI93RVH6cI { width:20rem;height:11.000000119209rem;top:63.604166671631rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKn6tUkMlTZ1hJtCEDkw2IDG3oEQOFaz { width:9.375rem;height:9.375rem;top:26.604166671634rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJsImTtzd5MLXOMmMmw79EoWB3nxtf6h { width:9.375rem;height:9.375rem;top:37.291666671634rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERt98HX329v59Ihp4MVahL0IXJWIc0ob { width:9.375rem;height:9.375rem;top:47.979166671634rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO { display:block; }#vsmR92fn3kz9t5BezsPxIgxZsQ5uaHgO > .row .container { width:20rem;height:113.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwcfupivnW7oaOEIFwSkoJZmppCQU3Ow { width:19.875rem;height:25.4375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs2TA9pQ8AFBRfTVQ3cu0vVQR4hh8uDT { width:20rem;height:14.666666865349rem;top:38.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai2BXd9fFyicTAsZdBRMtitp2HfhebZd { width:19.875rem;height:25.4375rem;top:60.166666671634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoyLtucblI2Gt8Gkh7TZuJbbV0M4NQdX { width:19.875rem;height:25.4375rem;top:87.020833343269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgbSnU9TkxcUX1vlqrk7ZPCnmdGtyHJ1 { width:20rem;height:5.5000001192093rem;top:38.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tohByb3DfuJe6pLMFeurinFmHGttXiJP { width:20rem;height:7.3333334922791rem;top:38.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dELIVd9iib6TcTzaPT6wX8THXNJx8is5 { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2c8GVnMIg0cSylufhPk7w6KsnNdhGNG { width:9.375rem;height:9.375rem;top:11.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUB86DV47o5Hm27AuwAMVRu65ZtWWCxC { width:9.375rem;height:9.375rem;top:22.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container { background-color: transparent; background-image: none; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container > .video-iframe-container { display: none; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row > .video-iframe-container { display: none; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .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); }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container { border-width: 0; border-radius: 0; }#ZEa37vMZuSZfaimBsH1ULSBQ3NG95uv6 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPHOVWdqmcTQhN5tBQeN63i7nwwrQl4D { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLSEXTQKLXrDcP9fTLzoFPvzEOWPgcmH { display:block; }
 }@media only screen and (max-width: 763px) { #TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG { display:block; }#TLh3HaRQrkfxp2TFh5c96TkkXIKItPtG > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C { display:block; }#bA97ePkShGhBhIQiFSbPu3RAdAbx0m6C > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PD3vVQmlotXBntT88F29bvEtdmhtfctU { width:20rem;height:1.8333333730698rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHW14gggP9CGLCkmOe7xJAFESgT8WWiO { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container { background-color: transparent; background-image: none; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container > .video-iframe-container { display: none; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row > .video-iframe-container { display: none; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .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); }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container { border-width: 0; border-radius: 0; }#HBdJ0KBOWsRyTHk8AZa3NmrV0ZsZePs2 > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmIGTDyn7TRTxo8Dy0PntAyXqa9rzZSd { width:18.125rem;height:0;top:4.1458435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsWDi2DNkfrRRt4N38BtbUKa93KWXT0c { width:18.125rem;height:0;top:12.40625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #moT76EiUaAbLwCvkX77t1r8APx1vbRD9 { width:18.125rem;height:10.5rem;top:11.645843505859rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #klvfpJfi1EHPdS4e4F2eKBWo5eE2rAb6 { width:18.125rem;height:7.5rem;top:4.1666717529297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #SfFTTXSaogJTDubmoQHyuNoT14Ac3aaz { width:8.9375rem;height:2.5833332538605rem;top:23.395812988281rem;left:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWRPofEa2VVTAa9gd9NwwAl2TVersC53 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container { background-color: transparent; background-image: none; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container > .video-iframe-container { display: none; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row > .video-iframe-container { display: none; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .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); }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container { border-width: 0; border-radius: 0; }#JWRPofEa2VVTAa9gd9NwwAl2TVersC53 > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoFFqn5W1o7zHi0Tsfb4GXoZzNC85Q9t { width:18.125rem;height:0;top:4.1458435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #viaVHDZSZupq9KWDpldhq2k2rQsVK2ie { width:18.125rem;height:0;top:12.40625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUlbPCLf0S0wb7UBproyeH13zRDX1kln { width:18.125rem;height:10.5rem;top:11.645843505859rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #lAAFTHatBd5L2wdQvWfZn7lMCeiDRpLf { width:18.125rem;height:7.5rem;top:4.1666717529297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #oEyBhT4By1LKQ7z72HlWQuMCX90OKgSn { width:8.9375rem;height:2.5833332538605rem;top:23.395812988281rem;left:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container { background-color: transparent; background-image: none; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container > .video-iframe-container { display: none; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row > .video-iframe-container { display: none; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .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); }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container { border-width: 0; border-radius: 0; }#hxnTe4mEG7vTbCxFJg950gK6XF05qUg0 > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i322cVsy6ZMtqJabX3oHSqK4lbHJg5nF { width:18.125rem;height:0;top:4.1458435058594rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpLnp3XkrkMhl0RmzuybakXWZAGgpCf0 { width:18.125rem;height:0;top:12.40625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOKBzFr4kzzuuFFCTBoAnf8Pl4mLcvFR { width:18.125rem;height:10.5rem;top:11.645843505859rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #FAv9rkfss65cD1vZ1rkvI9IbARIcgmio { width:18.125rem;height:7.5rem;top:4.1666717529297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #QbadrSL3DENitoQCpUF9ggPD5JrHPv5R { width:8.9375rem;height:2.5833332538605rem;top:23.395812988281rem;left:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #crmlIpWSbnIccdcySlHzmbu7X51EHnQc { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container { background-color: transparent; background-image: none; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container > .video-iframe-container { display: none; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row > .video-iframe-container { display: none; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .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); }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container { border-width: 0; border-radius: 0; }#crmlIpWSbnIccdcySlHzmbu7X51EHnQc > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO75B0G7AyVnsl9avUmucoXNmLOT3F08 { width:20rem;height:2.4166667461395rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfiPvoBKokWWXFKigdHKJ22K64KT78x2 { width:4.8125rem;height:4.8125rem;top:4.9166667461395rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9tD9OEX1pNhTTTxzqx3WvUMhUkP2EnV { width:20rem;height:2.5833332538605rem;top:10.979166746139rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container { background-color: transparent; background-image: none; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container > .video-iframe-container { display: none; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row > .video-iframe-container { display: none; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .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); }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container { border-width: 0; border-radius: 0; }#x1X7iOGyFqUCCmFoLCROryy2OFWc8ZDw > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChBTDDw0Tebxemu8DQ6SpH6EcXh0lt9J { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcGEfMiyPu5qMCcbptMl7U0HL2XysAl { display:block; }
 }@media only screen and (max-width: 763px) { #M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 { display:block; }#M14sWkkthKsKd99ElB8lQnCv1PQbcnC1 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG { display:block; }#CAIroRWEJmTab5cJFn6Xs2J1HdTwMAQG > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcCgNSqgpZhwpbGNcDQOmgsrNfNpSZ54 { width:20rem;height:1.8333333730698rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLRcZsmNVKhmkzx5D2NO0S1hGT4memMk { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI { display:block; }#JwGz8nzdV5Tg54rGcdlmisoWSt0oEFRI > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 { display:block; }#fZfndf7SRCerT4UVhf5UAxgDTWGJacJ7 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S { display:block; }#uR8rx0LLVQcDO143KyQQ5IWKKQ8whI8S > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S405dIMSTLkMHyb3qM3Ait0bgeaPiXIm { width:20rem;height:1.8333333730698rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeCF31PCqCFugkAx7AV0iGLRqUmX2sCu { width:12.5rem;height:0.125rem;top:1.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUcATyvUiGMR9VJTgotd05mkEAs45VXA { width:20rem;height:3.1666667461395rem;top:5.8541870117188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q { display:block; }#ylr5u6PazVluWI2ubdUaEhwN3dRyiU7Q > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E { background-color:#f4fdef;background-image:none;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;display:block; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container { background-color: transparent; background-image: none; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container > .video-iframe-container { display: none; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row > .video-iframe-container { display: none; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .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); }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container { border-width: 0; border-radius: 0; }#DGic9EnhJGdpl8fXWuLTdufXoU7lcX3E > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEg6IeatUs0zV6u8xtWALtti0tMSA3mG { width:18.75rem;height:3.3736979961395rem;top:8.01171875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX2E6hN4e6046lkqDmTxVTqArbfMXFUe { display:block; }
 }@media only screen and (max-width: 763px) { #aMLJLbP4bcfH8ay2wOUC91UqxPVCeakH { width:20rem;height:1.5833333730698rem;top:19.654218763113rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT .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 #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT .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; }
#IF2fK4P3FIGpPN5V1moQb94eElTndfrT { width:14.625rem;height:5.4375rem;display:flex;top:12.57421875rem;left:9.8125rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #JLbF6bLKB3ITnh85CtEUzsmQlLI9FvLK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #O25RqDTabPmH16QK0qSnvaQpsDEVFPRf {  }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #A2GKNERckJ61eyyxsd3ZDiP4my5lOvQ8 {  }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #co3XcwRhALItsUsp9rLdbnLyfHA5lP08 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #X1914uShPhTVbinToTACCHIsr7JgTREp {  }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #caZ9uoKGMxzIc3N1aT7ClPOpgBnRKoIB {  }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ruD3f1XETqpHTkB2unVGCVfEQJlB95yx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #Z7mTC0iex1OiFUu1m1doAbTSSWzl7UAq {  }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ZwdusXkc7TSWaxS7pccavebVP8MF37EH {  }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ZlrvOex10TUxDtpAUnBLTVIEhMVOaK6w { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #sqP47JHnyZCEtZzTOwocAAUPRM1QL51f {  }
 }@media only screen and (max-width: 763px) { #IF2fK4P3FIGpPN5V1moQb94eElTndfrT #ffU566siHonTgZ36ND8NTFPb7nJidcXN {  }
 }@media only screen and (max-width: 763px) { #DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq { display:block; }#DzUqQfO4vwsyk93paAaQZ7BRKDQSIdRq > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8335v283TTBZu32mfbfZflkuGrbWr8Z { display:block; }#M8335v283TTBZu32mfbfZflkuGrbWr8Z > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT86ZT8mDzK4rC3E9gNmovOiPgbfocCD { width:20rem;height:1.8333333730698rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRpkKZm8uc0liM3u9rT0Clc3Og5QNXvI { width:12.5rem;height:0.125rem;top:1.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio { display:block; }#CuHh4FApnyvxPTKIx8DBgxFlg9O32Tio > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ldr77Ka7TveCKXZJciiLSlHQsV8FL14X { width:16.1875rem;height:20rem;top:0.58331298828125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TREXSqMdriIPwQf0HwlSDKPoANlF8KlL { width:20rem;height:0;top:22.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyfCL04RLTo2WLMcA4dm76bvx4w6MAhF { width:20rem;height:3.6666667461395rem;top:21.9765625rem;left:0rem;font-size:1.25rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #vqWKGeOiDXZ0U6hJOWkyru8w5OrxQ8p8 { width:20rem;height:0;top:27.645874023438rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKz2xo6rp6aShylb5rMaKsgutJTVunbp { width:20rem;height:auto;top:9.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxBCUB7lsuPBZQKxcpNoJxMWnTtETtcN { width:20rem;height:22.166667222977rem;top:26.64453125rem;left:0rem;font-size:1.0625rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV { display:block; }#Ter3Ko8R8vFPThhHkxzGPMkITAVfzNFV > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD { display:block; }#JeIlZ5eCLworqSQfHD4P5aJpzTGDC8mD > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wrl9mRZEoUtAKSGllK9X3l6Rp6ie5Eqx { width:20rem;height:3.6666667461395rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWAI7Oeflw45MRT1UBN1U7udcurocS4q { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIZon6WdoLxdQIaI9vhgEIQyBpCTeip { width:18.75rem;height:3.3125rem;top:5.7708333730697rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXSTvG4mvaCuLl9g9MxdTCP6VhMmTBio { display:block; }
 }@media only screen and (max-width: 763px) { #Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { background-color: transparent; background-image: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container > .video-iframe-container { display: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row > .video-iframe-container { display: none; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .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); }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { border-width: 0; border-radius: 0; }#Gb5D8C9TEgbhfW7OAx04oN5uD7Csrkkf > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyE8Cl1z5OdOSAN6hkJXrSrAvTSLT6WK { width:6.1875rem;height:auto;top:10.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9uo0dxyIxDf8cLtHLCEGH9p9ByCd7XS { width:19.4375rem;height:25.6875rem;top:6.9387817382812rem;left:0.39583337306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #R54FWihcETTMJsleBt1Pcbvuy30entVA { width:18.125rem;height:0;top:11.7265625rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzJkV4MhurbJO90mm2zsQdMJNKOUlmr1 { width:9.375rem;height:9.375rem;top:2.33203125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqr0UmDU0SBQZnsPo57dkOy7JL8xd9mW { width:18.125rem;height:21rem;top:11.7265625rem;left:0.90625rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { background-color: transparent; background-image: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container > .video-iframe-container { display: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row > .video-iframe-container { display: none; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .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); }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { border-width: 0; border-radius: 0; }#prVbbnokTbn2ilFc6Ia9cpe9hSWTyX0h > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOL4reXymJyLoJnLhLntnMdht2spruSU { width:6.1875rem;height:auto;top:10.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #poakzFnRvENqfW3NWCNh0TzX0nAkJLTS { width:19.4375rem;height:27.1875rem;top:6.9375rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomz1NFJsHTo4SkrHHo6TLrbpnDJk9TI { width:18.125rem;height:0;top:3.8984375rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcMK2XgUZKfuZoVt8LbQMrwoViy8kkA9 { width:9.375rem;height:9.375rem;top:2.3125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1BTvGdEhaTz90talry8hxxoRONqImD { width:5.1875rem;height:3rem;top:2.4401245117188rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyHl7EldfqZZRarxZfkCGBzBLsMScmU { width:18.125rem;height:22.5rem;top:11.75rem;left:0.90625rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #nLmvyfp7KclcLit4rFro0WSe4gtugTrI { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { background-color: transparent; background-image: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container > .video-iframe-container { display: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row > .video-iframe-container { display: none; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .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); }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { border-width: 0; border-radius: 0; }#nLmvyfp7KclcLit4rFro0WSe4gtugTrI > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzHTXUs0rtzipxNTLdttUe1PXV97sVSZ { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBDwlZzJRU4XcU2DAoDJPT0GuVu1lnSZ { width:19.4375rem;height:27.875rem;top:2.3125rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #K76bpBtyGNXaeFQ4GmuLR9TRpBcUXT9M { width:18.125rem;height:0;top:3.5859375rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pR8JMtCqTxZS3gkbItFq5FnCkaJLpnGw { width:18.125rem;height:27rem;top:3.4609375rem;left:0.90625rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { background-color: transparent; background-image: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container > .video-iframe-container { display: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row > .video-iframe-container { display: none; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .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); }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { border-width: 0; border-radius: 0; }#CB3i3AEfbUVdxw5eWUQDAr5440y7XW0N > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpAhyc0FJS4QnQqa42zBkFfR5qOfJGSn { width:6.1875rem;height:auto;top:10.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nd9LFub5nugyX0hGaTOJv2bzAyt1fR2k { width:19.4375rem;height:21.0625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxl1wTwobyTdeyXpRolpxwgJmmTyxLof { width:18.125rem;height:0;top:11.6875rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuLyM9ml7F5MAWN1OnI9UCvtqEbtObnZ { width:9.375rem;height:9.375rem;top:2.25rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHpR33V0dU5ddSLft8RFyqgGbiKKpKCl { width:18.125rem;height:16.5rem;top:11.6875rem;left:0.90625rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { background-color: transparent; background-image: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container > .video-iframe-container { display: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row > .video-iframe-container { display: none; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .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); }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { border-width: 0; border-radius: 0; }#R0gKni7DPcJuJpiFhCcHnrFqNxTBXALU > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egT2hhuawLyD4RtmTIITMtIJKfziOJ3T { width:6.1875rem;height:auto;top:10.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6zWyu5NaNU8TKmXAB7A7lLEzwyMUzZD { width:19.4375rem;height:24.1875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlfKToDZOWbqJLi0FyzwlxrctNCHbUTt { width:18.125rem;height:0;top:11.729187011719rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHb8qsKuqIB5uVsaXXeevQrbKwL7t9sr { width:9.375rem;height:9.375rem;top:2.3125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veINi6LadU8QeHGM2R8h5O9GIbuNu1uJ { width:5.1875rem;height:3rem;top:2.8762817382812rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ZB26S2DRQZOtiwnseqeh7rhTlV6xXn { width:18.125rem;height:19.5rem;top:11.729187011719rem;left:0.90625rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { background-color: transparent; background-image: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container > .video-iframe-container { display: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row > .video-iframe-container { display: none; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .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); }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { border-width: 0; border-radius: 0; }#DexldSNWy5u4cOAOOkwMTvx2vcv5OaOS > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Io14rnHQaI6qhFRa8yWdRRXLnqXzvybs { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0T9pOeyo2NSfBASQuA7BlQBdrsAcVag { width:19.4375rem;height:23.5625rem;top:2.3125rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv323CE8rMIlRtWh8pRQk5IOgOLXb8WN { width:18.125rem;height:0;top:3.6484375rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOkC0aXhGhEz9ZOl9m1sQIKzQfvfdEa1 { width:18.125rem;height:22.5rem;top:3.6484375rem;left:0.90625rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container { background-color: transparent; background-image: none; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container > .video-iframe-container { display: none; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row > .video-iframe-container { display: none; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .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); }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container { border-width: 0; border-radius: 0; }#my0BQrEM1ynTwqNOAPtFe53Ba0U9fasz > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLgFq4aVtaKcU1gyNnXTT7QAtHQOaXzn { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1zlOi4JoDtTHv3gMQWk8eNwF9es8I3c { display:block; }
 }@media only screen and (max-width: 763px) { #DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ { display:block; }#DtWyyQ1VUIOiN6diJqlfxn7Ro3e9pUTJ > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W { display:block; }#I7SXfgeFF5D8EJvB081Ez6L4QIUe2g5W > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEiCNpL9tJ4n8HoQrVIbzJ5V6lwu4fXl { width:20rem;height:1.8333333730698rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWbIrNQSSqe2rKBoc7JwHuv9zdKksUXh { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9RZRpCP0hOFZIIp0DxAQ4FsVDUx2LPD { width:18.75rem;height:3.3125rem;top:5.7708333730697rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4JZKBP1uVbBCeTEAkmRTm321SAFmvsE { display:block; }
 }@media only screen and (max-width: 763px) { #xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh { display:block; }#xGVVSHKoebtVI0SzdiVEXSQB7lB9SnTh > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRoxmQbtJF46TxRI9XTABbLxyX98J39z { background-color:rgba(155,211,125,0.3);background-image:none;display:block; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container { background-color: transparent; background-image: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container > .video-iframe-container { display: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row > .video-iframe-container { display: none; }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .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); }#XRoxmQbtJF46TxRI9XTABbLxyX98J39z > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCzbrhGIidRLH5saz2RdEB5X5iFsMnpS { width:18.125rem;height:2.0833332538605rem;top:1.15625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container { background-color: transparent; background-image: none; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container > .video-iframe-container { display: none; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row > .video-iframe-container { display: none; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .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); }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container { border-width: 0; border-radius: 0; }#zcTgn20cbp3hwi4Rbdod1TlLvtwDrw17 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTpTTElzphTwuptcJfab4TWEVTVZG6kw { 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) { #H1kPIbo6MUsbn3hZPAp7HaNg3fChMzLg { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container { background-color: transparent; background-image: none; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container > .video-iframe-container { display: none; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row > .video-iframe-container { display: none; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .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); }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container { border-width: 0; border-radius: 0; }#fakNAQwOwyMa1Lew990Pb0IMV0TXz5zl > .row .container { width:20rem;height:5.0833332538605rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqJU95mEfBcT7ShuJa4Trke333SQLMT5 { 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) { #TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container { background-color: transparent; background-image: none; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container > .video-iframe-container { display: none; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row > .video-iframe-container { display: none; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .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); }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container { border-width: 0; border-radius: 0; }#TUBTvTbPvbzPfCEKyZ2ik5oqfN1vaFMa > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucbK8iio4vl3oJvh622iPiEnLuVrasLm { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPiGZ3Qh069UmddXmpX116zwhL2apAm { width:20rem;height:1.9166666269302rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMA3861vW7uHmvAArthRmirKhrCTlFev { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container { background-color: transparent; background-image: none; }#wMA3861vW7uHmvAArthRmirKhrCTlFev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container > .video-iframe-container { display: none; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row > .video-iframe-container { display: none; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .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); }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container { border-width: 0; border-radius: 0; }#wMA3861vW7uHmvAArthRmirKhrCTlFev > .row .container { width:20rem;height:5.0833332538605rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiZBXG8AtaTgEZ2HGTs4bz8mR9WDfEDn { 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) { #anIZvoE4G87so5lM1BurK0B9oyu3hkoV { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container { background-color: transparent; background-image: none; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container > .video-iframe-container { display: none; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row > .video-iframe-container { display: none; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .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); }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container { border-width: 0; border-radius: 0; }#anIZvoE4G87so5lM1BurK0B9oyu3hkoV > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTXKptaPwAgvKPmNRPZZCLfe3T59iDW1 { width:20rem;height:1.9166666269302rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXCT1E4E6bwSazmWNTMVF9fhD17JxxfI { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X843CpicKGQ65BTe7DTaXFCfEO0a90mm { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container { background-color: transparent; background-image: none; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container > .video-iframe-container { display: none; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row > .video-iframe-container { display: none; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .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); }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container { border-width: 0; border-radius: 0; }#X843CpicKGQ65BTe7DTaXFCfEO0a90mm > .row .container { width:20rem;height:18.45703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8Tw8gpUFwry73TFTAIuL3cvHn0J0eA7 { width:19.3125rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJuVRqAWXB8rbDSat5IICpWLocmFuNwQ { width:19.3125rem;height:17.249999761581rem;top:1.20703125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #C4iSbiLSl3v99n050upRokpy7Zof4QdQ { background-color:rgba(155,211,125,0.3);background-image:none;display:block; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container { background-color: transparent; background-image: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container > .video-iframe-container { display: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row > .video-iframe-container { display: none; }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .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); }#C4iSbiLSl3v99n050upRokpy7Zof4QdQ > .row .container { width:20rem;height:5.3229165077209rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGEX7ITiLXO8SiI9QF2BICTI6XbomvVP { width:18.125rem;height:4.1666665077209rem;top:1.15625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WUrK0Gee642fkI7D9QdS7Hik25fd1mWD { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container { background-color: transparent; background-image: none; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container > .video-iframe-container { display: none; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row > .video-iframe-container { display: none; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .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); }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container { border-width: 0; border-radius: 0; }#WUrK0Gee642fkI7D9QdS7Hik25fd1mWD > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rErfp5CHOAlwutfQWwCICnX3qbtG5OvM { width:20rem;height:5.75rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quLn1hIVH4k0SVd5VhosAyN2Id3rRG8z { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container { background-color: transparent; background-image: none; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container > .video-iframe-container { display: none; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row > .video-iframe-container { display: none; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .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); }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container { border-width: 0; border-radius: 0; }#wRHbKHeM2OsbUpuyznQryN1CpQbHPqbq > .row .container { width:20rem;height:18.45703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AugPHthZxbwaaD673Mq2v9ViQhUgyLUF { width:19.3125rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0iOtls5K3Tv6dQT5EJz8VPN9dCETPsn { width:19.3125rem;height:17.249999761581rem;top:1.20703125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB { background-color:rgba(155,211,125,0.3);background-image:none;display:block; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container { background-color: transparent; background-image: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container > .video-iframe-container { display: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row > .video-iframe-container { display: none; }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .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); }#myTIGVEaWdDtsB3A26Oe0TVaNgZcQLkB > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RErOKqrLe9i179BAEA19w0MZBSI0Xz6f { width:14.6875rem;height:2.3333332538605rem;top:1.153564453125rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container { background-color: transparent; background-image: none; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container > .video-iframe-container { display: none; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row > .video-iframe-container { display: none; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .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); }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container { border-width: 0; border-radius: 0; }#PM7EvKpavMzNhmFuzthNVUkGzSMrGhOS > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVKdVxgOJx1kbgZ3l353b4ZUKIOOzTPz { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn6Z7fFHc9T3N5HvMSe3BUfS8Aylv9zE { width:20rem;height:3.8333332538605rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB4t2tgUexlXV1cemod6h9DSfHLQEd6a { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container { background-color: transparent; background-image: none; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container > .video-iframe-container { display: none; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row > .video-iframe-container { display: none; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .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); }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container { border-width: 0; border-radius: 0; }#RB4t2tgUexlXV1cemod6h9DSfHLQEd6a > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnG8FXmN4kFczIg6bW35bVpx7TRL0v5o { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwGT0CoT0TA050f5LeJGzzU779WMbTdo { width:20rem;height:22.999999523163rem;top:1.2279052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #yQQJNfNdGpkahrRL00tw4Df0vWtqbkse { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container { background-color: transparent; background-image: none; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container > .video-iframe-container { display: none; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row > .video-iframe-container { display: none; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .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); }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container { border-width: 0; border-radius: 0; }#yQQJNfNdGpkahrRL00tw4Df0vWtqbkse > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHKNrK3nvlXDHgpDCTg3BV8LP9Rl3N58 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExrlK3OxlSrkoPIuCv3dLsgiRozZItGG { width:20rem;height:1.9166666269302rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container { background-color: transparent; background-image: none; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container > .video-iframe-container { display: none; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row > .video-iframe-container { display: none; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .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); }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container { border-width: 0; border-radius: 0; }#RpxxAOtTWi7b4Dek8EhBcwBAyJP55xXl > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRpZRM0QEEQ1nuZAErumXo45z8bXfGzB { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJZas0aCeprgBdklQnxSvHHGkEUEaRya { width:20rem;height:7.6666665077209rem;top:1.3958740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T { display:block; }#ScqE5mCuuyhsdTK3XrGdR1I5IwqZkq8T > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f { display:block; }#gkbNv13UgIkVXvR5L5frXC9WDo2Dsm5f > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLnBFTdPpz2FnGWi7Wx9p2TrURyaVnRg { width:20rem;height:3.6666667461395rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9rF3tQybAJLc6DDTs8TNVNeuEVgJ0nD { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z { background-color:#f4fdef;background-image:none;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;display:block; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container { background-color: transparent; background-image: none; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container > .video-iframe-container { display: none; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row > .video-iframe-container { display: none; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .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); }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container { border-width: 0; border-radius: 0; }#X8ghZ3fTm6RpC2b3SVCDkM79w3m0Tn6z > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wmrpo8tRix4MmnbWHtEh8eQaDvldsWrI { width:18.75rem;height:3.3736979961395rem;top:8.01171875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ULH0y7DJPMw0EwOi1aTIKhkeLsdBeA { display:block; }
 }@media only screen and (max-width: 763px) { #pwEHNiV4lX6sh7cWxRzc42VfUJaGKUUw { width:20rem;height:1.5833333730698rem;top:19.654218763113rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .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 #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t .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; }
#yVpJqivyOqyCIVBasdeX9s6WKHzncF3t { width:14.625rem;height:5.4375rem;display:flex;top:12.57421875rem;left:9.8125rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #bPOPvGEhiyt7vmODA4F30khN2ud5v6sD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #dLKKBQQnonI9ZrszPRPo1niK0iDhWuTw {  }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #lwyUQu2fVaM8zXv1rlwh4KMMBJEpfVHD {  }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #bnTO2TfSOzgEeKGtUM8EmDHOKFwBwCwp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #TvRfiA3PocfhgJTqSPFneOiTl8BNV5Zi {  }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #RJNVwS9Zr7wLDMlWfBmbAJGQUwayzzyT {  }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #p52vUbsf7KDSEwM5GDT6hKOCt1w6fd1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #rWav11PXz48xlwJWsUR7c8KwIF4izAzW {  }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #rNOUIXBJOTe00KEvshAed640P4pR6rW6 {  }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #ligmRzJRuI7Us4Nw11frUNHkxJccCQkJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #i5sPGhumd34o4efF1yUShZgyc0uCCKFT {  }
 }@media only screen and (max-width: 763px) { #yVpJqivyOqyCIVBasdeX9s6WKHzncF3t #sV5DJd6NZKcsMum6MR6EokAQ5UFSDEqe {  }
 }@media only screen and (max-width: 763px) { #TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 { display:block; }#TokXCWkA0x9S9H9dDNBQ4qEAelZ9miz9 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1JyhdMxBmH8OcwsM6PPgsFNXr3b7IgV { width:7.5rem;height:7.6rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa { display:block; }#ZKmW0GsAdgM21Nz2tn7UBRLk88ZDVaBa > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp { display:block; }#XdC7XLu2msDPbBUyTKPPb9yVmgS5VETp > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J { display:block; }#VMXGZ4v43n7oNF0hOKOuT7HTuXrlBy6J > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC7mEVQonMPCRocwdu145QrAm0wT824Z { display:block; }#tC7mEVQonMPCRocwdu145QrAm0wT824Z > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau { display:block; }#Ldm1tEiaq8QDmNVDsSzUxd5eBbpnKaau > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT { display:block; }#MWDUpnepluJPRQC4dpPXu9TvNB6wVKkT > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dczC4FBawgh0oaFs3tlObmlkbPpelou8 { display:block; }#dczC4FBawgh0oaFs3tlObmlkbPpelou8 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV { display:block; }#dXJiPMflNTIxvL3BwR4nNXGC1Sc9LyqV > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi { display:block; }#XeNaZuyA9ZTEPDwgxfq9d3XioCA7olPi > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }