.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,148,166,0.8);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row .container { background-color: transparent; background-image: none; }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row .container > .video-iframe-container { display: none; }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row > .video-iframe-container { display: none; }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row .container { border-width: 0; border-radius: 0; }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row > .video-iframe-container {  }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#WEzX2HTgtnLFgIZx0bD54kqQbsJtmh6Z { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.3rem;display:block; }
#uEy8grU74xVT59viM8PvWLwCqR85zsLf { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.3125rem;height:1.3rem;display:block; }
#tGdTxaTWfVXo3qyHbkL853Em8tHAQTDw { color:#000000;display:block;width:9.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:9.6875rem;height:1.3rem;display:block; }
#DtndU766Ceet1tld52b2RI78yH7SoeUv { color:#000000;display:block;width:4.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:19.25rem;height:1.3rem;display:block; }
#ld3sM0uF7AmhIAiTi8N6AL6Q1HnqCprH { color:#000000;display:block;width:7.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:24.1875rem;height:1.3rem;display:block; }
#GPsRn2WvRSbmyJyr73OTsHy06Ly0ZA72 { color:#000000;display:block;width:4.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.1875rem;height:1.3rem;display:block; }
#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/0f29d53d-161d-4a99-bc3b-064fb423a082/2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w.adaptive-delivery-prevent-bg, #MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w.lazyload, #MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w.lazyloading { background-image: none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container { background-color: transparent; background-image: none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container > .video-iframe-container { display: none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row > .video-iframe-container { display: none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container { border-width: 0; border-radius: 0; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row > .video-iframe-container {  }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#ifCPQr5SNT5fMNAzkUwAWFH1RyTJ0hNS { position:absolute;display:block;z-index:15004;background-color:rgba(112,45,74,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;height:50.5625rem;width:50rem;top:6.984375rem;left:0rem;display:block; }
#zxuJ92CUnEFOqo3xKel51KbGf522EaS3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15019;top:9.9791669845581rem;left:21.3125rem;overflow:hidden;display:block; }
#FVmO5t8WSKt4SJCze8AFybPSXQTu6Wug { color:#fffbef;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.479167938233rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L815RZsg6hZK5faF2bUPLv7ANDiaTsoT { color:#fffbef;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.3125rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sW1lZkhbTbeDtl2tpSNg04kFTPEcTzAC { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:43.4375rem;left:16.59375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#pZn4DXiLrZJlAbbdE6pfToIv5TAI84tl { color:#4bae16;display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:38.9375rem;left:3.1875rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#CWUTeckLa6cb4HTiB2kpgbKTArlm2Fzt { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:33.875rem;left:16.59375rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#wwM0uSh4yDeT444ZBs8PXhUccQnG5l3O { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:30.625rem;left:16.59375rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#WUUfJftm3xSeproC2KcdwduUONxWa6Cc { z-index:15004;top:50.625rem;left:14.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TJBqBlJO2f68wGRHGRxC98IgzxFzr65a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbxnEE3iGmZ0Fr6NXMS00oM6KG26tpNO { position:absolute;display:block;z-index:15026;height:4.4375rem;width:7.9375rem;top:3.875rem;left:0rem;display:block; }
#OguMTgVluinqpAJFF3doyi8RL7vW9VSG { position:absolute;display:block;z-index:15027;height:4.5rem;width:8.0625rem;top:3.875rem;left:11.3125rem;display:block; }
#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp { position:relative;display:none; }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp { border-width: 0; border-radius: 0; }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row .container > .video-iframe-container {  }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .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; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/f629e012-4d40-41c3-9b2f-709668f5b575/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev.adaptive-delivery-prevent-bg, #IUkTePgTikyRfXSCtma8Q6JFVNm2SFev.lazyload, #IUkTePgTikyRfXSCtma8Q6JFVNm2SFev.lazyloading { background-image: none; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row .container { border-width: 0; border-radius: 0; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row > .video-iframe-container {  }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:none; }#lVif6F1T5eRyZm5np8gK4QbQA0WaFJpe { position:absolute;display:block;z-index:15004;background-color:rgba(112,45,74,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;height:51.4375rem;width:50rem;top:4rem;left:0rem;display:block; }
#OlthIZAxrup6fCxnD1fVow2X5gnp3kxX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15019;top:5.9791679382324rem;left:21.25rem;overflow:hidden;display:block; }
#TG4Bz14xv67XzGCtDthUWq3EFKJvggiV { color:#000000;display:block;width:36.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:30.5625rem;left:5.6875rem;display:none; }
#n1PEoVqko4ISqywAsGrHFpQR0TPTnGzL { color:#fffbef;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n3affecCzseh9Mbkx6y4iEg00lnpd2Oi { color:#fffbef;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.625rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fh8phEav4kAGdh8trfc0cKvTMrXw5XWt { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:40.5625rem;left:16.5625rem;height:5.5833335rem;text-align:center;text-align-last:center;display:block; }
#hvPgtaVTzFCi28zZbZaoAnHTVSdrBRgU { color:#4bae16;display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:35.8125rem;left:3.125rem;height:5.5833335rem;text-align:center;text-align-last:center;display:block; }
#hcyUUgtU1BHTFyOLTLCNXIySOvzQbKdc { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:29.625rem;left:17.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#A1HbLd6fvs1L5pXd7Ex5RsV6BzTn1fJw { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:26.4375rem;left:17.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VQEhLqBQ1GUhpJN97mGbeR1eC4SSD6CK { z-index:15004;top:47.5625rem;left:14.75rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D0BIutyUEoXEThJfZkf98o7ND3yR1HlA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/f629e012-4d40-41c3-9b2f-709668f5b575/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd.adaptive-delivery-prevent-bg, #Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd.lazyload, #Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd.lazyloading { background-image: none; }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row .container { border-width: 0; border-radius: 0; }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row > .video-iframe-container {  }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:none; }#oCHhw6Rr0WvOOQwiMsUUMbWrDTkEpn8O { position:absolute;display:block;z-index:15004;background-color:rgba(112,45,74,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;height:51.4375rem;width:50rem;top:4rem;left:0rem;display:block; }
#TZufVNtRPAliDKqcCPckC2Pmk0WEHROx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15019;top:5.9791679382324rem;left:21.25rem;overflow:hidden;display:block; }
#QpBaKRVTI8QfTU2HHQG0T8OJua8HzPcw { color:#000000;display:block;width:36.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:30.5625rem;left:5.6875rem;display:none; }
#XrEAP8EnpeDEoQ5VunH0MOFDcXcS1rO1 { color:#fffbef;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWVnsoplF90y0tNuKxDvqJeyRGgXBEQq { color:#fffbef;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.625rem;left:0rem;height:4.8333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfE7VgpJbNtOIFUCIztBTTwJAs21i3iJ { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:40.5625rem;left:16.5625rem;height:5.5833335rem;text-align:center;text-align-last:center;display:block; }
#gVGz67ivoCcp50Lh15uOMEU4E6WfUzC9 { color:#4bae16;display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:35.8125rem;left:3.125rem;height:5.5833335rem;text-align:center;text-align-last:center;display:block; }
#T74dfleqe3c2mmJdhJps5VcMp6y5bfbW { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:29.625rem;left:17.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NJQzb6tRe2CH5CPXvvDKSzZwUsPmBQpX { color:#4bae16;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:26.4375rem;left:17.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#F2CgtB2xpeD3lG6JJIP4K3O22gQu5ATu { z-index:15004;top:47.5625rem;left:14.75rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fqrQTBA5Rh9mmQcQRbuoftKtViK8E3wg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/f629e012-4d40-41c3-9b2f-709668f5b575/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN.adaptive-delivery-prevent-bg, #dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN.lazyload, #dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN.lazyloading { background-image: none; }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row .container { border-width: 0; border-radius: 0; }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row > .video-iframe-container {  }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:none; }#W2sSbZ6K2iUdF8XOzLvWNwGTAU2kqAtT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15019;top:5.9791679382324rem;left:21.25rem;overflow:hidden;display:block; }
#QKQJSZTaxLZedvwfvAzOx5yhucAiVRMO { color:#000000;display:block;width:36.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:30.5625rem;left:5.6875rem;display:none; }
#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row .container { background-color: transparent; background-image: none; }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row .container > .video-iframe-container { display: none; }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row > .video-iframe-container { display: none; }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row .container { border-width: 0; border-radius: 0; }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row > .video-iframe-container {  }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#a3mbgAXv9o4mETBcN1A7IZTMvVaAy5AS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.9375rem;width:67.5rem;top:3.1500000953674rem;left:3.75rem;display:block; }
#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row .container { background-color: transparent; background-image: none; }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row .container > .video-iframe-container { display: none; }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row > .video-iframe-container { display: none; }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row .container { border-width: 0; border-radius: 0; }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row > .video-iframe-container {  }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#PTG6aZuHOTB7zDLJhe32oom4oiHmBlPa { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:7.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dhmlAxfxmMTK5Er0T1xkRiS3JVbG53EL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.5rem;width:56.25rem;top:1.4349021911621rem;left:10.8125rem;overflow:hidden;display:block; }
#GwuTAmbmsdvaVK8VMsZnAhPrnlJE0Vpm { color:#000000;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:30.645843505859rem;left:4.5625rem;height:32.34375rem;font-style:normal;display:block; }
#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row .container { background-color: transparent; background-image: none; }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row .container > .video-iframe-container { display: none; }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row > .video-iframe-container { display: none; }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row .container { border-width: 0; border-radius: 0; }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row > .video-iframe-container {  }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#iHb16qWlR5IndAqzRGaLv9vaw0NbgEfN { z-index:15003;top:2.98046875rem;left:27.251300811767rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TayOeSCrerhv0C5Eo2dV7BBvoykwqTwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row .container { background-color: transparent; background-image: none; }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row .container > .video-iframe-container { display: none; }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row > .video-iframe-container { display: none; }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row .container { border-width: 0; border-radius: 0; }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row > .video-iframe-container {  }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#JzwtuCGD1E97fiVWyXz8nBZIZ9CFm6QH { color:#000000;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.3841247558594rem;left:3.125rem;height:24.0625rem;font-style:normal;display:block; }#JzwtuCGD1E97fiVWyXz8nBZIZ9CFm6QH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JzwtuCGD1E97fiVWyXz8nBZIZ9CFm6QH li:before{  }
#qtN5lpSGhXvwO1Ohy5lBohhOiTGOmvMX { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1679763793945rem;left:8.3125rem;height:2.03125rem;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; }
#P0BKizEwau2pKqKUwhPz4RRu8Npx6WgP { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1679763793945rem;left:8.3125rem;height:2rem;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:none; }
#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row .container { background-color: transparent; background-image: none; }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row .container > .video-iframe-container { display: none; }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row > .video-iframe-container { display: none; }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row .container { border-width: 0; border-radius: 0; }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row > .video-iframe-container {  }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#g7tu3XmIJHi2wDDLSiHnIdClOixt40Oa { z-index:15003;top:2.98046875rem;left:27.251300811767rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oBGLAe58fZvCOLTZxaqpNFib3da1KA42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row .container { background-color: transparent; background-image: none; }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row .container > .video-iframe-container { display: none; }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row > .video-iframe-container { display: none; }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row .container { border-width: 0; border-radius: 0; }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row > .video-iframe-container {  }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#NXZ4uCqNIIGm5TENwxIuT1zelzLCBWk3 { color:#fffbef;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row .container { background-color: transparent; background-image: none; }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row .container > .video-iframe-container { display: none; }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row > .video-iframe-container { display: none; }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row .container { border-width: 0; border-radius: 0; }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row > .video-iframe-container {  }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#pzEHpPbTxPBILkn1QylFxBKfMFdnDTBz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:31.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;top:9.4375rem;left:50.625rem;overflow:hidden;display:block; }
#HoEIm6JiHckT4p3Owm3gOairaSPJ13OM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:31.0625rem;width:23.75rem;position:absolute;display:block;z-index:15003;top:9.4375rem;left:0.625rem;overflow:hidden;display:block; }
#L0xWtX3oFuQ8LwZ6bgv6tDJw4KmG1xEH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:31.0625rem;width:23.75rem;position:absolute;display:block;z-index:15004;top:9.4375rem;left:25rem;overflow:hidden;display:block; }
#gQQXepnsWnlCErTXxdhBwft3fWi9pGpJ { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlbksE7mpeJqgAK2HeP11Tn8q3ho63rm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:none; }#GlbksE7mpeJqgAK2HeP11Tn8q3ho63rm > .row .container { border-width: 0; border-radius: 0; }#GlbksE7mpeJqgAK2HeP11Tn8q3ho63rm > .row > .video-iframe-container {  }#GlbksE7mpeJqgAK2HeP11Tn8q3ho63rm > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:none; }#D2SOpPzwy81XHBaTOz2OmHIT7AeIPcky { border-bottom:0;border-left:0;border-right:0;border-top:0;height:31.0625rem;width:23.75rem;position:absolute;display:block;z-index:15004;top:3.75rem;left:25.625rem;overflow:hidden;display:block; }
#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row .container { background-color: transparent; background-image: none; }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row .container > .video-iframe-container { display: none; }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row > .video-iframe-container { display: none; }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row .container { border-width: 0; border-radius: 0; }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row > .video-iframe-container {  }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#DK7dx4LOWawWGJCDy76J8heRScp438XH { z-index:15003;top:2.98046875rem;left:27.251300811767rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fQZXT5pGznzHx2kyoqlfUeGrEgyt626x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsFgB2mUz2pLR1w8iBw4gO8bfP1Pd42t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:none; }#tsFgB2mUz2pLR1w8iBw4gO8bfP1Pd42t > .row .container { border-width: 0; border-radius: 0; }#tsFgB2mUz2pLR1w8iBw4gO8bfP1Pd42t > .row > .video-iframe-container {  }#tsFgB2mUz2pLR1w8iBw4gO8bfP1Pd42t > .row .container { font-size:0.875rem;font-family:arial;height:144.1875rem;width:75rem;position:relative;display:none; }#ShzqQCfRSwcz4nkkDIBFT3Bg4ume3feA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.4375rem;width:46.875rem;top:7.62939453125E-6rem;left:14.062501907349rem;overflow:hidden;display:block; }
#S7hvI2KZPeDGNhKclieltpOQvnKwyStC { color:#0d94a6;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.8125rem;left:6.25rem;height:4.4166665rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JK4N53LAeFOIP93VMPm0WdmpTS0dTIVf { color:#486c8f;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.437501519919rem;left:6.2500019073488rem;height:4.46666875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mpvMAmeUa6l0kWP40GMeZk5auBW0m0ez { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.25rem;left:6.875rem;height:15rem;display:block; }
#Vfc43GrMbXs9vvWJqFanB5hE4zW8vI98 { color:#0d94a6;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:48.875rem;left:6.875rem;height:2.4166667461395rem;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; }
#EyMCu8eAffPZN9SPcFWWhbiBCAQEhdOF { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:52.25rem;left:6.875rem;height:5rem;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; }
#nZBRT8uE5xiVdw6uisSzUiFcuEgvB0cF { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:58.6875rem;left:6.875rem;height:4.4375rem;display:block; }#nZBRT8uE5xiVdw6uisSzUiFcuEgvB0cF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nZBRT8uE5xiVdw6uisSzUiFcuEgvB0cF li:before{  }
#dyz0a9IoMhWnbXA6z0ob7Ade3S1GWlk7 { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:64.708328247069rem;left:6.875rem;height:7.5rem;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; }
#aIHdV40C4bKydHQFIxgxqqvJxBsycMZ3 { color:#0d94a6;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:74.770828247069rem;left:6.875rem;height:2.4166667461395rem;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; }
#RQOSWUpLidlMafIShTKVVFvz03BMa7Pr { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:78.520828247069rem;left:6.875rem;height:1.25rem;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; }
#f0OcCHn91gZmHkct9tzJA3JF0OmiKJfL { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:81.145828247069rem;left:6.875rem;height:40.6875rem;display:block; }#f0OcCHn91gZmHkct9tzJA3JF0OmiKJfL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f0OcCHn91gZmHkct9tzJA3JF0OmiKJfL li:before{  }
#S4X8TeLdsO6IvfX1aGs17p9mmeOAvmS2 { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:123.14582824707rem;left:6.875rem;height:1.25rem;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; }
#EJDdwAgsDHDl4yr3TLsyeSOI4belBHui { color:#000000;display:block;width:61.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:125.58332824707rem;left:6.875rem;height:11.5625rem;display:block; }#EJDdwAgsDHDl4yr3TLsyeSOI4belBHui li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EJDdwAgsDHDl4yr3TLsyeSOI4belBHui li:before{  }
#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row .container { background-color: transparent; background-image: none; }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row .container > .video-iframe-container { display: none; }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row > .video-iframe-container { display: none; }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row .container { border-width: 0; border-radius: 0; }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row > .video-iframe-container {  }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#QrgKDIFR73blv4iGaWm1iGbb41kaMdfp { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akfwhx7lpl58UzAFdGyRCUkK2VoAfCzD { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.833374023438rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row .container { background-color: transparent; background-image: none; }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row .container > .video-iframe-container { display: none; }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row > .video-iframe-container { display: none; }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row .container { border-width: 0; border-radius: 0; }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row > .video-iframe-container {  }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#Re8INXpT7bk4B4rmCXhp8ITCnAdcmaNi { color:#fffbef;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHSrC3gCBilqe3VF5QTNXWD3BPb91WuH { color:#fffbef;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row .container { background-color: transparent; background-image: none; }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row .container > .video-iframe-container { display: none; }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row > .video-iframe-container { display: none; }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row .container { border-width: 0; border-radius: 0; }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row > .video-iframe-container {  }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row .container { font-size:0.875rem;font-family:arial;height:103.5625rem;width:75rem;position:relative;display:block; }#WHGTMfqdUWL2a6pOTrGNcs1E7XnWfWut { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.1875rem;left:23.4375rem;height:57.0375rem;text-align:left;text-align-last:left;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; }
#EElkfe8rFOS5sycZyopJzu3l94t2XZeF { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(246,226,221,0.3) ;height:92.0625rem;width:31.25rem;top:4.9166564941406rem;left:21.5625rem;display:block; }
#UQNOfVFcUzlBy6kFsAu9btMwdqbESysI { position:absolute;display:block;z-index:15001;background-color:rgba(244,183,135,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:9.1875rem;width:30rem;top:5.625rem;left:22.1875rem;display:block; }
#dCli4I8V8ZEoO8VNZl23ymdnVDecH6Wu { color:#0d94a6;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:75.604187011719rem;left:29.032550811767rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#yFn6giMNM4CxCnouhwCNU72Rxt358PHv { z-index:15002;top:89.983093261719rem;left:27.251300811767rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oloxaLlGkqZWEE4ntaTQI38tO3MOqkTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M91By6i6liO1g9DreFVxTo884vOFKL2S { color:#0d94a6;display:block;width:30rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:22.5rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kR7CHMftOSuGcT5G0ZpsQuQCZMJEaUSN { color:#0d94a6;display:block;width:30rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:22.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gX84Ggr6eUHLWWz0Qo4s7V6ny7m2dr66 { color:#0d94a6;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:83.604187011719rem;left:29.032550811767rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#ZTo2Va0os6d2UhtfOVeZC2wdRpRUSkoW { color:#0d94a6;display:block;width:16.93359375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:72.4375rem;left:29.032550811767rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#wQD5KI7B3Plhx5Ag7MBuTUXD3KEHRuJT { color:#0d94a6;display:block;width:24rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:80.604187011719rem;left:25.5rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#NHKTwz0MchH3plxk176D0bzhFGUI8sAW { color:#fffbef;display:block;width:30rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:22.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row .container { background-color: transparent; background-image: none; }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row .container > .video-iframe-container { display: none; }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row > .video-iframe-container { display: none; }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row .container { border-width: 0; border-radius: 0; }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row > .video-iframe-container {  }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#UXVu3Zysbs3Jt9eIOaccebXZgffVH8TT { color:#fffbef;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeI4lppQaxg26W5PyCLqqLnHB4ch8GWg { color:#fffbef;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row .container { background-color: transparent; background-image: none; }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row .container > .video-iframe-container { display: none; }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row > .video-iframe-container { display: none; }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row .container { border-width: 0; border-radius: 0; }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row > .video-iframe-container {  }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#VSkNsD4E5IF0rzv5BifpFyy3vh1Jcmyp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.9375rem;width:48.3125rem;top:3.75rem;left:13.34375rem;overflow:hidden;display:block; }
#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row .container { background-color: transparent; background-image: none; }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row .container > .video-iframe-container { display: none; }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row > .video-iframe-container { display: none; }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row .container { border-width: 0; border-radius: 0; }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row > .video-iframe-container {  }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#t9cbwaXJ6p9a6l4MWEuxMbv1gDEz0AsE { display:block;width:24.99869725rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:32.427124023438rem;left:25rem;height:2.34375rem;color:#fffbef;text-align:center;text-align-last:center;display:block; }
#JMMrb3XHBDamGSAIGop4LczTQJ3i80KD { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:2.25rem;left:9.375rem;height:29.75rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTK8PlMSzIUJrkoHr83zDw2HWZle6UZg { position:absolute;display:block;z-index:15015;background-color:#0d94a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:40.625rem;top:31.458374023438rem;left:17.15625rem;display:block; }
#EUvpmrQNcBQZdGQlWUdcJpRFpMwUsXAZ { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:2.25rem;left:9.375rem;height:29.1666655rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row .container { background-color: transparent; background-image: none; }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row .container > .video-iframe-container { display: none; }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row > .video-iframe-container { display: none; }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row .container { border-width: 0; border-radius: 0; }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row > .video-iframe-container {  }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#rm8MWr8LIodsuuB8kdve5q5E2B0C1hkL { color:#fffbef;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container { background-color: transparent; background-image: none; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container > .video-iframe-container { display: none; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row > .video-iframe-container { display: none; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container { border-width: 0; border-radius: 0; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row > .video-iframe-container {  }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container { font-size:0.875rem;font-family:arial;height:90.625rem;width:75rem;position:relative;display:block; }#XiQ3gon5BitAGC4QDJKdxyICVrukJTvN { position:absolute;display:block;z-index:15025;background-color:#ec8827;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:3.75rem;left:28.125001907349rem;display:block; }
#QErQitga3h1sPzArs99hhA2auqEoUvDw { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:6.4778442382812rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaisECIKxJ5sE4ON21APG3EXaX11wo1P { position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6875rem;top:38.875rem;left:24.125rem;display:none; }
#F6NtTCExMhtex1qQXWiV4RoTreTEow6G { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:24.160417556762rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XO5aapwpdCh1kVi0qQR8EetV5QtVkkz2 { position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:48.375rem;left:24.0625rem;display:none; }
#RJqMvHEJD3HkDbbtxv8N80nlPfvhdfqL { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:42.691667556763rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nXT4VdNKpd9dsrg104aTKeyHH8olr6Nk { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:33.125001907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NHuayCAUBXHFQbEZeCuWaKhu5L5UmXaf { position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:48.375rem;left:33.1875rem;display:none; }
#QISqEg7uschoaiiLZTnxJ6WRww5tweLr { position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:48.375rem;left:42.5625rem;display:none; }
#PS4Pp0oP3scuT1dcXimlyQsmXwSDV2Lq { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.5625rem;width:56.25rem;top:48.375rem;left:9.375rem;overflow:hidden;display:block; }
#KRDWWyOSp96OZbX3mNiasZCnbxb43RM5 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:11.1015625rem;left:0rem;height:3.28125rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sm3iZS8ERuxXcRfBir6kUPmPe1tIwkGg { display:block;width:66.9375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.01953125rem;left:4.03125rem;height:30.1875rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bkSXgFzWaAycfIptJxXB7mH8wQhzVtTu { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:45.260437011719rem;left:0rem;height:8.625rem;color:#0d94a6;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u5VgGDGgTThgOQOM9DHTX6mdKwbnxEw1 { position:absolute;display:block;z-index:15017;background-color:#0d94a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:40.625rem;top:82.519592285156rem;left:17.84375rem;display:block; }
#iNcq6xZnaBdFshLhgW3nbPCQQZF7QuWu { display:block;width:24.99869725rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:83.467529296875rem;left:25.6875rem;height:2.34375rem;color:#fffbef;text-align:center;text-align-last:center;display:block; }
#Ksu7sEs84sWKdipCsOAUnxWyWOJHJxVQ { display:block;width:66.9375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.01953125rem;left:4.03125rem;height:29.1666655rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container { background-color: transparent; background-image: none; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container > .video-iframe-container { display: none; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row > .video-iframe-container { display: none; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container { border-width: 0; border-radius: 0; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row > .video-iframe-container {  }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#nq55Ssc6TQmuco7Gkpf8QmhizRRVLhiB { position:absolute;display:block;z-index:15025;background-color:#ec8827;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:3.75rem;left:28.125001907349rem;display:block; }
#oHtMzgNIrCcArNP4B5JnqTa3EhkchNMi { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:6.4153442382812rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0R88Igcel8sJ0bOTdTNUT5DmSEiXXug { position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6875rem;top:38.875rem;left:24.125rem;display:none; }
#BZkehbELiHJDGD4Z836efHBUB1Z2s8mE { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:24.160417556762rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JC2OCeTAA19Q6nI719Jn09JhJZAfx2Ao { position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:48.375rem;left:24.0625rem;display:none; }
#nhRdwt8szR4aAAWEJTUo4iCu9xNzyQrl { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:42.691667556763rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wTNy4JX44XeEcT9aZwsy2lUvtWM8k2BO { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:33.125001907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eH2wBmotoTHPm6J2p1bfmMKnzstwkpVa { position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:48.375rem;left:33.1875rem;display:none; }
#ywguiOxZ1bDcuLeO3Pb8zLM8X9LQ6ZRq { position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:48.375rem;left:42.5625rem;display:none; }
#Z3ClgEcaKAUk0a8StcHsUM7SsqLMTltn { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.8125rem;width:50rem;top:18.437561035156rem;left:12.5rem;overflow:hidden;display:block; }
#Puwr3GuP8K18TkVnbHf57IuaZtHfEkp6 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.997375488281rem;left:0rem;height:3.28125rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IC72dxMIUkXw05BiRI86OPJ7RH0sSydG { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:13.705749511719rem;left:0rem;height:10.78125rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BumR4wVw3NffSBdg0GkcOxyh8rJGwHlO { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:18.311279296875rem;left:0rem;height:10.416666269302rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bTGtQlSveQKTWcapcT7LANO4TAWDiIBd { position:absolute;display:block;z-index:15019;background-color:#0d94a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:40.625rem;top:49.352905273438rem;left:17.15625rem;display:block; }
#UZbv4iyWKwIoAF9ygJSamLgqtTTRxRIt { display:block;width:24.99869725rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:50.279968261719rem;left:25rem;height:2.34375rem;color:#fffbef;text-align:center;text-align-last:center;display:block; }
#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row .container { background-color: transparent; background-image: none; }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row .container > .video-iframe-container { display: none; }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row > .video-iframe-container { display: none; }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row .container { border-width: 0; border-radius: 0; }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row > .video-iframe-container {  }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#GCi0i7Nmhnlkm40mli4RWpRQ7zRxAh1Z { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.2083740234375rem;left:0rem;height:11.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pte53Eg0VZo3P7f0fMw18i4Uat24mkie { position:absolute;display:block;z-index:15016;background-color:#ec8827;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:3.75rem;left:28.125001907349rem;display:block; }
#e97kGKd6zx9iDny9V3ToPM4t48QbZ0AP { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:22.725002288818rem;left:7.1333332061769rem;height:14.9333375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BNBQgLwqHJsBRnhrWXO2Da9nabHcDSsl { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.666687011719rem;left:0rem;height:9.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQOSFTVCQsc5FfK23SvqZ0yfXWavZcdZ { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5000095367431rem;left:0rem;height:11.59998125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row .container { background-color: transparent; background-image: none; }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row .container > .video-iframe-container { display: none; }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row > .video-iframe-container { display: none; }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row .container { border-width: 0; border-radius: 0; }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row > .video-iframe-container {  }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#uTF9pzIkTHcENlGT1NMEMTq8T81Tiouq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.4375rem;width:46.875rem;top:1.8125rem;left:14.03125rem;overflow:hidden;display:block; }
#nOBAnuW5I2Aa32fNrQJi3CCQr9Ags2xI { position:absolute;display:block;z-index:15021;background-color:#0d94a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:40.625rem;top:32.578125rem;left:18.15625rem;display:block; }
#Ni7pKNQxXndTPvTNQAw5DU77qyEVXT8v { display:block;width:24.99869725rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:33.505249023438rem;left:26rem;height:2.34375rem;color:#fffbef;text-align:center;text-align-last:center;display:block; }
#sNctFJIDwOLCsIfyHqZa3Juh7MRPT5p2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.4375rem;width:46.875rem;top:1.8125rem;left:14.03125rem;overflow:hidden;display:block; }
#QT2AqTEyKHUq85hQQFtdlzOiT3LmRWgo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.5625rem;width:75rem;display:none; }
#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row .container { background-color: transparent; background-image: none; }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row .container > .video-iframe-container { display: none; }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row > .video-iframe-container { display: none; }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row .container { border-width: 0; border-radius: 0; }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row > .video-iframe-container {  }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#Tr1mMgnl2bE0tJgU2HDfgAkPzl5Ox4fJ { z-index:15003;top:2.98046875rem;left:27.251300811767rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vXKpfGPymok2OkqTtBg6yCku26NwbDpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container { background-color: transparent; background-image: none; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container > .video-iframe-container { display: none; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row > .video-iframe-container { display: none; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container { border-width: 0; border-radius: 0; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row > .video-iframe-container {  }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#VFxUs0JO7ybZaCkSieDx654QZKkdXtIT { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.9145898818969rem;left:0rem;height:4.5rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q93ZGJiM2t0t44ltVwl3JPNwgVczTUPP { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.6875rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#puBIXLkJkbiHBwJTPpeuTDiyiArwqoPa { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.315631866455rem;left:0rem;height:4.5rem;color:#486c8f;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rx7BUnHfppyQblh7tTTpKZabBVzMphs6 { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:23.93750667572rem;left:31.250001907349rem;height:23.2875rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xlS9xfylPWo3utX1i4xc9vuDrR0oIT6T { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.375rem;top:48.532301902771rem;left:45.312501907349rem;overflow:hidden;display:block; }
#WqGcLEBpoaxsP1we4chBcDb6TArZT20r { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:23.754167318344rem;left:31.270833969116rem;height:22.95rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XBdc6wvxm75BHQlVNCIsx6CVpRIX88Zp { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21.625rem;top:9.875rem;left:21.6875rem;display:none; }
#nSAcBvDIldK9oURRJ2zRoccDxo4lnk8T { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X3tlfLCtvNMPrO3fowEqXowQdC3XmvqX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.6875rem;width:26.75rem;top:19.875rem;left:2.3125rem;overflow:hidden;display:block; }
#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row .container { background-color: transparent; background-image: none; }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row .container > .video-iframe-container { display: none; }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row > .video-iframe-container { display: none; }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row .container { border-width: 0; border-radius: 0; }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row > .video-iframe-container {  }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#AsBpyXHdrdi6M0x9nhVxWObCZGPCIkDs { color:#fffbef;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxakITIxsBiCycpgJD4ckC2TRsOUntAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/rUAcqC4u/ZTzA_t_o_1200x1200_10_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz.adaptive-delivery-prevent-bg, #JxakITIxsBiCycpgJD4ckC2TRsOUntAz.lazyload, #JxakITIxsBiCycpgJD4ckC2TRsOUntAz.lazyloading { background-image: none; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container { background-color: transparent; background-image: none; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,251,239,0.75); }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container > .video-iframe-container { display: none; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,251,239,0.75); }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row > .video-iframe-container { display: none; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container { border-width: 0; border-radius: 0; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row > .video-iframe-container {  }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container { font-size:0.875rem;font-family:arial;height:77rem;width:75rem;position:relative;display:block; }#e3MWng4ryyHkTEVozLGAJ7zcgTGAygnz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:40.625rem;width:62.5rem;position:absolute;display:block;z-index:15001;top:7.5rem;left:4.65625rem;overflow:hidden;display:block; }
#gs0QDKiqXdcI5x3pvPDJNHt4OyB60owl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15002;top:55.625rem;left:1.09375rem;overflow:hidden;display:block; }
#iqDT9oQ7R4A0aXDMU9ruWhxs5A9RpbTa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15001;top:55.625001907349rem;left:26.562501907349rem;overflow:hidden;display:block; }
#q2rKF15PNdJBLsWDNmLAIBJETGifkgDz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15000;top:55.625001907349rem;left:51.031251907349rem;overflow:hidden;display:block; }
#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row .container { background-color: transparent; background-image: none; }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row .container > .video-iframe-container { display: none; }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row > .video-iframe-container { display: none; }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row .container { border-width: 0; border-radius: 0; }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row > .video-iframe-container {  }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#eiVOGIA3nDA7aussUfSAv9OO01U48E4o { position:absolute;display:block;z-index:15025;background-color:#f4b787;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:7.5rem;left:28.125001907349rem;display:block; }
#tnLwDlT0Mo3L1hgImBerDF0rJO2mozTm { color:#091e5a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.3322582244875rem;left:0rem;height:11.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQc5QQQioWgcOFi4HPTBsVCJivM6kysN { color:#72686c;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:23.370895385743rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-text.counter-number { border-top:0.25rem solid #fad7bb;border-left:0.25rem solid #fad7bb;border-right:0.25rem solid #fad7bb;border-bottom:0.25rem solid #fad7bb;background-color:transparent;background-image:none;color:#0d94a6;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:ubuntu;font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.125rem;height:10.7975rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28rem;left:24.276041030884rem;z-index:15062; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #eTRoJq1Empubu8QFTlzi43DrrKg3wsmD { display:flex;position:relative;top:0rem;left:0rem; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #JeDQlJIbTIokXwwDDtHd1aliEU69ywDi { width:auto; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #FrKlPmtJTVEdfc1TPVv4l6wGbSLBOWkk {  }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #GRFcKH4f37RcLctv5FAIg1ET3ERU77DM { display:flex;position:relative;top:0rem;left:0rem; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #Vm0JwrcBprZ0OsApz4VNRyTkqDrEEKhO {  }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #rXN9SBw7ZzR21aQ3cLiqfPC0w0WEnVR3 {  }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #K1KJIlzhLGxaJT9lQHPyTnW3Qz0kDda7 { display:flex;position:relative;top:0rem;left:0rem; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #ZRi2QtDzpTtBL3OQsEleJsO59KVe47CA {  }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #gD3NP4PFlM3JVGTyQxSP6emT1w1gZDg4 {  }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #VvdFz7xRIsZdbgGlA6R7ryBakazQ4JpJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #VJuvWHB4bMntEzWEknpQ4JGvavfXah4P {  }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #l6ngr3nDsTl3B7MW4p6CKIosbpSSxGz0 {  }
#bZ3f2HOmtS1l5HlspLWIg43gxPb6aBGG { color:#091e5a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.3322582244875rem;left:0rem;height:11.49999975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row .container { background-color: transparent; background-image: none; }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row .container > .video-iframe-container { display: none; }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row > .video-iframe-container { display: none; }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row .container { border-width: 0; border-radius: 0; }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row > .video-iframe-container {  }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#mWGouD0bHTK8hxrgoXgkXQtEwfMs32C3 { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9pk91Wr5wI6oA54rfhV92TdP5fWFEH7 { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.833374023438rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#702d4a;background-image:none;position:relative;display:block; }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row .container { background-color: transparent; background-image: none; }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row .container > .video-iframe-container { display: none; }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row > .video-iframe-container { display: none; }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row .container { border-width: 0; border-radius: 0; }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row > .video-iframe-container {  }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#WeSktTn7hww9ZZzcPwwV6xO8t5r3X60D { z-index:15003;top:2.98046875rem;left:27.251300811767rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49609375rem;height:4.18359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w5GyeD3eDUlDpAgL7gl4B5A0QmfiWWWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:url("https://images.assets-landingi.com/XbpqVR7l/LO_zapisy_na_kurs_zdj_cie_g_wne_4_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.adaptive-delivery-prevent-bg, #GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.lazyload, #GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.lazyloading { background-image: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container { background-color: transparent; background-image: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container > .video-iframe-container { display: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row > .video-iframe-container { display: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container { border-width: 0; border-radius: 0; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row > .video-iframe-container {  }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row .container { background-color: transparent; background-image: none; }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row .container > .video-iframe-container { display: none; }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row > .video-iframe-container { display: none; }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row .container { border-width: 0; border-radius: 0; }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row > .video-iframe-container {  }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#u5b4kmJnQJIuWXTmF7HrnTLCQLis9OUa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:12.4375rem;top:3.78125rem;left:31.28125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WEzX2HTgtnLFgIZx0bD54kqQbsJtmh6Z { width:5.0625rem;height:1.3rem;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uEy8grU74xVT59viM8PvWLwCqR85zsLf { width:4.0625rem;height:1.3rem;top:1.25rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGdTxaTWfVXo3qyHbkL853Em8tHAQTDw { width:9.25rem;height:1.3rem;top:1.25rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtndU766Ceet1tld52b2RI78yH7SoeUv { width:4.375rem;height:1.3rem;top:1.25rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ld3sM0uF7AmhIAiTi8N6AL6Q1HnqCprH { width:7.375rem;height:1.3rem;top:1.25rem;left:26.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPsRn2WvRSbmyJyr73OTsHy06Ly0ZA72 { width:4.375rem;height:1.3rem;top:1.25rem;left:34.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w { background-color:#fffbef;background-image:url("https://images.assets-landingi.com/uc/0f29d53d-161d-4a99-bc3b-064fb423a082/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w.adaptive-delivery-prevent-bg, #MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w.lazyload, #MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w.lazyloading { background-image: none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container { background-color: transparent; background-image: none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container > .video-iframe-container { display: none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row > .video-iframe-container { display: none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container { width:47.75rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ifCPQr5SNT5fMNAzkUwAWFH1RyTJ0hNS { width:47.1875rem;height:31.1875rem;top:22.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxuJ92CUnEFOqo3xKel51KbGf522EaS3 { width:5.625rem;height:5.625rem;top:24.625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FVmO5t8WSKt4SJCze8AFybPSXQTu6Wug { width:47.75rem;height:3.65625rem;top:31rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L815RZsg6hZK5faF2bUPLv7ANDiaTsoT { width:47.75rem;height:2.84375rem;top:35.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sW1lZkhbTbeDtl2tpSNg04kFTPEcTzAC { width:5.6875rem;height:2.8125rem;top:42.916667938233rem;left:28.5rem;font-size:1.875rem;font-family:ubuntu;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pZn4DXiLrZJlAbbdE6pfToIv5TAI84tl { width:13.9375rem;height:2.8125rem;top:43rem;left:13.8125rem;font-size:1.875rem;font-family:ubuntu;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #CWUTeckLa6cb4HTiB2kpgbKTArlm2Fzt { width:5.1875rem;height:2.15625rem;top:40.229167938233rem;left:26.75rem;font-size:1.4375rem;font-family:ubuntu;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #wwM0uSh4yDeT444ZBs8PXhUccQnG5l3O { width:9.75rem;height:2.15625rem;top:40.3125rem;left:16.125rem;font-size:1.4375rem;font-family:ubuntu;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #WUUfJftm3xSeproC2KcdwduUONxWa6Cc { top:47.875rem;left:17.1875rem;width:13.9348955rem;height:3.80989575rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJBqBlJO2f68wGRHGRxC98IgzxFzr65a { display:block; }
 }@media only screen and (max-width: 1199px) { #nbxnEE3iGmZ0Fr6NXMS00oM6KG26tpNO { width:7.9375rem;height:4.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OguMTgVluinqpAJFF3doyi8RL7vW9VSG { width:8.0625rem;height:4.5rem;top:3.84375rem;left:9.1875003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zp8oD71LDdpbWF2l0T2uNofcqARINmRp { display:none; }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IUkTePgTikyRfXSCtma8Q6JFVNm2SFev { display:none; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lVif6F1T5eRyZm5np8gK4QbQA0WaFJpe { width:47.1875rem;height:17.5rem;top:19.509115219116rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OlthIZAxrup6fCxnD1fVow2X5gnp3kxX { width:6.875rem;height:6.875rem;top:20.639324188233rem;left:20.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TG4Bz14xv67XzGCtDthUWq3EFKJvggiV { top:26.76953125rem;left:5.75rem;width:36.25rem;height:8.166667rem;z-index:15020;font-size:3.125rem;text-align:center;text-align-last:center;color:#0d94a6;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #n1PEoVqko4ISqywAsGrHFpQR0TPTnGzL { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3affecCzseh9Mbkx6y4iEg00lnpd2Oi { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fh8phEav4kAGdh8trfc0cKvTMrXw5XWt { width:15.622395515442rem;height:2.08333325rem;top:51.748657226562rem;left:4.2799482345581rem;font-size:1.4375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #hvPgtaVTzFCi28zZbZaoAnHTVSdrBRgU { width:15.622395515442rem;height:2.08333325rem;top:51.748657226562rem;left:4.2799482345581rem;font-size:1.4375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #hcyUUgtU1BHTFyOLTLCNXIySOvzQbKdc { width:15.622395515442rem;height:2.08333325rem;top:51.748657226562rem;left:4.2799482345581rem;font-size:1.4375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #A1HbLd6fvs1L5pXd7Ex5RsV6BzTn1fJw { width:15.622395515442rem;height:2.08333325rem;top:51.748657226562rem;left:4.2799482345581rem;font-size:1.4375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #VQEhLqBQ1GUhpJN97mGbeR1eC4SSD6CK { top:64.855590820312rem;left:29.438802719116rem;width:13.934895515442rem;height:3.8098957538605rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0BIutyUEoXEThJfZkf98o7ND3yR1HlA { display:block; }
 }@media only screen and (max-width: 1199px) { #Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd { display:none; }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oCHhw6Rr0WvOOQwiMsUUMbWrDTkEpn8O { width:47.1875rem;height:17.5rem;top:19.509115219116rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZufVNtRPAliDKqcCPckC2Pmk0WEHROx { width:6.875rem;height:6.875rem;top:20.639324188233rem;left:20.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QpBaKRVTI8QfTU2HHQG0T8OJua8HzPcw { top:26.76953125rem;left:5.75rem;width:36.25rem;height:8.1rem;z-index:15020;font-size:3.125rem;text-align:center;text-align-last:center;color:#0d94a6;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #XrEAP8EnpeDEoQ5VunH0MOFDcXcS1rO1 { width:47.75rem;height:4rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWVnsoplF90y0tNuKxDvqJeyRGgXBEQq { width:47.75rem;height:4rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JfE7VgpJbNtOIFUCIztBTTwJAs21i3iJ { width:15.622395515442rem;height:2.08333325rem;top:51.748657226562rem;left:4.2799482345581rem;font-size:1.4375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #gVGz67ivoCcp50Lh15uOMEU4E6WfUzC9 { width:15.622395515442rem;height:2.08333325rem;top:51.748657226562rem;left:4.2799482345581rem;font-size:1.4375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #T74dfleqe3c2mmJdhJps5VcMp6y5bfbW { width:15.622395515442rem;height:2.08333325rem;top:51.748657226562rem;left:4.2799482345581rem;font-size:1.4375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #NJQzb6tRe2CH5CPXvvDKSzZwUsPmBQpX { width:15.622395515442rem;height:2.08333325rem;top:51.748657226562rem;left:4.2799482345581rem;font-size:1.4375rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #F2CgtB2xpeD3lG6JJIP4K3O22gQu5ATu { top:64.855590820312rem;left:29.438802719116rem;width:13.934895515442rem;height:3.8098957538605rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqrQTBA5Rh9mmQcQRbuoftKtViK8E3wg { display:block; }
 }@media only screen and (max-width: 1199px) { #dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN { display:none; }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #W2sSbZ6K2iUdF8XOzLvWNwGTAU2kqAtT { width:6.875rem;height:6.875rem;top:20.639324188233rem;left:20.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKQJSZTaxLZedvwfvAzOx5yhucAiVRMO { top:26.76953125rem;left:5.75rem;width:36.25rem;height:8.1rem;z-index:15020;font-size:3.125rem;text-align:center;text-align-last:center;color:#0d94a6;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #AS7N608BC94GZLxJzGvMS4hGWnUBTPxp { display:block; }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a3mbgAXv9o4mETBcN1A7IZTMvVaAy5AS { width:47.75rem;height:26.83675rem;top:1.8125011920929rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud { display:block; }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row .container { width:47.75rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PTG6aZuHOTB7zDLJhe32oom4oiHmBlPa { width:47.75rem;height:2.84375rem;top:2.59375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhmlAxfxmMTK5Er0T1xkRiS3JVbG53EL { width:47.75rem;height:31rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #GwuTAmbmsdvaVK8VMsZnAhPrnlJE0Vpm { width:43.75rem;height:35.625rem;top:24.9375rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN { display:block; }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iHb16qWlR5IndAqzRGaLv9vaw0NbgEfN { top:2.5rem;left:13.625rem;width:20.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TayOeSCrerhv0C5Eo2dV7BBvoykwqTwP { display:block; }
 }@media only screen and (max-width: 1199px) { #u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto { display:block; }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row .container { width:47.75rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JzwtuCGD1E97fiVWyXz8nBZIZ9CFm6QH { width:43.75rem;height:26.875rem;top:6.1041870117188rem;left:2rem;font-size:1.25rem;display:block; }#JzwtuCGD1E97fiVWyXz8nBZIZ9CFm6QH li:before{  }
 }@media only screen and (max-width: 1199px) { #qtN5lpSGhXvwO1Ohy5lBohhOiTGOmvMX { width:43.75rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0BKizEwau2pKqKUwhPz4RRu8Npx6WgP { width:43.75rem;height:1.25rem;top:134.74870300293rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ { display:block; }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g7tu3XmIJHi2wDDLSiHnIdClOixt40Oa { top:2.45703125rem;left:13.625rem;width:20.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBGLAe58fZvCOLTZxaqpNFib3da1KA42 { display:block; }
 }@media only screen and (max-width: 1199px) { #pTAwk0m89BR1qp05FplFXfsrn1GcfnDO { display:block; }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NXZ4uCqNIIGm5TENwxIuT1zelzLCBWk3 { width:47.75rem;height:2.84375rem;top:0.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT { display:block; }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row .container { width:47.75rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pzEHpPbTxPBILkn1QylFxBKfMFdnDTBz { width:13.75rem;height:18rem;top:5.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HoEIm6JiHckT4p3Owm3gOairaSPJ13OM { width:13.6875rem;height:17.875rem;top:5.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0xWtX3oFuQ8LwZ6bgv6tDJw4KmG1xEH { width:13.6875rem;height:17.875rem;top:5.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQQXepnsWnlCErTXxdhBwft3fWi9pGpJ { width:40.625rem;height:3.1875rem;top:2.4791870117188rem;left:3.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GlbksE7mpeJqgAK2HeP11Tn8q3ho63rm { display:none; }#GlbksE7mpeJqgAK2HeP11Tn8q3ho63rm > .row .container { width:47.75rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #D2SOpPzwy81XHBaTOz2OmHIT7AeIPcky { width:13.6875rem;height:17.875rem;top:2.4791717529297rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 { display:block; }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DK7dx4LOWawWGJCDy76J8heRScp438XH { top:2.5rem;left:13.625rem;width:20.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQZXT5pGznzHx2kyoqlfUeGrEgyt626x { display:block; }
 }@media only screen and (max-width: 1199px) { #tsFgB2mUz2pLR1w8iBw4gO8bfP1Pd42t { display:none; }#tsFgB2mUz2pLR1w8iBw4gO8bfP1Pd42t > .row .container { width:47.75rem;height:151.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ShzqQCfRSwcz4nkkDIBFT3Bg4ume3feA { width:43.75rem;height:28.4375rem;top:0.0625rem;left:2.0000001788139rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #S7hvI2KZPeDGNhKclieltpOQvnKwyStC { width:47.75rem;height:2.75rem;top:23.34375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JK4N53LAeFOIP93VMPm0WdmpTS0dTIVf { width:47.75rem;height:5.6rem;top:18.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mpvMAmeUa6l0kWP40GMeZk5auBW0m0ez { width:43.75rem;height:18.75rem;top:27.208335876465rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vfc43GrMbXs9vvWJqFanB5hE4zW8vI98 { width:43.75rem;height:2.4166667461395rem;top:48.60417175293rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyMCu8eAffPZN9SPcFWWhbiBCAQEhdOF { width:43.75rem;height:5rem;top:52.35417175293rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZBRT8uE5xiVdw6uisSzUiFcuEgvB0cF { width:43.75rem;height:4.4375rem;top:58.625015258789rem;left:1.875rem;font-size:1rem;display:block; }#nZBRT8uE5xiVdw6uisSzUiFcuEgvB0cF li:before{  }
 }@media only screen and (max-width: 1199px) { #dyz0a9IoMhWnbXA6z0ob7Ade3S1GWlk7 { width:43.75rem;height:10rem;top:64.440109252931rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIHdV40C4bKydHQFIxgxqqvJxBsycMZ3 { width:43.75rem;height:2.4166667461395rem;top:76.790359497069rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQOSWUpLidlMafIShTKVVFvz03BMa7Pr { width:43.75rem;height:1.25rem;top:80.14453125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0OcCHn91gZmHkct9tzJA3JF0OmiKJfL { width:43.75rem;height:50.6875rem;top:82.51953125rem;left:1.875rem;font-size:1rem;display:block; }#f0OcCHn91gZmHkct9tzJA3JF0OmiKJfL li:before{  }
 }@media only screen and (max-width: 1199px) { #S4X8TeLdsO6IvfX1aGs17p9mmeOAvmS2 { width:43.75rem;height:1.25rem;top:134.74870300293rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJDdwAgsDHDl4yr3TLsyeSOI4belBHui { width:43.75rem;height:11.5625rem;top:137.16537475586rem;left:1.875rem;font-size:1rem;display:block; }#EJDdwAgsDHDl4yr3TLsyeSOI4belBHui li:before{  }
 }@media only screen and (max-width: 1199px) { #S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 { display:block; }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QrgKDIFR73blv4iGaWm1iGbb41kaMdfp { width:47.75rem;height:4.0625rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akfwhx7lpl58UzAFdGyRCUkK2VoAfCzD { width:47.75rem;height:2.03125rem;top:7.4583740234375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd { display:block; }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Re8INXpT7bk4B4rmCXhp8ITCnAdcmaNi { width:47.75rem;height:2.84375rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHSrC3gCBilqe3VF5QTNXWD3BPb91WuH { width:47.75rem;height:4rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx { display:block; }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row .container { width:47.75rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WHGTMfqdUWL2a6pOTrGNcs1E7XnWfWut { width:28.9375rem;height:57.0375rem;top:9.45703125rem;left:8.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EElkfe8rFOS5sycZyopJzu3l94t2XZeF { width:31.25rem;height:81.5625rem;top:2.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQNOfVFcUzlBy6kFsAu9btMwdqbESysI { width:30rem;height:4.875rem;top:3.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCli4I8V8ZEoO8VNZl23ymdnVDecH6Wu { width:15.6223955rem;height:2.34375rem;top:67.95703125rem;left:15.438802719116rem;font-size:1.5625rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #yFn6giMNM4CxCnouhwCNU72Rxt358PHv { top:78.48046875rem;left:9.1875rem;width:28.125rem;height:3.80989575rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oloxaLlGkqZWEE4ntaTQI38tO3MOqkTy { display:block; }
 }@media only screen and (max-width: 1199px) { #M91By6i6liO1g9DreFVxTo884vOFKL2S { width:47.75rem;height:0;top:3.4166870117188rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kR7CHMftOSuGcT5G0ZpsQuQCZMJEaUSN { width:47.75rem;height:0;top:5.375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gX84Ggr6eUHLWWz0Qo4s7V6ny7m2dr66 { width:15.6223955rem;height:2.8125rem;top:75rem;left:16.063802719116rem;font-size:1.875rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTo2Va0os6d2UhtfOVeZC2wdRpRUSkoW { width:15.6223955rem;height:2.34375rem;top:65.708374023438rem;left:15.438802719116rem;font-size:1.5625rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #wQD5KI7B3Plhx5Ag7MBuTUXD3KEHRuJT { width:15.6223955rem;height:2.8125rem;top:72.25rem;left:15.438802719116rem;font-size:1.875rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #NHKTwz0MchH3plxk176D0bzhFGUI8sAW { width:47.75rem;height:2.4375rem;top:4.5521240234375rem;left:0rem;font-size:1.875rem;z-index:15016;font-weight:400;font-style:normal;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 1199px) { #bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n { display:block; }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UXVu3Zysbs3Jt9eIOaccebXZgffVH8TT { width:47.75rem;height:2.84375rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oeI4lppQaxg26W5PyCLqqLnHB4ch8GWg { width:47.75rem;height:4rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cc4cZ8a9WKRxthJApnGRfGx74UqCwToK { display:block; }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VSkNsD4E5IF0rzv5BifpFyy3vh1Jcmyp { width:47.75rem;height:25.635510996119rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T91cy4NVGiGxhTfupR5nyNyGyf32Qzco { display:block; }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row .container { width:47.75rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t9cbwaXJ6p9a6l4MWEuxMbv1gDEz0AsE { width:31.25rem;height:2.34375rem;top:30.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JMMrb3XHBDamGSAIGop4LczTQJ3i80KD { width:46.875rem;height:26.775rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTK8PlMSzIUJrkoHr83zDw2HWZle6UZg { width:40.625rem;height:4.1875rem;top:29.802124023438rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUvpmrQNcBQZdGQlWUdcJpRFpMwUsXAZ { width:46.875rem;height:14.45rem;top:2.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf { display:block; }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rm8MWr8LIodsuuB8kdve5q5E2B0C1hkL { width:47.75rem;height:2.84375rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe { display:block; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container { width:47.75rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XiQ3gon5BitAGC4QDJKdxyICVrukJTvN { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QErQitga3h1sPzArs99hhA2auqEoUvDw { width:47.75rem;height:2.03125rem;top:4.6875114440918rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KaisECIKxJ5sE4ON21APG3EXaX11wo1P { width:8.687125rem;height:8.124625rem;top:17.497264862061rem;left:10.359374821186rem;display:none; }
 }@media only screen and (max-width: 1199px) { #F6NtTCExMhtex1qQXWiV4RoTreTEow6G { width:8.75rem;height:1.277775rem;top:28.25rem;left:10.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XO5aapwpdCh1kVi0qQR8EetV5QtVkkz2 { width:8.6875rem;height:2.3125rem;top:27.625rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RJqMvHEJD3HkDbbtxv8N80nlPfvhdfqL { width:8.75rem;height:1.277775rem;top:28.3125rem;left:28.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nXT4VdNKpd9dsrg104aTKeyHH8olr6Nk { width:8.75rem;height:1.277775rem;top:28.25rem;left:19.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NHuayCAUBXHFQbEZeCuWaKhu5L5UmXaf { width:8.6875rem;height:2.3125rem;top:27.6875rem;left:19.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QISqEg7uschoaiiLZTnxJ6WRww5tweLr { width:8.6875rem;height:2.3125rem;top:27.6875rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PS4Pp0oP3scuT1dcXimlyQsmXwSDV2Lq { width:43.75rem;height:28.375rem;top:42.531251907349rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRDWWyOSp96OZbX3mNiasZCnbxb43RM5 { width:31.25rem;height:1.6875rem;top:7.64990234375rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm3iZS8ERuxXcRfBir6kUPmPe1tIwkGg { width:43.75rem;height:27rem;top:8.64453125rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bkSXgFzWaAycfIptJxXB7mH8wQhzVtTu { width:35.5rem;height:6.75rem;top:35.781250953674rem;left:6.8124998807906rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5VgGDGgTThgOQOM9DHTX6mdKwbnxEw1 { width:40.625rem;height:4.1875rem;top:71.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNcq6xZnaBdFshLhgW3nbPCQQZF7QuWu { width:37.5rem;height:2.34375rem;top:72.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ksu7sEs84sWKdipCsOAUnxWyWOJHJxVQ { width:43.75rem;height:7.5rem;top:9.39990234375rem;left:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R { display:block; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container { width:47.75rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nq55Ssc6TQmuco7Gkpf8QmhizRRVLhiB { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHtMzgNIrCcArNP4B5JnqTa3EhkchNMi { width:47.75rem;height:2.03125rem;top:4.6875114440918rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0R88Igcel8sJ0bOTdTNUT5DmSEiXXug { width:8.687125rem;height:8.124625rem;top:17.497264862061rem;left:10.359374821186rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BZkehbELiHJDGD4Z836efHBUB1Z2s8mE { width:8.75rem;height:1.277775rem;top:28.25rem;left:10.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JC2OCeTAA19Q6nI719Jn09JhJZAfx2Ao { width:8.6875rem;height:2.3125rem;top:27.625rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nhRdwt8szR4aAAWEJTUo4iCu9xNzyQrl { width:8.75rem;height:1.277775rem;top:28.3125rem;left:28.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wTNy4JX44XeEcT9aZwsy2lUvtWM8k2BO { width:8.75rem;height:1.277775rem;top:28.25rem;left:19.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eH2wBmotoTHPm6J2p1bfmMKnzstwkpVa { width:8.6875rem;height:2.3125rem;top:27.6875rem;left:19.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ywguiOxZ1bDcuLeO3Pb8zLM8X9LQ6ZRq { width:8.6875rem;height:2.3125rem;top:27.6875rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z3ClgEcaKAUk0a8StcHsUM7SsqLMTltn { width:37.5rem;height:24.625rem;top:13.723937988281rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Puwr3GuP8K18TkVnbHf57IuaZtHfEkp6 { width:31.25rem;height:1.6875rem;top:7.64990234375rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IC72dxMIUkXw05BiRI86OPJ7RH0sSydG { width:43.75rem;height:8.4375rem;top:8.3958129882812rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BumR4wVw3NffSBdg0GkcOxyh8rJGwHlO { width:43.75rem;height:7.5rem;top:9.39990234375rem;left:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bTGtQlSveQKTWcapcT7LANO4TAWDiIBd { width:40.625rem;height:4.1875rem;top:36.430969238281rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZbv4iyWKwIoAF9ygJSamLgqtTTRxRIt { width:37.5rem;height:2.34375rem;top:37.360656738281rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzXrLJrdNzn6LTSah4igiE5HqkabPD75 { display:block; }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row .container { width:47.75rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GCi0i7Nmhnlkm40mli4RWpRQ7zRxAh1Z { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pte53Eg0VZo3P7f0fMw18i4Uat24mkie { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.500001132488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e97kGKd6zx9iDny9V3ToPM4t48QbZ0AP { width:47.75rem;height:0;top:9.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BNBQgLwqHJsBRnhrWXO2Da9nabHcDSsl { width:47.75rem;height:7.3125rem;top:9.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQOSFTVCQsc5FfK23SvqZ0yfXWavZcdZ { width:47.75rem;height:6rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 { display:block; }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uTF9pzIkTHcENlGT1NMEMTq8T81Tiouq { width:37.5rem;height:18.75rem;top:3.875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nOBAnuW5I2Aa32fNrQJi3CCQr9Ags2xI { width:40.625rem;height:4.1875rem;top:25.875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ni7pKNQxXndTPvTNQAw5DU77qyEVXT8v { width:37.5rem;height:2.34375rem;top:26.760437011719rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sNctFJIDwOLCsIfyHqZa3Juh7MRPT5p2 { width:37.5rem;height:18.75rem;top:9.3541870117188rem;left:2.5rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 1199px) { #QT2AqTEyKHUq85hQQFtdlzOiT3LmRWgo { top:0.79168701171875rem;left:3.3125rem;width:37.5rem;height:22.75rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B { display:block; }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tr1mMgnl2bE0tJgU2HDfgAkPzl5Ox4fJ { top:2.4791870117188rem;left:13.625rem;width:20.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXKpfGPymok2OkqTtBg6yCku26NwbDpG { display:block; }
 }@media only screen and (max-width: 1199px) { #gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b { display:block; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container { width:47.75rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VFxUs0JO7ybZaCkSieDx654QZKkdXtIT { width:31.24869725rem;height:2.34375rem;top:5.2096557617188rem;left:6.8984375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q93ZGJiM2t0t44ltVwl3JPNwgVczTUPP { width:44rem;height:38.0625rem;top:2.5rem;left:1.7669272422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #puBIXLkJkbiHBwJTPpeuTDiyiArwqoPa { width:31.25rem;height:2.34375rem;top:7.5208740234375rem;left:6.8971357345581rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rx7BUnHfppyQblh7tTTpKZabBVzMphs6 { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xlS9xfylPWo3utX1i4xc9vuDrR0oIT6T { width:5.9375rem;height:2.3125rem;top:36.0703125rem;left:30.9765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WqGcLEBpoaxsP1we4chBcDb6TArZT20r { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XBdc6wvxm75BHQlVNCIsx6CVpRIX88Zp { top:12.111999511719rem;left:21.4453125rem;width:25rem;height:21.25rem;z-index:15011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 1199px) { #nSAcBvDIldK9oURRJ2zRoccDxo4lnk8T { width:31.2491875rem;height:2.775rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X3tlfLCtvNMPrO3fowEqXowQdC3XmvqX { width:17.9375rem;height:23.9375rem;top:12.1328125rem;left:3.5911459922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR { display:block; }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AsBpyXHdrdi6M0x9nhVxWObCZGPCIkDs { width:47.75rem;height:2.84375rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JxakITIxsBiCycpgJD4ckC2TRsOUntAz { display:block; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container { width:47.75rem;height:105.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e3MWng4ryyHkTEVozLGAJ7zcgTGAygnz { width:37.5rem;height:24.3125rem;top:2.2291564941406rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gs0QDKiqXdcI5x3pvPDJNHt4OyB60owl { width:37.5rem;height:24.3125rem;top:27.708312988281rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqDT9oQ7R4A0aXDMU9ruWhxs5A9RpbTa { width:37.5rem;height:24.3125rem;top:53.3515625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2rKF15PNdJBLsWDNmLAIBJETGifkgDz { width:37.5rem;height:24.3125rem;top:78.998718261719rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ { display:block; }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row .container { width:47.75rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eiVOGIA3nDA7aussUfSAv9OO01U48E4o { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnLwDlT0Mo3L1hgImBerDF0rJO2mozTm { width:47.75rem;height:8.53125rem;top:5.018310546875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQc5QQQioWgcOFi4HPTBsVCJivM6kysN { width:47.7486991875rem;height:1.86875rem;top:12.309936523438rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF { width:20.625rem;height:8.19140625rem;display:flex;top:15.51953125rem;left:13.358073234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #eTRoJq1Empubu8QFTlzi43DrrKg3wsmD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #JeDQlJIbTIokXwwDDtHd1aliEU69ywDi {  }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #FrKlPmtJTVEdfc1TPVv4l6wGbSLBOWkk {  }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #GRFcKH4f37RcLctv5FAIg1ET3ERU77DM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #Vm0JwrcBprZ0OsApz4VNRyTkqDrEEKhO {  }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #rXN9SBw7ZzR21aQ3cLiqfPC0w0WEnVR3 {  }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #K1KJIlzhLGxaJT9lQHPyTnW3Qz0kDda7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #ZRi2QtDzpTtBL3OQsEleJsO59KVe47CA {  }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #gD3NP4PFlM3JVGTyQxSP6emT1w1gZDg4 {  }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #VvdFz7xRIsZdbgGlA6R7ryBakazQ4JpJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #VJuvWHB4bMntEzWEknpQ4JGvavfXah4P {  }
 }@media only screen and (max-width: 1199px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #l6ngr3nDsTl3B7MW4p6CKIosbpSSxGz0 {  }
 }@media only screen and (max-width: 1199px) { #bZ3f2HOmtS1l5HlspLWIg43gxPb6aBGG { width:47.75rem;height:6.09375rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dL8O08TM69XZvXTm9Igy05cSq1AdbHKx { display:block; }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mWGouD0bHTK8hxrgoXgkXQtEwfMs32C3 { width:47.75rem;height:4.0625rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9pk91Wr5wI6oA54rfhV92TdP5fWFEH7 { width:47.75rem;height:2.03125rem;top:7.4583740234375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X { display:block; }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WeSktTn7hww9ZZzcPwwV6xO8t5r3X60D { top:2.5rem;left:13.625rem;width:20.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5GyeD3eDUlDpAgL7gl4B5A0QmfiWWWB { display:block; }
 }@media only screen and (max-width: 1199px) { #GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf { background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/XbpqVR7l/LO_zapisy_na_kurs_zdj_cie_g_wne_4_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.adaptive-delivery-prevent-bg, #GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.lazyload, #GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.lazyloading { background-image: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container { background-color: transparent; background-image: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container > .video-iframe-container { display: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row > .video-iframe-container { display: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container { width:47.75rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 { display:block; }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u5b4kmJnQJIuWXTmF7HrnTLCQLis9OUa { width:9.375rem;height:3.6875rem;top:4.36328125rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#fffbef;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Tr9f7nvPxe2C3z4lRUdFHHdfE8MUnF1A > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEzX2HTgtnLFgIZx0bD54kqQbsJtmh6Z { width:5.0625rem;height:1.1375rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEy8grU74xVT59viM8PvWLwCqR85zsLf { width:4.0625rem;height:1.1375rem;top:0.625rem;left:6.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGdTxaTWfVXo3qyHbkL853Em8tHAQTDw { width:9.25rem;height:1.1375rem;top:0.625rem;left:10.75rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DtndU766Ceet1tld52b2RI78yH7SoeUv { width:4.375rem;height:1.1375rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld3sM0uF7AmhIAiTi8N6AL6Q1HnqCprH { width:7.375rem;height:1.1375rem;top:2.5rem;left:6.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPsRn2WvRSbmyJyr73OTsHy06Ly0ZA72 { width:4.375rem;height:1.1375rem;top:2.5rem;left:15.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w { display:none; }#MnCsx9PRikAEwbFp8PF1geCGuWAOAQ8w > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ifCPQr5SNT5fMNAzkUwAWFH1RyTJ0hNS { width:20rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxuJ92CUnEFOqo3xKel51KbGf522EaS3 { width:7.5rem;height:7.5rem;top:5.9375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVmO5t8WSKt4SJCze8AFybPSXQTu6Wug { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L815RZsg6hZK5faF2bUPLv7ANDiaTsoT { width:20rem;height:0;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sW1lZkhbTbeDtl2tpSNg04kFTPEcTzAC { width:16.875rem;height:0;top:11rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZn4DXiLrZJlAbbdE6pfToIv5TAI84tl { width:20rem;height:0;top:14.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWUTeckLa6cb4HTiB2kpgbKTArlm2Fzt { width:16.875rem;height:0;top:17.625rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwM0uSh4yDeT444ZBs8PXhUccQnG5l3O { width:16.875rem;height:0;top:20.9375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUUfJftm3xSeproC2KcdwduUONxWa6Cc { top:24.25rem;left:0.5rem;width:19rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJBqBlJO2f68wGRHGRxC98IgzxFzr65a { display:block; }
 }@media only screen and (max-width: 763px) { #nbxnEE3iGmZ0Fr6NXMS00oM6KG26tpNO { width:7.9375rem;height:4.4375rem;top:29.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OguMTgVluinqpAJFF3doyi8RL7vW9VSG { width:8.0625rem;height:4.5rem;top:35.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp8oD71LDdpbWF2l0T2uNofcqARINmRp { background-color:rgba(13,148,166,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row .container { background-color: transparent; background-image: none; }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row .container > .video-iframe-container { display: none; }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row > .video-iframe-container { display: none; }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row .container { border-width: 0; border-radius: 0; }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row > .video-iframe-container {  }#Zp8oD71LDdpbWF2l0T2uNofcqARINmRp > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUkTePgTikyRfXSCtma8Q6JFVNm2SFev { background-color:#fffbef;background-image:url("https://images.assets-landingi.com/XbpqVR7l/LO_zapisy_na_kurs_zdj_cie_g_wne_4_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev.adaptive-delivery-prevent-bg, #IUkTePgTikyRfXSCtma8Q6JFVNm2SFev.lazyload, #IUkTePgTikyRfXSCtma8Q6JFVNm2SFev.lazyloading { background-image: none; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row .container { background-color: transparent; background-image: none; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row .container > .video-iframe-container { display: none; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row > .video-iframe-container { display: none; }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUkTePgTikyRfXSCtma8Q6JFVNm2SFev > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVif6F1T5eRyZm5np8gK4QbQA0WaFJpe { width:20rem;height:13rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlthIZAxrup6fCxnD1fVow2X5gnp3kxX { width:3.8125rem;height:3.8125rem;top:18.375rem;left:8.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG4Bz14xv67XzGCtDthUWq3EFKJvggiV { width:20rem;height:auto;top:26.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1PEoVqko4ISqywAsGrHFpQR0TPTnGzL { width:20rem;height:0;top:23.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #n3affecCzseh9Mbkx6y4iEg00lnpd2Oi { width:20rem;height:0;top:26.416667938233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Fh8phEav4kAGdh8trfc0cKvTMrXw5XWt { width:16.875rem;height:0;top:11rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvPgtaVTzFCi28zZbZaoAnHTVSdrBRgU { width:20rem;height:0;top:14.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcyUUgtU1BHTFyOLTLCNXIySOvzQbKdc { width:16.875rem;height:0;top:17.625rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1HbLd6fvs1L5pXd7Ex5RsV6BzTn1fJw { width:16.875rem;height:0;top:20.9375rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQEhLqBQ1GUhpJN97mGbeR1eC4SSD6CK { top:25.625rem;left:1.25rem;width:17.5rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0BIutyUEoXEThJfZkf98o7ND3yR1HlA { display:block; }
 }@media only screen and (max-width: 763px) { #Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd { background-color:#702d4a;background-image:none;display:block; }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row .container { background-color: transparent; background-image: none; }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row .container > .video-iframe-container { display: none; }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row > .video-iframe-container { display: none; }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy5WWkBi5C4VqlgSi48sgxw8QiSCbwmd > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCHhw6Rr0WvOOQwiMsUUMbWrDTkEpn8O { width:20rem;height:13rem;top:10rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZufVNtRPAliDKqcCPckC2Pmk0WEHROx { width:3.8125rem;height:3.8125rem;top:1.2708358764649rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBaKRVTI8QfTU2HHQG0T8OJua8HzPcw { width:20rem;height:auto;top:26.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrEAP8EnpeDEoQ5VunH0MOFDcXcS1rO1 { width:20rem;height:1.86875rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mWVnsoplF90y0tNuKxDvqJeyRGgXBEQq { width:20rem;height:1.86875rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JfE7VgpJbNtOIFUCIztBTTwJAs21i3iJ { width:16.875rem;height:0;top:11rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVGz67ivoCcp50Lh15uOMEU4E6WfUzC9 { width:20rem;height:0;top:14.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #T74dfleqe3c2mmJdhJps5VcMp6y5bfbW { width:16.875rem;height:0;top:17.625rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJQzb6tRe2CH5CPXvvDKSzZwUsPmBQpX { width:16.875rem;height:0;top:20.9375rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2CgtB2xpeD3lG6JJIP4K3O22gQu5ATu { top:25.625rem;left:1.25rem;width:17.5rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqrQTBA5Rh9mmQcQRbuoftKtViK8E3wg { display:block; }
 }@media only screen and (max-width: 763px) { #dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN { background-color:#702d4a;background-image:none;display:block; }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row .container { background-color: transparent; background-image: none; }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row .container > .video-iframe-container { display: none; }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row > .video-iframe-container { display: none; }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNnmC8NB8vOsqqVtERWEw0Q7xDBl7lgN > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2sSbZ6K2iUdF8XOzLvWNwGTAU2kqAtT { width:7.5rem;height:7.5rem;top:5.9375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKQJSZTaxLZedvwfvAzOx5yhucAiVRMO { width:20rem;height:auto;top:26.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AS7N608BC94GZLxJzGvMS4hGWnUBTPxp { display:block; }#AS7N608BC94GZLxJzGvMS4hGWnUBTPxp > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3mbgAXv9o4mETBcN1A7IZTMvVaAy5AS { height:11.240740740741rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud { display:block; }#HwEmx6E5gZABZGdpXi2ZKI3TFrhLLyud > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTG6aZuHOTB7zDLJhe32oom4oiHmBlPa { width:20rem;height:auto;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhmlAxfxmMTK5Er0T1xkRiS3JVbG53EL { width:20rem;height:12.9765625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwuTAmbmsdvaVK8VMsZnAhPrnlJE0Vpm { width:18.125rem;height:64.125rem;top:10.875rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN { display:block; }#Ql5m5DTWEWrg5CXXrmyyS7Vy9C8XEbEN > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHb16qWlR5IndAqzRGaLv9vaw0NbgEfN { top:1.4270935058594rem;left:1.25rem;width:17.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TayOeSCrerhv0C5Eo2dV7BBvoykwqTwP { display:block; }
 }@media only screen and (max-width: 763px) { #u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto { display:block; }#u7yNZ7dyIEa4BlVGKraqmzKQc1LJqmto > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzwtuCGD1E97fiVWyXz8nBZIZ9CFm6QH { width:18.125rem;height:46.375rem;top:5.5rem;left:0.90625rem;font-size:1.125rem;display:block; }#JzwtuCGD1E97fiVWyXz8nBZIZ9CFm6QH li:before{  }
 }@media only screen and (max-width: 763px) { #qtN5lpSGhXvwO1Ohy5lBohhOiTGOmvMX { width:18.125rem;height:0;top:1.25rem;left:0.90625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0BKizEwau2pKqKUwhPz4RRu8Npx6WgP { width:18.125rem;height:3.575rem;top:1.125rem;left:0.90625rem;font-size:1.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ { display:block; }#GV3ZzxwgUEdT7TV1b4A2SzXR2CkTAHiJ > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7tu3XmIJHi2wDDLSiHnIdClOixt40Oa { top:1.42578125rem;left:1.25rem;width:17.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBGLAe58fZvCOLTZxaqpNFib3da1KA42 { display:block; }
 }@media only screen and (max-width: 763px) { #pTAwk0m89BR1qp05FplFXfsrn1GcfnDO { display:block; }#pTAwk0m89BR1qp05FplFXfsrn1GcfnDO > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXZ4uCqNIIGm5TENwxIuT1zelzLCBWk3 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT { display:block; }#yGfFxhvPeVuDf56GKXTI68RLwbMRrQzT > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzEHpPbTxPBILkn1QylFxBKfMFdnDTBz { width:18.125rem;height:23.625rem;top:34.20703125rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoEIm6JiHckT4p3Owm3gOairaSPJ13OM { width:18.125rem;height:23.625rem;top:4.0859375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xWtX3oFuQ8LwZ6bgv6tDJw4KmG1xEH { width:18.125rem;height:23.625rem;top:64.651046752931rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQQXepnsWnlCErTXxdhBwft3fWi9pGpJ { width:20rem;height:3rem;top:1.12890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlbksE7mpeJqgAK2HeP11Tn8q3ho63rm { display:none; }#GlbksE7mpeJqgAK2HeP11Tn8q3ho63rm > .row .container { width:20rem;height:35.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D2SOpPzwy81XHBaTOz2OmHIT7AeIPcky { width:18.125rem;height:23.625rem;top:64.651046752931rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 { display:block; }#Pro4kSeP9zd1e6bNMhAcWXIhBXoH6zu5 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK7dx4LOWawWGJCDy76J8heRScp438XH { top:1.46875rem;left:1.25rem;width:17.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQZXT5pGznzHx2kyoqlfUeGrEgyt626x { display:block; }
 }@media only screen and (max-width: 763px) { #tsFgB2mUz2pLR1w8iBw4gO8bfP1Pd42t { display:none; }#tsFgB2mUz2pLR1w8iBw4gO8bfP1Pd42t > .row .container { width:20rem;height:244.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ShzqQCfRSwcz4nkkDIBFT3Bg4ume3feA { width:18.75rem;height:12.1875rem;top:3.6015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7hvI2KZPeDGNhKclieltpOQvnKwyStC { width:18.125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JK4N53LAeFOIP93VMPm0WdmpTS0dTIVf { width:18.125rem;height:3.6666667461395rem;top:1.25rem;left:0.9375rem;font-size:1.375rem;z-index:15004;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #mpvMAmeUa6l0kWP40GMeZk5auBW0m0ez { width:18.125rem;height:42.5rem;top:14.5625rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfc43GrMbXs9vvWJqFanB5hE4zW8vI98 { width:18.125rem;height:1.5833333730698rem;top:58.40625rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyMCu8eAffPZN9SPcFWWhbiBCAQEhdOF { width:18.125rem;height:10rem;top:60.364593505859rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZBRT8uE5xiVdw6uisSzUiFcuEgvB0cF { width:18.125rem;height:5.6875rem;top:71.052078247069rem;left:0.90625rem;font-size:1rem;display:block; }#nZBRT8uE5xiVdw6uisSzUiFcuEgvB0cF li:before{  }
 }@media only screen and (max-width: 763px) { #dyz0a9IoMhWnbXA6z0ob7Ade3S1GWlk7 { width:18.125rem;height:20rem;top:77.333343505863rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIHdV40C4bKydHQFIxgxqqvJxBsycMZ3 { width:18.125rem;height:3.1666667461395rem;top:98.571609497069rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQOSWUpLidlMafIShTKVVFvz03BMa7Pr { width:18.125rem;height:3.75rem;top:102.28125rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0OcCHn91gZmHkct9tzJA3JF0OmiKJfL { width:18.125rem;height:105.6875rem;top:106.625rem;left:0.90625rem;font-size:1rem;display:block; }#f0OcCHn91gZmHkct9tzJA3JF0OmiKJfL li:before{  }
 }@media only screen and (max-width: 763px) { #S4X8TeLdsO6IvfX1aGs17p9mmeOAvmS2 { width:18.125rem;height:1.25rem;top:213.09375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDdwAgsDHDl4yr3TLsyeSOI4belBHui { width:18.125rem;height:27.8125rem;top:215.08203125rem;left:0.90625rem;font-size:1rem;display:block; }#EJDdwAgsDHDl4yr3TLsyeSOI4belBHui li:before{  }
 }@media only screen and (max-width: 763px) { #S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 { display:block; }#S6eDGsF1R5GmJtNCk9KCok5GoTnbaxG2 > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrgKDIFR73blv4iGaWm1iGbb41kaMdfp { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #akfwhx7lpl58UzAFdGyRCUkK2VoAfCzD { width:20rem;height:1.4625rem;top:5.7916679382324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd { display:block; }#Z7cTvS2kzGA3h3xRtyD3MVK0k7fgGSCd > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Re8INXpT7bk4B4rmCXhp8ITCnAdcmaNi { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #OHSrC3gCBilqe3VF5QTNXWD3BPb91WuH { width:20rem;height:3.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx { display:block; }#KkGhmyPGTeAHdbViLmIBAhwCdL1Hptpx > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHGTMfqdUWL2a6pOTrGNcs1E7XnWfWut { width:17.5rem;height:58.5rem;top:10.177124023438rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EElkfe8rFOS5sycZyopJzu3l94t2XZeF { width:18.75rem;height:81.5625rem;top:1.2083740234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQNOfVFcUzlBy6kFsAu9btMwdqbESysI { width:17.5rem;height:6.9375rem;top:1.8541870117188rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCli4I8V8ZEoO8VNZl23ymdnVDecH6Wu { width:16.875rem;height:2.15625rem;top:67.016967773438rem;left:1.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFn6giMNM4CxCnouhwCNU72Rxt358PHv { top:76.16796875rem;left:1.25rem;width:17.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oloxaLlGkqZWEE4ntaTQI38tO3MOqkTy { display:block; }
 }@media only screen and (max-width: 763px) { #M91By6i6liO1g9DreFVxTo884vOFKL2S { width:20rem;height:1.86875rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kR7CHMftOSuGcT5G0ZpsQuQCZMJEaUSN { width:20rem;height:1.86875rem;top:5.0208740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gX84Ggr6eUHLWWz0Qo4s7V6ny7m2dr66 { width:16.875rem;height:2.34375rem;top:71.9140625rem;left:1.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTo2Va0os6d2UhtfOVeZC2wdRpRUSkoW { width:16.875rem;height:2.15625rem;top:64.95703125rem;left:1.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQD5KI7B3Plhx5Ag7MBuTUXD3KEHRuJT { width:20rem;height:2.34375rem;top:69.643249511719rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHKTwz0MchH3plxk176D0bzhFGUI8sAW { width:20rem;height:auto;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n { display:block; }#bSRuW1RaqBFGGXaMIWgpK38TEs3eL18n > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXVu3Zysbs3Jt9eIOaccebXZgffVH8TT { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oeI4lppQaxg26W5PyCLqqLnHB4ch8GWg { width:20rem;height:3.575rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #cc4cZ8a9WKRxthJApnGRfGx74UqCwToK { display:block; }#cc4cZ8a9WKRxthJApnGRfGx74UqCwToK > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSkNsD4E5IF0rzv5BifpFyy3vh1Jcmyp { width:20rem;height:10.737386804657rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T91cy4NVGiGxhTfupR5nyNyGyf32Qzco { display:block; }#T91cy4NVGiGxhTfupR5nyNyGyf32Qzco > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9cbwaXJ6p9a6l4MWEuxMbv1gDEz0AsE { width:20rem;height:1.6875rem;top:46.611999511719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMMrb3XHBDamGSAIGop4LczTQJ3i80KD { width:18.125rem;height:0;top:1.7890625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTK8PlMSzIUJrkoHr83zDw2HWZle6UZg { width:20rem;height:4.1875rem;top:45.414123535156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUvpmrQNcBQZdGQlWUdcJpRFpMwUsXAZ { width:18.125rem;height:43.35rem;top:1.4765625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf { display:block; }#T1kvhy8kMy1USyyuJbWBGp4Hs4Cd0ZHf > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm8MWr8LIodsuuB8kdve5q5E2B0C1hkL { width:20rem;height:1.625rem;top:1.5833740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe { background-color:#fffbef;background-image:none;display:block; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container { background-color: transparent; background-image: none; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container > .video-iframe-container { display: none; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row > .video-iframe-container { display: none; }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3ztBSTWuzxiVaREgP7ePc0mLWKkEqe > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiQ3gon5BitAGC4QDJKdxyICVrukJTvN { width:12.5rem;height:0.0625rem;top:1.875rem;left:3.7187503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #QErQitga3h1sPzArs99hhA2auqEoUvDw { width:18.125rem;height:1.625rem;top:12.083374023438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaisECIKxJ5sE4ON21APG3EXaX11wo1P { width:8.6875rem;height:8.125rem;top:34.573951721191rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6NtTCExMhtex1qQXWiV4RoTreTEow6G { width:8.75rem;height:0;top:28.042710423469rem;left:11.186458468438rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XO5aapwpdCh1kVi0qQR8EetV5QtVkkz2 { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJqMvHEJD3HkDbbtxv8N80nlPfvhdfqL { width:8.75rem;height:0;top:29.243750691414rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXT4VdNKpd9dsrg104aTKeyHH8olr6Nk { width:8.75rem;height:0;top:29.243750691414rem;left:11.186458468438rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHuayCAUBXHFQbEZeCuWaKhu5L5UmXaf { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QISqEg7uschoaiiLZTnxJ6WRww5tweLr { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PS4Pp0oP3scuT1dcXimlyQsmXwSDV2Lq { width:15.8125rem;height:10.25rem;top:1.8541870117188rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRDWWyOSp96OZbX3mNiasZCnbxb43RM5 { width:20rem;height:3.375rem;top:14.750061035156rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm3iZS8ERuxXcRfBir6kUPmPe1tIwkGg { width:20rem;height:0;top:7.8737182617188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkSXgFzWaAycfIptJxXB7mH8wQhzVtTu { width:20rem;height:11.15625rem;top:53.541687011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #u5VgGDGgTThgOQOM9DHTX6mdKwbnxEw1 { width:20rem;height:4.1875rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNcq6xZnaBdFshLhgW3nbPCQQZF7QuWu { width:20rem;height:1.6875rem;top:65.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksu7sEs84sWKdipCsOAUnxWyWOJHJxVQ { width:20rem;height:36.65625rem;top:17.291687011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R { background-color:#fffbef;background-image:none;display:block; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container { background-color: transparent; background-image: none; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container > .video-iframe-container { display: none; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row > .video-iframe-container { display: none; }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfSPJsUSgu1tCnJtxxZSriZ4Otu2np2R > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nq55Ssc6TQmuco7Gkpf8QmhizRRVLhiB { width:12.5rem;height:0.0625rem;top:1.875rem;left:3.7187503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHtMzgNIrCcArNP4B5JnqTa3EhkchNMi { width:18.125rem;height:3.25rem;top:3.1249275207519rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0R88Igcel8sJ0bOTdTNUT5DmSEiXXug { width:8.6875rem;height:8.125rem;top:34.573951721191rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZkehbELiHJDGD4Z836efHBUB1Z2s8mE { width:8.75rem;height:0;top:28.042710423469rem;left:11.186458468438rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JC2OCeTAA19Q6nI719Jn09JhJZAfx2Ao { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhRdwt8szR4aAAWEJTUo4iCu9xNzyQrl { width:8.75rem;height:0;top:29.243750691414rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTNy4JX44XeEcT9aZwsy2lUvtWM8k2BO { width:8.75rem;height:0;top:29.243750691414rem;left:11.186458468438rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH2wBmotoTHPm6J2p1bfmMKnzstwkpVa { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywguiOxZ1bDcuLeO3Pb8zLM8X9LQ6ZRq { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3ClgEcaKAUk0a8StcHsUM7SsqLMTltn { width:15.8125rem;height:10.375rem;top:5.71875rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puwr3GuP8K18TkVnbHf57IuaZtHfEkp6 { width:20rem;height:1.6875rem;top:16.114624023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC72dxMIUkXw05BiRI86OPJ7RH0sSydG { width:20rem;height:0;top:10.166748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BumR4wVw3NffSBdg0GkcOxyh8rJGwHlO { width:18.75rem;height:12.75rem;top:17.822937011719rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #bTGtQlSveQKTWcapcT7LANO4TAWDiIBd { width:20rem;height:4.1875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZbv4iyWKwIoAF9ygJSamLgqtTTRxRIt { width:20rem;height:1.6875rem;top:31.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzXrLJrdNzn6LTSah4igiE5HqkabPD75 { display:block; }#dzXrLJrdNzn6LTSah4igiE5HqkabPD75 > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCi0i7Nmhnlkm40mli4RWpRQ7zRxAh1Z { width:18.125rem;height:0;top:1.8749704360962rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pte53Eg0VZo3P7f0fMw18i4Uat24mkie { width:12.5rem;height:0.0625rem;top:1.875rem;left:3.7187503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #e97kGKd6zx9iDny9V3ToPM4t48QbZ0AP { width:20rem;height:0;top:30.08984375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNBQgLwqHJsBRnhrWXO2Da9nabHcDSsl { width:18.125rem;height:7.3125rem;top:8.2750015258787rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQOSFTVCQsc5FfK23SvqZ0yfXWavZcdZ { width:18.125rem;height:6.5rem;top:1.8958740234375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 { display:block; }#tJXRofH4fZMeMJtNXfmF5LJlqVP0y247 > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTF9pzIkTHcENlGT1NMEMTq8T81Tiouq { width:18.125rem;height:10.875rem;top:0.7916259765625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOBAnuW5I2Aa32fNrQJi3CCQr9Ags2xI { width:20rem;height:4.1875rem;top:13.041687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni7pKNQxXndTPvTNQAw5DU77qyEVXT8v { width:20rem;height:1.6875rem;top:14.260437011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNctFJIDwOLCsIfyHqZa3Juh7MRPT5p2 { width:18.125rem;height:9.0625rem;top:18.479187011719rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT2AqTEyKHUq85hQQFtdlzOiT3LmRWgo { width:20rem;height:12.133333333333rem;top:28.791687011719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B { display:block; }#ccAIMAyEdapdBKLEWkTz2B3zGuIRSp5B > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr1mMgnl2bE0tJgU2HDfgAkPzl5Ox4fJ { top:1.447998046875rem;left:1.25rem;width:17.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXKpfGPymok2OkqTtBg6yCku26NwbDpG { display:block; }
 }@media only screen and (max-width: 763px) { #gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b { background-color:#fffbef;background-image:none;display:block; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container { background-color: transparent; background-image: none; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container > .video-iframe-container { display: none; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row > .video-iframe-container { display: none; }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0nTnF38GOBCJ6G5ECfGbxgSQ9xyQ0b > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFxUs0JO7ybZaCkSieDx654QZKkdXtIT { width:20rem;height:0;top:4.1947937011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q93ZGJiM2t0t44ltVwl3JPNwgVczTUPP { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #puBIXLkJkbiHBwJTPpeuTDiyiArwqoPa { width:19.9991875rem;height:0;top:9.1160144805906rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rx7BUnHfppyQblh7tTTpKZabBVzMphs6 { width:18.125rem;height:0;top:32.875779151916rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #xlS9xfylPWo3utX1i4xc9vuDrR0oIT6T { width:6.25rem;height:2.5rem;top:54.90625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqGcLEBpoaxsP1we4chBcDb6TArZT20r { width:18.12369725rem;height:24.8625rem;top:28.895874023438rem;left:0.9361979961395rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #XBdc6wvxm75BHQlVNCIsx6CVpRIX88Zp { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSAcBvDIldK9oURRJ2zRoccDxo4lnk8T { width:18.125rem;height:7.5rem;top:0.99871826171875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15008;color:#0d94a6;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #X3tlfLCtvNMPrO3fowEqXowQdC3XmvqX { width:13.75rem;height:18.3125rem;top:9.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR { display:block; }#okqUxEIeG5Pm95rTWTucFwZfhZ35hQSR > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsBpyXHdrdi6M0x9nhVxWObCZGPCIkDs { width:20rem;height:1.625rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JxakITIxsBiCycpgJD4ckC2TRsOUntAz { background-color:transparent;background-image:url("https://images.assets-landingi.com/rUAcqC4u/ZTzA_t_o_1200x1200_10_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz.adaptive-delivery-prevent-bg, #JxakITIxsBiCycpgJD4ckC2TRsOUntAz.lazyload, #JxakITIxsBiCycpgJD4ckC2TRsOUntAz.lazyloading { background-image: none; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container { background-color: transparent; background-image: none; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,251,239,0.75); }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container > .video-iframe-container { display: none; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,251,239,0.75); }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row > .video-iframe-container { display: none; }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxakITIxsBiCycpgJD4ckC2TRsOUntAz > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3MWng4ryyHkTEVozLGAJ7zcgTGAygnz { width:18.125rem;height:11.75rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs0QDKiqXdcI5x3pvPDJNHt4OyB60owl { width:18.125rem;height:11.75rem;top:14.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqDT9oQ7R4A0aXDMU9ruWhxs5A9RpbTa { width:18rem;height:11.6875rem;top:27.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2rKF15PNdJBLsWDNmLAIBJETGifkgDz { width:18.125rem;height:11.75rem;top:40.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ { display:block; }#yGk7WZDVrRfMJ9gBRmU9ly3zWpPmyJXQ > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiVOGIA3nDA7aussUfSAv9OO01U48E4o { width:12.5rem;height:0.0625rem;top:2.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLwDlT0Mo3L1hgImBerDF0rJO2mozTm { width:16.875rem;height:0;top:3.58984375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0babc1;display:none; }
 }@media only screen and (max-width: 763px) { #eQc5QQQioWgcOFi4HPTBsVCJivM6kysN { width:20rem;height:1.625rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF { width:14.625rem;height:5.4375rem;display:flex;top:12.12109375rem;left:2.4830729961395rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #eTRoJq1Empubu8QFTlzi43DrrKg3wsmD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #JeDQlJIbTIokXwwDDtHd1aliEU69ywDi {  }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #FrKlPmtJTVEdfc1TPVv4l6wGbSLBOWkk {  }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #GRFcKH4f37RcLctv5FAIg1ET3ERU77DM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #Vm0JwrcBprZ0OsApz4VNRyTkqDrEEKhO {  }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #rXN9SBw7ZzR21aQ3cLiqfPC0w0WEnVR3 {  }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #K1KJIlzhLGxaJT9lQHPyTnW3Qz0kDda7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #ZRi2QtDzpTtBL3OQsEleJsO59KVe47CA {  }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #gD3NP4PFlM3JVGTyQxSP6emT1w1gZDg4 {  }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #VvdFz7xRIsZdbgGlA6R7ryBakazQ4JpJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #VJuvWHB4bMntEzWEknpQ4JGvavfXah4P {  }
 }@media only screen and (max-width: 763px) { #wa2t0hr40TTInLwGHzZ9Hy2R0SiQATtF #l6ngr3nDsTl3B7MW4p6CKIosbpSSxGz0 {  }
 }@media only screen and (max-width: 763px) { #bZ3f2HOmtS1l5HlspLWIg43gxPb6aBGG { width:16.875rem;height:6.5rem;top:3.58984375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0babc1;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #dL8O08TM69XZvXTm9Igy05cSq1AdbHKx { display:block; }#dL8O08TM69XZvXTm9Igy05cSq1AdbHKx > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWGouD0bHTK8hxrgoXgkXQtEwfMs32C3 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M9pk91Wr5wI6oA54rfhV92TdP5fWFEH7 { width:20rem;height:1.4625rem;top:5.7916679382324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X { display:block; }#xTJwHhxnaNIyAWwuP3nbgiT0x9XDa61X > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeSktTn7hww9ZZzcPwwV6xO8t5r3X60D { top:1.4049072265625rem;left:1.25rem;width:17.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GyeD3eDUlDpAgL7gl4B5A0QmfiWWWB { display:block; }
 }@media only screen and (max-width: 763px) { #GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf { background-color:#fffbef;background-image:url("https://images.assets-landingi.com/XbpqVR7l/LO_zapisy_na_kurs_zdj_cie_g_wne_4_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.adaptive-delivery-prevent-bg, #GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.lazyload, #GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf.lazyloading { background-image: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container { background-color: transparent; background-image: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container > .video-iframe-container { display: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row > .video-iframe-container { display: none; }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrxqmUyCy9a6TmNyZmXmsV84e4kVHTVf > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 { display:block; }#mT9MzSoLJyfT3GV6NbD0KaKzUDf1AT94 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5b4kmJnQJIuWXTmF7HrnTLCQLis9OUa { width:6.0625rem;height:2.375rem;top:3.33349609375rem;left:6.96875rem;display:block; }
 }