.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:#000204;background-image:url("https://images.assets-landingi.com/HcBOtHyB/Depositphotos_128457866_xl_2015.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 { position:relative;display:none; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 { border-width: 0; border-radius: 0; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#IyBLSvmpAopXkZlNgn7qXT3ITSZOI2Ms { 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; }
#ZgTcbMkEZCEZX3Qs3TveoiCa8E3eqWGd { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:;top:1.25rem;left:5.5625rem;display:none; }#ZgTcbMkEZCEZX3Qs3TveoiCa8E3eqWGd li:before{  }
#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.44);background-image:none;position:relative;z-index:auto;display:block; }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row .container { background-color: transparent; background-image: none; }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row .container > .video-iframe-container { display: none; }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row > .video-iframe-container { display: none; }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row .container { border-width: 0; border-radius: 0; }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#MmH67paFndZ3TyZSPoOoX5P705dtCDTQ { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(64,71,232,0.88) ;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5644825rem;height:2.1882075rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:2.5177557468414rem;left:5.302734375rem;display:block; }
#S5DKkJcFGV9Q9ZlrmEkW2oRF74raHGS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IFVKOzhX7Olurmm97d3zxTM8GZWaAciJ { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.87642rem;height:2.00177625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:2.6127483844757rem;left:19.650211334229rem;display:block; }
#AU5XSr0TwpaVd1TRAEdL7GxvWCGaED48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yudbfCBJRixc7AT7yIPl8cPesfw1c8eb { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:2.6127483844757rem;left:33.02734375rem;display:block; }
#WWBbXUvPTb7InHGxqy2RO7ug0zeS9MOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dGb8buqTJaT7bFkDNxknhaBhIQVXrtTU { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.689295rem;height:2.00177625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:2.6127483844757rem;left:54.888137817382rem;display:block; }
#dH45DpO7gHmhaigbCumBno7bxZwh3ETf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mna4nfXvGRmqgvUi8XxTre6X3OzePXwF { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;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:lato;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9387325rem;height:2.12606375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:2.5506036281586rem;left:64.745201110837rem;display:block; }
#i0he69ZrgnBJrG2T2TDgC4nSp5RT6bOf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u1yqk8ii4o4edUg0o0Ahc87RgTfcNbrk { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9396075rem;height:1.8774825rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:2.6748931407929rem;left:43.933769226074rem;display:block; }
#T35CrwM5voVPQH2unUqZwExlArsIaO4L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0.52);background-image:none;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;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; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:75rem;height:48rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { color:#bdca2d;display:block;width:31.8103125rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.807861328125rem;left:8.187255859375rem;height:8.25rem;font-style:normal;display:block; }
#HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #bdca2d;border-left:0.25rem solid #bdca2d;border-right:0.25rem solid #bdca2d;border-bottom:0.25rem solid #bdca2d;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.7505025rem;height:3.56303375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:34.80823546648rem;left:28.746448516846rem;display:block; }
#dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZVDx5tWSQkf24yML6fJik37CaETgHpXr { color:#ffffff;display:block;width:33.6865rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.8;letter-spacing:0;top:13.074951171875rem;left:8.187255859375rem;height:15.4375rem;display:block; }#ZVDx5tWSQkf24yML6fJik37CaETgHpXr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZVDx5tWSQkf24yML6fJik37CaETgHpXr li:before{  }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.9375rem;width:35.625rem;top:2.93701171875rem;left:0.9375rem;overflow:hidden;display:block; }
#kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { color:#373d45;display:block;width:32.68675rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:9.8583984375rem;left:39.873046875rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3e57;background-image:none;position:relative;display:block; }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row .container { background-color: transparent; background-image: none; }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row .container > .video-iframe-container { display: none; }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row > .video-iframe-container { display: none; }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row .container { border-width: 0; border-radius: 0; }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#lIdFUTC7VGqGsGKWKIQs5t2JVJ8CRTb8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.5rem;left:7.5625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row .container { background-color: transparent; background-image: none; }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row .container > .video-iframe-container { display: none; }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row > .video-iframe-container { display: none; }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row .container { border-width: 0; border-radius: 0; }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#idHokhx4dIvVTkZNuSSMkgvZA96igdyE { background-color:#3a8821;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.374375rem;height:2.5rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:19.935981750488rem;left:7.3111991882325rem;display:block; }
#h1l6KkIypPEuNmgL2OXLVPL6omvUtQ5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MCyKU2GWvEV5W1zPdgalx545Nvywgzu2 { background-color:#3a8821;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.374375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:19.935981750488rem;left:32.312286376953rem;display:block; }
#TqrpDzonGRaHw5Wiwt7td6NCXGJZS8yf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EdC9e5Pg0fU0QAEMfTOP3wP6UesFmypW { background-color:#3a8821;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:19.936967849731rem;left:56.874290466309rem;display:block; }
#iUWSgRQTFOauQ3V3Lq7aGKRVh54DKk1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lTB6eX15F5TTstqGkCbL88mbcrUog7fR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.24925rem;width:24.24925rem;top:4.3408203125rem;left:50.37353515625rem;overflow:hidden;display:block; }
#aO5LoknJuoMXxDlUeofcmQfp10KoASuW { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:21.625rem;top:4.27978515625rem;left:26.624755859375rem;overflow:hidden;display:block; }
#MBuTGZ9o1FsN9ZsgeIyH1NzIydTEboJQ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:21.625rem;top:4.27978515625rem;left:1.624755859375rem;overflow:hidden;display:block; }
#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row .container { background-color: transparent; background-image: none; }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row .container > .video-iframe-container { display: none; }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row > .video-iframe-container { display: none; }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row .container { border-width: 0; border-radius: 0; }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#EfCGILiIAdvA6oCXtZm76NGo87b5MayT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.562rem;width:21.875rem;top:5.04150390625rem;left:1.5625rem;overflow:hidden;display:block; }
#sgIV5LwWTd6fhm5Vybod1tFRg07LxiQr { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.999rem;width:23.93675rem;top:4.857177734375rem;left:25.531005859375rem;overflow:hidden;display:block; }
#L5JaTiZsPLpZo6QnaxMifoyxVDhPPaxu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.812rem;top:4.27978515625rem;left:55.093994140625rem;overflow:hidden;display:block; }
#oUhk5P8MecWBxUnKNM80UczWrP43Bv3Q { background-color:#3a8821;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4993125rem;height:2.5rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:19.934303283691rem;left:5.2485790252686rem;display:block; }
#bGTbXCtC6TrHuHZ3sTisqPh3A4UkOQah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kB9CfZvy8InOX6cBRo7qLh17toguQTPT { background-color:#3a8821;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.374375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:19.935981750488rem;left:32.312286376953rem;display:block; }
#tSDo5zHFTToswqZqpgSQZiX6lSAb6qRa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SZID9ezQfU79RCO0FerF9U0KkrHeyINa { background-color:#3a8821;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:19.934303283691rem;left:57.03125rem;display:block; }
#xx0FzCRNzdNtrpqrKFO23ZzFwxvkBkqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;background-image:none;position:relative;display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { background-color: transparent; background-image: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { border-width: 0; border-radius: 0; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.69157981872556rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P53mXUMOJhssuopdqWNZ0H1369m8BOwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row .container { background-color: transparent; background-image: none; }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row .container > .video-iframe-container { display: none; }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row > .video-iframe-container { display: none; }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row .container { border-width: 0; border-radius: 0; }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#SimzP4AgJn1Eiqai5om1AifLVdBXdq5P { color:#000000;display:block;width:65.124375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:2.0028409957886rem;left:4.9360790252686rem;height:35.9375rem;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; }
#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row .container { background-color: transparent; background-image: none; }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row .container > .video-iframe-container { display: none; }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row > .video-iframe-container { display: none; }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row .container { border-width: 0; border-radius: 0; }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#WftZTnp7zNgIAlRtTW2zJFH7UsmqzSX3 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:0.94993114471438rem;left:19.869495391846rem;height:2.3125rem;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; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:8.6132850646975rem;left:14.311965942382rem;height:6rem;font-style:normal;display:block; }
#IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { color:#000000;display:block;width:11.1853125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.5rem;height:2rem;font-style:normal;display:block; }
#vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:22.1875rem;top:0.1875rem;left:45.155361175537rem;overflow:hidden;display:block; }
#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { background-color: transparent; background-image: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { border-width: 0; border-radius: 0; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#FevFhhaaikB3yVEFatOreukGMFRHwVTE { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:10.4833984375rem;left:39.6630859375rem;height:2rem;font-style:normal;display:block; }
#TVHZwktpvnmmvrQtnMSMFtnLTUkctSx6 { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:8.1525287628175rem;left:50.973899841309rem;height:6rem;font-style:normal;display:block; }
#TTQdvwuDUgemJun59ArHD7w8ezrI7zDL { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.0614375rem;width:22.0614375rem;top:0.125rem;left:7.7175064086912rem;overflow:hidden;display:block; }
#CrsryCXPLZT59VON3tu0tKDpMNTq62mX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row .container { background-color: transparent; background-image: none; }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row .container > .video-iframe-container { display: none; }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row > .video-iframe-container { display: none; }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row .container { border-width: 0; border-radius: 0; }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#G3aplnDET2fBoLz0cpixgopk6EpizTMH { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:10.462240219116rem;left:3.2541236877441rem;height:2rem;font-style:normal;display:block; }
#MvVUIwxubOkiSMG4CG7Fa0gwro2TQz3t { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:8.1445369720456rem;left:13.565340042114rem;height:6rem;font-style:normal;display:block; }
#PptabN1bemMlDKcEmzAdbvhSvTX60Frh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:22.1875rem;top:0.125rem;left:45.155361175537rem;overflow:hidden;display:block; }
#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row .container { background-color: transparent; background-image: none; }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row .container > .video-iframe-container { display: none; }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row > .video-iframe-container { display: none; }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row .container { border-width: 0; border-radius: 0; }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#zcKTRJecEpKNwb25VFzqehep30oDbkDU { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:10.4833984375rem;left:41.490478515625rem;height:2rem;font-style:normal;display:block; }
#H5XlMhBGH5mu8PTKpyf3uTt4OnDa3PrN { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:8.14363861084rem;left:51.802200317382rem;height:6rem;font-style:normal;display:block; }
#rg7wSATzFvaxW1Bgc2S2in3oXuIwChBL { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:22.1875rem;top:0.125rem;left:7.65625rem;overflow:hidden;display:block; }
#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row .container { background-color: transparent; background-image: none; }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row .container > .video-iframe-container { display: none; }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row > .video-iframe-container { display: none; }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row .container { border-width: 0; border-radius: 0; }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#XIXiMEg1hOTiNJ4EWlqCeVAClFZuFZtI { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.4833984375rem;left:3.763427734375rem;height:2rem;font-style:normal;display:block; }
#wAcbOlntPXIJM5AhNIodQC9okC0u8i8u { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:8.1445512771606rem;left:14.074928283691rem;height:6rem;font-style:normal;display:block; }
#efZE8KBpyX4b1l1gwmFLkAM7U6xPELpQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:22.1875rem;top:0.125rem;left:45.15625rem;overflow:hidden;display:block; }
#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row .container { background-color: transparent; background-image: none; }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row .container > .video-iframe-container { display: none; }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row > .video-iframe-container { display: none; }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row .container { border-width: 0; border-radius: 0; }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#C3p1vEmepMdTfaKVao9b0rbeFv6ecxMp { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:0.125rem;left:7.8125rem;overflow:hidden;display:block; }
#TnOkxEEJdnOgr815yF7In1TUBxuphLeu { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:10.4833984375rem;left:41.490478515625rem;height:2rem;font-style:normal;display:block; }
#oETQIDq6DMUd8JW3ESfwpmDaf2TUxvEs { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:8.1436471939088rem;left:51.802200317382rem;height:6rem;font-style:normal;display:block; }
#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row .container { background-color: transparent; background-image: none; }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row .container > .video-iframe-container { display: none; }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row > .video-iframe-container { display: none; }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row .container { border-width: 0; border-radius: 0; }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#flZeRkeyr7yWndHirQwrnA99Xn6TrVf6 { color:#000000;display:block;width:10.874rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:10.4833984375rem;left:2.779541015625rem;height:2rem;font-style:normal;display:block; }
#NDwaH4bfnPzhP9XiwT6k5RDnd9nTu2MP { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:8.1445178985594rem;left:13.650568008423rem;height:6rem;font-style:normal;display:block; }
#kix2GJmVQzELtvwABgrXINsgDBOvC5tT { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:22.1875rem;top:0.125rem;left:45.155361175537rem;overflow:hidden;display:block; }
#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row .container { background-color: transparent; background-image: none; }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row .container > .video-iframe-container { display: none; }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row > .video-iframe-container { display: none; }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row .container { border-width: 0; border-radius: 0; }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#XBTwyAAfm6hTEHF4NLbyEhzNLX41zxFF { color:#000000;display:block;width:38.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.7001066207886rem;left:19.871269226074rem;height:2.3125rem;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; }
#ireuZuCS0hz4eUkoAN8Z5eD5UIQPFmM8 { background-color:rgba(255,0,0,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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:2.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:4.7119140625rem;left:28.65625rem;display:block; }
#dmrKqQmiTPsgISsgEIvMlaJITWwfQObz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;background-image:none;position:relative;display:block; }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row .container { background-color: transparent; background-image: none; }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row .container > .video-iframe-container { display: none; }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row > .video-iframe-container { display: none; }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row .container { border-width: 0; border-radius: 0; }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#yIcEfNVMfL8tDXbhZmN0Fq3yTkTzxTWZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.62321758270264rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row .container { background-color: transparent; background-image: none; }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row .container > .video-iframe-container { display: none; }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row > .video-iframe-container { display: none; }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row .container { border-width: 0; border-radius: 0; }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#WwgViPEPmOsDyDtUrQxsLmc56qaphHQk { color:#000000;display:block;width:54.6244375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:2.3259944915771rem;left:10.186433792114rem;height:14.0625rem;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; }
#sapAiN92i3XaeSGOSaJAIr16XQuJoq0B { color:#000000;display:block;width:38.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.8;letter-spacing:0;top:18.108132362366rem;left:18.125rem;height:2.3125rem;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; }
#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row .container { background-color: transparent; background-image: none; }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row .container > .video-iframe-container { display: none; }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row > .video-iframe-container { display: none; }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row .container { border-width: 0; border-radius: 0; }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#nI4xoIXfxQOT426aBKRRQvfggUQZ2vXC { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:10.474073410034rem;left:40.176666259766rem;height:2rem;font-style:normal;display:block; }
#UbvGFHsED5SZiHcLHBWorqc3zSufs4Uo { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:8.1436471939088rem;left:51.802200317382rem;height:6rem;font-style:normal;display:block; }
#Dflv3ziAyoA6BHfGEx7slCHqLca0Zin1 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:0.125rem;left:7.8125rem;overflow:hidden;display:block; }
#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row .container { background-color: transparent; background-image: none; }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row .container > .video-iframe-container { display: none; }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row > .video-iframe-container { display: none; }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row .container { border-width: 0; border-radius: 0; }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#Lw2SUAuh5R2MBlFsQe9FvTgAPCiATKWm { color:#000000;display:block;width:10.874rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:10.4833984375rem;left:2.779541015625rem;height:2rem;font-style:normal;display:block; }
#NEgf1l7xRFZNwSdhODBTUW0KUMvkZtlb { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:8.1445178985594rem;left:13.650568008423rem;height:6rem;font-style:normal;display:block; }
#W8D6L6Ja64pT55kLOCucqBAM6NsQml8M { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:22.1875rem;top:0.125rem;left:45.155361175537rem;overflow:hidden;display:block; }
#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row .container { background-color: transparent; background-image: none; }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row .container > .video-iframe-container { display: none; }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row > .video-iframe-container { display: none; }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row .container { border-width: 0; border-radius: 0; }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#RCoRT58ZBnzKsS1dTDKFc4GTowUvKFtL { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:10.474073410034rem;left:40.176666259766rem;height:2rem;font-style:normal;display:block; }
#IW3NORG4gTPpC3KHrX8xA1ETbZL32ul9 { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:8.1436471939088rem;left:51.802200317382rem;height:6rem;font-style:normal;display:block; }
#z5DGTxH94J1WzoocNbvxRyqelcryPupH { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:0.125rem;left:7.1839485168456rem;overflow:hidden;display:block; }
#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row .container { background-color: transparent; background-image: none; }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row .container > .video-iframe-container { display: none; }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row > .video-iframe-container { display: none; }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row .container { border-width: 0; border-radius: 0; }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#lpOI6Nb8VBTPK28JgwLSKLDnoTUm43CL { color:#000000;display:block;width:10.874rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:10.4833984375rem;left:2.779541015625rem;height:2rem;font-style:normal;display:block; }
#rRwkqxyTmB3osiawEIPDq13cvUlr9c6c { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:8.1445178985594rem;left:13.650568008423rem;height:6rem;font-style:normal;display:block; }
#DRduPw8ViimGIqS0OTkZ8lFfc7CPtXQw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:0.125rem;left:45.311611175537rem;overflow:hidden;display:block; }
#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row .container { background-color: transparent; background-image: none; }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row .container > .video-iframe-container { display: none; }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row > .video-iframe-container { display: none; }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row .container { border-width: 0; border-radius: 0; }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#JXqdyUmirThlsodta2cbOMfUCoqJCvbQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:0.125rem;left:7.4365234375rem;overflow:hidden;display:block; }
#WhufETeUaATMp0ZHsbo7Mfm4LMz0zb4B { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:10.474073410034rem;left:40.176666259766rem;height:2rem;font-style:normal;display:block; }
#yw4Wc6KMIH4TloPU8dpMkETS9hQNFT9b { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:8.1436471939088rem;left:51.802200317382rem;height:6rem;font-style:normal;display:block; }
#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row .container { background-color: transparent; background-image: none; }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row .container > .video-iframe-container { display: none; }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row > .video-iframe-container { display: none; }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row .container { border-width: 0; border-radius: 0; }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#He6pkF5DLc2KVCNml6HbiWZkQIxegyB5 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.7001066207886rem;left:19.871269226074rem;height:2.3125rem;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; }
#RUNlrgIoPaVTq0OPaLOuZWM8vAkyT306 { background-color:rgba(255,0,0,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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:2.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:4.8125rem;left:28.3125rem;display:block; }
#upTvmevpiVDiWOiz2H6PaRwzsnrH8oSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3e57;background-image:none;position:relative;display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { background-color: transparent; background-image: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.41551399230957rem;left:7.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row .container { background-color: transparent; background-image: none; }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row .container > .video-iframe-container { display: none; }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row > .video-iframe-container { display: none; }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row .container { border-width: 0; border-radius: 0; }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row .container { font-size:0.875rem;font-family:arial;height:89.75rem;width:75rem;position:relative;display:block; }#vDvs0KOiq13IrpzrG7f8tAZgtBxI2oME { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.74975625rem;width:9.375rem;top:83.625rem;left:32.8125rem;overflow:hidden;display:block; }
#TEcoR2n8HEfttgFkFuay5KX5NwDCZ9Ee { color:#27262e;display:block;width:25.37475rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:80.5625rem;left:24.875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DeUN7OoTcOXEwDotqMpzIL3CiA4US3dn { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:48.625rem;top:0.793701171875rem;left:14.18701171875rem;overflow:hidden;display:block; }
#fA7UrLR9ea8NVHPT7mkgAVXKMm2hZ1Ra { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4355625rem;width:46.6235rem;top:17.18505859375rem;left:14.18701171875rem;overflow:hidden;display:block; }
#PDNaCNknTqMvz9tFVCITDZ98S6HpafRg { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:48.0625rem;top:30.181884765625rem;left:13.748779296875rem;overflow:hidden;display:block; }
#hq6NsZx3FaA74NfdSylJThedyvh5dQy7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:46.5rem;top:43.364990234375rem;left:14.71923828125rem;overflow:hidden;display:block; }
#R460V3AUJ2MABdtfOC8gMxgPfvcJG51v { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:46.25rem;top:55.362548828125rem;left:14.18701171875rem;overflow:hidden;display:block; }
#HQL2aUxWA8dJN5AgH9Xwa5tQ6xnvF8Sk { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:46.75rem;top:66.709716796875rem;left:14.71923828125rem;overflow:hidden;display:block; }
#liCBNmkak379bkpqK6ORF6TKhwKdMGKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { background-color: transparent; background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { border-width: 0; border-radius: 0; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3e57;background-image:none;position:relative;display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { background-color: transparent; background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { border-width: 0; border-radius: 0; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:#27262e;display:block;width:54.747875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.85404825210569rem;left:10.125177383423rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NqGNxKxO/Depositphotos_5812999_xl_2015_res.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { border-width: 0; border-radius: 0; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#x2VWX3gAO45iEarkmw27HoBDkJyBvP3I { position:absolute;display:block;z-index:100012;background-color:rgba(0,0,0,0.55);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:39.6875rem;width:40.3125rem;top:0.9990234375rem;left:17.4990234375rem;display:block; }
#KBtJbgGyQAMCBG9QScO2zXz9IMnADXLT { color:#d7d7d7;display:block;width:40rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100015;line-height:1.4;letter-spacing:0;top:11.5rem;left:17.5rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHF9TtEcZbq9Ker6NiDl1CxhzZhzB0di { color:#d7d7d7;display:block;width:40rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:14rem;left:17.5rem;height:20rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKbahIi0MPURqrAvornaEeTGt1gmPFPs { color:#d7d7d7;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.4;letter-spacing:0;top:4.4375rem;left:23rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cybi7pg99kAhmElNmk5hHPfO7sqe8kvI { color:#d7d7d7;display:block;width:19.5605625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1.8125rem;left:27.71875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4fT9PbO92muymMolqhH72T1d6dLaiiU { color:#d7d7d7;display:block;width:31.1230625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.6;letter-spacing:0;top:36.6875rem;left:21.9375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:block; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container { background-color: transparent; background-image: none; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container > .video-iframe-container { display: none; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row > .video-iframe-container { display: none; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container { border-width: 0; border-radius: 0; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#xK55tEPmeOMQiOacw5BZOnp68G3vppyx { color:#ffffff;display:block;width:7rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:300;z-index:100021;line-height:1.2;letter-spacing:0;top:5.375rem;left:4.1875rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tzabd64pMEpLA92agrwq3ygTmUyuFugL { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:300;z-index:100022;line-height:1.2;letter-spacing:0;top:5.375rem;left:17.375rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GKnT1DFSDmqJNEVCXTl1cFAxiTrZezvp { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:100023;line-height:1.2;letter-spacing:0;top:6.8125rem;left:2.5625rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f9hs6KXOOkaBOqi3txTzQVNuC48vZT4o { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:300;z-index:100023;line-height:1.2;letter-spacing:0;top:5.375rem;left:45.125rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xwpztAnwtPPbnUG9LxEAXABDz7L78LMQ { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:100024;line-height:1.2;letter-spacing:0;top:6.8125rem;left:14.75rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b55XxpGU5bJ7fqTZdplTsxO9SV59rSKg { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:100025;line-height:1.2;letter-spacing:0;top:6.8125rem;left:44.8125rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AsnAlVhI0q64rRTiSfgIc6qp1qPV0v6H { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:300;z-index:100025;line-height:1.2;letter-spacing:0;top:5.375rem;left:60.8125rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#So8SlrsrqdEdA1L3uHTGzr3LX1NZJL6C { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:100027;line-height:1.2;letter-spacing:0;top:6.8125rem;left:61.125rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zcbt74Slv0ZsOnK7cQ8u1LR6GpDGuGkP { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.4;letter-spacing:0;top:8.8125rem;left:61.125rem;height:4.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qHVcnF89nv6vGyQhCigIJbX76XQZaGX3 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100022;line-height:1.2;letter-spacing:0;top:10.9375rem;left:3.3125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HkswHRiqNbtco7czlLITxZJSpEHRFkry { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100023;line-height:1.2;letter-spacing:0;top:13.125rem;left:3.3125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A8FXD7JdilI2ORZichtNTyAMo13Me2F1 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:100024;line-height:1.2;letter-spacing:0;top:10.9375rem;left:14.8125rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rdnh3oHPM6GTMWR9HmWTZ0Swbt98bTn7 { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:100025;line-height:1.2;letter-spacing:0;top:8.8125rem;left:15.1875rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bIMCMWybJ0mdJ3Wzet7xy1BDaTDqxz9W { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100025;line-height:1.2;letter-spacing:0;top:12.4375rem;left:14.75rem;height:7.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bIMCMWybJ0mdJ3Wzet7xy1BDaTDqxz9W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bIMCMWybJ0mdJ3Wzet7xy1BDaTDqxz9W li:before{  }
#SRktDJmZC1wK2lsLw0plJM8RRbNbTyWO { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100028;line-height:1.2;letter-spacing:0;top:11rem;left:32.8125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aZbi03xu6UJhOG1Ix94188gnbBEPOQCu { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100027;line-height:1.2;letter-spacing:0;top:8.8125rem;left:34.0625rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LFy1CoiW1etzeQvfANZP3yXK7zn87Lmy { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:100028;line-height:1.2;letter-spacing:0;top:6.8125rem;left:31.6875rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OaTmgWxx6hHxR0gEOyOzZeRRWkqONyPg { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:5.375rem;left:32.0625rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JbADOehButsnH7uXGdQTAiDuvULv1kHf { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100030;line-height:1.2;letter-spacing:0;top:8.8125rem;left:45.125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vO9FWCoUVJ67TPgSHHnKbvp12L6W4wrD { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100029;line-height:1.2;letter-spacing:0;top:10.6875rem;left:45.125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dBEKS5luowuSFCH8ND9HSrdVB3c40PaQ { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100032;line-height:1.2;letter-spacing:0;top:14.9375rem;left:45.125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AfomNpiGpnuMlKBvwmV8T2WI4MdJWwC1 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100031;line-height:1.2;letter-spacing:0;top:16.9375rem;left:45.125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BmQ8EEcMh0TZFsXnC4QTvcL53hzTPAGu { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100030;line-height:1.2;letter-spacing:0;top:12.6875rem;left:45.0625rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w0BHbBJPQuZw2ec9vwkHLe1zKdWcZul3 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:100023;line-height:1.2;letter-spacing:0;top:8.8125rem;left:3.25rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MWc8hh1wSt2eArK2e7mtnV4phHmDrCUF { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:300;z-index:100023;line-height:1.2;letter-spacing:0;top:1.375rem;left:31.625rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:block; }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row .container { background-color: transparent; background-image: none; }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row .container > .video-iframe-container { display: none; }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row > .video-iframe-container { display: none; }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row .container { border-width: 0; border-radius: 0; }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#VSqkUakuq8WavIns2ZNLPk9TF8LF3dHK { color:rgba(255,255,255,0.52);display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:7.5rem;left:27.71875rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFh8ysFtnltssBUFpvGmIBsr1epPnevL { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:comfortaa;font-size:0.5625rem;font-weight:300;z-index:100021;line-height:1.2;letter-spacing:0;top:5.6875rem;left:20.90625rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RQppbVth61xq9ChKwHkLR1X3ROrhgALS { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.2;letter-spacing:0;top:0.5625rem;left:23.03125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 { display:none; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IyBLSvmpAopXkZlNgn7qXT3ITSZOI2Ms { display:none; }
 }@media only screen and (max-width: 763px) { #ZgTcbMkEZCEZX3Qs3TveoiCa8E3eqWGd { top:1.25rem;left:0rem;width:13.125rem;height:;font-size:0.9375rem;display:none; }#ZgTcbMkEZCEZX3Qs3TveoiCa8E3eqWGd li:before{  }
 }@media only screen and (max-width: 763px) { #orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 { display:block; }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmH67paFndZ3TyZSPoOoX5P705dtCDTQ { width:10.5625rem;height:2.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DKkJcFGV9Q9ZlrmEkW2oRF74raHGS8 { display:block; }
 }@media only screen and (max-width: 763px) { #IFVKOzhX7Olurmm97d3zxTM8GZWaAciJ { width:9.875rem;height:2rem;top:2.5625rem;left:6.0252113342285rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU5XSr0TwpaVd1TRAEdL7GxvWCGaED48 { display:block; }
 }@media only screen and (max-width: 763px) { #yudbfCBJRixc7AT7yIPl8cPesfw1c8eb { width:7.125rem;height:2rem;top:2.5625rem;left:19.40234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWBbXUvPTb7InHGxqy2RO7ug0zeS9MOZ { display:block; }
 }@media only screen and (max-width: 763px) { #dGb8buqTJaT7bFkDNxknhaBhIQVXrtTU { width:6.6875rem;height:2rem;top:2.5625rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH45DpO7gHmhaigbCumBno7bxZwh3ETf { display:block; }
 }@media only screen and (max-width: 763px) { #mna4nfXvGRmqgvUi8XxTre6X3OzePXwF { width:6.9375rem;height:2.125rem;top:2.5rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0he69ZrgnBJrG2T2TDgC4nSp5RT6bOf { display:block; }
 }@media only screen and (max-width: 763px) { #u1yqk8ii4o4edUg0o0Ahc87RgTfcNbrk { width:6.9375rem;height:1.875rem;top:2.625rem;left:30.308769226074rem;display:block; }
 }@media only screen and (max-width: 763px) { #T35CrwM5voVPQH2unUqZwExlArsIaO4L { display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:31.75rem;height:8.125rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { width:15.75rem;height:3.5625rem;top:34.75rem;left:15.121448516846rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block; }
 }@media only screen and (max-width: 763px) { #ZVDx5tWSQkf24yML6fJik37CaETgHpXr { width:33.625rem;height:;top:13.0625rem;left:0rem;font-size:0.8125rem;display:block; }#ZVDx5tWSQkf24yML6fJik37CaETgHpXr li:before{  }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:35.625rem;height:20.9375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:32.625rem;height:9.125rem;top:9.8125rem;left:15.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 { display:block; }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIdFUTC7VGqGsGKWKIQs5t2JVJ8CRTb8 { width:47.75rem;height:2.8125rem;top:0.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT { display:block; }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idHokhx4dIvVTkZNuSSMkgvZA96igdyE { width:10.3125rem;height:2.5rem;top:19.875rem;left:2.7486991882324rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1l6KkIypPEuNmgL2OXLVPL6omvUtQ5N { display:block; }
 }@media only screen and (max-width: 763px) { #MCyKU2GWvEV5W1zPdgalx545Nvywgzu2 { width:10.3125rem;height:2.5rem;top:19.875rem;left:18.624786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrpDzonGRaHw5Wiwt7td6NCXGJZS8yf { display:block; }
 }@media only screen and (max-width: 763px) { #EdC9e5Pg0fU0QAEMfTOP3wP6UesFmypW { width:12.0625rem;height:2.5rem;top:19.875rem;left:34.061790466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUWSgRQTFOauQ3V3Lq7aGKRVh54DKk1D { display:block; }
 }@media only screen and (max-width: 763px) { #lTB6eX15F5TTstqGkCbL88mbcrUog7fR { top:4.3125rem;left:23.375rem;width:24.1875rem;height:14.212964705094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO5LoknJuoMXxDlUeofcmQfp10KoASuW { top:4.25rem;left:10.0625rem;width:21.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBuTGZ9o1FsN9ZsgeIyH1NzIydTEboJQ { top:4.25rem;left:0rem;width:21.625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 { display:block; }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfCGILiIAdvA6oCXtZm76NGo87b5MayT { width:21.875rem;height:13.562rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgIV5LwWTd6fhm5Vybod1tFRg07LxiQr { width:23.875rem;height:13.962886565637rem;top:4.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5JaTiZsPLpZo6QnaxMifoyxVDhPPaxu { width:14.75rem;height:14.626021131515rem;top:4.25rem;left:32.281494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUhk5P8MecWBxUnKNM80UczWrP43Bv3Q { width:14.4375rem;height:2.5rem;top:19.875rem;left:0.68607902526856rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTbXCtC6TrHuHZ3sTisqPh3A4UkOQah { display:block; }
 }@media only screen and (max-width: 763px) { #kB9CfZvy8InOX6cBRo7qLh17toguQTPT { width:10.3125rem;height:2.5rem;top:19.875rem;left:18.624786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSDo5zHFTToswqZqpgSQZiX6lSAb6qRa { display:block; }
 }@media only screen and (max-width: 763px) { #SZID9ezQfU79RCO0FerF9U0KkrHeyINa { width:10.9375rem;height:2.5rem;top:19.875rem;left:34.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx0FzCRNzdNtrpqrKFO23ZzFwxvkBkqP { display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:47.75rem;height:3.1875rem;top:0.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P53mXUMOJhssuopdqWNZ0H1369m8BOwP { display:block; }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SimzP4AgJn1Eiqai5om1AifLVdBXdq5P { width:47.75rem;height:36.5625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDX9bDtNdgiE1eVcUOm095MOVTS3b2No { display:block; }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WftZTnp7zNgIAlRtTW2zJFH7UsmqzSX3 { width:38.75rem;height:2.3125rem;top:0.9375rem;left:6.2444953918457rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20.4375rem;height:5.9375rem;top:8.5625rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:11.125rem;height:2rem;top:10.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:22.1875rem;height:21.875rem;top:0.1875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FevFhhaaikB3yVEFatOreukGMFRHwVTE { width:10.3125rem;height:2rem;top:10.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVHZwktpvnmmvrQtnMSMFtnLTUkctSx6 { width:20.4375rem;height:5.9375rem;top:8.125rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQdvwuDUgemJun59ArHD7w8ezrI7zDL { width:22rem;height:22rem;top:0.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrsryCXPLZT59VON3tu0tKDpMNTq62mX { display:block; }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3aplnDET2fBoLz0cpixgopk6EpizTMH { width:10.3125rem;height:2rem;top:10.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvVUIwxubOkiSMG4CG7Fa0gwro2TQz3t { width:20.4375rem;height:5.9375rem;top:8.125rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PptabN1bemMlDKcEmzAdbvhSvTX60Frh { width:22.1875rem;height:22.1875rem;top:0.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q { display:block; }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcKTRJecEpKNwb25VFzqehep30oDbkDU { width:10.3125rem;height:2rem;top:10.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5XlMhBGH5mu8PTKpyf3uTt4OnDa3PrN { width:20.4375rem;height:5.9375rem;top:8.125rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg7wSATzFvaxW1Bgc2S2in3oXuIwChBL { width:22.1875rem;height:22.1875rem;top:0.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHySux4TJlDUCGdZOQqsGFQxbF4hycNo { display:block; }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIXiMEg1hOTiNJ4EWlqCeVAClFZuFZtI { width:10.3125rem;height:2rem;top:10.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAcbOlntPXIJM5AhNIodQC9okC0u8i8u { width:20.4375rem;height:5.9375rem;top:8.125rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efZE8KBpyX4b1l1gwmFLkAM7U6xPELpQ { width:22.1875rem;height:22.1875rem;top:0.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk { display:block; }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3p1vEmepMdTfaKVao9b0rbeFv6ecxMp { width:21.875rem;height:21.875rem;top:0.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOkxEEJdnOgr815yF7In1TUBxuphLeu { width:10.3125rem;height:2rem;top:10.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oETQIDq6DMUd8JW3ESfwpmDaf2TUxvEs { width:20.4375rem;height:5.9375rem;top:8.125rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ { display:block; }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flZeRkeyr7yWndHirQwrnA99Xn6TrVf6 { width:10.8125rem;height:2rem;top:10.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwaH4bfnPzhP9XiwT6k5RDnd9nTu2MP { width:20.4375rem;height:5.9375rem;top:8.125rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kix2GJmVQzELtvwABgrXINsgDBOvC5tT { width:22.1875rem;height:22.1875rem;top:0.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ { display:block; }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBTwyAAfm6hTEHF4NLbyEhzNLX41zxFF { width:38.75rem;height:2.3125rem;top:1.6875rem;left:6.2462692260742rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ireuZuCS0hz4eUkoAN8Z5eD5UIQPFmM8 { width:17.6875rem;height:2.4375rem;top:4.6875rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrKqQmiTPsgISsgEIvMlaJITWwfQObz { display:block; }
 }@media only screen and (max-width: 763px) { #HiJu78eg28LqBRgmwA06UPVBmN9eEtaO { display:block; }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIcEfNVMfL8tDXbhZmN0Fq3yTkTzxTWZ { width:47.75rem;height:3.1875rem;top:0.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu { display:block; }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwgViPEPmOsDyDtUrQxsLmc56qaphHQk { width:47.75rem;height:14.3125rem;top:2.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapAiN92i3XaeSGOSaJAIr16XQuJoq0B { width:38.75rem;height:2.3125rem;top:18.0625rem;left:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxC8KW87uv0ntoTToKab2u3ulSkDQdDO { display:block; }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nI4xoIXfxQOT426aBKRRQvfggUQZ2vXC { width:10.3125rem;height:1.9375rem;top:10.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvGFHsED5SZiHcLHBWorqc3zSufs4Uo { width:20.4375rem;height:5.9375rem;top:8.125rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dflv3ziAyoA6BHfGEx7slCHqLca0Zin1 { width:21.875rem;height:21.875rem;top:0.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD { display:block; }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lw2SUAuh5R2MBlFsQe9FvTgAPCiATKWm { width:10.8125rem;height:1.9375rem;top:10.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEgf1l7xRFZNwSdhODBTUW0KUMvkZtlb { width:20.4375rem;height:5.9375rem;top:8.125rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8D6L6Ja64pT55kLOCucqBAM6NsQml8M { width:22.1875rem;height:22.1875rem;top:0.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB { display:block; }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCoRT58ZBnzKsS1dTDKFc4GTowUvKFtL { width:10.3125rem;height:1.9375rem;top:10.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3NORG4gTPpC3KHrX8xA1ETbZL32ul9 { width:20.4375rem;height:5.9375rem;top:8.125rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5DGTxH94J1WzoocNbvxRyqelcryPupH { width:21.875rem;height:21.875rem;top:0.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 { display:block; }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpOI6Nb8VBTPK28JgwLSKLDnoTUm43CL { width:10.8125rem;height:1.9375rem;top:10.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRwkqxyTmB3osiawEIPDq13cvUlr9c6c { width:20.4375rem;height:5.9375rem;top:8.125rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRduPw8ViimGIqS0OTkZ8lFfc7CPtXQw { width:21.875rem;height:21.875rem;top:0.125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx { display:block; }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXqdyUmirThlsodta2cbOMfUCoqJCvbQ { width:21.875rem;height:21.875rem;top:0.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhufETeUaATMp0ZHsbo7Mfm4LMz0zb4B { width:10.3125rem;height:1.9375rem;top:10.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4Wc6KMIH4TloPU8dpMkETS9hQNFT9b { width:20.4375rem;height:5.9375rem;top:8.125rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc { display:block; }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #He6pkF5DLc2KVCNml6HbiWZkQIxegyB5 { width:38.75rem;height:2.3125rem;top:1.6875rem;left:6.2462692260742rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUNlrgIoPaVTq0OPaLOuZWM8vAkyT306 { width:18.375rem;height:2.4375rem;top:4.8125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTvmevpiVDiWOiz2H6PaRwzsnrH8oSn { display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:2.6875rem;top:0.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m { display:block; }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDvs0KOiq13IrpzrG7f8tAZgtBxI2oME { top:83.625rem;left:19.1875rem;width:9.375rem;height:4.74964375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcoR2n8HEfttgFkFuay5KX5NwDCZ9Ee { width:25.3125rem;height:2.125rem;top:80.5625rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUN7OoTcOXEwDotqMpzIL3CiA4US3dn { top:0.75rem;left:0rem;width:47.75rem;height:14.852827763496rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA7UrLR9ea8NVHPT7mkgAVXKMm2hZ1Ra { top:17.125rem;left:0.56201171875rem;width:46.5625rem;height:11.420600746539rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNaCNknTqMvz9tFVCITDZ98S6HpafRg { top:30.125rem;left:0rem;width:47.75rem;height:11.238946684005rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq6NsZx3FaA74NfdSylJThedyvh5dQy7 { top:43.3125rem;left:1.09423828125rem;width:46.5rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R460V3AUJ2MABdtfOC8gMxgPfvcJG51v { top:55.3125rem;left:0.56201171875rem;width:46.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQL2aUxWA8dJN5AgH9Xwa5tQ6xnvF8Sk { top:66.6875rem;left:1rem;width:46.75rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.75rem;height:2.6875rem;top:0.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2VWX3gAO45iEarkmw27HoBDkJyBvP3I { width:40.3125rem;height:39.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtJbgGyQAMCBG9QScO2zXz9IMnADXLT { width:40rem;height:2.5rem;top:11.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHF9TtEcZbq9Ker6NiDl1CxhzZhzB0di { width:40rem;height:20rem;top:14rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKbahIi0MPURqrAvornaEeTGt1gmPFPs { width:29rem;height:5.25rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cybi7pg99kAhmElNmk5hHPfO7sqe8kvI { width:19.5rem;height:2.625rem;top:1.8125rem;left:12.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4fT9PbO92muymMolqhH72T1d6dLaiiU { width:31.0625rem;height:2.75rem;top:36.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo { display:block; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xK55tEPmeOMQiOacw5BZOnp68G3vppyx { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzabd64pMEpLA92agrwq3ygTmUyuFugL { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKnT1DFSDmqJNEVCXTl1cFAxiTrZezvp { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9hs6KXOOkaBOqi3txTzQVNuC48vZT4o { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwpztAnwtPPbnUG9LxEAXABDz7L78LMQ { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55XxpGU5bJ7fqTZdplTsxO9SV59rSKg { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsnAlVhI0q64rRTiSfgIc6qp1qPV0v6H { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #So8SlrsrqdEdA1L3uHTGzr3LX1NZJL6C { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcbt74Slv0ZsOnK7cQ8u1LR6GpDGuGkP { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHVcnF89nv6vGyQhCigIJbX76XQZaGX3 { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkswHRiqNbtco7czlLITxZJSpEHRFkry { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8FXD7JdilI2ORZichtNTyAMo13Me2F1 { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdnh3oHPM6GTMWR9HmWTZ0Swbt98bTn7 { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIMCMWybJ0mdJ3Wzet7xy1BDaTDqxz9W { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }#bIMCMWybJ0mdJ3Wzet7xy1BDaTDqxz9W li:before{  }
 }@media only screen and (max-width: 763px) { #SRktDJmZC1wK2lsLw0plJM8RRbNbTyWO { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZbi03xu6UJhOG1Ix94188gnbBEPOQCu { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFy1CoiW1etzeQvfANZP3yXK7zn87Lmy { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTmgWxx6hHxR0gEOyOzZeRRWkqONyPg { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbADOehButsnH7uXGdQTAiDuvULv1kHf { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO9FWCoUVJ67TPgSHHnKbvp12L6W4wrD { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBEKS5luowuSFCH8ND9HSrdVB3c40PaQ { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfomNpiGpnuMlKBvwmV8T2WI4MdJWwC1 { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmQ8EEcMh0TZFsXnC4QTvcL53hzTPAGu { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0BHbBJPQuZw2ec9vwkHLe1zKdWcZul3 { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWc8hh1wSt2eArK2e7mtnV4phHmDrCUF { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH { display:block; }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSqkUakuq8WavIns2ZNLPk9TF8LF3dHK { width:19.5625rem;height:0.9375rem;top:7.5rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFh8ysFtnltssBUFpvGmIBsr1epPnevL { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQppbVth61xq9ChKwHkLR1X3ROrhgALS { width:15rem;height:4rem;top:10.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 { background-color:transparent;background-image:url("https://images.assets-landingi.com/H5xkhxtv/dom_drewniany.jpg");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;display:block; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34.adaptive-delivery-prevent-bg, #oCbiK4KVIgc9qfkXCmgebqx1FcsMog34.lazyload, #oCbiK4KVIgc9qfkXCmgebqx1FcsMog34.lazyloading { background-image: none; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row .container { background-color: transparent; background-image: none; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row .container > .video-iframe-container { display: none; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row > .video-iframe-container { display: none; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row .container { border-width: 0; border-radius: 0; }#oCbiK4KVIgc9qfkXCmgebqx1FcsMog34 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyBLSvmpAopXkZlNgn7qXT3ITSZOI2Ms { top:0rem;left:8.7499995827675rem;width:2.5rem;height:2.5rem;z-index:100000;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTcbMkEZCEZX3Qs3TveoiCa8E3eqWGd { top:3.125rem;left:5.5300069451332rem;width:8.9373125rem;height:9.8125rem;z-index:100001;font-size:0.9375rem;line-height:1.5;color:#ffffff;display:block; }#ZgTcbMkEZCEZX3Qs3TveoiCa8E3eqWGd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZgTcbMkEZCEZX3Qs3TveoiCa8E3eqWGd li:before{  }
 }@media only screen and (max-width: 763px) { #orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 { position:relative;z-index:auto;display:none; }#orl0zrVgl51uyDxkIJy7pN8Dq2eaeGb0 > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MmH67paFndZ3TyZSPoOoX5P705dtCDTQ { width:14.24925rem;height:4.6875rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DKkJcFGV9Q9ZlrmEkW2oRF74raHGS8 { display:block; }
 }@media only screen and (max-width: 763px) { #IFVKOzhX7Olurmm97d3zxTM8GZWaAciJ { width:12.3125rem;height:3.9375rem;top:5.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU5XSr0TwpaVd1TRAEdL7GxvWCGaED48 { display:block; }
 }@media only screen and (max-width: 763px) { #yudbfCBJRixc7AT7yIPl8cPesfw1c8eb { width:9.625rem;height:3.9375rem;top:11.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWBbXUvPTb7InHGxqy2RO7ug0zeS9MOZ { display:block; }
 }@media only screen and (max-width: 763px) { #dGb8buqTJaT7bFkDNxknhaBhIQVXrtTU { width:9.1875rem;height:3.9375rem;top:16.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH45DpO7gHmhaigbCumBno7bxZwh3ETf { display:block; }
 }@media only screen and (max-width: 763px) { #mna4nfXvGRmqgvUi8XxTre6X3OzePXwF { width:9.1875rem;height:3.9375rem;top:21.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0he69ZrgnBJrG2T2TDgC4nSp5RT6bOf { display:block; }
 }@media only screen and (max-width: 763px) { #u1yqk8ii4o4edUg0o0Ahc87RgTfcNbrk { width:6.9375rem;height:1.875rem;top:21.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T35CrwM5voVPQH2unUqZwExlArsIaO4L { display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/HcBOtHyB/Depositphotos_128457866_xl_2015.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:20rem;height:3.75rem;top:0.687255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { width:10.6262525rem;height:2.6875rem;top:21.293500900269rem;left:4.6857243180275rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block; }
 }@media only screen and (max-width: 763px) { #ZVDx5tWSQkf24yML6fJik37CaETgHpXr { width:20rem;height:9.0625rem;top:6.43643283844rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.6;display:block; }#ZVDx5tWSQkf24yML6fJik37CaETgHpXr li:before{  }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:20rem;height:11.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:20rem;height:4.875rem;top:13.999467849731rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 { display:block; }#ychkNIqkGM7zGgDXFvDFDRNT1xT6ab06 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIdFUTC7VGqGsGKWKIQs5t2JVJ8CRTb8 { width:20rem;height:1.75rem;top:0.53267288208008rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT { display:block; }#yZUNQQhEEzuW8soKGnyJKda1s5nsTqdT > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idHokhx4dIvVTkZNuSSMkgvZA96igdyE { width:10.3125rem;height:2.5rem;top:12.829368114471rem;left:4.8428621888161rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1l6KkIypPEuNmgL2OXLVPL6omvUtQ5N { display:block; }
 }@media only screen and (max-width: 763px) { #MCyKU2GWvEV5W1zPdgalx545Nvywgzu2 { width:10.3125rem;height:2.5rem;top:29.8125rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrpDzonGRaHw5Wiwt7td6NCXGJZS8yf { display:block; }
 }@media only screen and (max-width: 763px) { #EdC9e5Pg0fU0QAEMfTOP3wP6UesFmypW { width:11.1865rem;height:2.5rem;top:46.0625rem;left:4.4052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUWSgRQTFOauQ3V3Lq7aGKRVh54DKk1D { display:block; }
 }@media only screen and (max-width: 763px) { #lTB6eX15F5TTstqGkCbL88mbcrUog7fR { width:17.375rem;height:10.3125rem;top:34.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO5LoknJuoMXxDlUeofcmQfp10KoASuW { width:17.5rem;height:11.5625rem;top:17.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBuTGZ9o1FsN9ZsgeIyH1NzIydTEboJQ { width:15.5625rem;height:10.3125rem;top:1.0617938041687rem;left:2.2176845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 { display:block; }#IaC8HLqaIsRBFTDmkgi7Ckc99A0dckW0 > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfCGILiIAdvA6oCXtZm76NGo87b5MayT { width:17.5rem;height:10.3125rem;top:0.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgIV5LwWTd6fhm5Vybod1tFRg07LxiQr { width:17.5rem;height:10rem;top:15.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5JaTiZsPLpZo6QnaxMifoyxVDhPPaxu { width:16.43675rem;height:16.31225rem;top:29.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUhk5P8MecWBxUnKNM80UczWrP43Bv3Q { width:13.5rem;height:2.5rem;top:11.75rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTbXCtC6TrHuHZ3sTisqPh3A4UkOQah { display:block; }
 }@media only screen and (max-width: 763px) { #kB9CfZvy8InOX6cBRo7qLh17toguQTPT { width:10.3125rem;height:2.5rem;top:26rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSDo5zHFTToswqZqpgSQZiX6lSAb6qRa { display:block; }
 }@media only screen and (max-width: 763px) { #SZID9ezQfU79RCO0FerF9U0KkrHeyINa { width:10.3125rem;height:2.5rem;top:46.9375rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx0FzCRNzdNtrpqrKFO23ZzFwxvkBkqP { display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:20rem;height:4.4345703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:17.4351875rem;height:3.875rem;top:0.56019115447998rem;left:1.2180396914482rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P53mXUMOJhssuopdqWNZ0H1369m8BOwP { display:block; }#P53mXUMOJhssuopdqWNZ0H1369m8BOwP > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SimzP4AgJn1Eiqai5om1AifLVdBXdq5P { width:20rem;height:52.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iDX9bDtNdgiE1eVcUOm095MOVTS3b2No { display:block; }#iDX9bDtNdgiE1eVcUOm095MOVTS3b2No > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WftZTnp7zNgIAlRtTW2zJFH7UsmqzSX3 { width:20rem;height:2.75rem;top:0.56107902526856rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20rem;height:4.125rem;top:19.562335968017rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:8.499625rem;height:1.625rem;top:1.125rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:18.49975rem;height:18.4375rem;top:1.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FevFhhaaikB3yVEFatOreukGMFRHwVTE { width:10.3125rem;height:1.625rem;top:0.625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVHZwktpvnmmvrQtnMSMFtnLTUkctSx6 { width:20rem;height:4.125rem;top:20.624095916748rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TTQdvwuDUgemJun59ArHD7w8ezrI7zDL { width:20rem;height:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrsryCXPLZT59VON3tu0tKDpMNTq62mX { display:block; }#CrsryCXPLZT59VON3tu0tKDpMNTq62mX > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3aplnDET2fBoLz0cpixgopk6EpizTMH { width:10.3125rem;height:1.625rem;top:2.0330295562744rem;left:4.8428621888161rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvVUIwxubOkiSMG4CG7Fa0gwro2TQz3t { width:20rem;height:4.125rem;top:22.033025741577rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PptabN1bemMlDKcEmzAdbvhSvTX60Frh { width:20rem;height:20rem;top:2.0330257415771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q { display:block; }#WoIq1VeMbS0VKRoeGqfRhKuJoadEeI4Q > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcKTRJecEpKNwb25VFzqehep30oDbkDU { width:10.3125rem;height:1.625rem;top:0.625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5XlMhBGH5mu8PTKpyf3uTt4OnDa3PrN { width:20rem;height:4.125rem;top:22.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rg7wSATzFvaxW1Bgc2S2in3oXuIwChBL { width:20rem;height:20rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHySux4TJlDUCGdZOQqsGFQxbF4hycNo { display:block; }#vHySux4TJlDUCGdZOQqsGFQxbF4hycNo > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIXiMEg1hOTiNJ4EWlqCeVAClFZuFZtI { width:10.3125rem;height:1.625rem;top:1.9087355136871rem;left:4.8428621888161rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAcbOlntPXIJM5AhNIodQC9okC0u8i8u { width:20rem;height:4.125rem;top:22.562144994736rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #efZE8KBpyX4b1l1gwmFLkAM7U6xPELpQ { width:20rem;height:20rem;top:1.9078481197357rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk { display:block; }#oKFIGnrcef4CGhTlDEmrR8fgkPiz5zTk > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3p1vEmepMdTfaKVao9b0rbeFv6ecxMp { width:20rem;height:20rem;top:1.6850156784057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOkxEEJdnOgr815yF7In1TUBxuphLeu { width:10.3125rem;height:1.625rem;top:1.685791015625rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oETQIDq6DMUd8JW3ESfwpmDaf2TUxvEs { width:20rem;height:4.125rem;top:21.685013771057rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ { display:block; }#oH2nxdmXaUVVbWE0ZING0gCWMv7v6HmJ > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flZeRkeyr7yWndHirQwrnA99Xn6TrVf6 { width:10.81175rem;height:1.625rem;top:1.0625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwaH4bfnPzhP9XiwT6k5RDnd9nTu2MP { width:20rem;height:4.125rem;top:22.122678756714rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kix2GJmVQzELtvwABgrXINsgDBOvC5tT { width:20rem;height:20rem;top:1.0617976188659rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ { display:block; }#O1lcr0noxpySeW8XoShRbcmwCxS4nvMQ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBTwyAAfm6hTEHF4NLbyEhzNLX41zxFF { width:20rem;height:3.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ireuZuCS0hz4eUkoAN8Z5eD5UIQPFmM8 { width:18.25rem;height:2.375rem;top:6.720703125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrKqQmiTPsgISsgEIvMlaJITWwfQObz { display:block; }
 }@media only screen and (max-width: 763px) { #HiJu78eg28LqBRgmwA06UPVBmN9eEtaO { display:block; }#HiJu78eg28LqBRgmwA06UPVBmN9eEtaO > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIcEfNVMfL8tDXbhZmN0Fq3yTkTzxTWZ { width:17.4360625rem;height:3.875rem;top:0.56108474731445rem;left:1.2810724377632rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu { display:block; }#z7emU8TwWW1U2rSImOJ9v7fMKlBgcqIu > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwgViPEPmOsDyDtUrQxsLmc56qaphHQk { width:20rem;height:22.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sapAiN92i3XaeSGOSaJAIr16XQuJoq0B { width:20rem;height:3.625rem;top:25.1695625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gxC8KW87uv0ntoTToKab2u3ulSkDQdDO { display:block; }#gxC8KW87uv0ntoTToKab2u3ulSkDQdDO > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nI4xoIXfxQOT426aBKRRQvfggUQZ2vXC { width:10.3125rem;height:1.625rem;top:0.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvGFHsED5SZiHcLHBWorqc3zSufs4Uo { width:20rem;height:4.125rem;top:20.123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dflv3ziAyoA6BHfGEx7slCHqLca0Zin1 { width:20rem;height:19.6244375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD { display:block; }#fFzqrp1dMpWNeQvq9ZCquLnOguZTmvaD > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lw2SUAuh5R2MBlFsQe9FvTgAPCiATKWm { width:10.81175rem;height:1.625rem;top:1.0625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEgf1l7xRFZNwSdhODBTUW0KUMvkZtlb { width:20rem;height:4.125rem;top:20.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W8D6L6Ja64pT55kLOCucqBAM6NsQml8M { width:20rem;height:20rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB { display:block; }#TlahLE7Jr94XlrflwTOTOPSqW3qfNFTB > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCoRT58ZBnzKsS1dTDKFc4GTowUvKFtL { width:10.3125rem;height:1.625rem;top:0.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3NORG4gTPpC3KHrX8xA1ETbZL32ul9 { width:20rem;height:4.125rem;top:20.936612129211rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z5DGTxH94J1WzoocNbvxRyqelcryPupH { width:20rem;height:20rem;top:0.937460899353rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 { display:block; }#ZnxL31Mvx4TmwI3WDbT9a1OtOcPDery9 > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpOI6Nb8VBTPK28JgwLSKLDnoTUm43CL { width:10.81175rem;height:1.625rem;top:1.0625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRwkqxyTmB3osiawEIPDq13cvUlr9c6c { width:20rem;height:4.125rem;top:20.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DRduPw8ViimGIqS0OTkZ8lFfc7CPtXQw { width:20rem;height:20rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx { display:block; }#zFUaDeuqFb3CHf12xTKoBI8f74wyCoEx > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXqdyUmirThlsodta2cbOMfUCoqJCvbQ { width:20rem;height:20rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhufETeUaATMp0ZHsbo7Mfm4LMz0zb4B { width:10.3125rem;height:1.625rem;top:0.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4Wc6KMIH4TloPU8dpMkETS9hQNFT9b { width:20rem;height:4.125rem;top:20.936609268189rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc { display:block; }#oEkbhnIXJa2CVVhEs0WbUQd6TI5hvnFc > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #He6pkF5DLc2KVCNml6HbiWZkQIxegyB5 { width:20rem;height:3.125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RUNlrgIoPaVTq0OPaLOuZWM8vAkyT306 { width:18.375rem;height:2.4375rem;top:5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTvmevpiVDiWOiz2H6PaRwzsnrH8oSn { display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:2rem;top:0.615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m { display:block; }#zEG19EfhdRPIqTg4h0bEVI9T2pwBik7m > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDvs0KOiq13IrpzrG7f8tAZgtBxI2oME { width:9.375rem;height:4.74964375rem;top:43.686126708984rem;left:5.3116121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcoR2n8HEfttgFkFuay5KX5NwDCZ9Ee { width:20rem;height:4rem;top:38.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUN7OoTcOXEwDotqMpzIL3CiA4US3dn { width:20rem;height:6.2727219106245rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA7UrLR9ea8NVHPT7mkgAVXKMm2hZ1Ra { width:20rem;height:4.9058708089588rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNaCNknTqMvz9tFVCITDZ98S6HpafRg { width:20rem;height:4.7639403528276rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq6NsZx3FaA74NfdSylJThedyvh5dQy7 { width:20rem;height:4.142642362521rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R460V3AUJ2MABdtfOC8gMxgPfvcJG51v { width:20rem;height:4.5125348189415rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQL2aUxWA8dJN5AgH9Xwa5tQ6xnvF8Sk { width:20rem;height:4.9160305343511rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { background-color: transparent; background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:20rem;height:3rem;top:0.5530891418457rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { background-color:transparent;background-image:url("https://images.assets-landingi.com/Vplj8iDT/kontakt.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2VWX3gAO45iEarkmw27HoBDkJyBvP3I { width:20rem;height:32.9375rem;top:1.25rem;left:0rem;background-color:rgba(0,0,0,0.7);background-image:none;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtJbgGyQAMCBG9QScO2zXz9IMnADXLT { width:20rem;height:2.5625rem;top:10.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHF9TtEcZbq9Ker6NiDl1CxhzZhzB0di { width:20rem;height:14.375rem;top:12.84375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKbahIi0MPURqrAvornaEeTGt1gmPFPs { width:20rem;height:4.125rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cybi7pg99kAhmElNmk5hHPfO7sqe8kvI { width:19.5rem;height:1.75rem;top:2.0625rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4fT9PbO92muymMolqhH72T1d6dLaiiU { width:14.4375rem;height:4.5rem;top:28.686107635498rem;left:2.6242895722389rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo { background-color:transparent;background-image:url("https://images.assets-landingi.com/Vplj8iDT/kontakt.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo.adaptive-delivery-prevent-bg, #TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo.lazyload, #TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo.lazyloading { background-image: none; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container { background-color: transparent; background-image: none; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.71); }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container > .video-iframe-container { display: none; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.71); }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row > .video-iframe-container { display: none; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container { border-width: 0; border-radius: 0; }#TEJ3ylWTWLr6K27ELX4oKlQy9tzaVWyo > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xK55tEPmeOMQiOacw5BZOnp68G3vppyx { width:8.4375rem;height:1.75rem;top:3.6875rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tzabd64pMEpLA92agrwq3ygTmUyuFugL { width:8.9375rem;height:1.75rem;top:12.8125rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GKnT1DFSDmqJNEVCXTl1cFAxiTrZezvp { width:10.3125rem;height:0.6875rem;top:29.9375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f9hs6KXOOkaBOqi3txTzQVNuC48vZT4o { width:12.25rem;height:1.5rem;top:36rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xwpztAnwtPPbnUG9LxEAXABDz7L78LMQ { width:9.3125rem;height:0.6875rem;top:13.9375rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b55XxpGU5bJ7fqTZdplTsxO9SV59rSKg { width:13.25rem;height:0.6875rem;top:37.4375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AsnAlVhI0q64rRTiSfgIc6qp1qPV0v6H { width:10.75rem;height:1.5rem;top:48.625rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #So8SlrsrqdEdA1L3uHTGzr3LX1NZJL6C { width:10.1875rem;height:0.6875rem;top:49.5rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zcbt74Slv0ZsOnK7cQ8u1LR6GpDGuGkP { width:11.5625rem;height:4.75rem;top:50.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHVcnF89nv6vGyQhCigIJbX76XQZaGX3 { width:9.125rem;height:1.125rem;top:8rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HkswHRiqNbtco7czlLITxZJSpEHRFkry { width:7rem;height:1.125rem;top:10rem;left:6.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A8FXD7JdilI2ORZichtNTyAMo13Me2F1 { width:14.0625rem;height:1.1875rem;top:17rem;left:3rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rdnh3oHPM6GTMWR9HmWTZ0Swbt98bTn7 { width:12.3125rem;height:1.1875rem;top:15.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bIMCMWybJ0mdJ3Wzet7xy1BDaTDqxz9W { width:13rem;height:8.3125rem;top:19rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }#bIMCMWybJ0mdJ3Wzet7xy1BDaTDqxz9W li:before{  }
 }@media only screen and (max-width: 763px) { #SRktDJmZC1wK2lsLw0plJM8RRbNbTyWO { width:9.25rem;height:1.125rem;top:33rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aZbi03xu6UJhOG1Ix94188gnbBEPOQCu { width:9.125rem;height:1.125rem;top:31.1875rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LFy1CoiW1etzeQvfANZP3yXK7zn87Lmy { width:10.3125rem;height:0.6875rem;top:4.8125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OaTmgWxx6hHxR0gEOyOzZeRRWkqONyPg { width:8.625rem;height:1.625rem;top:28.9375rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JbADOehButsnH7uXGdQTAiDuvULv1kHf { width:10rem;height:1.125rem;top:38.6875rem;left:5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vO9FWCoUVJ67TPgSHHnKbvp12L6W4wrD { width:15.25rem;height:1.125rem;top:40.4375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dBEKS5luowuSFCH8ND9HSrdVB3c40PaQ { width:10.625rem;height:1.125rem;top:43.9375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AfomNpiGpnuMlKBvwmV8T2WI4MdJWwC1 { width:7.625rem;height:1.125rem;top:45.875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BmQ8EEcMh0TZFsXnC4QTvcL53hzTPAGu { width:12.75rem;height:1.125rem;top:42.1875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w0BHbBJPQuZw2ec9vwkHLe1zKdWcZul3 { width:6.75rem;height:1.125rem;top:6.1875rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MWc8hh1wSt2eArK2e7mtnV4phHmDrCUF { width:11.6875rem;height:2rem;top:0.875rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH { display:block; }#TPR0Q9DBzwAL0nT75yogUgeh7PxLDeLH > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSqkUakuq8WavIns2ZNLPk9TF8LF3dHK { width:20rem;height:0.875rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #AFh8ysFtnltssBUFpvGmIBsr1epPnevL { width:16.1855625rem;height:2.75rem;top:8.9375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RQppbVth61xq9ChKwHkLR1X3ROrhgALS { width:16.1230625rem;height:6rem;top:0.908203125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }