.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9bc64b;background-image:url("https://images.assets-landingi.com/3uMFKK7n/t_o_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#N0UO1lIHK2Dkxy54eXFs5S6GOTBetHLb { color:#ffffff;display:block;width:68.561875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:8.2492895126344rem;left:3.2173290252686rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UCzFC02r8775w4BBw9d4dMdirH9AodH8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.2493125rem;width:12.1244375rem;top:0rem;left:32.25rem;overflow:hidden;display:block; }
#gf8g9fSwXGLf5iscPwKP6u3wLrwqDgdD { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6864375rem;width:16.9993125rem;top:9.8109016418456rem;left:28.9375rem;overflow:hidden;display:none; }
#VAtdvShZ7FV7nFXcxzQ34BGSAAJJiZQx { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.31125rem;width:11.31125rem;top:34.5625rem;left:58.125rem;overflow:hidden;display:block; }
#qFhUN1mbfBpdDxqQocktw4fKEnAugZBG { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0619375rem;width:28.0619375rem;top:17.811611175537rem;left:42.374820709229rem;overflow:hidden;display:block; }
#tzSVTunolAFMbXuP8rukBNtCXVwWHGKX { color:#9bc64b;display:block;width:22.3118125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:21.3125rem;left:8.1875rem;height:4.94850625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WWlmhsQJxGV7ZlZTTJtndgQ1Egnc0yGx { position:absolute;display:block;z-index:100017;height:3.25rem;width:5.875rem;top:1.6246452331543rem;left:9.375rem;display:block; }
#DTvhgUaLlL5AsBWF6mt0osXyJDHwwvAz { background-color:#9bc64b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.3721875rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:37.5rem;left:3.1875rem;display:block; }
#MAvuNTivZdVq324ElSkOIZu27102TpAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZmUybqM66pZCHTbyKVxMyNZyTznwL9Xa { position:absolute;display:block;z-index:100019;height:7.8743125rem;width:23.75rem;top:28.125rem;left:7.5rem;display:block; }
#RX87Pf5MQFkxcHtCZ9QhoH6GySso3L6O { color:#ffffff;display:block;width:60.37375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11.209161758423rem;left:8.1232242584231rem;height:5.8513875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Knngtd86fkEcZMyA4veT68fP0L3zgOR0 { color:#ffffff;display:block;width:68.561875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:17.998933792114rem;left:3.2173290252686rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OZSEKl4ibF1nxOd3l2gLm2gqoyeTIx2k { color:#ffffff;display:block;width:60.37375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.483841896057rem;left:8.1232242584231rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aqTHAkSn3GJnhGn3mwAFdC9Cm2zLIN3e { color:#ffffff;display:block;width:60.374625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.483841896057rem;left:8.1232242584231rem;height:5.8513875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bQkNGAla74QwQVfchadIhJMffoBbf3AO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container { background-color: transparent; background-image: none; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container > .video-iframe-container { display: none; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row > .video-iframe-container { display: none; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container { border-width: 0; border-radius: 0; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#Tv4TaT7DRvSMzSo0AcK5BDtzuP00EsnT { 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:block;z-index:100000;display:none; }
#taqZvGMlbdHLNNobuw9rDnS27wX0f1hZ { color:#000000;display:block;width:61.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:5.3125rem;left:7.375rem;height:2.59765625rem;display:block; }
#bE7KzqiR5ZtZ1D8LTxSA3LO5PReDHDf4 { box-sizing:content-box;color:#9bc64b;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5617875rem;width:3.5617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:4.8125rem;left:3.25rem;display:block; }
#miJkuaSQipT8ySnfZg5QhaTUvEKI5ZMr { box-sizing:content-box;color:#9bc64b;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5600125rem;width:3.5600125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:8.9375rem;left:3.3125rem;display:block; }
#bnkFRehdIp16aLF6T6cKtrAxkonpqdkp { color:#000000;display:block;width:61.937125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:9.4375rem;left:7.3125rem;height:2.59765625rem;display:block; }
#zCVlu9UP6EdSg5dpWZz5RLecfKbu6s3o { box-sizing:content-box;color:#9bc64b;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5600125rem;width:3.5600125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:13rem;left:3.25rem;display:block; }
#IGFNxweXcLSw6vTad2DblKvZpRsT6upD { color:#000000;display:block;width:58.6869375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:14.125rem;left:7.375rem;height:1.298825rem;display:block; }
#NDPr4GSpombVhGwhkqlnn2oq9Sfur2uB { color:#9bc64b;display:block;width:64.936875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:18.061079025269rem;left:5.0301837921142rem;height:3.84943125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gwa9a5Pvyu58aF6R3EvLb6FN0vedbGUD { background-color:#9bc64b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.9368125rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:23.873403072357rem;left:12.748579025269rem;display:block; }
#Kn4bvktfT4ZLed7dmsVqbvL98qvAbTal { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uTswrHJWE8vmSOMZy4R3z6A6A8aB7ORC { color:#ffffff;display:block;width:4.249825rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:1.2446746826172rem;left:7.373046875rem;height:2.2745rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tith09L9ANzpgq4CJnqK8vqT3N4pW5Vo { box-sizing:content-box;color:#9bc64b;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5600125rem;width:3.5600125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:8.9375rem;left:3.3125rem;display:none; }
#gVmUC7bm60BoVrnQBE1J0DTgJGNpmfWn { box-sizing:content-box;color:#9bc64b;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5600125rem;width:3.5600125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:8.9375rem;left:3.3125rem;display:none; }
#t5pe7rgNrDdF3o4L14GasXHR1Zl9Q9LF { box-sizing:content-box;color:#9bc64b;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5600125rem;width:3.5600125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:8.9375rem;left:3.3125rem;display:none; }
#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container { background-color: transparent; background-image: none; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container > .video-iframe-container { display: none; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row > .video-iframe-container { display: none; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container { border-width: 0; border-radius: 0; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#VW5ot5yNRiHaS4FUob6c0U2VpsUW15E1 { color:#9bc64b;display:block;width:48.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:11.187503814698rem;left:22.000000953674rem;height:5.24858125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fuHBKNR8MstT2cysbJFFiBSTAT5z3wsl { color:#ffffff;display:block;width:65.060625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:2.36328125rem;left:4.9689273834229rem;height:5.24946875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6TQh6iVMW3Tymu8uv3vc8dTnhwvfMsS { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:15.7493125rem;top:9rem;left:4.9375rem;overflow:hidden;display:block; }
#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff7c2);background-image: -moz-linear-gradient(180deg, #ffffff, #fff7c2);background-image: -ms-linear-gradient(180deg, #ffffff, #fff7c2);background-image: -o-linear-gradient(180deg, #ffffff, #fff7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7c2' );";background-image: linear-gradient(180deg, #ffffff, #fff7c2);background-size:auto !important;position:relative;display:block; }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row .container { background-color: transparent; background-image: none; }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row .container > .video-iframe-container { display: none; }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row > .video-iframe-container { display: none; }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row .container { border-width: 0; border-radius: 0; }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row .container { font-size:0.875rem;font-family:arial;height:80.5rem;width:75rem;position:relative;display:block; }#cIUgb5D41hThsp9etpb5SRywT4uruLwI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.9375rem;width:19.375rem;top:0.5625rem;left:2.2664576538142rem;overflow:hidden;display:block; }
#gTZp5uEUmwNya2RQw0Tdxu7zfzIvK39k { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:22.6875rem;top:0.5625rem;left:23.312500953674rem;overflow:hidden;display:block; }
#F69lcJnsSdfvWO8y9NuMqMoEW92VHBNi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:20.375rem;top:31.1171875rem;left:1.1242899894714rem;overflow:hidden;display:block; }
#TSTXZ29J8B7S2mUiR3bZZE4Q6JVHafRX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:20rem;top:21.437501907349rem;left:46.875000953674rem;overflow:hidden;display:block; }
#kfNmaxhV4575vasbbHmR7oU981GZcE4Q { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.2493125rem;width:21.1851875rem;top:2.3668336868286rem;left:49.558769226074rem;overflow:hidden;display:block; }
#TyUDEelmfgrVmfA2QTww4e834IRJtKtn { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.8125rem;width:21.125rem;top:18.55965924263rem;left:22.622870445251rem;overflow:hidden;display:block; }
#WdKISylMrAW7TGzBLo7sG10NAnly5VUX { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.5625rem;width:21.125rem;top:47.309661865234rem;left:1.3902981476271rem;overflow:hidden;display:block; }
#Vx2T7mct3ND1rEQSRihkDnNReQVCkmXR { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:24.9375rem;top:39.8046875rem;left:48.079646956402rem;overflow:hidden;display:block; }
#yCUPcs1Xt38oROfSFihf0ke6aLBFdkXS { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:24.625rem;top:49.120025634766rem;left:22.927060859833rem;overflow:hidden;display:block; }
#rcrhbe80efB1RIZG60BF53bNFEaUKunX { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:23.75rem;top:54.99716091156rem;left:49.558239936829rem;overflow:hidden;display:block; }
#TxrTZaxhyxETRtNBtp9JxrhH8e4TDkzd { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3118125rem;width:24.0625rem;top:65.056819915769rem;left:24.079546928406rem;overflow:hidden;display:block; }
#VxpXbIri9kiuFLpooEJoCkVoBWVTI30k { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:39.804689407349rem;left:39.313210487366rem;overflow:hidden;display:block; }
#oOTtNkixsHyBWc7rQmqCCOzVZ3dsvCq8 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:5.9375rem;top:67.743610382081rem;left:67.433239936831rem;overflow:hidden;display:block; }
#UR5ZzP7cEpd8EzKIUHQ8uFmWWhDpVTV8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4368125rem;width:6.4368125rem;top:26.000001907349rem;left:16.937500953674rem;overflow:hidden;display:block; }
#s9c8MZlTEbGC0tF617WNbOS7H3scMkFG { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.2492875rem;width:5.2492875rem;top:30.340200424194rem;left:63.937504768369rem;overflow:hidden;display:block; }
#w09kpVmFsmRsTCon0QNvmhXA8xPGrgZw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:5.9375rem;top:14.750000953674rem;left:40.937500953674rem;overflow:hidden;display:block; }
#qPtz48rAfBVe4zpGLfEXlHNrClTfeAa2 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9368125rem;width:7.9368125rem;top:46.617542505264rem;left:18.093925476074rem;overflow:hidden;display:block; }
#rW5AgTUPhqdr4c85STMRspLaLb27tkQT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4369375rem;width:19.8748125rem;top:71.936254501344rem;left:50.212181091309rem;overflow:hidden;display:block; }
#aTuIU9zNTwlIoos5T3e1rfhDX0uQ7S2X { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.68625625rem;width:5.68625625rem;top:27.87375831604rem;left:38.625709533691rem;overflow:hidden;display:none; }
#cPuMrNJUMWkupO0tlQGO7EcWnfm6FkeC { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.68625625rem;width:5.68625625rem;top:27.87375831604rem;left:38.625709533691rem;overflow:hidden;display:none; }
#TBePNkArsyDPvttwmCywUNKxSd3GPB3f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3uMFKK7n/t_o_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f.adaptive-delivery-prevent-bg, #TBePNkArsyDPvttwmCywUNKxSd3GPB3f.lazyload, #TBePNkArsyDPvttwmCywUNKxSd3GPB3f.lazyloading { background-image: none; }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row .container { background-color: transparent; background-image: none; }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row .container > .video-iframe-container { display: none; }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row > .video-iframe-container { display: none; }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row .container { border-width: 0; border-radius: 0; }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#FInExWfFiWsTf0DBuvQ0HV50yMg3qzhl { background-color:#9bc64b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.9368125rem;height:3.4375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:1.4941396713257rem;left:13.529829025269rem;display:block; }
#sy3K2clxKfO6hTZBL7m4RlUTikJdr0EK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e1lQinUNDCpPMcEfVLbxR8yeDWRF83cA { color:#9bc64b;display:block;width:12.3739375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:9.9991111755369rem;left:46.685012817382rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eB0w2vI2c2ogOD53uearnF7OlX0AIP9f { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9993125rem;width:16.9993125rem;top:6.75rem;left:9.5625rem;overflow:hidden;display:block; }
#HPHSZn3OA9llVqG4XF253edn1Rkm5m4C { position:absolute;display:block;z-index:100021;height:14.4993125rem;width:25.8726875rem;top:12.060546875rem;left:39.93607711792rem;display:block; }
#FwsupTPHlp2QTPJoIDFlyDGWBPDdiEun { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.7498125rem;width:33.9994375rem;top:17.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#sTKqt8yZVNE6zbhR4Vwz5v2d46IAblbC { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:16.8101875rem;top:19.372334480286rem;left:44.465553283691rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0UO1lIHK2Dkxy54eXFs5S6GOTBetHLb { top:8.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCzFC02r8775w4BBw9d4dMdirH9AodH8 { top:0rem;left:18.625rem;width:12.0625rem;height:8.207763355965rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf8g9fSwXGLf5iscPwKP6u3wLrwqDgdD { top:9.75rem;left:15.3125rem;width:16.9375rem;height:12.640307374563rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAtdvShZ7FV7nFXcxzQ34BGSAAJJiZQx { top:34.5625rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFhUN1mbfBpdDxqQocktw4fKEnAugZBG { top:17.75rem;left:19.75rem;width:28rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzSVTunolAFMbXuP8rukBNtCXVwWHGKX { top:21.3125rem;left:0rem;width:22.25rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlmhsQJxGV7ZlZTTJtndgQ1Egnc0yGx { top:1.5625rem;left:0rem;width:5.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTvhgUaLlL5AsBWF6mt0osXyJDHwwvAz { width:32.3125rem;height:3.4375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAvuNTivZdVq324ElSkOIZu27102TpAO { display:block; }
 }@media only screen and (max-width: 763px) { #ZmUybqM66pZCHTbyKVxMyNZyTznwL9Xa { top:28.125rem;left:0rem;width:23.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX87Pf5MQFkxcHtCZ9QhoH6GySso3L6O { top:11.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knngtd86fkEcZMyA4veT68fP0L3zgOR0 { top:17.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZSEKl4ibF1nxOd3l2gLm2gqoyeTIx2k { top:10.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqTHAkSn3GJnhGn3mwAFdC9Cm2zLIN3e { top:10.5rem;left:0rem;width:19.875rem;height:9.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQkNGAla74QwQVfchadIhJMffoBbf3AO { display:block; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv4TaT7DRvSMzSo0AcK5BDtzuP00EsnT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #taqZvGMlbdHLNNobuw9rDnS27wX0f1hZ { top:5.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE7KzqiR5ZtZ1D8LTxSA3LO5PReDHDf4 { top:4.8125rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miJkuaSQipT8ySnfZg5QhaTUvEKI5ZMr { top:8.9375rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnkFRehdIp16aLF6T6cKtrAxkonpqdkp { top:9.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCVlu9UP6EdSg5dpWZz5RLecfKbu6s3o { top:13rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFNxweXcLSw6vTad2DblKvZpRsT6upD { top:14.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPr4GSpombVhGwhkqlnn2oq9Sfur2uB { top:18rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwa9a5Pvyu58aF6R3EvLb6FN0vedbGUD { width:46.75rem;height:3.4375rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn4bvktfT4ZLed7dmsVqbvL98qvAbTal { display:block; }
 }@media only screen and (max-width: 763px) { #uTswrHJWE8vmSOMZy4R3z6A6A8aB7ORC { top:1.1875rem;left:0rem;width:4.1875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tith09L9ANzpgq4CJnqK8vqT3N4pW5Vo { top:8.9375rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVmUC7bm60BoVrnQBE1J0DTgJGNpmfWn { top:8.9375rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5pe7rgNrDdF3o4L14GasXHR1Zl9Q9LF { top:8.9375rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVbJSsl2W8LpT097pTb4e45nTmZJOyrr { display:block; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VW5ot5yNRiHaS4FUob6c0U2VpsUW15E1 { top:11.1875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuHBKNR8MstT2cysbJFFiBSTAT5z3wsl { top:2.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6TQh6iVMW3Tymu8uv3vc8dTnhwvfMsS { top:9rem;left:0rem;width:15.6875rem;height:8.093111207235rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl { display:block; }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIUgb5D41hThsp9etpb5SRywT4uruLwI { top:0.5625rem;left:0rem;width:19.375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZp5uEUmwNya2RQw0Tdxu7zfzIvK39k { top:0.5625rem;left:9.6875009536744rem;width:22.6875rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69lcJnsSdfvWO8y9NuMqMoEW92VHBNi { top:31.0625rem;left:0rem;width:20.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTXZ29J8B7S2mUiR3bZZE4Q6JVHafRX { top:21.4375rem;left:27.75rem;width:20rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfNmaxhV4575vasbbHmR7oU981GZcE4Q { top:2.3125rem;left:26.625rem;width:21.125rem;height:18.197465873856rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUDEelmfgrVmfA2QTww4e834IRJtKtn { top:18.5rem;left:8.9978704452512rem;width:21.125rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdKISylMrAW7TGzBLo7sG10NAnly5VUX { top:47.25rem;left:0rem;width:21.125rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx2T7mct3ND1rEQSRihkDnNReQVCkmXR { top:39.75rem;left:21.8125rem;width:24.9375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCUPcs1Xt38oROfSFihf0ke6aLBFdkXS { top:49.0625rem;left:9.3020608598325rem;width:24.625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcrhbe80efB1RIZG60BF53bNFEaUKunX { top:54.9375rem;left:24rem;width:23.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrTZaxhyxETRtNBtp9JxrhH8e4TDkzd { top:65rem;left:10.454546928406rem;width:24.0625rem;height:11.3118125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxpXbIri9kiuFLpooEJoCkVoBWVTI30k { top:39.75rem;left:25.688210487366rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOTtNkixsHyBWc7rQmqCCOzVZ3dsvCq8 { top:67.6875rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR5ZzP7cEpd8EzKIUHQ8uFmWWhDpVTV8 { top:26rem;left:3.3125009536743rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9c8MZlTEbGC0tF617WNbOS7H3scMkFG { top:30.3125rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w09kpVmFsmRsTCon0QNvmhXA8xPGrgZw { top:14.75rem;left:27.312500953674rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtz48rAfBVe4zpGLfEXlHNrClTfeAa2 { top:46.5625rem;left:4.4689254760742rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW5AgTUPhqdr4c85STMRspLaLb27tkQT { top:71.875rem;left:27.875rem;width:19.8125rem;height:7.4136208439075rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuIU9zNTwlIoos5T3e1rfhDX0uQ7S2X { top:27.8125rem;left:25.000709533691rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPuMrNJUMWkupO0tlQGO7EcWnfm6FkeC { top:27.8125rem;left:25.000709533691rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBePNkArsyDPvttwmCywUNKxSd3GPB3f { display:block; }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FInExWfFiWsTf0DBuvQ0HV50yMg3qzhl { width:46.75rem;height:3.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy3K2clxKfO6hTZBL7m4RlUTikJdr0EK { display:block; }
 }@media only screen and (max-width: 763px) { #e1lQinUNDCpPMcEfVLbxR8yeDWRF83cA { top:9.9375rem;left:33.060012817382rem;width:12.3125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB0w2vI2c2ogOD53uearnF7OlX0AIP9f { top:6.75rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPHSZn3OA9llVqG4XF253edn1Rkm5m4C { top:12rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwsupTPHlp2QTPJoIDFlyDGWBPDdiEun { top:17.8125rem;left:0rem;width:33.9375rem;height:11.727836034428rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTKqt8yZVNE6zbhR4Vwz5v2d46IAblbC { top:19.3125rem;left:30.840553283691rem;width:16.75rem;height:11.832482534773rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:transparent;background-image:url("https://images.assets-landingi.com/rnFQ93Vv/Kopia_baner_bony_2_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0UO1lIHK2Dkxy54eXFs5S6GOTBetHLb { width:19.8118125rem;height:4.19744375rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UCzFC02r8775w4BBw9d4dMdirH9AodH8 { width:7.9368125rem;height:5.3125rem;top:0rem;left:6.0298290848732rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #gf8g9fSwXGLf5iscPwKP6u3wLrwqDgdD { width:9.375rem;height:6.9964800966212rem;top:9.75rem;left:5.3125rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #VAtdvShZ7FV7nFXcxzQ34BGSAAJJiZQx { width:6.624625rem;height:6.624625rem;top:31.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFhUN1mbfBpdDxqQocktw4fKEnAugZBG { width:17.249625rem;height:17.249625rem;top:21.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzSVTunolAFMbXuP8rukBNtCXVwWHGKX { width:20rem;height:2.39879375rem;top:42.375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WWlmhsQJxGV7ZlZTTJtndgQ1Egnc0yGx { width:5.4367875rem;height:2.999825rem;top:0.81143462657931rem;left:0.65429681539537rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTvhgUaLlL5AsBWF6mt0osXyJDHwwvAz { width:18.9976875rem;height:2.8125rem;top:38.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAvuNTivZdVq324ElSkOIZu27102TpAO { display:block; }
 }@media only screen and (max-width: 763px) { #ZmUybqM66pZCHTbyKVxMyNZyTznwL9Xa { width:20rem;height:7.8125rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX87Pf5MQFkxcHtCZ9QhoH6GySso3L6O { width:20rem;height:0;top:8.3096590042112rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#9bc64b;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Knngtd86fkEcZMyA4veT68fP0L3zgOR0 { width:19.8748125rem;height:1.19939375rem;top:21.06178855896rem;left:0.12517756223679rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OZSEKl4ibF1nxOd3l2gLm2gqoyeTIx2k { width:19.9369375rem;height:0;top:10.435901641846rem;left:0.063920438289644rem;font-size:1rem;text-align:center;text-align-last:center;color:#9bc64b;line-height:1.2;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #aqTHAkSn3GJnhGn3mwAFdC9Cm2zLIN3e { width:20rem;height:9.446rem;top:10.571732521057rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#9bc64b;line-height:1.2;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #bQkNGAla74QwQVfchadIhJMffoBbf3AO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff7c2);background-image: -moz-linear-gradient(180deg, #ffffff, #fff7c2);background-image: -ms-linear-gradient(180deg, #ffffff, #fff7c2);background-image: -o-linear-gradient(180deg, #ffffff, #fff7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7c2' );";background-image: linear-gradient(180deg, #ffffff, #fff7c2);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container { background-color: transparent; background-image: none; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container > .video-iframe-container { display: none; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row > .video-iframe-container { display: none; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container { border-width: 0; border-radius: 0; }#bQkNGAla74QwQVfchadIhJMffoBbf3AO > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv4TaT7DRvSMzSo0AcK5BDtzuP00EsnT { top:0rem;left:8.8125rem;width:2.374825rem;height:;z-index:100012;color:#9bc64b;display:none; }
 }@media only screen and (max-width: 763px) { #taqZvGMlbdHLNNobuw9rDnS27wX0f1hZ { width:20rem;height:6.99575rem;top:8.7393465042112rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bE7KzqiR5ZtZ1D8LTxSA3LO5PReDHDf4 { width:3.49964375rem;height:3.49964375rem;top:5.3116111755371rem;left:8.2492890954019rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #miJkuaSQipT8ySnfZg5QhaTUvEKI5ZMr { width:3.5rem;height:3.5rem;top:19.7429rem;left:8.25rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnkFRehdIp16aLF6T6cKtrAxkonpqdkp { width:20rem;height:9.7940625rem;top:21.875rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCVlu9UP6EdSg5dpWZz5RLecfKbu6s3o { width:3.5rem;height:3.5rem;top:43.8324rem;left:8.25rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGFNxweXcLSw6vTad2DblKvZpRsT6upD { width:20rem;height:4.19744375rem;top:37.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NDPr4GSpombVhGwhkqlnn2oq9Sfur2uB { width:19.8125rem;height:7.310875rem;top:43.6875rem;left:-0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gwa9a5Pvyu58aF6R3EvLb6FN0vedbGUD { width:18.9985625rem;height:2.8125rem;top:52.246980667114rem;left:0.49982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn4bvktfT4ZLed7dmsVqbvL98qvAbTal { display:block; }
 }@media only screen and (max-width: 763px) { #uTswrHJWE8vmSOMZy4R3z6A6A8aB7ORC { width:4.1850125rem;height:1.949575rem;top:1.4106888771057rem;left:7.9066043496131rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tith09L9ANzpgq4CJnqK8vqT3N4pW5Vo { width:3.49875625rem;height:3.49875625rem;top:4.5534443855286rem;left:8.2492890954019rem;font-size:2.4375rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #gVmUC7bm60BoVrnQBE1J0DTgJGNpmfWn { width:3.49875625rem;height:3.49875625rem;top:17.375rem;left:8.25rem;font-size:2.4375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #t5pe7rgNrDdF3o4L14GasXHR1Zl9Q9LF { width:3.49786875rem;height:3.49786875rem;top:33.5625rem;left:8.25rem;font-size:2.4375rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #aVbJSsl2W8LpT097pTb4e45nTmZJOyrr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff7c2, #ffffff);background-image: -moz-linear-gradient(180deg, #fff7c2, #ffffff);background-image: -ms-linear-gradient(180deg, #fff7c2, #ffffff);background-image: -o-linear-gradient(180deg, #fff7c2, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c2', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff7c2, #ffffff);background-size:cover !important;display:block; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container { background-color: transparent; background-image: none; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container > .video-iframe-container { display: none; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row > .video-iframe-container { display: none; }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVbJSsl2W8LpT097pTb4e45nTmZJOyrr > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VW5ot5yNRiHaS4FUob6c0U2VpsUW15E1 { width:19.3110625rem;height:5.24946875rem;top:20.687145233154rem;left:0.34357243776321rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fuHBKNR8MstT2cysbJFFiBSTAT5z3wsl { width:20rem;height:10.23525rem;top:1.0617866516113rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B6TQh6iVMW3Tymu8uv3vc8dTnhwvfMsS { width:15.68625rem;height:8.0930625rem;top:11.937145233154rem;left:2.1564274430275rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl { display:block; }#OfhczuJuEenfDmUqXHsNHdxVM5TbFbZl > .row .container { width:20rem;height:209.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIUgb5D41hThsp9etpb5SRywT4uruLwI { width:19.625rem;height:29.3125rem;top:0.56018972396851rem;left:0.1392152447174rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZp5uEUmwNya2RQw0Tdxu7zfzIvK39k { width:19.4993125rem;height:14.9369375rem;top:31.031604290009rem;left:0.24946731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69lcJnsSdfvWO8y9NuMqMoEW92VHBNi { width:19.875rem;height:14.4375rem;top:92.450988769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTXZ29J8B7S2mUiR3bZZE4Q6JVHafRX { width:19.125rem;height:16.4375rem;top:107.69797508154rem;left:0.53941407031276rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfNmaxhV4575vasbbHmR7oU981GZcE4Q { width:20rem;height:17.2274375rem;top:75.2246055603rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUDEelmfgrVmfA2QTww4e834IRJtKtn { width:20rem;height:27.1936875rem;top:47.151988506317rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdKISylMrAW7TGzBLo7sG10NAnly5VUX { width:19.8748125rem;height:29.6875rem;top:125.41725349426rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx2T7mct3ND1rEQSRihkDnNReQVCkmXR { width:20rem;height:11.2305rem;top:169.31372451782rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCUPcs1Xt38oROfSFihf0ke6aLBFdkXS { width:20rem;height:11.868625rem;top:156.48082256317rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #rcrhbe80efB1RIZG60BF53bNFEaUKunX { width:19.749625rem;height:13.5813125rem;top:181.76668739319rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrTZaxhyxETRtNBtp9JxrhH8e4TDkzd { width:19.8125rem;height:9.25rem;top:197.60512733459rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VxpXbIri9kiuFLpooEJoCkVoBWVTI30k { width:4.93696875rem;height:4.93696875rem;top:152.29403305054rem;left:15.062143862248rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOTtNkixsHyBWc7rQmqCCOzVZ3dsvCq8 { width:5.68714375rem;height:5.68714375rem;top:70.810546875rem;left:14.311966478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR5ZzP7cEpd8EzKIUHQ8uFmWWhDpVTV8 { width:4.74964375rem;height:4.74964375rem;top:177.61008167267rem;left:15.249466478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9c8MZlTEbGC0tF617WNbOS7H3scMkFG { width:5.187325rem;height:5.187325rem;top:41.965547084808rem;left:14.811789095402rem;display:block; }
 }@media only screen and (max-width: 763px) { #w09kpVmFsmRsTCon0QNvmhXA8xPGrgZw { width:5.12358125rem;height:5.12358125rem;top:192.54403305054rem;left:13.311790168286rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtz48rAfBVe4zpGLfEXlHNrClTfeAa2 { width:5.4367875rem;height:5.4367875rem;top:26.49591588974rem;left:9.2515979409219rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW5AgTUPhqdr4c85STMRspLaLb27tkQT { width:19.8125rem;height:7.41307495212rem;top:242.48795593262rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTuIU9zNTwlIoos5T3e1rfhDX0uQ7S2X { width:4.93696875rem;height:4.93696875rem;top:104.10333251953rem;left:15.062143862248rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #cPuMrNJUMWkupO0tlQGO7EcWnfm6FkeC { width:4.93696875rem;height:4.93696875rem;top:121.22957611084rem;left:3.0566404461861rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #TBePNkArsyDPvttwmCywUNKxSd3GPB3f { display:block; }#TBePNkArsyDPvttwmCywUNKxSd3GPB3f > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FInExWfFiWsTf0DBuvQ0HV50yMg3qzhl { width:18.9994375rem;height:2.8125rem;top:0.56197834014893rem;left:0.49893468618393rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy3K2clxKfO6hTZBL7m4RlUTikJdr0EK { display:block; }
 }@media only screen and (max-width: 763px) { #e1lQinUNDCpPMcEfVLbxR8yeDWRF83cA { width:12.3118125rem;height:1.19939375rem;top:19.8125rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eB0w2vI2c2ogOD53uearnF7OlX0AIP9f { width:12.3118125rem;height:12.3118125rem;top:3.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPHSZn3OA9llVqG4XF253edn1Rkm5m4C { width:20rem;height:14.437125rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwsupTPHlp2QTPJoIDFlyDGWBPDdiEun { width:20rem;height:6.911375rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTKqt8yZVNE6zbhR4Vwz5v2d46IAblbC { width:16.7489375rem;height:11.8315rem;top:30.545987129211rem;left:1.6246448159218rem;display:block; }
 }