.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;
}
:root { --color-primary-0:224,250,224;--color-primary-1:153,238,153;--color-primary-2:50,220,51;--color-primary-3:25,110,26;--color-primary-4:8,33,8;--color-secondary-0:223,229,239;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:0,61,117;--color-tertiary-0:255,255,255;--color-tertiary-1:239,247,248;--color-tertiary-2:143,148,149;--color-tertiary-3:86,89,89;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);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); }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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; }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row .container { background-color: transparent; background-image: none; }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row .container > .video-iframe-container { display: none; }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row > .video-iframe-container { display: none; }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .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); }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row .container { border-width: 0; border-radius: 0; }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#yT3o3bB2dB4lQugT4Uohcgo8Ji9RyCGJ { background-color:#5d92ff;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"libre franklin";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#V9GDrsF3HnKt3MuFZDxTbOfDwQGp5IxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkcGlQDhm8HpbXxwALTXTkqmpm3r3H14 { color:#010712;display:block;width:44.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:27.8125rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#RuFTpWagrTI8gMIOwzcUqczOsTGosQCC { 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:2.25rem;width:2.25rem;top:2.6796875rem;left:54.812504768372rem;overflow:hidden;display:block; }
#JRKm30MBxb8XF9NcuwRK6cmmXvO3Z7Lc { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:"libre franklin";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.830078125rem;left:57.72900390625rem;height:1.94970625rem;font-style:normal;display:block; }
#NPu4t2TZ0GDe83Qhb8LPO9ibm0rtRFFA { 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:6rem;width:6rem;top:0.15625rem;left:9.625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-0),0.4);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:none; }#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:1.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#ARK7KQlml9aNCU0BeqcsTKzAvFyG2Twi { color:rgba(var(--color-tertiary-4),0.54);display:block;width:54.3125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.35595703125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 { background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/f5f6fe97-4ef7-483f-89d3-2949b947c9a6/Untitleddesign3.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4.adaptive-delivery-prevent-bg, #kFsimiBGG0GJl43kVyTyXeUWm3eVycB4.lazyload, #kFsimiBGG0GJl43kVyTyXeUWm3eVycB4.lazyloading { background-image: none; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container { background-color: transparent; background-image: none; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container > .video-iframe-container { display: none; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row > .video-iframe-container { display: none; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .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); }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container { border-width: 0; border-radius: 0; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;overflow:visible;position:relative;display:block; }#JWEcz4sqChrUBZPricSBUk7umTvO0JtU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.4375rem;left:9.625rem;height:2.92480625rem;display:block; }
#n549N2m2eJVot2VeSninUKFVX5kdp82H { box-sizing:content-box;height:21.375rem;width:24.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.84375rem;left:8.8125009536744rem;box-shadow: 0.0625rem 0.0625rem 5.3125rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rz4HbpF7NgkkvucUSGJ1LENCv1BwiBSs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:10rem;height:5.1181625rem;font-style:normal;display:block; }
#oLf9sbReLpwmqXK4TJKDaRbkEPlMfdz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5rem;left:9.84375rem;height:3.41161875rem;display:block; }
#wr8Tm439JNsenXkXUp63UKmrgNbLqhxl { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.625rem;left:9.6250009536744rem;display:block; }
#Jf6G2vrGKMppPO5S690ZsQa7lRzUKtK5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.4);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; }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row .container { background-color: transparent; background-image: none; }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row .container > .video-iframe-container { display: none; }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row > .video-iframe-container { display: none; }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .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); }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row .container { border-width: 0; border-radius: 0; }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#OmtMFTHsiV9rlRvfFEat8rVxycTvhZSG { color:rgba(var(--color-tertiary-4),0.68);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.693359375rem;left:23.0625rem;height:1.29980625rem;display:block; }
#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row .container { background-color: transparent; background-image: none; }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row .container > .video-iframe-container { display: none; }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row > .video-iframe-container { display: none; }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .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); }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row .container { border-width: 0; border-radius: 0; }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row .container { font-size:0.875rem;font-family:arial;height:123rem;width:75rem;position:relative;display:block; }#mSU7xuTzrVdavQStf6M5atLD3xPEe1Tg { color:#27b3c2;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:26.90625rem;height:1.94986875rem;font-style:normal;display:block; }
#O7RNUSnWTLiUMI8p5TyiRr0NKJuT6r5s { color:rgba(var(--color-tertiary-4),0.67);display:block;width:33.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:20.65625rem;height:1.29980625rem;display:block; }
#y6OkxlJSg3WfkBOKD6vywL7uTKQBkIyE { box-sizing:content-box;height:12.3125rem;width:17.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.75rem;left:9.46875rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#QR2NMS9gXcNnCJgm03hNE0gGFFFgFbHv { box-sizing:content-box;height:12.3125rem;width:17.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.6875rem;left:28.5rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#MZ59CbL9fIDtloZWDcPVUzewfJzA8fu8 { box-sizing:content-box;height:12.3125rem;width:17.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.6875rem;left:47.65625rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#vchTrXs3oIyIDaHW87TbekBCfVdGqaNq { box-sizing:content-box;height:12.3125rem;width:17.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.5rem;left:9.46875rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#k053a6C4IV125aDPFShc9IOnyAskZKBX { box-sizing:content-box;height:12.3125rem;width:17.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.5rem;left:28.5rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#SwC4nSukGMTt9kFXqPuW1Wt7Z30UhOG1 { box-sizing:content-box;height:12.3125rem;width:17.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.5rem;left:47.65625rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#FLTG65TMTvifQIp5oRBwsu3wauODRAF3 { 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:20.8125rem;width:31.25rem;top:45.650390625rem;left:7.46875rem;overflow:hidden;display:block; }
#EcJZ4IZ9W0MhuZPxJHeDE7FZvH2boiKy { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:53.08203125rem;left:40.8125rem;height:7.7988125rem;display:block; }
#SSG8SndPBn3gDdflNFPZnLOssEAmABUs { box-sizing:content-box;height:21.875rem;width:28.375rem;position:absolute;display:block;z-index:15006;background-color:#27b3c2;background-image:none;top:69.75rem;left:38.9375rem;display:block; }
#yEnpPxIo08VpozODuTT0kqQ7sCe9NhXK { position:absolute;display:block;z-index:15007;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.875rem;width:31.6875rem;top:69.7470703125rem;left:7.25rem;overflow:hidden;display:block; }
#T0g4PGQTLKKRofqXdqiKiy4KdSQAohIu { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:96.39453125rem;left:17.90625rem;height:1.54361875rem;display:block; }
#zn058cu6sLGbkU5qeia8D6rbpo2f4mKB { box-sizing:content-box;height:19.8125rem;width:17.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:100.75rem;left:10.5625rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#kBCa35t1XBThBv5X8Hi0oV4DCQAmRKhV { box-sizing:content-box;height:19.8125rem;width:17.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:100.8125rem;left:29.6875rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#d7ctmwLCWXWvNyCtweOJuTAk6dXx8ruH { box-sizing:content-box;height:19.8125rem;width:17.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:100.8125rem;left:48.6875rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid #dfe5f3;border-left:0.0625rem solid #dfe5f3;border-right:0.0625rem solid #dfe5f3;border-bottom:0.0625rem solid #dfe5f3;display:block; }
#potu5ctwvwoMmzoITKqFpDl1lUrPbCTv { position:absolute;display:block;z-index:15009;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.375rem;width:18rem;top:100.75rem;left:10.5625rem;overflow:hidden;display:block; }
#q0IkK2SK3KhSfAEusLvRni5ZwkXHBBSG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:113rem;left:16.21875rem;height:1.29980625rem;display:block; }
#PVSgxNrmq9paVHB0ziBTM6VDG9dyWZte { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:115.0556640625rem;left:11.65625rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#aPtZgVb7oeZuE7KrVOwobV0tECydaCiq { position:absolute;display:block;z-index:15012;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.375rem;width:18rem;top:100.8125rem;left:29.6875rem;overflow:hidden;display:block; }
#VuVH7WnKTHrVEugeb5ke8nUegOzslNdp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:115.0556640625rem;left:29.90625rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#EMcFZV3W7GbLep8rf3Gvik3S0zEXJr9v { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:113rem;left:35.0625rem;height:1.29980625rem;display:block; }
#xIXDk8zWBS02wffGoiLn4u0WUwdUAPyI { position:absolute;display:block;z-index:15015;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.375rem;width:17.0625rem;top:100.8125rem;left:48.75rem;overflow:hidden;display:block; }
#OrDtpF0rFD2kBUsXzchToidqBc7vvrv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:113rem;left:52.21875rem;height:1.29980625rem;display:block; }
#C2fC0nbxTc1vxrpZ72VTuWcwNdI5iJWy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:115.0556640625rem;left:50rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#Vb1ouymnldVXrzrtUZd6k5TWou2a3AJL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:82.4033203125rem;left:44.3125rem;height:0.9746125rem;display:block; }
#BFG3D5HVd9tLrn97DgfKBTZPHS1SFVRI { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.3125rem;left:28.75rem;display:block; }
#yH2wwVGzWlBi3rb4qldfMDPygxQzOEPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yS5Dkwp2psrptD7ZHdmW7T6PGyE8nWyh { color:#27b3c2;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:48.9375rem;left:40.8125rem;height:1.4624rem;font-style:normal;display:block; }
#Q39zT5wz3qar7GTrvzNsPRBrABeIVDhB { color:rgba(var(--color-tertiary-1),1);display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:70.875rem;left:41rem;height:1.54361875rem;font-style:normal;display:block; }
#DXCvlAwgV7yDw6ViCbTnRpcaVox1vzz6 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:73.9375rem;left:41rem;height:1.29980625rem;display:block; }
#L79Hoqz4qK0eWgqoe8maAeZK2ieiu1Th { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:78.3125rem;left:41rem;height:1.29980625rem;display:block; }
#FoOekIePkanUaUknhuxCvwirvtu1nnUb { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:83rem;left:41rem;height:1.29980625rem;display:block; }
#nOg3o9kWx4iHUJx9yFH28RnpT9A7hoLh { color:rgba(var(--color-tertiary-1),1);display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:75.25rem;left:41.0625rem;height:2.11230625rem;display:block; }
#Er2bJ0KSQncDdpCa8Pf3SRksi0DTHitg { color:rgba(var(--color-tertiary-1),1);display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:79.625rem;left:41rem;height:2.11230625rem;display:block; }
#Hfn5Ul7d20yh9OMqk5C4uVDtPhpU2tAb { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:84.3125rem;left:40.9375rem;height:2.11230625rem;display:block; }
#vvpu6JdLFBl6pq9tx3E4MsalCgMVKlC1 { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:87.8125rem;left:40.625rem;display:block; }
#BetlFiAvsMLZ9C1Z4kV5TAkVKPX7BXTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcsmBnFAfuHa7mN64fX6ag3SIt14S2xT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.625rem;left:13rem;height:1.29980625rem;display:block; }
#J2ALkbz09TNqRyscQcflQtTO5ft5HMUC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.625rem;left:10.8125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#Xu8S5d0DMkkTRlr2aAksfkMxxNeEZzkD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.625rem;left:29.84375rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#PqKoBnLilEsXL0PaXNKNAiUBDAGLAmqs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.62451171875rem;left:48.75rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#qfDVslRUGOgKcz5WT6mrbMZhPSQiyZSq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.43701171875rem;left:10.8125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#UwfeJT59CcTreNyGRJDyaTyH8rnyUJJc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.84375rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#wxVxDd59w9S7VtUbhvQEHxrP0wZy75Fd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.4375rem;left:49rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#MXdWwUKM5nOEf7s8pZccrKCBxq70MI6r { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.1875rem;left:52.71875rem;height:1.29980625rem;display:block; }
#Tmv4igoG1KzNBJSScvV9CqCmCG2guQCn { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.1875rem;left:34.15625rem;height:1.29980625rem;display:block; }
#Nd4yUcT5WA5ud616lLc1RbT4qTzrHQy1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.1875rem;left:13.625rem;height:1.29980625rem;display:block; }
#nQpUtfl3L9OwpKrTugeuGpX0dW5GPnxr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:50.1875rem;height:1.29980625rem;display:block; }
#F4SuTmnc8W89q2beE11HWGqhJQA8k992 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:1.29980625rem;display:block; }
#ZcLZcTJAaMNyT4TmaSXeCTkhvTMiTbVF { position:absolute;display:block;z-index:15027;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:2.375rem;width:2.375rem;top:11.5625rem;left:16.75rem;overflow:hidden;display:block; }
#u36XnFR3MCBrPWsqyx2A2HltdQ4fsGZF { position:absolute;display:block;z-index:15028;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:2.6875rem;width:2.6875rem;top:24.84375rem;left:16.59375rem;overflow:hidden;display:block; }
#G4tzTgWTqQIJHQW7MrRRxZiiabA3wEzd { position:absolute;display:block;z-index:15028;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:2.6875rem;width:2.6875rem;top:11.40625rem;left:55.3125rem;overflow:hidden;display:block; }
#T1M7LGlBI2aJQTXpV2eEuhJP34D7T07o { position:absolute;display:block;z-index:15029;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:3.25rem;width:3.25rem;top:24.5625rem;left:35.53125rem;overflow:hidden;display:block; }
#HWUxHLHEhxwrU23rxSaPVie5Il9qNvzq { position:absolute;display:block;z-index:15030;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:2.87489375rem;width:2.87489375rem;top:24.749892324209rem;left:55.190431594849rem;overflow:hidden;display:block; }
#KcucmS3UDTPSf0TpLsWd9mVXAK336TCg { position:absolute;display:block;z-index:15029;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:2.875rem;width:2.875rem;top:11.5625rem;left:35.0625rem;overflow:hidden;display:block; }
#fPfX5CUhGovQSMsc157LorVe3PRfxUht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row .container { background-color: transparent; background-image: none; }#fPfX5CUhGovQSMsc157LorVe3PRfxUht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row .container > .video-iframe-container { display: none; }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row > .video-iframe-container { display: none; }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .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); }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row .container { border-width: 0; border-radius: 0; }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#AiGMV0eeUhz34wv9HiBnuDpxbVyO8kyz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:26.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mqp5SrocTsOfBlNT1nN8WfJMN1oTOKo8 { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.5498046875rem;left:23.3125rem;display:block; }
#olkSeTVE4LvMgvRCKU99z1eIfTVgDmJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn { position:relative;display:block; }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn { background-color: transparent; background-image: none; }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .row .container > .video-iframe-container { display: none; }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .row > .video-iframe-container { display: none; }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .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); }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn { border-width: 0; border-radius: 0; }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .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; }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;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; }#mEhpIo12ddZgZ8GEQ5Nd0eFz4VfRT67F { color:rgba(var(--color-tertiary-4),0.61);display:block;width:37.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0.44970703125rem;left:1.78125rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #u87TDmFpmhdXMDHc55iaO5umkNqdzXtg { display:block; }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT3o3bB2dB4lQugT4Uohcgo8Ji9RyCGJ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #V9GDrsF3HnKt3MuFZDxTbOfDwQGp5IxL { display:block; }
 }@media only screen and (max-width: 763px) { #TkcGlQDhm8HpbXxwALTXTkqmpm3r3H14 { width:44.625rem;height:1.4375rem;top:1.1875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuFTpWagrTI8gMIOwzcUqczOsTGosQCC { width:2.25rem;height:2.25rem;top:2.625rem;left:41.187504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRKm30MBxb8XF9NcuwRK6cmmXvO3Z7Lc { width:13.4375rem;height:1.9375rem;top:2.8125rem;left:34.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPu4t2TZ0GDe83Qhb8LPO9ibm0rtRFFA { width:6rem;height:6rem;top:0.125rem;left:0rem;display:block; }
 }@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) { #ARK7KQlml9aNCU0BeqcsTKzAvFyG2Twi { top:0.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 { display:block; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWEcz4sqChrUBZPricSBUk7umTvO0JtU { top:20.4375rem;left:0rem;width:18.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n549N2m2eJVot2VeSninUKFVX5kdp82H { top:2.8125rem;left:0rem;width:24.8125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz4HbpF7NgkkvucUSGJ1LENCv1BwiBSs { top:4.375rem;left:0rem;width:21.125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLf9sbReLpwmqXK4TJKDaRbkEPlMfdz1 { top:10.5rem;left:0rem;width:21.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr8Tm439JNsenXkXUp63UKmrgNbLqhxl { width:17.5rem;height:2.9375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf6G2vrGKMppPO5S690ZsQa7lRzUKtK5 { display:block; }
 }@media only screen and (max-width: 763px) { #CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE { display:block; }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmtMFTHsiV9rlRvfFEat8rVxycTvhZSG { top:0.6875rem;left:9.4375rem;width:28.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QepGpT0GpByqaIll2ISDRzhiU4c78xH7 { display:block; }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSU7xuTzrVdavQStf6M5atLD3xPEe1Tg { top:2.5rem;left:13.28125rem;width:20.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7RNUSnWTLiUMI8p5TyiRr0NKJuT6r5s { top:6.4375rem;left:7.03125rem;width:33.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6OkxlJSg3WfkBOKD6vywL7uTKQBkIyE { top:9.75rem;left:0rem;width:17.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR2NMS9gXcNnCJgm03hNE0gGFFFgFbHv { top:9.6875rem;left:14.875rem;width:17.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ59CbL9fIDtloZWDcPVUzewfJzA8fu8 { top:9.6875rem;left:29.75rem;width:17.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchTrXs3oIyIDaHW87TbekBCfVdGqaNq { top:23.5rem;left:0rem;width:17.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k053a6C4IV125aDPFShc9IOnyAskZKBX { top:23.5rem;left:14.875rem;width:17.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwC4nSukGMTt9kFXqPuW1Wt7Z30UhOG1 { top:23.5rem;left:29.75rem;width:17.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLTG65TMTvifQIp5oRBwsu3wauODRAF3 { top:45.625rem;left:0rem;width:31.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcJZ4IZ9W0MhuZPxJHeDE7FZvH2boiKy { top:53.0625rem;left:24.5625rem;width:23.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSG8SndPBn3gDdflNFPZnLOssEAmABUs { top:69.75rem;left:19.375rem;width:28.375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEnpPxIo08VpozODuTT0kqQ7sCe9NhXK { top:69.6875rem;left:0rem;width:31.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0g4PGQTLKKRofqXdqiKiy4KdSQAohIu { top:96.375rem;left:4.28125rem;width:41.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn058cu6sLGbkU5qeia8D6rbpo2f4mKB { top:100.75rem;left:0rem;width:17.875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBCa35t1XBThBv5X8Hi0oV4DCQAmRKhV { top:100.8125rem;left:16.0625rem;width:17.875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ctmwLCWXWvNyCtweOJuTAk6dXx8ruH { top:100.8125rem;left:29.75rem;width:17.875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #potu5ctwvwoMmzoITKqFpDl1lUrPbCTv { top:100.75rem;left:0rem;width:18rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0IkK2SK3KhSfAEusLvRni5ZwkXHBBSG { top:113rem;left:2.59375rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSgxNrmq9paVHB0ziBTM6VDG9dyWZte { top:115rem;left:0rem;width:15.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtZgVb7oeZuE7KrVOwobV0tECydaCiq { top:100.8125rem;left:16.0625rem;width:18rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVH7WnKTHrVEugeb5ke8nUegOzslNdp { top:115rem;left:16.28125rem;width:17.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMcFZV3W7GbLep8rf3Gvik3S0zEXJr9v { top:113rem;left:21.4375rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIXDk8zWBS02wffGoiLn4u0WUwdUAPyI { top:100.8125rem;left:29.875rem;width:17.0625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrDtpF0rFD2kBUsXzchToidqBc7vvrv8 { top:113rem;left:38.59375rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2fC0nbxTc1vxrpZ72VTuWcwNdI5iJWy { top:115rem;left:32.375rem;width:15.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb1ouymnldVXrzrtUZd6k5TWou2a3AJL { top:82.375rem;left:28.9375rem;width:18.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFG3D5HVd9tLrn97DgfKBTZPHS1SFVRI { width:17.5rem;height:2.9375rem;top:39.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH2wwVGzWlBi3rb4qldfMDPygxQzOEPg { display:block; }
 }@media only screen and (max-width: 763px) { #yS5Dkwp2psrptD7ZHdmW7T6PGyE8nWyh { top:48.9375rem;left:27.1875rem;width:19.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q39zT5wz3qar7GTrvzNsPRBrABeIVDhB { top:70.875rem;left:27.375rem;width:19.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXCvlAwgV7yDw6ViCbTnRpcaVox1vzz6 { top:73.9375rem;left:27.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L79Hoqz4qK0eWgqoe8maAeZK2ieiu1Th { top:78.3125rem;left:27.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoOekIePkanUaUknhuxCvwirvtu1nnUb { top:83rem;left:27.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOg3o9kWx4iHUJx9yFH28RnpT9A7hoLh { top:75.25rem;left:27.4375rem;width:19.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2bJ0KSQncDdpCa8Pf3SRksi0DTHitg { top:79.625rem;left:27.375rem;width:19.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfn5Ul7d20yh9OMqk5C4uVDtPhpU2tAb { top:84.3125rem;left:27.3125rem;width:19.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvpu6JdLFBl6pq9tx3E4MsalCgMVKlC1 { width:21.25rem;height:3rem;top:87.8125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BetlFiAvsMLZ9C1Z4kV5TAkVKPX7BXTF { display:block; }
 }@media only screen and (max-width: 763px) { #rcsmBnFAfuHa7mN64fX6ag3SIt14S2xT { top:14.625rem;left:0rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ALkbz09TNqRyscQcflQtTO5ft5HMUC { top:16.625rem;left:0rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu8S5d0DMkkTRlr2aAksfkMxxNeEZzkD { top:16.625rem;left:16.21875rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKoBnLilEsXL0PaXNKNAiUBDAGLAmqs { top:16.5625rem;left:32.4375rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfDVslRUGOgKcz5WT6mrbMZhPSQiyZSq { top:30.375rem;left:0rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfeJT59CcTreNyGRJDyaTyH8rnyUJJc { top:30.4375rem;left:16.21875rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxVxDd59w9S7VtUbhvQEHxrP0wZy75Fd { top:30.4375rem;left:32.4375rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXdWwUKM5nOEf7s8pZccrKCBxq70MI6r { top:28.1875rem;left:39.09375rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmv4igoG1KzNBJSScvV9CqCmCG2guQCn { top:28.1875rem;left:20.53125rem;width:6.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd4yUcT5WA5ud616lLc1RbT4qTzrHQy1 { top:28.1875rem;left:0rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQpUtfl3L9OwpKrTugeuGpX0dW5GPnxr { top:14.625rem;left:34.8125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4SuTmnc8W89q2beE11HWGqhJQA8k992 { top:14.625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcLZcTJAaMNyT4TmaSXeCTkhvTMiTbVF { top:11.5625rem;left:3.125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u36XnFR3MCBrPWsqyx2A2HltdQ4fsGZF { top:24.8125rem;left:2.96875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4tzTgWTqQIJHQW7MrRRxZiiabA3wEzd { top:11.375rem;left:41.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1M7LGlBI2aJQTXpV2eEuhJP34D7T07o { top:24.5625rem;left:21.90625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWUxHLHEhxwrU23rxSaPVie5Il9qNvzq { top:24.6875rem;left:41.565431594849rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcucmS3UDTPSf0TpLsWd9mVXAK336TCg { top:11.5625rem;left:21.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPfX5CUhGovQSMsc157LorVe3PRfxUht { display:block; }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiGMV0eeUhz34wv9HiBnuDpxbVyO8kyz { top:3.875rem;left:13.25rem;width:22.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqp5SrocTsOfBlNT1nN8WfJMN1oTOKo8 { width:29.9375rem;height:2.9375rem;top:9.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olkSeTVE4LvMgvRCKU99z1eIfTVgDmJA { display:block; }
 }@media only screen and (max-width: 763px) { #qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn { display:block; }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEhpIo12ddZgZ8GEQ5Nd0eFz4VfRT67F { top:0.4375rem;left:0rem;width:37.25rem;height:0.9375rem;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) { #u87TDmFpmhdXMDHc55iaO5umkNqdzXtg { position:relative;z-index:auto;display:block; }#u87TDmFpmhdXMDHc55iaO5umkNqdzXtg > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT3o3bB2dB4lQugT4Uohcgo8Ji9RyCGJ { top:1.6875rem;left:12.0625rem;width:7.125rem;height:1.875rem;z-index:15005;background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:poppins;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9GDrsF3HnKt3MuFZDxTbOfDwQGp5IxL { display:block; }
 }@media only screen and (max-width: 763px) { #TkcGlQDhm8HpbXxwALTXTkqmpm3r3H14 { width:20rem;height:0;top:6.98958125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuFTpWagrTI8gMIOwzcUqczOsTGosQCC { width:2.25rem;height:2.25rem;top:17.00208125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRKm30MBxb8XF9NcuwRK6cmmXvO3Z7Lc { width:14.6875rem;height:0;top:20.50208125rem;left:2.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPu4t2TZ0GDe83Qhb8LPO9ibm0rtRFFA { width:5.125rem;height:5.125rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARK7KQlml9aNCU0BeqcsTKzAvFyG2Twi { width:20rem;height:1.94921875rem;top:0.637478351593rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dfa0f89d-191a-471a-8c35-2dcadce2133d/iStock1184000258.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4.adaptive-delivery-prevent-bg, #kFsimiBGG0GJl43kVyTyXeUWm3eVycB4.lazyload, #kFsimiBGG0GJl43kVyTyXeUWm3eVycB4.lazyloading { background-image: none; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container { background-color: transparent; background-image: none; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container > .video-iframe-container { display: none; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row > .video-iframe-container { display: none; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .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); }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container { border-width: 0; border-radius: 0; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFsimiBGG0GJl43kVyTyXeUWm3eVycB4 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWEcz4sqChrUBZPricSBUk7umTvO0JtU { width:18.75rem;height:2.5996125rem;top:21.092449188233rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n549N2m2eJVot2VeSninUKFVX5kdp82H { width:20rem;height:22rem;top:2.9055995941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz4HbpF7NgkkvucUSGJ1LENCv1BwiBSs { width:17.124375rem;height:5.1181625rem;top:3.5930995941162rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLf9sbReLpwmqXK4TJKDaRbkEPlMfdz1 { width:16.749375rem;height:5.19921875rem;top:9.9055995941163rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr8Tm439JNsenXkXUp63UKmrgNbLqhxl { width:17.5rem;height:2.93685rem;top:16.593099594116rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf6G2vrGKMppPO5S690ZsQa7lRzUKtK5 { display:block; }
 }@media only screen and (max-width: 763px) { #CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE { display:block; }#CIbRPValUNR5UQr9cM1V1hbKNcUDiTPE > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmtMFTHsiV9rlRvfFEat8rVxycTvhZSG { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QepGpT0GpByqaIll2ISDRzhiU4c78xH7 { display:block; }#QepGpT0GpByqaIll2ISDRzhiU4c78xH7 > .row .container { width:20rem;height:241.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSU7xuTzrVdavQStf6M5atLD3xPEe1Tg { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7RNUSnWTLiUMI8p5TyiRr0NKJuT6r5s { width:20rem;height:2.5996125rem;top:3.79980625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6OkxlJSg3WfkBOKD6vywL7uTKQBkIyE { width:17.874875rem;height:12.3123125rem;top:7.9741754531863rem;left:1.0270183086395rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR2NMS9gXcNnCJgm03hNE0gGFFFgFbHv { width:17.874875rem;height:12.3123125rem;top:21.376952171326rem;left:1.0270183086395rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ59CbL9fIDtloZWDcPVUzewfJzA8fu8 { width:17.874875rem;height:12.3123125rem;top:34.501409530639rem;left:1.0270183086395rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchTrXs3oIyIDaHW87TbekBCfVdGqaNq { width:17.874875rem;height:12.3123125rem;top:48.037113189698rem;left:1.0270183086395rem;display:block; }
 }@media only screen and (max-width: 763px) { #k053a6C4IV125aDPFShc9IOnyAskZKBX { width:17.874875rem;height:12.3123125rem;top:61.474069595337rem;left:1.0270183086395rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwC4nSukGMTt9kFXqPuW1Wt7Z30UhOG1 { width:17.875rem;height:12.3125rem;top:74.7871125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLTG65TMTvifQIp5oRBwsu3wauODRAF3 { width:20rem;height:13.311875rem;top:98.890627861025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcJZ4IZ9W0MhuZPxJHeDE7FZvH2boiKy { width:20rem;height:9.098625rem;top:118.30143213272rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSG8SndPBn3gDdflNFPZnLOssEAmABUs { width:20rem;height:21.875rem;top:144.32031726837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEnpPxIo08VpozODuTT0kqQ7sCe9NhXK { width:20rem;height:13.806625rem;top:130.51432418823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0g4PGQTLKKRofqXdqiKiy4KdSQAohIu { width:20rem;height:4.63036875rem;top:168.57080078125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn058cu6sLGbkU5qeia8D6rbpo2f4mKB { width:17.875rem;height:19.8125rem;top:175.76238012314rem;left:1.0201823711395rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBCa35t1XBThBv5X8Hi0oV4DCQAmRKhV { width:17.875rem;height:19.8125rem;top:197.89517784119rem;left:1.0201823711395rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ctmwLCWXWvNyCtweOJuTAk6dXx8ruH { width:17.875rem;height:19.8125rem;top:219.65168762207rem;left:1.0201823711395rem;display:block; }
 }@media only screen and (max-width: 763px) { #potu5ctwvwoMmzoITKqFpDl1lUrPbCTv { width:18rem;height:11.375rem;top:175.76302719116rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0IkK2SK3KhSfAEusLvRni5ZwkXHBBSG { width:6.686875rem;height:1.29980625rem;top:188.32553672791rem;left:5.6868491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSgxNrmq9paVHB0ziBTM6VDG9dyWZte { width:15.3125rem;height:4.548825rem;top:190.12435913086rem;left:1.3743491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtZgVb7oeZuE7KrVOwobV0tECydaCiq { width:18rem;height:11.375rem;top:197.89454174042rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVH7WnKTHrVEugeb5ke8nUegOzslNdp { width:17.874375rem;height:3.41161875rem;top:212.95053100586rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMcFZV3W7GbLep8rf3Gvik3S0zEXJr9v { width:7.249375rem;height:1.29980625rem;top:210.95767784119rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIXDk8zWBS02wffGoiLn4u0WUwdUAPyI { width:18rem;height:11.375rem;top:219.65105247497rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrDtpF0rFD2kBUsXzchToidqBc7vvrv8 { width:8.874375rem;height:1.29980625rem;top:232.96421051026rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2fC0nbxTc1vxrpZ72VTuWcwNdI5iJWy { width:15.374375rem;height:3.41161875rem;top:235.52018356323rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb1ouymnldVXrzrtUZd6k5TWou2a3AJL { width:18.811875rem;height:0.9746125rem;top:163.16147899628rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFG3D5HVd9tLrn97DgfKBTZPHS1SFVRI { width:17.5rem;height:2.9375rem;top:91.03125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH2wwVGzWlBi3rb4qldfMDPygxQzOEPg { display:block; }
 }@media only screen and (max-width: 763px) { #yS5Dkwp2psrptD7ZHdmW7T6PGyE8nWyh { width:19.749375rem;height:1.4624rem;top:114.318359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q39zT5wz3qar7GTrvzNsPRBrABeIVDhB { width:18.6875rem;height:1.54361875rem;top:145.38281822204rem;left:0.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXCvlAwgV7yDw6ViCbTnRpcaVox1vzz6 { width:8.125rem;height:1.0996125rem;top:148.2412109375rem;left:1rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L79Hoqz4qK0eWgqoe8maAeZK2ieiu1Th { width:12.5rem;height:1.0996125rem;top:153.5rem;left:1rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FoOekIePkanUaUknhuxCvwirvtu1nnUb { width:12.5rem;height:1.0996125rem;top:157.92774009704rem;left:1.0266928672791rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nOg3o9kWx4iHUJx9yFH28RnpT9A7hoLh { width:18.3125rem;height:3.41161875rem;top:149.3408203125rem;left:0.84375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Er2bJ0KSQncDdpCa8Pf3SRksi0DTHitg { width:19.0625rem;height:2.2747375rem;top:154.75rem;left:0.9375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Hfn5Ul7d20yh9OMqk5C4uVDtPhpU2tAb { width:18.125rem;height:2.2747375rem;top:159.22721862793rem;left:0.9375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vvpu6JdLFBl6pq9tx3E4MsalCgMVKlC1 { width:18.5625rem;height:2.9375rem;top:162.17969322204rem;left:0.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BetlFiAvsMLZ9C1Z4kV5TAkVKPX7BXTF { display:block; }
 }@media only screen and (max-width: 763px) { #rcsmBnFAfuHa7mN64fX6ag3SIt14S2xT { width:10.9375rem;height:1.29980625rem;top:13.515083312988rem;left:4.5312504768372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ALkbz09TNqRyscQcflQtTO5ft5HMUC { width:15.3125rem;height:3.41161875rem;top:15.536026000976rem;left:2.3437502384186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu8S5d0DMkkTRlr2aAksfkMxxNeEZzkD { width:15.3125rem;height:3.41161875rem;top:29.600260734558rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKoBnLilEsXL0PaXNKNAiUBDAGLAmqs { width:15.3125rem;height:3.41161875rem;top:42.858726501465rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfDVslRUGOgKcz5WT6mrbMZhPSQiyZSq { width:15.3125rem;height:3.41161875rem;top:56.090496063233rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfeJT59CcTreNyGRJDyaTyH8rnyUJJc { width:15.3125rem;height:3.41161875rem;top:69.582683563231rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxVxDd59w9S7VtUbhvQEHxrP0wZy75Fd { width:15.3125rem;height:3.41161875rem;top:83.140635490419rem;left:2.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXdWwUKM5nOEf7s8pZccrKCBxq70MI6r { width:7.874375rem;height:1.29980625rem;top:81.207687377931rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmv4igoG1KzNBJSScvV9CqCmCG2guQCn { width:6.436875rem;height:1.29980625rem;top:67.783855438231rem;left:6.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd4yUcT5WA5ud616lLc1RbT4qTzrHQy1 { width:9.6875rem;height:1.29980625rem;top:54.271486282349rem;left:5.6868491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQpUtfl3L9OwpKrTugeuGpX0dW5GPnxr { width:12.936875rem;height:1.29980625rem;top:40.997393369674rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4SuTmnc8W89q2beE11HWGqhJQA8k992 { width:12.5rem;height:1.29980625rem;top:27.686632633209rem;left:3.9680991172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcLZcTJAaMNyT4TmaSXeCTkhvTMiTbVF { width:2.374675rem;height:2.374675rem;top:10.003256082535rem;left:8.4689674377444rem;display:block; }
 }@media only screen and (max-width: 763px) { #u36XnFR3MCBrPWsqyx2A2HltdQ4fsGZF { width:2.68685rem;height:2.68685rem;top:50.545576095581rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4tzTgWTqQIJHQW7MrRRxZiiabA3wEzd { width:2.687175rem;height:2.687175rem;top:37.16797041893rem;left:8.6561422348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1M7LGlBI2aJQTXpV2eEuhJP34D7T07o { width:3.24978125rem;height:3.24978125rem;top:63.796117782594rem;left:8.1873922348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWUxHLHEhxwrU23rxSaPVie5Il9qNvzq { width:2.8125rem;height:2.8125rem;top:76.974287033081rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcucmS3UDTPSf0TpLsWd9mVXAK336TCg { width:2.87489375rem;height:2.87489375rem;top:24.077692031861rem;left:8.2188587188719rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPfX5CUhGovQSMsc157LorVe3PRfxUht { display:block; }#fPfX5CUhGovQSMsc157LorVe3PRfxUht > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiGMV0eeUhz34wv9HiBnuDpxbVyO8kyz { width:20rem;height:4.38720625rem;top:1.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqp5SrocTsOfBlNT1nN8WfJMN1oTOKo8 { width:19rem;height:2.9375rem;top:9.3873710632325rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olkSeTVE4LvMgvRCKU99z1eIfTVgDmJA { display:block; }
 }@media only screen and (max-width: 763px) { #qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn { display:block; }#qJO6Tb0R2oELOBEgLm7fUBprAr9H3cwn > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEhpIo12ddZgZ8GEQ5Nd0eFz4VfRT67F { width:20rem;height:0.9746125rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }