.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#138c86;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row .container { background-color: transparent; background-image: none; }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row .container > .video-iframe-container { display: none; }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row > .video-iframe-container { display: none; }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row .container { border-width: 0; border-radius: 0; }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:block; }#wLPz3MZ5O9uqv8zybMOMaoU9yafhQJNc { background-color:#b41294;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;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:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9375rem;left:56.25rem;display:block; }
#o2s6rMmVcBv4LQkOanX9XNS9Hnx4kSVK { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#IKSNEJDTOL1eJf0DbNlfFMaouu83ydVP { display:block;width:23rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:31.3125rem;height:1.13720625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hJrHhqfyTWbDTbw7I6gO9mMuH8UDi0wO { display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.5625rem;left:7.5rem;height:1.13720625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .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; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:"open sans";font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:0.6425rem;position:relative;font-family:"open sans";font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c { 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;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.061875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:0.59375rem;left:13.375rem;z-index:15000; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #Tp6DDm8XZJJMTceCcL01JWgUbiI2G2KF { display:flex;position:relative;top:0rem;left:0rem; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #dw3OgNwaS3UbgRnSlK7QQmlzNfPGqVUS { width:auto; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #vI2hyAbPLPZ9yLInuaapp93uMsDDHRpV {  }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #Ew4a7dg78esWTXHdEZQpo8N79JisCt4a { display:flex;position:relative;top:0rem;left:0rem; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #fgRXI5W12HrlAbRLlqQcGNm5rpeDhbTh {  }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #sDITShCiHHnidSTpl2rJy6Fw5DLtA0ci {  }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #tPqGV1g8Tkmu0Nek2qeiDAJFonhnQ99W { display:flex;position:relative;top:0rem;left:0rem; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #UPuahwDdklXWzGkxTb5P4KxelahcO3UJ {  }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #R87XH9wMmEd1hlIibPDcoNVKylee4vdo {  }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #nKT3ccfUcTZcHIxu8pd6STX7QUsp2L8d { display:flex;position:relative;top:0rem;left:0rem; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #DpXMgXGvQpxEX5I1WmscUIsyE18Xtuy1 {  }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #zRIwD7Hb0VOUszcSGgxAAacMWCxBTSzT {  }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c5ba43b-e2c2-449a-97e4-879c4ac72f07/Screenshot20230714at25831PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#pIx4VCc1nO1E9c3DZuUA0lzpvSWVxD8u { color:#000000;display:block;width:60rem;position:absolute;font-family:arial;font-size:4.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.8125rem;height:16.5488375rem;text-align:center;text-align-last:center;display:block; }
#DPzheo0mzqbyZ6QGIB7x92ZsAzwA06Ec { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.82958984375rem;left:0rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#wiTgRXo8P5S9MUVBmgrCNflXGkLrT3nI { background-color:#b41294;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.125rem;left:28.75rem;display:block; }
#yPB5Z7xNw71mI3XUzyzBfQL84XaJJPXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULR7UwRbu5DBA69Ht0Tq26GnaiaeLX32 { position:absolute;display:block;z-index:14999;background-color:rgba(19,140,134,0.46);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:56.6875rem;top:4.6875rem;left:9.15625rem;display:block; }
#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/592541c9-c167-4409-b143-65d939ab60c0/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa.adaptive-delivery-prevent-bg, #DGq9m4D4i1osFZdDhAAFWLLofymXGLsa.lazyload, #DGq9m4D4i1osFZdDhAAFWLLofymXGLsa.lazyloading { background-image: none; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row .container { background-color: transparent; background-image: none; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row .container > .video-iframe-container { display: none; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row > .video-iframe-container { display: none; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row .container { border-width: 0; border-radius: 0; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#icgppMotQhzxxkWt7T6aBLo7NcUlxHGA { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7998046875rem;left:10.6875rem;height:6.4306875rem;text-align:center;text-align-last:center;display:block; }
#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew { z-index:;position:relative;display:block; }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew { background-color: transparent; background-image: none; }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew > .row .container > .video-iframe-container { display: none; }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew > .row > .video-iframe-container { display: none; }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew { border-width: 0; border-radius: 0; }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#eOVRnCb5OSddpX8Ja2MyFIgOqExgRoR9 { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:16.34375rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#zMpNR0GfsZvQfFgTXU1By9HT17vxeTwB { color:#000000;display:block;width:56.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:9.25rem;height:40.13869375rem;text-align:left;text-align-last:left;display:block; }
#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/-2WlTWZLnRc/unsplash/niklas-weiss--2WlTWZLnRc-photo-1555400038-63f5ba517a47.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ.adaptive-delivery-prevent-bg, #CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ.lazyload, #CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ.lazyloading { background-image: none; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row .container { background-color: transparent; background-image: none; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row .container > .video-iframe-container { display: none; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row > .video-iframe-container { display: none; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row .container { border-width: 0; border-radius: 0; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC { position:relative;display:block; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC { background-color: transparent; background-image: none; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .row .container > .video-iframe-container { display: none; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .row > .video-iframe-container { display: none; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC { border-width: 0; border-radius: 0; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .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:36.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z1iXVdkbgH6WRkDzfVOH8rXBhcVdFfAP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:32rem;top:6.40625rem;left:2.15625rem;overflow:hidden;display:block; }
#hHhXmy6gBQbpWDtw5UHiVtiXnK00x0AT { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:42.09375rem;height:4.51171875rem;display:block; }
#Jy583Zz9bD0JH9pgNqLkBBCJpdozzF06 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:42.09375rem;height:;display:block; }#Jy583Zz9bD0JH9pgNqLkBBCJpdozzF06 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jy583Zz9bD0JH9pgNqLkBBCJpdozzF06 li:before{  }
#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeebe2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row .container { background-color: transparent; background-image: none; }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row .container > .video-iframe-container { display: none; }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row > .video-iframe-container { display: none; }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row .container { border-width: 0; border-radius: 0; }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#GqDvt340GaqnxcqExCL6Rd5DxWEJOqAQ { color:#000000;display:block;width:21.75rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.3125rem;height:2.85595625rem;display:block; }
#Ewh3X80pbuBEkT3MXNFHZf6dqUn7W6I0 { color:#000000;display:block;width:49.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:4.375rem;left:1.3125rem;height:52.496125rem;display:block; }#Ewh3X80pbuBEkT3MXNFHZf6dqUn7W6I0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ewh3X80pbuBEkT3MXNFHZf6dqUn7W6I0 li:before{  }
#OW7fOxTBJplv1ZFhSl57dM794MvzTcBx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:15.125rem;top:29.1337890625rem;left:53.68017578125rem;overflow:hidden;display:block; }
#yqs7UdvmVgfZrELfHCwhtLltUGae8AfM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:16.875rem;top:4.375rem;left:53.68017578125rem;overflow:hidden;display:block; }
#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b41294;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row .container { background-color: transparent; background-image: none; }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row .container > .video-iframe-container { display: none; }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row > .video-iframe-container { display: none; }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row .container { border-width: 0; border-radius: 0; }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeebe2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row .container { background-color: transparent; background-image: none; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row .container > .video-iframe-container { display: none; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row > .video-iframe-container { display: none; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row .container { border-width: 0; border-radius: 0; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#aCvrBZcffNzCrGK4Cr8zwqv45378XV4O { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:6.5625rem;left:43.0625rem;height:;display:block; }#aCvrBZcffNzCrGK4Cr8zwqv45378XV4O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aCvrBZcffNzCrGK4Cr8zwqv45378XV4O li:before{  }
#vMQNVquIhWwf3ErHCH7fnHfsPt1I0pXA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:28.875rem;top:9.53125rem;left:7.375rem;overflow:hidden;display:block; }
#z749TcmeOm5evsoKZutKLrryqAn8XOdR { color:#000000;display:block;width:21.75rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:44.4375rem;height:2.85595625rem;display:block; }
#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 { background-color:#eeebe2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row .container { background-color: transparent; background-image: none; }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row .container > .video-iframe-container { display: none; }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row > .video-iframe-container { display: none; }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row .container { border-width: 0; border-radius: 0; }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#SfLkZX5tgOEzPc8LWcQFurhFBSOep3hz { background-color:#138c86;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.75rem;left:22.4375rem;display:block; }
#Rm8ETAaNEwBiHnf0wAsUOhZThBepradT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzlkHhtG6CPDSvTScLfPcqznM5nKeFqT { position:relative;display:none; }#UzlkHhtG6CPDSvTScLfPcqznM5nKeFqT { border-width: 0; border-radius: 0; }#UzlkHhtG6CPDSvTScLfPcqznM5nKeFqT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UzlkHhtG6CPDSvTScLfPcqznM5nKeFqT > .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:48.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mvKVkgLWx85Qr8cQQ5PdMPTtHZGi3GUO { display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#m9uGWJeBN2Oe0KAUCzzC5ZfTiZ29vuyP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.25rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:7.5rem;overflow:hidden;display:block; }
#HICGulgPww29h8K6GfWoNESUz3LCKyBD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:27.9375rem;overflow:hidden;display:block; }
#GQTPEB0w7sH6h11bzw0LCHwEnP532y2a { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:48.25rem;overflow:hidden;display:block; }
#ZPA0CZ3uAMpNgkUIbFC7GiBupAMT4CAb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:7.5rem;overflow:hidden;display:block; }
#TvK3wqdZdCZ1GmHFDKrmyotnhrpV5Gue { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:27.9375rem;overflow:hidden;display:block; }
#ObZyqrJty0XkVegeEA68ABmOZd1bzEUv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:48.375rem;overflow:hidden;display:block; }
#WooS5muwBaDh8k6fkCazW0xGyHlBnyZZ { background-color:#fbb75f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.9375rem;left:27.5rem;display:block; }
#tF5ovVM0prxktMJ6mWKgmXxqvMwTXoFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/793aa3d7-f2a0-46c6-a2fe-cd8682b7d484/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms.adaptive-delivery-prevent-bg, #kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms.lazyload, #kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms.lazyloading { background-image: none; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row .container { background-color: transparent; background-image: none; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row .container > .video-iframe-container { display: none; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row > .video-iframe-container { display: none; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row .container { border-width: 0; border-radius: 0; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#FUJJ4VGGJmU1qRJo6gG6yssJxP88lnyH { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61rem;width:67.625rem;top:3.15625rem;left:3.6875rem;display:block; }
#f8Bu5CCBg7b9xJt9ylah6h86nboywLhT { color:#000000;display:block;width:26.5rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:24.25rem;height:2.53125rem;text-align:center;text-align-last:center;display:block; }
#NX8tyJ1CmWIBSa1SVifVAWSSLqZvsZKU { color:#000000;display:block;width:61.8125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:6.59375rem;height:10.7226625rem;text-align:center;text-align-last:center;display:block; }
#fHIPvcivUaXP7CoK65b0Axv3FAiyb7cc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:29.4375rem;top:23.1875rem;left:8.5rem;overflow:hidden;display:block; }
#qyQUz56W2cbLU1EpM2f84uX05NlqkTSi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:29.125rem;top:42.5625rem;left:8.5rem;overflow:hidden;display:block; }
#SGAOI582ek82uIRzJwJw0NukVZGvx0oO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:26.4375rem;top:23.03125rem;left:40.16064453125rem;overflow:hidden;display:block; }
#uPVfrazTGfSQyqlnB9yhETyQQs0yC1mT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.8125rem;width:27.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:43.34375rem;left:39.50439453125rem;overflow:hidden;display:block; }
#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT { position:relative;display:block; }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT { background-color: transparent; background-image: none; }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .row .container > .video-iframe-container { display: none; }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .row > .video-iframe-container { display: none; }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT { border-width: 0; border-radius: 0; }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .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:27.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ROslEKlTBGflapVCSC5KO3AEMgFBbqrX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:34.125rem;top:4.25rem;left:2.4375rem;overflow:hidden;display:block; }
#zJ2egdzpscwvq0tRVu001iAXQl6AFBSq { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:41.6875rem;height:2.2558625rem;display:block; }
#qgfrB7JVJWkTpzNOBSpcy1tKlbiGr8lf { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:41.6875rem;height:1.5249rem;display:block; }
#J7m18fG7lC6CILS4wwi9nIg5JbgPxx5H { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:41.6875rem;height:13.1616125rem;display:block; }
#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns { position:relative;display:block; }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns { background-color: transparent; background-image: none; }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .row .container > .video-iframe-container { display: none; }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .row > .video-iframe-container { display: none; }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns { border-width: 0; border-radius: 0; }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CWqy6Tqkita38lciKamXre8TexUT0irP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.6875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#e73O2yZCpwynvNGTbxATMRh9JHn8TXH6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:17.1875rem;top:1.625rem;left:38.28125rem;overflow:hidden;display:block; }
#gTqhrrWv36siTfukrNh55onmVTaRxfRf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.6875rem;top:1.34375rem;left:19.28125rem;overflow:hidden;display:block; }
#sNpBbCsBlhHNx8um2zGPd1QVIXIh7fEq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:16.9375rem;top:1.625rem;left:57.15625rem;overflow:hidden;display:block; }
#tEAguHoHnUwLv352gDRqG66wTPESzaIy { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.625rem;left:0rem;height:1.4624rem;display:block; }
#IoTX9JZAS8Z5Wv5MoRnKSNFA2ypwHaRK { color:#000000;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.62451171875rem;left:23.4375rem;height:1.4624rem;display:block; }
#vSzU3KuK8mZDDdh0g6Qk35bXXp5uQbaA { color:#000000;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.62451171875rem;left:38.25rem;height:1.4624rem;display:block; }
#STrIqzwvcisSETfPFre4SddmGKoXwXLe { color:#000000;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.62451171875rem;left:60.9375rem;height:1.4624rem;display:block; }
#r7mg97tCV0lBc8EdwUKQdTTngzsn54OP { z-index:;position:relative;display:none; }#r7mg97tCV0lBc8EdwUKQdTTngzsn54OP { border-width: 0; border-radius: 0; }#r7mg97tCV0lBc8EdwUKQdTTngzsn54OP > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#nJQDfE3wmNBNkp7W96X90bIgewgTIxOR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.5625rem;width:75rem;top:2.84375rem;left:0rem;overflow:hidden;display:block; }
#piLmK61NcFSAeQifQBUow3awzbONrE25 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88d28f5a-7525-4bfb-ae10-38a25822e28d/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#piLmK61NcFSAeQifQBUow3awzbONrE25.adaptive-delivery-prevent-bg, #piLmK61NcFSAeQifQBUow3awzbONrE25.lazyload, #piLmK61NcFSAeQifQBUow3awzbONrE25.lazyloading { background-image: none; }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row .container { background-color: transparent; background-image: none; }#piLmK61NcFSAeQifQBUow3awzbONrE25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row .container > .video-iframe-container { display: none; }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row > .video-iframe-container { display: none; }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row .container { border-width: 0; border-radius: 0; }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;overflow:visible;position:relative;display:block; }#TSmoNDNpMTlKbV28I0arQV3Q9TboSmUm { color:#000000;display:block;width:16.5rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.25rem;height:2.2558625rem;display:block; }
#dVIN3yJUa8NU8fT19a01Wml4w3Ay79D7 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.9375rem;left:3.25rem;height:30.375rem;display:block; }
#ZoEvUiHNDJCvv16Zdpwk0whFXCxLqsoD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:21.25rem;top:6.9375rem;left:45.48046875rem;overflow:hidden;display:block; }
#sBsz8QVdvBmHAkJSVEnqyiJUWWsQv5eQ { color:#000000;display:block;width:67.3125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:42.4375rem;left:3.25rem;height:18.5625rem;display:block; }
#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8209ccd-8466-4f83-bb6e-0903897f30ff/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4.adaptive-delivery-prevent-bg, #emQa7tIGnIgEss3PyzasgOKTvicXcqA4.lazyload, #emQa7tIGnIgEss3PyzasgOKTvicXcqA4.lazyloading { background-image: none; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row .container { background-color: transparent; background-image: none; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row .container > .video-iframe-container { display: none; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row > .video-iframe-container { display: none; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row .container { border-width: 0; border-radius: 0; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#ea1vTIrhTg4BeJN0FTzUQyaw7xMpwQAf { color:#000000;display:block;width:36.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:19.0625rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#bn0d6g6kOmAcL1phykcdCSqsN9K5VlNb { color:#000000;display:block;width:9.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:32.875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeebe2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row .container { background-color: transparent; background-image: none; }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row .container > .video-iframe-container { display: none; }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row > .video-iframe-container { display: none; }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row .container { border-width: 0; border-radius: 0; }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#ouhXqAhpdqRDyeGyUgSBT2vgTft7toA0 { background-color:#138c86;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.71875rem;left:22.4375rem;display:block; }
#Lf2mmAI3rb5b76G2bkKrxFOwMLVd6gnN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFB5LQZ0fSeN2ERrTc3rg21tbKh1aFgA { position:relative;display:none; }#TFB5LQZ0fSeN2ERrTc3rg21tbKh1aFgA { border-width: 0; border-radius: 0; }#TFB5LQZ0fSeN2ERrTc3rg21tbKh1aFgA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TFB5LQZ0fSeN2ERrTc3rg21tbKh1aFgA > .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:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#g8NK5P4pwtKwOMzplWLfFCmCt7a5ROyi { color:#000000;display:block;width:36rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:19.5rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#tli6m5d0lFNS6NL1K0RfieLv8KT9coox { color:#000000;display:block;width:45.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:14.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qowF6p3etN2PEZrWu5fkmd7OiX9pT9kp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:9.625rem;left:17.5rem;display:block; }
#llcrxLev5QE92tMkurr530QM2RbipeO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#138c86;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row .container { background-color: transparent; background-image: none; }#llcrxLev5QE92tMkurr530QM2RbipeO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row .container > .video-iframe-container { display: none; }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row > .video-iframe-container { display: none; }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row .container { border-width: 0; border-radius: 0; }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#e0IXUlVgaI3kwTlUqVdFqlTx4PJbEP43 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;height:12.8125rem;width:12.9375rem;top:4.03125rem;left:5.75rem;overflow:hidden;display:block; }
#VinoUVJHiKxsoSs7vsWavc2AvGW704kb { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.375rem;left:20.875rem;height:10.125rem;display:block; }
#s6t7lrdbDuNSwShwfNi1gTtFip3Bkunq { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.60595703125rem;left:43rem;height:1.29980625rem;display:block; }
#sTt6oCOGUFSScmIZ8OAKGiTr8pJRNLA4 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.13134765625rem;left:45.4375rem;height:1.29980625rem;display:block; }
#aVCuH9vwup6vyqIxPz38PO5W2uxMVo4n { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.25rem;left:5.75rem;height:5.0625rem;display:block; }
#Z08NxFzzVn6crAIDWkitHeW9wdnUVEfd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;height:13.375rem;width:13rem;top:19rem;left:56.75rem;overflow:hidden;display:block; }
#Eqs0uTw6Ih9hnPIlhrmCnJ1ND59vLQs0 { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:34.50634765625rem;left:23.1875rem;height:11.8125rem;display:block; }
#ZPbcftRsRf9oTJrBqwZN2cLJndw7fDBR { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46.25634765625rem;left:64.25rem;height:1.29980625rem;display:block; }
#n6V20udwLE3kai62c17cdmc3DWahxJ9C { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;height:14.125rem;width:12.5rem;top:33.25634765625rem;left:5.875rem;overflow:hidden;display:block; }
#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4eeef;background-image:url("https://images.assets-landingi.com/uc/d79b1597-5128-4d8b-aa0e-c14269b9d903/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4.adaptive-delivery-prevent-bg, #EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4.lazyload, #EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4.lazyloading { background-image: none; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row .container { background-color: transparent; background-image: none; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row .container > .video-iframe-container { display: none; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row > .video-iframe-container { display: none; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row .container { border-width: 0; border-radius: 0; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#h0DBQ94OPoRiaXNrBpvLCaungkdTsv8R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:14.5625rem;top:4.3125rem;left:30.25rem;overflow:hidden;display:block; }
#VWcSeTpVTzvqiPmbcFT9uE247o0hIWVm { color:#000004;display:block;width:54.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.375rem;left:10.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CgDLrRyQvyVmMRWSRZ6AiSNDNdlGIc0O { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:19.875rem;left:40.0625rem;display:block; }
#tyaPoGJkXlL0sxi6BEiZT935tLCybxHN { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:19.875rem;left:44.25rem;display:block; }
#g5qfENG1yLlf2pGtDmvtsDVyn4rFUghX { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:19.875rem;left:48.375rem;display:block; }
#JXUTBSCiiwl4iVt4MTE9evl1QbTJsh58 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:20.4375rem;left:48.9375rem; }
#omEPM07ZqvFmWPVETc2pUbnCH0SxTD5t { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:20.4375rem;left:44.8125rem; }
#tt0DodIG2CBQ8SPIBukQPURyXxWu4knU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:20.3125rem;left:40.5rem; }
#tt0DodIG2CBQ8SPIBukQPURyXxWu4knU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OqUakXJuKVmct98meQViTaVkoN5s45Zn { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:20.375rem;left:25.125rem;height:1.2246125rem;font-style:normal;display:block; }
#G5gQ8pMTJdGz7ieruEKT78bpewLLu2ec { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:20.25rem;left:23.125rem; }
#Q77fTpvGVwT2OT35euAM5PZcT4myn5o2 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:18.375rem;left:39.5rem;height:1.04980625rem;font-style:normal;display:block; }
#zeOuAiJFexxBsliw4rhmC2BmDStH5TOx { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.5625rem;height:1.04980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK { display:block; }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLPz3MZ5O9uqv8zybMOMaoU9yafhQJNc { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2s6rMmVcBv4LQkOanX9XNS9Hnx4kSVK { display:block; }
 }@media only screen and (max-width: 763px) { #IKSNEJDTOL1eJf0DbNlfFMaouu83ydVP { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJrHhqfyTWbDTbw7I6gO9mMuH8UDi0wO { width:4.375rem;height:1.125rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .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; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .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; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #Tp6DDm8XZJJMTceCcL01JWgUbiI2G2KF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #dw3OgNwaS3UbgRnSlK7QQmlzNfPGqVUS {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #vI2hyAbPLPZ9yLInuaapp93uMsDDHRpV {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #Ew4a7dg78esWTXHdEZQpo8N79JisCt4a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #fgRXI5W12HrlAbRLlqQcGNm5rpeDhbTh {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #sDITShCiHHnidSTpl2rJy6Fw5DLtA0ci {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #tPqGV1g8Tkmu0Nek2qeiDAJFonhnQ99W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #UPuahwDdklXWzGkxTb5P4KxelahcO3UJ {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #R87XH9wMmEd1hlIibPDcoNVKylee4vdo {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #nKT3ccfUcTZcHIxu8pd6STX7QUsp2L8d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #DpXMgXGvQpxEX5I1WmscUIsyE18Xtuy1 {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #zRIwD7Hb0VOUszcSGgxAAacMWCxBTSzT {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIx4VCc1nO1E9c3DZuUA0lzpvSWVxD8u { top:6.5rem;left:0rem;width:47.75rem;height:16.5rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPzheo0mzqbyZ6QGIB7x92ZsAzwA06Ec { top:22.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTgRXo8P5S9MUVBmgrCNflXGkLrT3nI { width:17.5rem;height:3.4375rem;top:28.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPB5Z7xNw71mI3XUzyzBfQL84XaJJPXM { display:block; }
 }@media only screen and (max-width: 763px) { #ULR7UwRbu5DBA69Ht0Tq26GnaiaeLX32 { top:4.6875rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGq9m4D4i1osFZdDhAAFWLLofymXGLsa { display:block; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icgppMotQhzxxkWt7T6aBLo7NcUlxHGA { top:1.75rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew { display:block; }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOVRnCb5OSddpX8Ja2MyFIgOqExgRoR9 { top:2.375rem;left:2.71875rem;width:42.3125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMpNR0GfsZvQfFgTXU1By9HT17vxeTwB { top:9.3125rem;left:0rem;width:47.75rem;height:40.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ { display:block; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC { display:block; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1iXVdkbgH6WRkDzfVOH8rXBhcVdFfAP { top:6.375rem;left:0rem;width:32rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHhXmy6gBQbpWDtw5UHiVtiXnK00x0AT { top:1.9375rem;left:19.4375rem;width:28.3125rem;height:4.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy583Zz9bD0JH9pgNqLkBBCJpdozzF06 { top:7.4375rem;left:19.4375rem;width:28.3125rem;height:;font-size:1.1875rem;display:block; }#Jy583Zz9bD0JH9pgNqLkBBCJpdozzF06 li:before{  }
 }@media only screen and (max-width: 763px) { #Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ { display:block; }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqDvt340GaqnxcqExCL6Rd5DxWEJOqAQ { top:0.75rem;left:0rem;width:21.75rem;height:2.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewh3X80pbuBEkT3MXNFHZf6dqUn7W6I0 { top:4.375rem;left:0rem;width:47.75rem;height:52.5rem;font-size:0.5625rem;display:block; }#Ewh3X80pbuBEkT3MXNFHZf6dqUn7W6I0 li:before{  }
 }@media only screen and (max-width: 763px) { #OW7fOxTBJplv1ZFhSl57dM794MvzTcBx { top:29.125rem;left:32.625rem;width:15.125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqs7UdvmVgfZrELfHCwhtLltUGae8AfM { top:4.375rem;left:30.875rem;width:16.875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw { display:block; }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT { display:block; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCvrBZcffNzCrGK4Cr8zwqv45378XV4O { top:6.5625rem;left:21.9375rem;width:25.8125rem;height:;font-size:0.875rem;display:block; }#aCvrBZcffNzCrGK4Cr8zwqv45378XV4O li:before{  }
 }@media only screen and (max-width: 763px) { #vMQNVquIhWwf3ErHCH7fnHfsPt1I0pXA { top:9.5rem;left:0rem;width:28.875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z749TcmeOm5evsoKZutKLrryqAn8XOdR { top:2.9375rem;left:26rem;width:21.75rem;height:2.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 { display:block; }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfLkZX5tgOEzPc8LWcQFurhFBSOep3hz { width:30.125rem;height:3.4375rem;top:1.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8ETAaNEwBiHnf0wAsUOhZThBepradT { display:block; }
 }@media only screen and (max-width: 763px) { #UzlkHhtG6CPDSvTScLfPcqznM5nKeFqT { display:block; }#UzlkHhtG6CPDSvTScLfPcqznM5nKeFqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvKVkgLWx85Qr8cQQ5PdMPTtHZGi3GUO { width:47.75rem;height:3.375rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9uGWJeBN2Oe0KAUCzzC5ZfTiZ29vuyP { width:19.125rem;height:11.25rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HICGulgPww29h8K6GfWoNESUz3LCKyBD { width:19.125rem;height:12.3125rem;top:10.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTPEB0w7sH6h11bzw0LCHwEnP532y2a { width:19rem;height:12.5rem;top:10.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPA0CZ3uAMpNgkUIbFC7GiBupAMT4CAb { width:18.9375rem;height:12.625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvK3wqdZdCZ1GmHFDKrmyotnhrpV5Gue { width:19rem;height:12.625rem;top:24.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObZyqrJty0XkVegeEA68ABmOZd1bzEUv { width:19rem;height:12.625rem;top:24.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WooS5muwBaDh8k6fkCazW0xGyHlBnyZZ { width:20rem;height:4.375rem;top:2.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF5ovVM0prxktMJ6mWKgmXxqvMwTXoFw { display:block; }
 }@media only screen and (max-width: 763px) { #kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms { display:block; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUJJ4VGGJmU1qRJo6gG6yssJxP88lnyH { top:3.125rem;left:0rem;width:47.75rem;height:61rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Bu5CCBg7b9xJt9ylah6h86nboywLhT { top:6.625rem;left:10.625rem;width:26.5rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX8tyJ1CmWIBSa1SVifVAWSSLqZvsZKU { top:10.375rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHIPvcivUaXP7CoK65b0Axv3FAiyb7cc { top:23.1875rem;left:0rem;width:29.4375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyQUz56W2cbLU1EpM2f84uX05NlqkTSi { top:42.5625rem;left:0rem;width:29.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGAOI582ek82uIRzJwJw0NukVZGvx0oO { top:23rem;left:21.3125rem;width:26.4375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPVfrazTGfSQyqlnB9yhETyQQs0yC1mT { width:27.75rem;height:17.8125rem;top:43.3125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT { display:block; }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROslEKlTBGflapVCSC5KO3AEMgFBbqrX { top:4.25rem;left:0rem;width:34.125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2egdzpscwvq0tRVu001iAXQl6AFBSq { top:5.25rem;left:18.5625rem;width:29.1875rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgfrB7JVJWkTpzNOBSpcy1tKlbiGr8lf { top:8rem;left:18.5625rem;width:29.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7m18fG7lC6CILS4wwi9nIg5JbgPxx5H { top:8rem;left:23.6875rem;width:24.0625rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns { display:block; }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWqy6Tqkita38lciKamXre8TexUT0irP { top:1.25rem;left:0rem;width:17.6875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e73O2yZCpwynvNGTbxATMRh9JHn8TXH6 { top:1.625rem;left:18.625rem;width:17.1875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTqhrrWv36siTfukrNh55onmVTaRxfRf { top:1.3125rem;left:6.1875rem;width:17.6875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNpBbCsBlhHNx8um2zGPd1QVIXIh7fEq { top:1.625rem;left:30.8125rem;width:16.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEAguHoHnUwLv352gDRqG66wTPESzaIy { top:13.625rem;left:0rem;width:17.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoTX9JZAS8Z5Wv5MoRnKSNFA2ypwHaRK { top:13.5625rem;left:6.0625rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSzU3KuK8mZDDdh0g6Qk35bXXp5uQbaA { top:13.5625rem;left:18.5625rem;width:17.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STrIqzwvcisSETfPFre4SddmGKoXwXLe { top:13.5625rem;left:37.09375rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mg97tCV0lBc8EdwUKQdTTngzsn54OP { display:block; }#r7mg97tCV0lBc8EdwUKQdTTngzsn54OP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJQDfE3wmNBNkp7W96X90bIgewgTIxOR { top:2.8125rem;left:0rem;width:47.75rem;height:27.734791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLmK61NcFSAeQifQBUow3awzbONrE25 { display:block; }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSmoNDNpMTlKbV28I0arQV3Q9TboSmUm { top:3.25rem;left:0rem;width:16.5rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVIN3yJUa8NU8fT19a01Wml4w3Ay79D7 { top:6.9375rem;left:0rem;width:34.625rem;height:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoEvUiHNDJCvv16Zdpwk0whFXCxLqsoD { top:6.9375rem;left:22.8125rem;width:21.25rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBsz8QVdvBmHAkJSVEnqyiJUWWsQv5eQ { top:42.4375rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emQa7tIGnIgEss3PyzasgOKTvicXcqA4 { display:block; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea1vTIrhTg4BeJN0FTzUQyaw7xMpwQAf { top:2.6875rem;left:5.4375rem;width:36.875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn0d6g6kOmAcL1phykcdCSqsN9K5VlNb { top:9.625rem;left:19.25rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 { display:block; }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouhXqAhpdqRDyeGyUgSBT2vgTft7toA0 { width:30.125rem;height:3.4375rem;top:2.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2mmAI3rb5b76G2bkKrxFOwMLVd6gnN { display:block; }
 }@media only screen and (max-width: 763px) { #TFB5LQZ0fSeN2ERrTc3rg21tbKh1aFgA { display:block; }#TFB5LQZ0fSeN2ERrTc3rg21tbKh1aFgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8NK5P4pwtKwOMzplWLfFCmCt7a5ROyi { top:3.25rem;left:5.875rem;width:36rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tli6m5d0lFNS6NL1K0RfieLv8KT9coox { top:6.9375rem;left:0.9375rem;width:45.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qowF6p3etN2PEZrWu5fkmd7OiX9pT9kp { top:9.625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llcrxLev5QE92tMkurr530QM2RbipeO3 { display:block; }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0IXUlVgaI3kwTlUqVdFqlTx4PJbEP43 { top:4rem;left:0rem;width:12.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinoUVJHiKxsoSs7vsWavc2AvGW704kb { top:5.375rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6t7lrdbDuNSwShwfNi1gTtFip3Bkunq { top:15.5625rem;left:29.375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTt6oCOGUFSScmIZ8OAKGiTr8pJRNLA4 { top:27.125rem;left:31.8125rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCuH9vwup6vyqIxPz38PO5W2uxMVo4n { top:21.25rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z08NxFzzVn6crAIDWkitHeW9wdnUVEfd { top:19rem;left:34.3125rem;width:13rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqs0uTw6Ih9hnPIlhrmCnJ1ND59vLQs0 { top:34.5rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbcftRsRf9oTJrBqwZN2cLJndw7fDBR { top:46.25rem;left:40.375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6V20udwLE3kai62c17cdmc3DWahxJ9C { top:33.25rem;left:0rem;width:12.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 { display:block; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0DBQ94OPoRiaXNrBpvLCaungkdTsv8R { top:4.3125rem;left:16.625rem;width:14.5625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcSeTpVTzvqiPmbcFT9uE247o0hIWVm { top:13.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgDLrRyQvyVmMRWSRZ6AiSNDNdlGIc0O { top:19.875rem;left:26.4375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyaPoGJkXlL0sxi6BEiZT935tLCybxHN { top:19.875rem;left:30.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5qfENG1yLlf2pGtDmvtsDVyn4rFUghX { top:19.875rem;left:34.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXUTBSCiiwl4iVt4MTE9evl1QbTJsh58 { top:20.4375rem;left:35.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omEPM07ZqvFmWPVETc2pUbnCH0SxTD5t { top:20.4375rem;left:31.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt0DodIG2CBQ8SPIBukQPURyXxWu4knU { top:20.3125rem;left:26.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#tt0DodIG2CBQ8SPIBukQPURyXxWu4knU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OqUakXJuKVmct98meQViTaVkoN5s45Zn { top:20.375rem;left:11.5rem;width:10.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5gQ8pMTJdGz7ieruEKT78bpewLLu2ec { top:20.25rem;left:9.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77fTpvGVwT2OT35euAM5PZcT4myn5o2 { top:18.375rem;left:25.875rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOuAiJFexxBsliw4rhmC2BmDStH5TOx { top:18.375rem;left:8.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK { position:relative;z-index:auto;display:block; }#BgdgPDigMRBysgUxEAmdG8UPeEyQs3DK > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLPz3MZ5O9uqv8zybMOMaoU9yafhQJNc { width:11.25rem;height:2.5rem;top:7.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2s6rMmVcBv4LQkOanX9XNS9Hnx4kSVK { display:block; }
 }@media only screen and (max-width: 763px) { #IKSNEJDTOL1eJf0DbNlfFMaouu83ydVP { width:20rem;height:0.9746125rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJrHhqfyTWbDTbw7I6gO9mMuH8UDi0wO { width:4.375rem;height:1.29980625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .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; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HDG0h86HCtOFULkSEDaQFtUAGD88gp1c { display:flex;width:12.125rem;height:2.874375rem;top:1.380859375rem;left:4.78125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #Tp6DDm8XZJJMTceCcL01JWgUbiI2G2KF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #dw3OgNwaS3UbgRnSlK7QQmlzNfPGqVUS {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #vI2hyAbPLPZ9yLInuaapp93uMsDDHRpV {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #Ew4a7dg78esWTXHdEZQpo8N79JisCt4a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #fgRXI5W12HrlAbRLlqQcGNm5rpeDhbTh {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #sDITShCiHHnidSTpl2rJy6Fw5DLtA0ci {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #tPqGV1g8Tkmu0Nek2qeiDAJFonhnQ99W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #UPuahwDdklXWzGkxTb5P4KxelahcO3UJ {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #R87XH9wMmEd1hlIibPDcoNVKylee4vdo {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #nKT3ccfUcTZcHIxu8pd6STX7QUsp2L8d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #DpXMgXGvQpxEX5I1WmscUIsyE18Xtuy1 {  }
 }@media only screen and (max-width: 763px) { #HDG0h86HCtOFULkSEDaQFtUAGD88gp1c #zRIwD7Hb0VOUszcSGgxAAacMWCxBTSzT {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIx4VCc1nO1E9c3DZuUA0lzpvSWVxD8u { width:20rem;height:7.8925875rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPzheo0mzqbyZ6QGIB7x92ZsAzwA06Ec { width:20rem;height:5.36133125rem;top:12.0859375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTgRXo8P5S9MUVBmgrCNflXGkLrT3nI { width:17.5rem;height:3.4375rem;top:19.44189453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPB5Z7xNw71mI3XUzyzBfQL84XaJJPXM { display:block; }
 }@media only screen and (max-width: 763px) { #ULR7UwRbu5DBA69Ht0Tq26GnaiaeLX32 { width:20rem;height:17.8125rem;top:1.00439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGq9m4D4i1osFZdDhAAFWLLofymXGLsa { display:block; }#DGq9m4D4i1osFZdDhAAFWLLofymXGLsa > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icgppMotQhzxxkWt7T6aBLo7NcUlxHGA { width:20rem;height:11.4375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew { display:block; }#NN78qyR6UGGPU1lKUfz5MfXOKfVeK9Ew > .row .container { width:20rem;height:102.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOVRnCb5OSddpX8Ja2MyFIgOqExgRoR9 { width:20rem;height:8.44925rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMpNR0GfsZvQfFgTXU1By9HT17vxeTwB { width:20rem;height:89.97465rem;top:11.67333984375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ { display:block; }#CkMBVaCkSIIi2AqxdykyOmTPoLII3kbJ > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC { display:block; }#aU2uKDxUUvf1VdsFb0mZ9ydJdH5P1sZC > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1iXVdkbgH6WRkDzfVOH8rXBhcVdFfAP { width:17.3125rem;height:13.25rem;top:41.0625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHhXmy6gBQbpWDtw5UHiVtiXnK00x0AT { width:20rem;height:4.51171875rem;top:1.54541015625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jy583Zz9bD0JH9pgNqLkBBCJpdozzF06 { width:20rem;height:31.84475rem;top:6.93212890625rem;left:0rem;font-size:1.1875rem;display:block; }#Jy583Zz9bD0JH9pgNqLkBBCJpdozzF06 li:before{  }
 }@media only screen and (max-width: 763px) { #Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ { display:block; }#Vp4aBiBGRqdMZhy70nkbXaRNou6MydJQ > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqDvt340GaqnxcqExCL6Rd5DxWEJOqAQ { width:20rem;height:2.6933625rem;top:1.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ewh3X80pbuBEkT3MXNFHZf6dqUn7W6I0 { width:19.375rem;height:34.1596875rem;top:5.099609375rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }#Ewh3X80pbuBEkT3MXNFHZf6dqUn7W6I0 li:before{  }
 }@media only screen and (max-width: 763px) { #OW7fOxTBJplv1ZFhSl57dM794MvzTcBx { width:7.6875rem;height:10.4375rem;top:40.69677734375rem;left:10.807153946314rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqs7UdvmVgfZrELfHCwhtLltUGae8AfM { width:8.1875rem;height:10.625rem;top:40.57177734375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw { display:block; }#fyFJl75FxJyNiGfIP2UPXRG5J0f6gZqw > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT { display:block; }#Q6NdlLthllkJQ72SoHhMrqIRwe3bGgbT > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCvrBZcffNzCrGK4Cr8zwqv45378XV4O { width:20rem;height:17.2739375rem;top:18.673828125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#aCvrBZcffNzCrGK4Cr8zwqv45378XV4O li:before{  }
 }@media only screen and (max-width: 763px) { #vMQNVquIhWwf3ErHCH7fnHfsPt1I0pXA { width:19rem;height:12.5625rem;top:2.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z749TcmeOm5evsoKZutKLrryqAn8XOdR { width:20rem;height:2.6933625rem;top:15.38675rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 { display:block; }#Ix0svLJ76fOEo1kStgI6AlXRtW71y7b7 > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfLkZX5tgOEzPc8LWcQFurhFBSOep3hz { width:19rem;height:3.4375rem;top:0.59375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8ETAaNEwBiHnf0wAsUOhZThBepradT { display:block; }
 }@media only screen and (max-width: 763px) { #UzlkHhtG6CPDSvTScLfPcqznM5nKeFqT { display:none; }#UzlkHhtG6CPDSvTScLfPcqznM5nKeFqT > .row .container { width:20rem;height:93.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mvKVkgLWx85Qr8cQQ5PdMPTtHZGi3GUO { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9uGWJeBN2Oe0KAUCzzC5ZfTiZ29vuyP { width:19.125rem;height:11.25rem;top:6.44921875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HICGulgPww29h8K6GfWoNESUz3LCKyBD { width:19.125rem;height:12.3125rem;top:18.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTPEB0w7sH6h11bzw0LCHwEnP532y2a { width:19rem;height:12.5rem;top:32.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPA0CZ3uAMpNgkUIbFC7GiBupAMT4CAb { width:18.9375rem;height:12.625rem;top:46.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvK3wqdZdCZ1GmHFDKrmyotnhrpV5Gue { width:19rem;height:12.625rem;top:60.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObZyqrJty0XkVegeEA68ABmOZd1bzEUv { width:19rem;height:12.625rem;top:74.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WooS5muwBaDh8k6fkCazW0xGyHlBnyZZ { width:20rem;height:4.375rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF5ovVM0prxktMJ6mWKgmXxqvMwTXoFw { display:block; }
 }@media only screen and (max-width: 763px) { #kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms { display:block; }#kp5RQDniZ1TVFvTWtQAd3CpwPS68K5Ms > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUJJ4VGGJmU1qRJo6gG6yssJxP88lnyH { width:20rem;height:78.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Bu5CCBg7b9xJt9ylah6h86nboywLhT { width:17.3125rem;height:5.0625rem;top:3.8125rem;left:1.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX8tyJ1CmWIBSa1SVifVAWSSLqZvsZKU { width:17.6875rem;height:15.75rem;top:9.875rem;left:1.15625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fHIPvcivUaXP7CoK65b0Axv3FAiyb7cc { width:20rem;height:11.75rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyQUz56W2cbLU1EpM2f84uX05NlqkTSi { width:20rem;height:13.3125rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGAOI582ek82uIRzJwJw0NukVZGvx0oO { width:20rem;height:13.3125rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPVfrazTGfSQyqlnB9yhETyQQs0yC1mT { width:20rem;height:12.837375rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT { display:block; }#PTKLvtaetHAnu5n3adc0SlTWPxkOKNCT > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROslEKlTBGflapVCSC5KO3AEMgFBbqrX { width:20rem;height:11.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2egdzpscwvq0tRVu001iAXQl6AFBSq { width:20rem;height:2.2558625rem;top:14.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgfrB7JVJWkTpzNOBSpcy1tKlbiGr8lf { width:20rem;height:1.5249rem;top:17.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7m18fG7lC6CILS4wwi9nIg5JbgPxx5H { width:17.3125rem;height:17.54881875rem;top:16.505859375rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns { display:block; }#rL8lHDCAORqU6Tw2Gzcv6HL7wTq9yVns > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWqy6Tqkita38lciKamXre8TexUT0irP { width:20rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e73O2yZCpwynvNGTbxATMRh9JHn8TXH6 { width:20rem;height:13.25rem;top:30.30712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTqhrrWv36siTfukrNh55onmVTaRxfRf { width:20rem;height:13rem;top:15.13134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNpBbCsBlhHNx8um2zGPd1QVIXIh7fEq { width:19.9375rem;height:13.125rem;top:45.80712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEAguHoHnUwLv352gDRqG66wTPESzaIy { width:20rem;height:1.13720625rem;top:13.3818359375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoTX9JZAS8Z5Wv5MoRnKSNFA2ypwHaRK { width:9.375rem;height:1.13720625rem;top:28.5rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSzU3KuK8mZDDdh0g6Qk35bXXp5uQbaA { width:17.25rem;height:1.13720625rem;top:43.91845703125rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STrIqzwvcisSETfPFre4SddmGKoXwXLe { width:9.375rem;height:1.13720625rem;top:59.50537109375rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7mg97tCV0lBc8EdwUKQdTTngzsn54OP { display:none; }#r7mg97tCV0lBc8EdwUKQdTTngzsn54OP > .row .container { width:20rem;height:14.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nJQDfE3wmNBNkp7W96X90bIgewgTIxOR { width:19.75rem;height:11.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLmK61NcFSAeQifQBUow3awzbONrE25 { display:block; }#piLmK61NcFSAeQifQBUow3awzbONrE25 > .row .container { width:20rem;height:121.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSmoNDNpMTlKbV28I0arQV3Q9TboSmUm { width:16.5rem;height:2.2558625rem;top:1.5rem;left:1.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVIN3yJUa8NU8fT19a01Wml4w3Ay79D7 { width:20rem;height:45.5625rem;top:4.6933625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoEvUiHNDJCvv16Zdpwk0whFXCxLqsoD { width:14.25rem;height:21.375rem;top:51.755859375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBsz8QVdvBmHAkJSVEnqyiJUWWsQv5eQ { width:20rem;height:45.5625rem;top:74.130859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emQa7tIGnIgEss3PyzasgOKTvicXcqA4 { display:block; }#emQa7tIGnIgEss3PyzasgOKTvicXcqA4 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea1vTIrhTg4BeJN0FTzUQyaw7xMpwQAf { width:19.5rem;height:11.69825rem;top:1.625rem;left:0.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn0d6g6kOmAcL1phykcdCSqsN9K5VlNb { width:9.25rem;height:1.13720625rem;top:13.8857421875rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 { display:block; }#KF1KRoCy8m0kW6Fmsvvvzr6rOEpO1uQ8 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouhXqAhpdqRDyeGyUgSBT2vgTft7toA0 { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2mmAI3rb5b76G2bkKrxFOwMLVd6gnN { display:block; }
 }@media only screen and (max-width: 763px) { #TFB5LQZ0fSeN2ERrTc3rg21tbKh1aFgA { display:none; }#TFB5LQZ0fSeN2ERrTc3rg21tbKh1aFgA > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g8NK5P4pwtKwOMzplWLfFCmCt7a5ROyi { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tli6m5d0lFNS6NL1K0RfieLv8KT9coox { width:20rem;height:3.25rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qowF6p3etN2PEZrWu5fkmd7OiX9pT9kp { height:11.25rem;width:20rem;top:13.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llcrxLev5QE92tMkurr530QM2RbipeO3 { display:block; }#llcrxLev5QE92tMkurr530QM2RbipeO3 > .row .container { width:20rem;height:122.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0IXUlVgaI3kwTlUqVdFqlTx4PJbEP43 { width:12.9375rem;height:12.8125rem;top:1.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinoUVJHiKxsoSs7vsWavc2AvGW704kb { width:20rem;height:23.625rem;top:15.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6t7lrdbDuNSwShwfNi1gTtFip3Bkunq { width:7.375rem;height:1.29980625rem;top:40.1875rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTt6oCOGUFSScmIZ8OAKGiTr8pJRNLA4 { width:7.375rem;height:1.29980625rem;top:71.2373046875rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVCuH9vwup6vyqIxPz38PO5W2uxMVo4n { width:20rem;height:10.125rem;top:59.3623046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z08NxFzzVn6crAIDWkitHeW9wdnUVEfd { width:12rem;height:12.3125rem;top:44.8623046875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqs0uTw6Ih9hnPIlhrmCnJ1ND59vLQs0 { width:20rem;height:27rem;top:90.9873046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbcftRsRf9oTJrBqwZN2cLJndw7fDBR { width:7.375rem;height:1.29980625rem;top:119.2998046875rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6V20udwLE3kai62c17cdmc3DWahxJ9C { width:11.625rem;height:13.0625rem;top:76.3623046875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 { display:block; }#EmhvQbLu27Wd6QLyWbzRnS6AQTTBSoT4 > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0DBQ94OPoRiaXNrBpvLCaungkdTsv8R { width:14.5625rem;height:9.0625rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcSeTpVTzvqiPmbcFT9uE247o0hIWVm { width:20rem;height:2.5996125rem;top:11.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgDLrRyQvyVmMRWSRZ6AiSNDNdlGIc0O { width:3.0625rem;height:3.0625rem;top:25.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyaPoGJkXlL0sxi6BEiZT935tLCybxHN { width:3.0625rem;height:3.0625rem;top:25.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5qfENG1yLlf2pGtDmvtsDVyn4rFUghX { width:3.0625rem;height:3.0625rem;top:25.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXUTBSCiiwl4iVt4MTE9evl1QbTJsh58 { width:1.875rem;height:1.875rem;top:25.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omEPM07ZqvFmWPVETc2pUbnCH0SxTD5t { width:1.875rem;height:1.875rem;top:25.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt0DodIG2CBQ8SPIBukQPURyXxWu4knU { width:2.1875rem;height:2.1875rem;top:25.6875rem;left:4.125rem;display:block; }
#tt0DodIG2CBQ8SPIBukQPURyXxWu4knU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OqUakXJuKVmct98meQViTaVkoN5s45Zn { width:11.375rem;height:1.3999rem;top:19.875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5gQ8pMTJdGz7ieruEKT78bpewLLu2ec { width:1.5625rem;height:1.5625rem;top:17.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77fTpvGVwT2OT35euAM5PZcT4myn5o2 { width:20rem;height:1.04980625rem;top:22.9736328125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeOuAiJFexxBsliw4rhmC2BmDStH5TOx { width:20rem;height:1.04980625rem;top:15.4121125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }