.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:254,248,231;--color-primary-1:252,233,176;--color-primary-2:248,210,96;--color-primary-3:124,105,48;--color-primary-4:37,32,14;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Axiforma";--paragraphs-font-family:"Inter"; }@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:#1a1c20;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0cec8665-cf05-4704-8e13-69441992ec34/bg1.webp");background-position:top 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:36.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Od1DbZPaTk4h6EFekXtb3UwZWUmwoIbQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:1.75rem;width:11.6875rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#hNN1pJfmJ6B52XLI0lBLV4vSvB9MWuzc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.124755859375rem;left:0rem;display:block; }
#quX0llVAiQGHi8SaXq4xBMWJKz9b5Ptu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCqfGJwIichFfXI6nOkBoHAlkqLMCuru { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:44.625rem;width:49.625rem;top:8.875rem;left:-31.25rem;overflow:hidden;display:block; }
#hvRuRvHaQyzvdT9qTXLzbeqq6qxM6nDl { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:1.375rem;height:1.13769375rem;font-style:normal;display:block; }
#FayMhVHQyICplU1a7asu1LbBrpUA7MJG { color:rgba(var(--color-primary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.374755859375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzmkXZmb9uIgmikGJ8inp9KsAPQS7Aak { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:22.37451171875rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#wR9uto5k9hQruCf1SkFwnnyhyloZSP6w { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:1.5rem;top:22.6875rem;left:64.875rem;overflow:hidden;display:block; }
#nzDwcXR9pJgeXr3oUHRWtDfIual3y0IX { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:1.0625rem;width:1.0625rem;top:3.875rem;left:43rem;overflow:hidden;display:block; }
#vc8wxRGf3ZvcSE0maP2TxoQVObPPreiJ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:1.0625rem;width:1.0625rem;top:19.0625rem;left:49.25rem;overflow:hidden;display:block; }
#ywbc00ZZdVFiVispRuX46v0P4JxN97Bp { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:1.125rem;width:1.125rem;top:29.0625rem;left:40.5625rem;overflow:hidden;display:block; }
#Z4TFor3Ee7vTXoc5T0hzLDsabT2JHgKx { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:1rem;width:1rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
#UKuNtNfNJPLt0hRUrWJFoX8JxxIVyVC7 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:23.4375rem;width:39.75rem;top:13.18725rem;left:41.68701171875rem;overflow:hidden;display:block; }
#FkKpT4kQphAqX35BzdrwOqhnOxqCEsGg { box-sizing:content-box;height:19.5625rem;width:34.625rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4bd8aa58-9848-4ae7-9bdb-fa05f818797b/emoji.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(155,225,226,0.1);border-left:0.0625rem solid rgba(155,225,226,0.1);border-right:0.0625rem solid rgba(155,225,226,0.1);border-bottom:0.0625rem solid rgba(155,225,226,0.1);top:14.10009765625rem;left:42.99951171875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#FkKpT4kQphAqX35BzdrwOqhnOxqCEsGg.adaptive-delivery-prevent-bg, #FkKpT4kQphAqX35BzdrwOqhnOxqCEsGg.lazyload, #FkKpT4kQphAqX35BzdrwOqhnOxqCEsGg.lazyloading { background-image: none; }
#BZu4yzy4ikbxEwnrNZGdWhHqFnTQRwx4 { box-sizing:content-box;height:17.125rem;width:30.4375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/aa309ed8-ad25-4387-a83f-106d9a792607/hero.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(155,225,226,0.1);border-left:0.0625rem solid rgba(155,225,226,0.1);border-right:0.0625rem solid rgba(155,225,226,0.1);border-bottom:0.0625rem solid rgba(155,225,226,0.1);top:3.8739013671875rem;left:50.750366210938rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#BZu4yzy4ikbxEwnrNZGdWhHqFnTQRwx4.adaptive-delivery-prevent-bg, #BZu4yzy4ikbxEwnrNZGdWhHqFnTQRwx4.lazyload, #BZu4yzy4ikbxEwnrNZGdWhHqFnTQRwx4.lazyloading { background-image: none; }
#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u { position:relative;display:block; }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u { background-color: transparent; background-image: none; }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .row .container > .video-iframe-container { display: none; }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .row > .video-iframe-container { display: none; }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .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); }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u { border-width: 0; border-radius: 0; }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .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; }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.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:block; }#f3MtscRtXA3TtMJ7pdogZdDPE18OWih3 { box-sizing:content-box;height:34.6875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(11,11,11,0.66) ;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:6.0625rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#xEbl4ui0HxP2DWbn6sGRHJg0qcFKHbqp { box-sizing:content-box;height:4.125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:6.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fVr7w7GT1PqFgXdigI1fGsXDL8GaPWPh { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ff5f57;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:1.8125rem;display:block; }
#NKkxMhE6t7p7E5TkT1DALKLP5uT73fLi { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#febc2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:3.0625rem;display:block; }
#vTRhf09vNx74QaH2pyuX390cmO8en6gS { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#28c840;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:4.3125rem;display:block; }
#H6acw46QGCBdPVvUJGWq7gCBPUEAt1Ch { box-sizing:content-box;height:1.9375rem;width:8.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.09);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.23);border-left:0.0625rem solid rgba(255,255,255,0.23);border-right:0.0625rem solid rgba(255,255,255,0.23);border-bottom:0.0625rem solid rgba(255,255,255,0.23);top:7.1875rem;left:64.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CIcIruBEAUWCRXytsn16bkeSOyRAZN7c { color:#d1d1d0;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6281242370606rem;left:66.6875rem;height:1.05615rem;font-style:normal;display:block; }
#AvUdZKz7QzgkLHoogEEIQ28I5gTyDJxP { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:0.875rem;width:0.875rem;top:7.78125rem;left:65.4375rem;overflow:hidden;display:block; }
#MlfWS2N33vwUUeT8Kn9WxTtURV4SnJh1 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.25rem;left:64.625rem;display:block; }
#RwHcr9UNMUWXqCdTVA23Pts2o6tN2Bud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#frabvMnAqFczKM5e3UmzBEbXlUVEFkhk { color:#ffffff;display:block;width:71.625rem;position:absolute;font-family:"courier prime";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:13rem;left:1.8125rem;height:18.5625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kRWeW7eENxcMhloJS0xHTQobc2T8Pwnh { box-sizing:content-box;height:4.6875rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0;border-right:0;border-bottom:0;top:36.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ioG6Wt6TomFeGNnvkf0BuPdvyNu5KS8e { box-sizing:content-box;height:2.75rem;width:11.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.125rem;left:62.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ucvlgKIL7xUaTNeednfXcT8cDZ1BZnnI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.875rem;left:64.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#py94Ai1agt0rq11iO6TpKhAMHWicy9aK { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:1.1875rem;width:1.1875rem;top:37.9375rem;left:63.25rem;overflow:hidden;display:block; }
#yAo04PLq2BiHCNVlH82S4EVmdCC548Kc { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:37.125rem;left:62.3125rem;display:block; }
#r7pHUnGPIQvNBe43e71MruMAKVpRMMIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w8f0RblwBVod1HtDUJ8wPAnn4H5ouO64 { color:#959595;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.50625038147rem;left:23.40625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ { position:relative;display:block; }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ { background-color: transparent; background-image: none; }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .row .container > .video-iframe-container { display: none; }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .row > .video-iframe-container { display: none; }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .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); }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ { border-width: 0; border-radius: 0; }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .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; }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;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; }#NIgOJNRIJ5v0Myrc4q2CgU1uIR2EZhIO { color:rgba(var(--color-primary-2),1);display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:13.5rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#zBetv3syzxmb4W5pfxUtuP9hlqyzFzuV { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:34.625rem;height:1.13769375rem;font-style:normal;display:block; }
#ts8BTe4GBMUxmF2IyE3glMBpb7NPK7v6 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:1.25rem;top:2.6875rem;left:33.0625rem;overflow:hidden;display:block; }
#TXyygvW6UszT33TxiT5Ggwzed4X2ONNT { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(26,28,32,0.5);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(11,11,11,0.66) ;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:11.1875rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#oefT0TW3cHibGZIkTPaKi982doJ5hJIJ { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(248,210,96,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(248,210,96,0.23);border-left:0.0625rem solid rgba(248,210,96,0.23);border-right:0.0625rem solid rgba(248,210,96,0.23);border-bottom:0.0625rem solid rgba(248,210,96,0.23);top:14.1875rem;left:1.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#v6gmQnEgMXww047vT62I2VrlpCOiCkzF { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:1.375rem;width:1.375rem;top:14.96875rem;left:2.71875rem;overflow:hidden;display:block; }
#RZ3wG3ZOWarKQ0CyA15Unb5tHAG3tne3 { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.53125rem;left:6.25rem;height:1.950075rem;font-style:normal;display:block; }
#S4U8u4GCwGnT2DV8tMmlhvaDTrdkWusT { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:18.625rem;left:6.25rem;height:6rem;font-style:normal;display:block; }
#aRmqJ93yUfvqyvMUe1zz6oqGMhSTFOFy { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(26,28,32,0.5);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(11,11,11,0.66) ;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:11.1875rem;left:25.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#BNIOeLUn6oNsJXqv19hJ8zK8TMh3OJuT { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:18.625rem;left:31.9375rem;height:7.5rem;font-style:normal;display:block; }
#u2UPTqEkkRSl3Tskl30NJfz66yDgTqBy { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(248,210,96,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(248,210,96,0.23);border-left:0.0625rem solid rgba(248,210,96,0.23);border-right:0.0625rem solid rgba(248,210,96,0.23);border-bottom:0.0625rem solid rgba(248,210,96,0.23);top:14.1875rem;left:27.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vsFTtPhKczIdGW0rTzFvTnu9iobCAldR { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.549999237061rem;left:31.9375rem;height:1.950075rem;font-style:normal;display:block; }
#TSyV4PBGk2X8vH0mwwaFmuaGiOQCbCyf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:1.375rem;width:1.375rem;top:15rem;left:28.3125rem;overflow:hidden;display:block; }
#uZKfneo16Tx5A1AOH7orxk0hUBoHiRCG { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(26,28,32,0.5);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(11,11,11,0.66) ;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:11.1875rem;left:51.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#fDNIuAVBVbrxGGEeb7JXLHFtHQDRURdO { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:18.625rem;left:57.25rem;height:4.5rem;font-style:normal;display:block; }
#fENUDOD3RQKzrokXM2yeP7OB1VV6SsiA { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(248,210,96,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(248,210,96,0.23);border-left:0.0625rem solid rgba(248,210,96,0.23);border-right:0.0625rem solid rgba(248,210,96,0.23);border-bottom:0.0625rem solid rgba(248,210,96,0.23);top:14.1875rem;left:53.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TR4SUTxFWyanougSb3v8Iopym2CfGM8r { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.549999237061rem;left:57.25rem;height:1.950075rem;font-style:normal;display:block; }
#E5362TW064GKo9ekU8uFBQeWf6NZL1cL { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:1.375rem;width:1.375rem;top:15rem;left:53.875rem;overflow:hidden;display:block; }
#icWbuL17idwRQBITW84bP3twDoV5OAoc { box-sizing:content-box;height:9.3125rem;width:74.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(248,210,96,0.1), rgba(26,28,32,0.5));background-image: -moz-linear-gradient(135deg, rgba(248,210,96,0.1), rgba(26,28,32,0.5));background-image: -ms-linear-gradient(135deg, rgba(248,210,96,0.1), rgba(26,28,32,0.5));background-image: -o-linear-gradient(135deg, rgba(248,210,96,0.1), rgba(26,28,32,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d26019', endColorstr='#1a1c207f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d26019', endColorstr='#1a1c207f' );";background-image: linear-gradient(135deg, rgba(248,210,96,0.1), rgba(26,28,32,0.5));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(11,11,11,0.66) ;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:31.4375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#l8PWvRwapIdtESmia2vCxrcy33ccGN4S { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15015;background-color:#f8d260;background-image:none;box-shadow: none;border-top:0.0625rem solid #f8d260;border-left:0.0625rem solid #f8d260;border-right:0.0625rem solid #f8d260;border-bottom:0.0625rem solid #f8d260;top:33.375rem;left:2rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DL6vW1gzL40dDLnV3NWGvbUA6fPp0siG { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:1.375rem;width:1.375rem;top:34.1875rem;left:2.8125rem;overflow:hidden;display:block; }
#lOdGAVcx5ZHwZ1xQTsKaNTF02QOaBrso { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:34.1875rem;left:6.25rem;height:1.5rem;font-style:normal;display:block; }
#g15vSrUPFgD868WDFbTmoeb0n6O9Zq71 { color:#ffffff;display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:36.3125rem;left:6.25rem;height:1.5rem;font-style:normal;display:block; }
#k29CMJLfT8Lp77zGOiiLTVchFKdR2Bim { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:51.0625rem;width:52.9375rem;top:2.75rem;left:47.5625rem;overflow:hidden;display:block; }
#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc { position:relative;display:block; }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc { background-color: transparent; background-image: none; }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .row .container > .video-iframe-container { display: none; }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .row > .video-iframe-container { display: none; }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .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); }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc { border-width: 0; border-radius: 0; }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .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; }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.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; }#DVc2ZkxONcd53PxNEtphnigJ5dXmMvvV { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:33.5rem;height:2.2744125rem;font-style:normal;display:block; }
#ZC6z2nCi293mQnJbeqRbdJElD7ATGdWg { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:1.25rem;top:2.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#DhCJhq6fPx3BCEvbp3rwTNBrw35o3p31 { color:rgba(var(--color-primary-2),1);display:block;width:58.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.15625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#PoAMAKZDPzM9pPX6vcswe3HuLoupVgx6 { box-sizing:content-box;height:14.625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(26,28,32,0.5);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(11,11,11,0.66) ;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:16.9375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#B3T43TATlOB0T9yazVFWiIQfggPy4tJv { box-sizing:content-box;height:8.624875rem;width:17.749625rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bbfd7a29-a2b6-471c-98b3-44dadba0ad78/hero2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.866821289062rem;left:3.0389404296875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#B3T43TATlOB0T9yazVFWiIQfggPy4tJv.adaptive-delivery-prevent-bg, #B3T43TATlOB0T9yazVFWiIQfggPy4tJv.lazyload, #B3T43TATlOB0T9yazVFWiIQfggPy4tJv.lazyloading { background-image: none; }
#NwN2V77CGTHJNI8JlLbD6igMteCQpBKB { box-sizing:content-box;height:10.1875rem;width:17.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:11.1875rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pGd46cATELmoWd78d06lugZ4HkElGMbI { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#28c840;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:5.625rem;display:block; }
#uuRLTgdoCUSbeJl7NHlwSaFtsEymE8NO { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#febc2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:4.75rem;display:block; }
#N2OfTZyG57MNNrC6OXKIx6UlQ9nLOKeK { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ff5f57;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:3.875rem;display:block; }
#BaXeulJ5WlggPTDQuvUs34ydyhXhGaqO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.41250038147rem;left:3.0625rem;height:1.3rem;display:block; }
#aN1hZBHe6mb36qKctcoS5PPbG2Omk0L7 { color:#959595;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.125rem;left:3.0625rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0sT8iZEFioDwcmHkM224n41fTkTgxCi { box-sizing:content-box;height:14.625rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(26,28,32,0.5);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(11,11,11,0.66) ;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:16.9375rem;left:25.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#XygSgnXNVl8XM5flHgAZw3dD9JLAZlm0 { box-sizing:content-box;height:8.625rem;width:17.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/52a7832f-a442-431c-8094-0b315a4df42d/social.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:28.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#XygSgnXNVl8XM5flHgAZw3dD9JLAZlm0.adaptive-delivery-prevent-bg, #XygSgnXNVl8XM5flHgAZw3dD9JLAZlm0.lazyload, #XygSgnXNVl8XM5flHgAZw3dD9JLAZlm0.lazyloading { background-image: none; }
#HV7bvAvL1ptBXkpii2A3uCnBgtauAPI2 { box-sizing:content-box;height:10.1875rem;width:17.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:11.1875rem;left:28.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#X1FoJ2sfwUiWS4abPxTf6RvqxicCJqwJ { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#28c840;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:31.25rem;display:block; }
#hoDpFtmUmPrCqatGLAVaSzEr9gAyNo7t { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#febc2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:30.375rem;display:block; }
#EqpR5XWVKmtdZ4gLDTHUQbhpHI8DGCFV { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ff5f57;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:29.5rem;display:block; }
#JxPfq7VmHwKKAuTIaDtcS7l2OlD1hoOf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.4375rem;left:28.6875rem;height:1.29980625rem;display:block; }
#DaJsNWS1IRgEk1JEOVrNgSLTJJgsPAW5 { color:#959595;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:24.125rem;left:28.6875rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1LFo8iGrG3358Giv2Iw4t8rSAlvUWfR { box-sizing:content-box;height:14.625rem;width:23.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(26,28,32,0.5);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(11,11,11,0.66) ;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:16.9375rem;left:51.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#XaW0eNPMsQCh4Kw8KzWZs3Dq0chla940 { box-sizing:content-box;height:8.625rem;width:17.75rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0c36a136-16de-4afb-be54-395445cdaf78/emojiform.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:54.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#XaW0eNPMsQCh4Kw8KzWZs3Dq0chla940.adaptive-delivery-prevent-bg, #XaW0eNPMsQCh4Kw8KzWZs3Dq0chla940.lazyload, #XaW0eNPMsQCh4Kw8KzWZs3Dq0chla940.lazyloading { background-image: none; }
#HBk3ScU5ovDRO8xvnbTbzyUe8mW8lIWx { box-sizing:content-box;height:10.1875rem;width:17.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(248,210,96,0.15);border-left:0.0625rem solid rgba(248,210,96,0.15);border-right:0.0625rem solid rgba(248,210,96,0.15);border-bottom:0.0625rem solid rgba(248,210,96,0.15);top:11.1875rem;left:54.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#w2R31wT6XaoTBQdTbn608M9TtHbDPOsx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.4375rem;left:54.3125rem;height:1.29980625rem;display:block; }
#U7Mc6bOcwJ0TPhgCuD6a4un9Gt5qOTfv { color:#959595;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:24.125rem;left:54.3125rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SzmoWDNgCWM6KvZgs0hWHmBbKut6yvbB { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#28c840;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:56.875rem;display:block; }
#Hs2I729pJrEuJSRGoaI75Cpl5WxE9h9d { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#febc2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:56rem;display:block; }
#s9lJd5yQg5Q2IHRJv0bp48ZtUsRAJvp3 { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ff5f57;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:55.125rem;display:block; }
#lBA1MUlmTsvMEdRJ5gv5ShyzTFGbaxk0 { color:#959595;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:34.4375rem;left:4.21875rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV { position:relative;display:block; }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV { background-color: transparent; background-image: none; }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .row .container > .video-iframe-container { display: none; }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .row > .video-iframe-container { display: none; }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .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); }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV { border-width: 0; border-radius: 0; }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .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; }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.1875rem;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; }#Q238Ahchz9GJDZvT2n1pQXr0mmhtWkIt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:42.1875rem;width:46.9375rem;top:0rem;left:4.625rem;overflow:hidden;display:block; }
#iu2FDEyAaNuWwRbW717R0v971ScDA2Hn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:42.1875rem;width:43.6875rem;top:0rem;left:26.75rem;overflow:hidden;display:block; }
#FflLiZawqvTcboo8mgUQ21ulFmSeQgiJ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:1.0625rem;width:1.0625rem;top:7.28125rem;left:11.9375rem;overflow:hidden;display:block; }
#KI7GDFb7uQiDv70Q55IDqB368v53RqvP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:1.3125rem;width:1.3125rem;top:18.40625rem;left:3rem;overflow:hidden;display:block; }
#xN4QESJnIoBFChu86b3KOz8GBvV61hiM { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:1.0625rem;width:1.0625rem;top:22.96875rem;left:66.8125rem;overflow:hidden;display:block; }
#MXNyADZiyU7mbIVmiTAooOK5OuEPFwVA { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:1.125rem;width:1.125rem;top:10.21875rem;left:59.5rem;overflow:hidden;display:block; }
#it5XbrFni8JOTbhZi27iDkwlgghbx2A8 { color:rgba(var(--color-primary-2),1);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:7.28125rem;left:17.96875rem;height:8.1123125rem;text-align:center;text-align-last:center;display:block; }
#BF82zNUbq2OmCvWrMUt6NilBaAqMRP8z { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17rem;left:17.8125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZN7ughAWgOTP6SazIef8UqAqzPCJ0cLX { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:24.65625rem;left:12.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9C02ergBXqtBmzJpo0PU4tKZUqdglEH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.5625rem;left:29.6875rem;display:block; }
#GVMDRaILVPN44sCrcvbOP9kHN3IZAynO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS { border-top:0.0625rem solid rgba(255,255,255,0.11);border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row .container { background-color: transparent; background-image: none; }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row .container > .video-iframe-container { display: none; }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row > .video-iframe-container { display: none; }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .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); }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row .container { border-width: 0; border-radius: 0; }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#f1ak1K5MfMh6qduRemBxVvs8QIV5FNzP { 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:1.25rem;width:8.375rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
#nL1B7M4ypmB8TUJM3C7dDzCWUIS8w2Ga { color:rgba(255,255,255,0.6);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.781005859375rem;left:14.093423843384rem;height:1.13720625rem;font-style:normal;display:block; }
#iLpdB0ZhMH66T4uwiooUUNT1DoIGmW8J { color:rgba(255,255,255,0.6);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7810344696045rem;left:26.280923843384rem;height:1.13720625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #Od1DbZPaTk4h6EFekXtb3UwZWUmwoIbQ { width:11.6875rem;height:1.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNN1pJfmJ6B52XLI0lBLV4vSvB9MWuzc { width:14rem;height:3.625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quX0llVAiQGHi8SaXq4xBMWJKz9b5Ptu { display:block; }
 }@media only screen and (max-width: 763px) { #UCqfGJwIichFfXI6nOkBoHAlkqLMCuru { width:47.75rem;height:42.938916876574rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvRuRvHaQyzvdT9qTXLzbeqq6qxM6nDl { width:36.9375rem;height:1.125rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FayMhVHQyICplU1a7asu1LbBrpUA7MJG { width:42.5rem;height:;top:10.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzmkXZmb9uIgmikGJ8inp9KsAPQS7Aak { width:41.625rem;height:5.0625rem;top:22.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR9uto5k9hQruCf1SkFwnnyhyloZSP6w { width:1.5rem;height:1.5rem;top:22.6875rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzDwcXR9pJgeXr3oUHRWtDfIual3y0IX { width:1.0625rem;height:1.0625rem;top:3.875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8wxRGf3ZvcSE0maP2TxoQVObPPreiJ { width:1.0625rem;height:1.0625rem;top:19.0625rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywbc00ZZdVFiVispRuX46v0P4JxN97Bp { width:1.125rem;height:1.125rem;top:29.0625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TFor3Ee7vTXoc5T0hzLDsabT2JHgKx { width:1rem;height:1rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKuNtNfNJPLt0hRUrWJFoX8JxxIVyVC7 { width:39.75rem;height:23.4375rem;top:13.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKpT4kQphAqX35BzdrwOqhnOxqCEsGg { width:34.625rem;height:19.5625rem;top:14.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZu4yzy4ikbxEwnrNZGdWhHqFnTQRwx4 { width:30.4375rem;height:17.125rem;top:3.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnUllmsFaSbeausf5pT4hZfOVdLZJL3u { display:block; }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3MtscRtXA3TtMJ7pdogZdDPE18OWih3 { width:47.625rem;height:34.6875rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEbl4ui0HxP2DWbn6sGRHJg0qcFKHbqp { width:47.75rem;height:4.125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVr7w7GT1PqFgXdigI1fGsXDL8GaPWPh { width:0.6875rem;height:0.6875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKkxMhE6t7p7E5TkT1DALKLP5uT73fLi { width:0.6875rem;height:0.6875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTRhf09vNx74QaH2pyuX390cmO8en6gS { width:0.6875rem;height:0.6875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6acw46QGCBdPVvUJGWq7gCBPUEAt1Ch { width:8.8125rem;height:1.9375rem;top:7.1875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIcIruBEAUWCRXytsn16bkeSOyRAZN7c { width:6.3125rem;height:1.0625rem;top:7.625rem;left:41.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvUdZKz7QzgkLHoogEEIQ28I5gTyDJxP { width:0.875rem;height:0.875rem;top:7.75rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfWS2N33vwUUeT8Kn9WxTtURV4SnJh1 { width:8.8125rem;height:1.9375rem;top:7.25rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwHcr9UNMUWXqCdTVA23Pts2o6tN2Bud { display:block; }
 }@media only screen and (max-width: 763px) { #frabvMnAqFczKM5e3UmzBEbXlUVEFkhk { width:47.75rem;height:21.9375rem;top:13rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRWeW7eENxcMhloJS0xHTQobc2T8Pwnh { width:47.75rem;height:4.6875rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioG6Wt6TomFeGNnvkf0BuPdvyNu5KS8e { width:11.25rem;height:2.75rem;top:37.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucvlgKIL7xUaTNeednfXcT8cDZ1BZnnI { width:8.125rem;height:1.3125rem;top:37.875rem;left:39.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py94Ai1agt0rq11iO6TpKhAMHWicy9aK { width:1.1875rem;height:1.1875rem;top:37.9375rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAo04PLq2BiHCNVlH82S4EVmdCC548Kc { width:11.25rem;height:2.75rem;top:37.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7pHUnGPIQvNBe43e71MruMAKVpRMMIV { display:block; }
 }@media only screen and (max-width: 763px) { #w8f0RblwBVod1HtDUJ8wPAnn4H5ouO64 { width:28.1875rem;height:1.25rem;top:7.5rem;left:9.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ { display:block; }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIgOJNRIJ5v0Myrc4q2CgU1uIR2EZhIO { width:47.75rem;height:3.375rem;top:5.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBetv3syzxmb4W5pfxUtuP9hlqyzFzuV { width:7.375rem;height:1.125rem;top:2.8125rem;left:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts8BTe4GBMUxmF2IyE3glMBpb7NPK7v6 { width:1.25rem;height:1.25rem;top:2.6875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyygvW6UszT33TxiT5Ggwzed4X2ONNT { width:23.75rem;height:17.5rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oefT0TW3cHibGZIkTPaKi982doJ5hJIJ { width:2.8125rem;height:2.8125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6gmQnEgMXww047vT62I2VrlpCOiCkzF { width:1.375rem;height:1.375rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ3wG3ZOWarKQ0CyA15Unb5tHAG3tne3 { width:2.3125rem;height:0;top:15.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4U8u4GCwGnT2DV8tMmlhvaDTrdkWusT { width:15rem;height:6rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRmqJ93yUfvqyvMUe1zz6oqGMhSTFOFy { width:23.75rem;height:17.5rem;top:11.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNIOeLUn6oNsJXqv19hJ8zK8TMh3OJuT { width:15.3125rem;height:7.5rem;top:18.625rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2UPTqEkkRSl3Tskl30NJfz66yDgTqBy { width:2.8125rem;height:2.8125rem;top:14.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsFTtPhKczIdGW0rTzFvTnu9iobCAldR { width:2.3125rem;height:1.9375rem;top:15.5rem;left:18.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSyV4PBGk2X8vH0mwwaFmuaGiOQCbCyf { width:1.375rem;height:1.375rem;top:15rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZKfneo16Tx5A1AOH7orxk0hUBoHiRCG { width:23.75rem;height:17.5rem;top:11.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDNIuAVBVbrxGGEeb7JXLHFtHQDRURdO { width:15.25rem;height:4.5rem;top:18.625rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fENUDOD3RQKzrokXM2yeP7OB1VV6SsiA { width:2.8125rem;height:2.8125rem;top:14.1875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4SUTxFWyanougSb3v8Iopym2CfGM8r { width:2.3125rem;height:1.9375rem;top:15.5rem;left:43.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5362TW064GKo9ekU8uFBQeWf6NZL1cL { width:1.375rem;height:1.375rem;top:15rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icWbuL17idwRQBITW84bP3twDoV5OAoc { width:47.625rem;height:9.3125rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8PWvRwapIdtESmia2vCxrcy33ccGN4S { width:2.8125rem;height:2.8125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL6vW1gzL40dDLnV3NWGvbUA6fPp0siG { width:1.375rem;height:1.375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOdGAVcx5ZHwZ1xQTsKaNTF02QOaBrso { width:15rem;height:1.5rem;top:34.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g15vSrUPFgD868WDFbTmoeb0n6O9Zq71 { width:47.75rem;height:1.5rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k29CMJLfT8Lp77zGOiiLTVchFKdR2Bim { width:47.75rem;height:46.058736717828rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc { display:block; }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVc2ZkxONcd53PxNEtphnigJ5dXmMvvV { width:9.625rem;height:0;top:2.8125rem;left:19.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6z2nCi293mQnJbeqRbdJElD7ATGdWg { width:1.25rem;height:1.25rem;top:2.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhCJhq6fPx3BCEvbp3rwTNBrw35o3p31 { width:47.75rem;height:3.375rem;top:5.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoAMAKZDPzM9pPX6vcswe3HuLoupVgx6 { width:23.75rem;height:14.625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3T43TATlOB0T9yazVFWiIQfggPy4tJv { width:17.6875rem;height:8.5625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwN2V77CGTHJNI8JlLbD6igMteCQpBKB { width:17.75rem;height:10.1875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGd46cATELmoWd78d06lugZ4HkElGMbI { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuRLTgdoCUSbeJl7NHlwSaFtsEymE8NO { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2OfTZyG57MNNrC6OXKIx6UlQ9nLOKeK { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaXeulJ5WlggPTDQuvUs34ydyhXhGaqO { width:12.5rem;height:1.25rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1hZBHe6mb36qKctcoS5PPbG2Omk0L7 { width:17.75rem;height:5.1875rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0sT8iZEFioDwcmHkM224n41fTkTgxCi { width:23.75rem;height:14.625rem;top:16.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XygSgnXNVl8XM5flHgAZw3dD9JLAZlm0 { width:17.75rem;height:8.625rem;top:12.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7bvAvL1ptBXkpii2A3uCnBgtauAPI2 { width:17.75rem;height:10.1875rem;top:11.1875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1FoJ2sfwUiWS4abPxTf6RvqxicCJqwJ { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoDpFtmUmPrCqatGLAVaSzEr9gAyNo7t { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqpR5XWVKmtdZ4gLDTHUQbhpHI8DGCFV { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxPfq7VmHwKKAuTIaDtcS7l2OlD1hoOf { width:12.5rem;height:1.25rem;top:22.4375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaJsNWS1IRgEk1JEOVrNgSLTJJgsPAW5 { width:17.75rem;height:5.1875rem;top:24.125rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1LFo8iGrG3358Giv2Iw4t8rSAlvUWfR { width:23.75rem;height:14.625rem;top:16.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaW0eNPMsQCh4Kw8KzWZs3Dq0chla940 { width:17.75rem;height:8.625rem;top:12.8125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBk3ScU5ovDRO8xvnbTbzyUe8mW8lIWx { width:17.75rem;height:10.1875rem;top:11.1875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2R31wT6XaoTBQdTbn608M9TtHbDPOsx { width:12.5rem;height:1.25rem;top:22.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Mc6bOcwJ0TPhgCuD6a4un9Gt5qOTfv { width:17.75rem;height:5.1875rem;top:24.125rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzmoWDNgCWM6KvZgs0hWHmBbKut6yvbB { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs2I729pJrEuJSRGoaI75Cpl5WxE9h9d { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9lJd5yQg5Q2IHRJv0bp48ZtUsRAJvp3 { width:0.4375rem;height:0.4375rem;top:11.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBA1MUlmTsvMEdRJ5gv5ShyzTFGbaxk0 { width:47.75rem;height:1rem;top:34.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV { display:block; }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q238Ahchz9GJDZvT2n1pQXr0mmhtWkIt { width:46.9375rem;height:42.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu2FDEyAaNuWwRbW717R0v971ScDA2Hn { width:43.6875rem;height:42.1875rem;top:0rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FflLiZawqvTcboo8mgUQ21ulFmSeQgiJ { width:1.0625rem;height:1.0625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI7GDFb7uQiDv70Q55IDqB368v53RqvP { width:1.3125rem;height:1.3125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN4QESJnIoBFChu86b3KOz8GBvV61hiM { width:1.0625rem;height:1.0625rem;top:22.9375rem;left:46.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXNyADZiyU7mbIVmiTAooOK5OuEPFwVA { width:1.125rem;height:1.125rem;top:10.1875rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5XbrFni8JOTbhZi27iDkwlgghbx2A8 { width:39.0625rem;height:8.0625rem;top:7.25rem;left:4.34375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF82zNUbq2OmCvWrMUt6NilBaAqMRP8z { width:39.375rem;height:4.125rem;top:17rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN7ughAWgOTP6SazIef8UqAqzPCJ0cLX { width:47.75rem;height:2.4375rem;top:24.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9C02ergBXqtBmzJpo0PU4tKZUqdglEH { width:15.625rem;height:4.3125rem;top:29.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMDRaILVPN44sCrcvbOP9kHN3IZAynO { display:block; }
 }@media only screen and (max-width: 763px) { #OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS { display:block; }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1ak1K5MfMh6qduRemBxVvs8QIV5FNzP { top:2.6875rem;left:0rem;width:8.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL1B7M4ypmB8TUJM3C7dDzCWUIS8w2Ga { width:12.5rem;height:1.1375rem;top:2.75rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLpdB0ZhMH66T4uwiooUUNT1DoIGmW8J { width:12.5rem;height:1.1375rem;top:2.75rem;left:22.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od1DbZPaTk4h6EFekXtb3UwZWUmwoIbQ { width:11.6875rem;height:1.75rem;top:1.25rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNN1pJfmJ6B52XLI0lBLV4vSvB9MWuzc { width:14rem;height:3.625rem;top:27.918749809265rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #quX0llVAiQGHi8SaXq4xBMWJKz9b5Ptu { display:block; }
 }@media only screen and (max-width: 763px) { #UCqfGJwIichFfXI6nOkBoHAlkqLMCuru { width:20rem;height:17.984886649874rem;top:5.25rem;left:-6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvRuRvHaQyzvdT9qTXLzbeqq6qxM6nDl { width:17.4375rem;height:1.13769375rem;top:5.3125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FayMhVHQyICplU1a7asu1LbBrpUA7MJG { width:20rem;height:8.3984375rem;top:7.512499809265rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzmkXZmb9uIgmikGJ8inp9KsAPQS7Aak { width:20rem;height:9rem;top:17.07470703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wR9uto5k9hQruCf1SkFwnnyhyloZSP6w { width:0.8125rem;height:0.8125rem;top:27.168749809265rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzDwcXR9pJgeXr3oUHRWtDfIual3y0IX { width:0.625rem;height:0.625rem;top:32.293750762939rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8wxRGf3ZvcSE0maP2TxoQVObPPreiJ { width:0.6875rem;height:0.6875rem;top:33.39999961853rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywbc00ZZdVFiVispRuX46v0P4JxN97Bp { width:0.75rem;height:0.75rem;top:29.356250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TFor3Ee7vTXoc5T0hzLDsabT2JHgKx { width:1rem;height:1rem;top:5.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKuNtNfNJPLt0hRUrWJFoX8JxxIVyVC7 { width:19.74975rem;height:11.625rem;top:43.872802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKpT4kQphAqX35BzdrwOqhnOxqCEsGg { width:18.312rem;height:10.74975rem;top:40.99951171875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZu4yzy4ikbxEwnrNZGdWhHqFnTQRwx4 { width:16.75rem;height:9.875rem;top:36.375rem;left:3.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnUllmsFaSbeausf5pT4hZfOVdLZJL3u { display:block; }#NnUllmsFaSbeausf5pT4hZfOVdLZJL3u > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3MtscRtXA3TtMJ7pdogZdDPE18OWih3 { width:19.875rem;height:61.4375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEbl4ui0HxP2DWbn6sGRHJg0qcFKHbqp { width:20rem;height:7.8125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVr7w7GT1PqFgXdigI1fGsXDL8GaPWPh { width:0.5625rem;height:0.5625rem;top:5.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKkxMhE6t7p7E5TkT1DALKLP5uT73fLi { width:0.5625rem;height:0.5625rem;top:5.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTRhf09vNx74QaH2pyuX390cmO8en6gS { width:0.5625rem;height:0.5625rem;top:5.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6acw46QGCBdPVvUJGWq7gCBPUEAt1Ch { width:8.8125rem;height:1.9375rem;top:8.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIcIruBEAUWCRXytsn16bkeSOyRAZN7c { width:6.3125rem;height:1.05615rem;top:8.6875rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvUdZKz7QzgkLHoogEEIQ28I5gTyDJxP { width:0.875rem;height:0.875rem;top:8.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfWS2N33vwUUeT8Kn9WxTtURV4SnJh1 { width:8.8125rem;height:1.9375rem;top:8.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwHcr9UNMUWXqCdTVA23Pts2o6tN2Bud { display:block; }
 }@media only screen and (max-width: 763px) { #frabvMnAqFczKM5e3UmzBEbXlUVEFkhk { width:18rem;height:37.19086875rem;top:13.1875rem;left:1rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kRWeW7eENxcMhloJS0xHTQobc2T8Pwnh { width:20rem;height:4.6875rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioG6Wt6TomFeGNnvkf0BuPdvyNu5KS8e { width:11.25rem;height:2.75rem;top:61.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucvlgKIL7xUaTNeednfXcT8cDZ1BZnnI { width:8.125rem;height:1.3rem;top:61.875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py94Ai1agt0rq11iO6TpKhAMHWicy9aK { width:1.1875rem;height:1.1875rem;top:61.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAo04PLq2BiHCNVlH82S4EVmdCC548Kc { width:11.25rem;height:2.75rem;top:61.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7pHUnGPIQvNBe43e71MruMAKVpRMMIV { display:block; }
 }@media only screen and (max-width: 763px) { #w8f0RblwBVod1HtDUJ8wPAnn4H5ouO64 { width:14.5625rem;height:1.3rem;top:4.8812503814697rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ { display:block; }#CzKt4zCdHMhmNHnAOv6LDst0mbsZtzvJ > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIgOJNRIJ5v0Myrc4q2CgU1uIR2EZhIO { width:20rem;height:1.950075rem;top:4.7625007629394rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBetv3syzxmb4W5pfxUtuP9hlqyzFzuV { width:7.375rem;height:1.13769375rem;top:2.8125rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts8BTe4GBMUxmF2IyE3glMBpb7NPK7v6 { width:1.25rem;height:1.25rem;top:2.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyygvW6UszT33TxiT5Ggwzed4X2ONNT { width:19.875rem;height:14.375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oefT0TW3cHibGZIkTPaKi982doJ5hJIJ { width:2.8125rem;height:2.8125rem;top:10.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6gmQnEgMXww047vT62I2VrlpCOiCkzF { width:1.375rem;height:1.375rem;top:11.65625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ3wG3ZOWarKQ0CyA15Unb5tHAG3tne3 { width:2.3125rem;height:1.950075rem;top:12.15625rem;left:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4U8u4GCwGnT2DV8tMmlhvaDTrdkWusT { width:13.0625rem;height:6rem;top:14.6875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRmqJ93yUfvqyvMUe1zz6oqGMhSTFOFy { width:19.875rem;height:17.0625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNIOeLUn6oNsJXqv19hJ8zK8TMh3OJuT { width:12.0625rem;height:9rem;top:29.75rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2UPTqEkkRSl3Tskl30NJfz66yDgTqBy { width:2.8125rem;height:2.8125rem;top:26.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsFTtPhKczIdGW0rTzFvTnu9iobCAldR { width:2.3125rem;height:1.950075rem;top:27.375rem;left:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSyV4PBGk2X8vH0mwwaFmuaGiOQCbCyf { width:1.375rem;height:1.375rem;top:26.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZKfneo16Tx5A1AOH7orxk0hUBoHiRCG { width:19.875rem;height:14.375rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDNIuAVBVbrxGGEeb7JXLHFtHQDRURdO { width:13rem;height:6rem;top:48rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fENUDOD3RQKzrokXM2yeP7OB1VV6SsiA { width:2.8125rem;height:2.8125rem;top:44.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4SUTxFWyanougSb3v8Iopym2CfGM8r { width:2.3125rem;height:1.950075rem;top:45.5rem;left:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5362TW064GKo9ekU8uFBQeWf6NZL1cL { width:1.375rem;height:1.375rem;top:45rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icWbuL17idwRQBITW84bP3twDoV5OAoc { width:19.875rem;height:15.125rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8PWvRwapIdtESmia2vCxrcy33ccGN4S { width:2.8125rem;height:2.8125rem;top:63.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL6vW1gzL40dDLnV3NWGvbUA6fPp0siG { width:1.375rem;height:1.375rem;top:64rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOdGAVcx5ZHwZ1xQTsKaNTF02QOaBrso { width:12.3125rem;height:1.5rem;top:63.90625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g15vSrUPFgD868WDFbTmoeb0n6O9Zq71 { width:13.6875rem;height:7.5rem;top:66.25rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k29CMJLfT8Lp77zGOiiLTVchFKdR2Bim { width:20rem;height:19.25rem;top:0rem;left:4.6447176416113rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc { display:block; }#CUN3ST7uhs2g3sVFDCJtr0g7eA5v9cRc > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVc2ZkxONcd53PxNEtphnigJ5dXmMvvV { width:9.625rem;height:1.13769375rem;top:2.8125rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6z2nCi293mQnJbeqRbdJElD7ATGdWg { width:1.25rem;height:1.25rem;top:2.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhCJhq6fPx3BCEvbp3rwTNBrw35o3p31 { width:20rem;height:3.8994125rem;top:4.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoAMAKZDPzM9pPX6vcswe3HuLoupVgx6 { width:19.875rem;height:15.0625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3T43TATlOB0T9yazVFWiIQfggPy4tJv { width:17.75rem;height:8.625rem;top:12.60000038147rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwN2V77CGTHJNI8JlLbD6igMteCQpBKB { width:17.75rem;height:10.1875rem;top:10.97500038147rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGd46cATELmoWd78d06lugZ4HkElGMbI { width:0.4375rem;height:0.4375rem;top:11.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuRLTgdoCUSbeJl7NHlwSaFtsEymE8NO { width:0.4375rem;height:0.4375rem;top:11.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2OfTZyG57MNNrC6OXKIx6UlQ9nLOKeK { width:0.4375rem;height:0.4375rem;top:11.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaXeulJ5WlggPTDQuvUs34ydyhXhGaqO { width:12.5rem;height:1.3rem;top:22.47500038147rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1hZBHe6mb36qKctcoS5PPbG2Omk0L7 { width:17.75rem;height:5.19921875rem;top:24.25rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0sT8iZEFioDwcmHkM224n41fTkTgxCi { width:19.875rem;height:15.0625rem;top:38.39999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XygSgnXNVl8XM5flHgAZw3dD9JLAZlm0 { width:17.75rem;height:8.625rem;top:34.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7bvAvL1ptBXkpii2A3uCnBgtauAPI2 { width:17.75rem;height:10.1875rem;top:32.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1FoJ2sfwUiWS4abPxTf6RvqxicCJqwJ { width:0.4375rem;height:0.4375rem;top:33.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoDpFtmUmPrCqatGLAVaSzEr9gAyNo7t { width:0.4375rem;height:0.4375rem;top:33.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqpR5XWVKmtdZ4gLDTHUQbhpHI8DGCFV { width:0.4375rem;height:0.4375rem;top:33.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxPfq7VmHwKKAuTIaDtcS7l2OlD1hoOf { width:12.5rem;height:1.3rem;top:44.16250038147rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaJsNWS1IRgEk1JEOVrNgSLTJJgsPAW5 { width:17.75rem;height:5.19921875rem;top:45.91250038147rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1LFo8iGrG3358Giv2Iw4t8rSAlvUWfR { width:19.875rem;height:15.0625rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaW0eNPMsQCh4Kw8KzWZs3Dq0chla940 { width:17.75rem;height:8.625rem;top:56.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBk3ScU5ovDRO8xvnbTbzyUe8mW8lIWx { width:17.75rem;height:10.1875rem;top:54.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2R31wT6XaoTBQdTbn608M9TtHbDPOsx { width:12.5rem;height:1.3rem;top:65.9375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Mc6bOcwJ0TPhgCuD6a4un9Gt5qOTfv { width:17.75rem;height:5.19921875rem;top:67.6875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzmoWDNgCWM6KvZgs0hWHmBbKut6yvbB { width:0.4375rem;height:0.4375rem;top:55.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs2I729pJrEuJSRGoaI75Cpl5WxE9h9d { width:0.4375rem;height:0.4375rem;top:55.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9lJd5yQg5Q2IHRJv0bp48ZtUsRAJvp3 { width:0.4375rem;height:0.4375rem;top:55.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBA1MUlmTsvMEdRJ5gv5ShyzTFGbaxk0 { width:20rem;height:4.2246125rem;top:77.850000381469rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV { display:block; }#SpWxxKz4NlVfOy4OotTKV9WpH4nrrbBV > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q238Ahchz9GJDZvT2n1pQXr0mmhtWkIt { width:20rem;height:17.97603195739rem;top:3.7500152587891rem;left:-5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu2FDEyAaNuWwRbW717R0v971ScDA2Hn { width:18.6875rem;height:18rem;top:3.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FflLiZawqvTcboo8mgUQ21ulFmSeQgiJ { width:0.625rem;height:0.625rem;top:39.40625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI7GDFb7uQiDv70Q55IDqB368v53RqvP { width:0.75rem;height:0.75rem;top:34.65625rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN4QESJnIoBFChu86b3KOz8GBvV61hiM { width:0.625rem;height:0.625rem;top:31.19375038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXNyADZiyU7mbIVmiTAooOK5OuEPFwVA { width:0.625rem;height:0.625rem;top:37.74374961853rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5XbrFni8JOTbhZi27iDkwlgghbx2A8 { width:20rem;height:11.82425rem;top:2.6010417938233rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF82zNUbq2OmCvWrMUt6NilBaAqMRP8z { width:19.0625rem;height:7.5rem;top:15.351041793823rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN7ughAWgOTP6SazIef8UqAqzPCJ0cLX { width:19rem;height:5.84911875rem;top:24.59375rem;left:0.5rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A9C02ergBXqtBmzJpo0PU4tKZUqdglEH { width:15.625rem;height:4.3125rem;top:32.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMDRaILVPN44sCrcvbOP9kHN3IZAynO { display:block; }
 }@media only screen and (max-width: 763px) { #OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS { display:block; }#OXKzZqxOdgUO9iTcv8wiPapWw0ST3lAS > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1ak1K5MfMh6qduRemBxVvs8QIV5FNzP { width:8.3125rem;height:1.25rem;top:3.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL1B7M4ypmB8TUJM3C7dDzCWUIS8w2Ga { width:12.5rem;height:1.13769375rem;top:7.0625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLpdB0ZhMH66T4uwiooUUNT1DoIGmW8J { width:12.5rem;height:1.13769375rem;top:9.5rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }