.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:250,252,237;--color-primary-1:239,247,196;--color-primary-2:222,238,136;--color-primary-3:111,119,68;--color-primary-4:33,36,20;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:245,250,219;--color-tertiary-2:222,238,136;--color-tertiary-3:111,119,68;--color-tertiary-4:22,24,14;--headlines-font-family:"Prompt";--paragraphs-font-family:"Prompt"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_247f8776d5359666b5f5bf9fbc65fd3272e290d5.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83f74444-f648-46ab-8518-97e7aef96849/Stillactive_Home_Hero_Banner.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT.adaptive-delivery-prevent-bg, #UBifULTRBTUH0B3PKoslJOa8WNXs93JT.lazyload, #UBifULTRBTUH0B3PKoslJOa8WNXs93JT.lazyloading { background-image: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { background-color: transparent; background-image: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container > .video-iframe-container { display: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row > .video-iframe-container { display: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .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); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { border-width: 0; border-radius: 0; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { font-size:0.875rem;font-family:prompt;height:39.125rem;width:75rem;overflow:visible;position:relative;display:block; }#qS4KrLb3wUGl2GCt9mz5EV6EQpL3xBCN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.71875rem;left:13.76416015625rem;display:block; }
#vZ20mrZRPnd1X52T8UhwA5WKp0NKG8XH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvBLQVgpirZraTSt03CTSA1Qq6Q06Ea9 { position:absolute;display:block;z-index:15010;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:4rem;width:8.9375rem;top:1.1875rem;left:2rem;overflow:hidden;display:block; }
#tfnUfcE6DUMMvXD71Tkg1XdDZtRherKm { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5rem;left:62.1875rem;display:block; }
#vZrCzEawRaEfyll00fTF4UIHDmWxBH23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiCGyqZcSyCQ9z6akHyt7ZSCZEu4phgK { 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:14.3125rem;width:28.6875rem;top:12.40625rem;left:6.32666015625rem;overflow:hidden;display:block; }
#POKAyAI5pozWZDPcvLIrEx91NkLAq3wG { 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:26.25rem;width:38.6875rem;top:7.0625rem;left:35.01416015625rem;overflow:hidden;display:block; }
#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw { border-top:0;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; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { background-color: transparent; background-image: none; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container > .video-iframe-container { display: none; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row > .video-iframe-container { display: none; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .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); }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { border-width: 0; border-radius: 0; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { font-size:0.875rem;font-family:prompt;height:44.1875rem;width:75rem;position:relative;display:block; }#wWTEoDiDsg9Wc2HkRnwZbUPmX121aZ89 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:10.125rem;left:2.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#afOhGtV4lpKcdSJkleCsQZHnDz4Pu5H1 { color:rgba(var(--color-primary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.125rem;left:51.1875rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XriOy6L1mRqlNDaAutsC0FMoZwfHHivS { box-sizing:content-box;height:35.75rem;width:26.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.625rem;left:48.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#mpoPix89JUdKLG72FLglLmcsy8PDxPTc { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:21.875rem;width:38.875rem;top:18.0625rem;left:2.3125rem;overflow:hidden;display:block; }
#NUUS8p2tpfWh4VWqESdE5SA1mWpBGyBO { box-sizing:content-box;height:9.25rem;width:63.6875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:6.625rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#yLR5TO329WEayRhEWAOicq41WAJHiAHx { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:26.25rem;left:48.875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i58S28a0GThrnTBTpFrmHm3mebmrXEzV { color:rgba(var(--color-primary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:22.5625rem;left:51.1875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e3EUxW9LqTnvARui5pAcuECoOVOn8Tdi { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.25rem;left:51.1875rem;display:block; }
#Tevw53oO3tGr3JUbRIFMIltwWVyvZpoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U { z-index:;position:relative;display:block; }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U { background-color: transparent; background-image: none; }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U > .row .container > .video-iframe-container { display: none; }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U > .row > .video-iframe-container { display: none; }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U > .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); }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U { border-width: 0; border-radius: 0; }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:prompt;height:52rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#CeC45vmq7VigtrFSE24EpVCbtaka8Kqn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t5qaLBAPaSMPzmomkUkdMUbnLKA9C0OV { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.75rem;left:12.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0ICun9cAm60aSolDT7p6J8FNBX8AyPM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:12.875rem;width:14.6875rem;top:17.8125rem;left:1.96875rem;overflow:hidden;display:block; }
#To4VTDxBDwDgBmJNnuUkKhlQZ0o0K3aJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:33.9375rem;left:0.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eU38DoFxFeBbV0h23rKSdTX8m3GvfINX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:35.8623046875rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPQAkRIvs4GU9GBJlqpLMhJ7crntxwtO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.5rem;left:17.625rem; }
#x5EeckWr8OiH8BaFrbll21DXTI4G6O5L { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:14.4375rem;width:21.75rem;top:17.03125rem;left:26.625rem;overflow:hidden;display:block; }
#gbituvcJWuId0OrkPuOdbHXREJqZzt56 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34rem;left:28.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oAlxcQWu1x1TgA52kRuTbQedLD4xJOvX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:35.875rem;left:28.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CMbJNftviTSQE5lxvx4ekHfvLOHMgH4G { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.9375rem;left:42.21875rem; }
#DEnmboe7sy6gIdZ5kJeL7ove5ER28PKr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:14.75rem;width:15.875rem;top:16.875rem;left:57.9375rem;overflow:hidden;display:block; }
#B3zGOQOhTSRF18VHfK45fWFuZ2oSvSTp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34rem;left:56.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dxnIKSpztbyDOSUaLrCfWGWJen3J6MOE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:35.9375rem;left:56.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frsfM3OuKTlFiS5WGGsVp8rwRLFr8xT0 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.03125rem;left:69.59375rem; }
#gnureOETGgPHcohUhEPNlSf4ntk5JtFQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.6875rem;left:4.75rem;display:block; }
#fTZ9hdD4weTrscGAWKcpqncILVJVQ4g5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7z5uQOpiGTKeTTfnahu4aiZKTV6ODaX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.6875rem;left:33.0625rem;display:block; }
#iOMfN02HJBoHgOkbJ80HbcNlnNsK7e3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whuroWCtqzTBdteqsUuba9s1zgkV6V8u { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:41.6875rem;left:61.3125rem;display:block; }
#E6Rxl7GcO0ww8dQZ39cMUvJZzmwO2mNk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWfm2C0kcMfKVq2LMQuH8zT8FN1GfpJV { box-sizing:content-box;height:11.1875rem;width:18.25rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:18.59375rem;left:0rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#y7suoZWzwxnLsgKUIWS8nTpTZdI7CWsM { box-sizing:content-box;height:11.1875rem;width:18.25rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:18.5625rem;left:28.3125rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#cLPsfdDWqa0FCdUDAJPVzX130uCkD92D { box-sizing:content-box;height:11.1875rem;width:18.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:18.5625rem;left:56.5625rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#HvulKLQbPCWhp5TIRxOJlD1anK3ri5E9 { box-sizing:content-box;height:12rem;width:12rem;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:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.21875rem;left:31.53125rem;display:block; }
#xmbkKRiAhoQkvHz4Xwr9urqG3IWT7idC { box-sizing:content-box;height:12rem;width:12rem;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:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.21875rem;left:59.75rem;display:block; }
#WSmXXTMGTXxFyGy2wU5n29AIF8CEUnK6 { box-sizing:content-box;height:11.1875rem;width:18.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:18.59375rem;left:28.3125rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { background-color: transparent; background-image: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container > .video-iframe-container { display: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container { display: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .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); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { border-width: 0; border-radius: 0; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { font-size:0.875rem;font-family:prompt;height:18.75rem;width:75rem;position:relative;display:block; }#ZnxGQ0kBc3LRpeIMtmA8GvHtMmcGDtH6 { color:rgba(var(--color-primary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:8.71875rem;left:37.46875rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.125rem;left:37.46875rem;display:block; }
#XKZ0On0nwTFMrVhFbRrP9h0l5KaFccbQ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.3125rem;left:28.6875rem; }
#XKZ0On0nwTFMrVhFbRrP9h0l5KaFccbQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#mO0mZQigsLcMPTdiklhaBlkNgycA75f6 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.3125rem;left:32.6875rem; }
#mO0mZQigsLcMPTdiklhaBlkNgycA75f6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#I84ibg5tOL0HFBhtXVmU3PHG1UMEkTZP { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.6875rem;left:62.875rem;display:block; }
#hvL4qVCxVpepoTXIK9tvZnBMJHFQyUwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.3125rem;top:7.3125rem;left:0.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UBifULTRBTUH0B3PKoslJOa8WNXs93JT { display:block; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS4KrLb3wUGl2GCt9mz5EV6EQpL3xBCN { width:13.8125rem;height:3.8125rem;top:26.6875rem;left:0.13916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ20mrZRPnd1X52T8UhwA5WKp0NKG8XH { display:block; }
 }@media only screen and (max-width: 763px) { #gvBLQVgpirZraTSt03CTSA1Qq6Q06Ea9 { top:1.1875rem;left:0rem;width:8.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfnUfcE6DUMMvXD71Tkg1XdDZtRherKm { width:9.375rem;height:3.375rem;top:1.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZrCzEawRaEfyll00fTF4UIHDmWxBH23 { display:block; }
 }@media only screen and (max-width: 763px) { #EiCGyqZcSyCQ9z6akHyt7ZSCZEu4phgK { width:28.6875rem;height:14.3125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POKAyAI5pozWZDPcvLIrEx91NkLAq3wG { width:38.6875rem;height:26.25rem;top:7.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw { display:block; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWTEoDiDsg9Wc2HkRnwZbUPmX121aZ89 { top:10.125rem;left:0rem;width:25.25rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #afOhGtV4lpKcdSJkleCsQZHnDz4Pu5H1 { top:13.125rem;left:27.0625rem;width:20.6875rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XriOy6L1mRqlNDaAutsC0FMoZwfHHivS { top:6.625rem;left:21.375rem;width:26.375rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpoPix89JUdKLG72FLglLmcsy8PDxPTc { top:18.0625rem;left:0rem;width:38.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUUS8p2tpfWh4VWqESdE5SA1mWpBGyBO { top:6.625rem;left:0rem;width:47.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLR5TO329WEayRhEWAOicq41WAJHiAHx { top:26.25rem;left:35.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i58S28a0GThrnTBTpFrmHm3mebmrXEzV { top:22.5625rem;left:27.0625rem;width:20.6875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3EUxW9LqTnvARui5pAcuECoOVOn8Tdi { width:11.25rem;height:3.375rem;top:28.25rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tevw53oO3tGr3JUbRIFMIltwWVyvZpoF { display:block; }
 }@media only screen and (max-width: 763px) { #LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U { display:block; }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeC45vmq7VigtrFSE24EpVCbtaka8Kqn { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qaLBAPaSMPzmomkUkdMUbnLKA9C0OV { top:9.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0ICun9cAm60aSolDT7p6J8FNBX8AyPM { top:17.8125rem;left:0rem;width:14.6875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4VTDxBDwDgBmJNnuUkKhlQZ0o0K3aJ { top:33.9375rem;left:0rem;width:18.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU38DoFxFeBbV0h23rKSdTX8m3GvfINX { top:35.8125rem;left:0rem;width:18.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPQAkRIvs4GU9GBJlqpLMhJ7crntxwtO { top:25.5rem;left:4rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5EeckWr8OiH8BaFrbll21DXTI4G6O5L { top:17rem;left:13rem;width:21.75rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbituvcJWuId0OrkPuOdbHXREJqZzt56 { top:34rem;left:14.875rem;width:18.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAlxcQWu1x1TgA52kRuTbQedLD4xJOvX { top:35.875rem;left:14.6875rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMbJNftviTSQE5lxvx4ekHfvLOHMgH4G { top:17.9375rem;left:28.59375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEnmboe7sy6gIdZ5kJeL7ove5ER28PKr { top:16.875rem;left:31.875rem;width:15.875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3zGOQOhTSRF18VHfK45fWFuZ2oSvSTp { top:34rem;left:29.5rem;width:18.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxnIKSpztbyDOSUaLrCfWGWJen3J6MOE { top:35.9375rem;left:29.5rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsfM3OuKTlFiS5WGGsVp8rwRLFr8xT0 { top:29rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnureOETGgPHcohUhEPNlSf4ntk5JtFQ { width:8.75rem;height:3.375rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZ9hdD4weTrscGAWKcpqncILVJVQ4g5 { display:block; }
 }@media only screen and (max-width: 763px) { #i7z5uQOpiGTKeTTfnahu4aiZKTV6ODaX { width:8.75rem;height:3.375rem;top:41.6875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMfN02HJBoHgOkbJ80HbcNlnNsK7e3H { display:block; }
 }@media only screen and (max-width: 763px) { #whuroWCtqzTBdteqsUuba9s1zgkV6V8u { width:8.75rem;height:3.375rem;top:41.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Rxl7GcO0ww8dQZ39cMUvJZzmwO2mNk { display:block; }
 }@media only screen and (max-width: 763px) { #zWfm2C0kcMfKVq2LMQuH8zT8FN1GfpJV { top:18.5625rem;left:0rem;width:18.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7suoZWzwxnLsgKUIWS8nTpTZdI7CWsM { top:18.5625rem;left:14.6875rem;width:18.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPsfdDWqa0FCdUDAJPVzX130uCkD92D { top:18.5625rem;left:29.375rem;width:18.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvulKLQbPCWhp5TIRxOJlD1anK3ri5E9 { top:18.1875rem;left:17.90625rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmbkKRiAhoQkvHz4Xwr9urqG3IWT7idC { top:18.1875rem;left:35.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSmXXTMGTXxFyGy2wU5n29AIF8CEUnK6 { top:18.5625rem;left:14.6875rem;width:18.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnxGQ0kBc3LRpeIMtmA8GvHtMmcGDtH6 { top:8.6875rem;left:23.84375rem;width:22.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { top:3.125rem;left:23.875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKZ0On0nwTFMrVhFbRrP9h0l5KaFccbQ { top:8.3125rem;left:15.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#XKZ0On0nwTFMrVhFbRrP9h0l5KaFccbQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mO0mZQigsLcMPTdiklhaBlkNgycA75f6 { top:8.3125rem;left:19.0625rem;width:2rem;height:2rem;display:block; }
#mO0mZQigsLcMPTdiklhaBlkNgycA75f6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #I84ibg5tOL0HFBhtXVmU3PHG1UMEkTZP { width:11.25rem;height:3.375rem;top:7.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvL4qVCxVpepoTXIK9tvZnBMJHFQyUwK { display:block; }
 }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:9.3125rem;height:4.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UBifULTRBTUH0B3PKoslJOa8WNXs93JT { position:relative;z-index:auto;display:block; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS4KrLb3wUGl2GCt9mz5EV6EQpL3xBCN { width:11.875rem;height:3.375rem;top:28.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ20mrZRPnd1X52T8UhwA5WKp0NKG8XH { display:block; }
 }@media only screen and (max-width: 763px) { #gvBLQVgpirZraTSt03CTSA1Qq6Q06Ea9 { width:6.3125rem;height:2.8125rem;top:0.21875rem;left:0.638671875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tfnUfcE6DUMMvXD71Tkg1XdDZtRherKm { width:5.3125rem;height:2.125rem;top:0.5625rem;left:13.5rem;font-size:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vZrCzEawRaEfyll00fTF4UIHDmWxBH23 { display:block; }
 }@media only screen and (max-width: 763px) { #EiCGyqZcSyCQ9z6akHyt7ZSCZEu4phgK { width:18.125rem;height:8.875rem;top:18.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POKAyAI5pozWZDPcvLIrEx91NkLAq3wG { width:19.125rem;height:12.8125rem;top:4.9775390625rem;left:0.17788461538461rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw { display:block; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWTEoDiDsg9Wc2HkRnwZbUPmX121aZ89 { width:20rem;height:2rem;top:3.03125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afOhGtV4lpKcdSJkleCsQZHnDz4Pu5H1 { width:18rem;height:3.9375rem;top:21.3125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XriOy6L1mRqlNDaAutsC0FMoZwfHHivS { width:20rem;height:19rem;top:17.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mpoPix89JUdKLG72FLglLmcsy8PDxPTc { width:20rem;height:11.375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUUS8p2tpfWh4VWqESdE5SA1mWpBGyBO { width:16.25rem;height:5.4375rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLR5TO329WEayRhEWAOicq41WAJHiAHx { width:9.375rem;height:9.375rem;top:21.3125rem;left:1.4375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #i58S28a0GThrnTBTpFrmHm3mebmrXEzV { width:18.125rem;height:2.625rem;top:26.9375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3EUxW9LqTnvARui5pAcuECoOVOn8Tdi { width:11.25rem;height:3.375rem;top:30.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tevw53oO3tGr3JUbRIFMIltwWVyvZpoF { display:block; }
 }@media only screen and (max-width: 763px) { #LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U { display:block; }#LOM7qK622TzkvzcKTVlIAz1pxB9SNn3U > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeC45vmq7VigtrFSE24EpVCbtaka8Kqn { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5qaLBAPaSMPzmomkUkdMUbnLKA9C0OV { width:17.5625rem;height:2.625rem;top:4.1875rem;left:1.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S0ICun9cAm60aSolDT7p6J8FNBX8AyPM { width:14.75rem;height:12.875rem;top:7.65625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4VTDxBDwDgBmJNnuUkKhlQZ0o0K3aJ { width:14.8125rem;height:1.29980625rem;top:20.84375rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eU38DoFxFeBbV0h23rKSdTX8m3GvfINX { width:17.125rem;height:3.9375rem;top:23.0556640625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPQAkRIvs4GU9GBJlqpLMhJ7crntxwtO { display:flex;width:1.375rem;height:1.375rem;top:14.3125rem;left:18.625rem; }
 }@media only screen and (max-width: 763px) { #x5EeckWr8OiH8BaFrbll21DXTI4G6O5L { width:18.625rem;height:12.375rem;top:35.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbituvcJWuId0OrkPuOdbHXREJqZzt56 { width:20rem;height:1.29980625rem;top:48.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAlxcQWu1x1TgA52kRuTbQedLD4xJOvX { width:17.4375rem;height:2.625rem;top:50.9375rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMbJNftviTSQE5lxvx4ekHfvLOHMgH4G { display:flex;width:1.375rem;height:1.375rem;top:35.25rem;left:14.75rem; }
 }@media only screen and (max-width: 763px) { #DEnmboe7sy6gIdZ5kJeL7ove5ER28PKr { width:14.5rem;height:13.375rem;top:61.34375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3zGOQOhTSRF18VHfK45fWFuZ2oSvSTp { width:20rem;height:1.29980625rem;top:75.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxnIKSpztbyDOSUaLrCfWGWJen3J6MOE { width:18.375rem;height:2.625rem;top:77.5rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frsfM3OuKTlFiS5WGGsVp8rwRLFr8xT0 { display:flex;width:1.375rem;height:1.375rem;top:61.75rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #gnureOETGgPHcohUhEPNlSf4ntk5JtFQ { width:8.75rem;height:3.375rem;top:27.6806640625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZ9hdD4weTrscGAWKcpqncILVJVQ4g5 { display:block; }
 }@media only screen and (max-width: 763px) { #i7z5uQOpiGTKeTTfnahu4aiZKTV6ODaX { width:8.75rem;height:3.375rem;top:54.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMfN02HJBoHgOkbJ80HbcNlnNsK7e3H { display:block; }
 }@media only screen and (max-width: 763px) { #whuroWCtqzTBdteqsUuba9s1zgkV6V8u { width:8.75rem;height:3.375rem;top:81.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Rxl7GcO0ww8dQZ39cMUvJZzmwO2mNk { display:block; }
 }@media only screen and (max-width: 763px) { #zWfm2C0kcMfKVq2LMQuH8zT8FN1GfpJV { width:18.25rem;height:11.1875rem;top:8.75rem;left:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #y7suoZWzwxnLsgKUIWS8nTpTZdI7CWsM { width:18.25rem;height:11.1875rem;top:35.9375rem;left:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #cLPsfdDWqa0FCdUDAJPVzX130uCkD92D { width:18.25rem;height:11.1875rem;top:62.375rem;left:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #HvulKLQbPCWhp5TIRxOJlD1anK3ri5E9 { width:12rem;height:12rem;top:35.25rem;left:8rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #xmbkKRiAhoQkvHz4Xwr9urqG3IWT7idC { width:12rem;height:12rem;top:62.0625rem;left:5.9375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WSmXXTMGTXxFyGy2wU5n29AIF8CEUnK6 { width:18.25rem;height:11.1875rem;top:35.9375rem;left:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnxGQ0kBc3LRpeIMtmA8GvHtMmcGDtH6 { width:20rem;height:1.3125rem;top:15.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { width:12.5rem;height:0.0625rem;top:9.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKZ0On0nwTFMrVhFbRrP9h0l5KaFccbQ { display:flex;width:2.375rem;height:2.375rem;top:5.625rem;left:7.25rem;font-size:1.625rem; }
#XKZ0On0nwTFMrVhFbRrP9h0l5KaFccbQ > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #mO0mZQigsLcMPTdiklhaBlkNgycA75f6 { display:flex;width:2.375rem;height:2.375rem;top:5.625rem;left:10.4375rem;font-size:1.625rem; }
#mO0mZQigsLcMPTdiklhaBlkNgycA75f6 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #I84ibg5tOL0HFBhtXVmU3PHG1UMEkTZP { width:11.25rem;height:3.375rem;top:10.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvL4qVCxVpepoTXIK9tvZnBMJHFQyUwK { display:block; }
 }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:9.4375rem;height:4.1875rem;top:0.8125rem;left:5.3125rem;display:block; }
 }