.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row .container { background-color: transparent; background-image: none; }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row .container > .video-iframe-container { display: none; }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row > .video-iframe-container { display: none; }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .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); }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row .container { border-width: 0; border-radius: 0; }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#ONgxhN0q9TKVAqTFU2QycMMzv0PmMaAq { 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.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#SBBarqtVGr6IZ4K4qAJx9UEABUtac1Px { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:65.625rem;display:block; }
#QMgHDpTsQuOBFQi9xn1Bep5ZhsUw2Ezr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { background-color: transparent; background-image: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container > .video-iframe-container { display: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container { display: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .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); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { border-width: 0; border-radius: 0; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { color:#0e0142;display:block;width:41.875rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:9.375rem;left:3.75rem;height:1.79931875rem;font-style:normal;display:block; }
#bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:29.6875rem;top:7.5rem;left:45.3125rem;overflow:hidden;display:block; }
#V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { color:#0e0142;display:block;width:45.9375rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.1875rem;left:3.75rem;height:11.5503125rem;font-style:normal;display:block; }
#GwHoZ12hM65vWEK6BbnXEzbrQIPyfsvw { background-color:#0e0142;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.25rem;left:3.75rem;display:block; }
#VKcIEUVaSihdBt098Wgfu35fS2T359pg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efff;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; }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row .container { background-color: transparent; background-image: none; }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row .container > .video-iframe-container { display: none; }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row > .video-iframe-container { display: none; }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .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); }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row .container { border-width: 0; border-radius: 0; }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#qTiIRF5FcTnEDQ3sEEViCIFyWHBZ7gMP { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row .container { background-color: transparent; background-image: none; }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row .container > .video-iframe-container { display: none; }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row > .video-iframe-container { display: none; }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .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); }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row .container { border-width: 0; border-radius: 0; }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#aoMy4n0Fofo0lUd2FxSfE72hncoPOi5L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.75rem;top:4.25rem;left:4.0927734375rem;overflow:hidden;display:block; }
#SUZHiuJGc5QqJma2MaCGol5Fh3l1ucyR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:11.1875rem;top:5.3125rem;left:59.375rem;overflow:hidden;display:block; }
#mctg1oAl5iE9VGyIbJ00NB3koFJvH0WF { color:#0e0142;display:block;width:39.4375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3749942779541rem;left:17.781032562256rem;height:11.69675rem;text-align:center;text-align-last:center;display:block; }
#OCfAkqTQvhoaB3b3yNOTaf2s96oKGsrN { background-color:#0e0142;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.875rem;left:31.875002384186rem;display:block; }
#OOD9ffm6SLVvUFfNQ7mZFFykbbBvJT44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ { position:relative;display:block; }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ { background-color: transparent; background-image: none; }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .row .container > .video-iframe-container { display: none; }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .row > .video-iframe-container { display: none; }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .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); }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ { border-width: 0; border-radius: 0; }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .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; }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;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; }#rtenuLGD0pqeprudRQmJkErg7OoGFXL4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:36.6875rem;top:3.9995663166046rem;left:38.187934875488rem;overflow:hidden;display:block; }
#weUqFZp3k09vH5rEIs8U5CebwBFbnOT7 { color:#0e0142;display:block;width:30.125rem;position:absolute;font-family:"euclid circular a";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.1875rem;height:6.01236875rem;font-style:normal;display:block; }
#a9cvaUiNfdAFzA5RJras16sv50TlfIw4 { color:#0e0142;display:block;width:29.3125rem;position:absolute;font-family:"euclid circular a";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:18.4375rem;left:4.1875rem;height:4.5rem;display:block; }
#qlkkESJkQRtud4ITUvZovbTEmhIEdhTS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:23.875rem;left:4.1875rem;display:block; }
#KAabmFOLfUMsh16aTxS7WWtEUkQX7BpZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByBUR91cdNE3DdQfklcxmITIEBznkTqx { position:relative;display:block; }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx { background-color: transparent; background-image: none; }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .row .container > .video-iframe-container { display: none; }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .row > .video-iframe-container { display: none; }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .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); }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx { border-width: 0; border-radius: 0; }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .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; }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38rem;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; }#J7lePEr0wLQ8uiIRHqnXDDWTX52VTn6K { color:#0e0142;display:block;width:32.5rem;position:absolute;font-family:"euclid circular a";font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:11.8125rem;left:42.375rem;height:2.7750625rem;font-style:normal;display:block; }
#ezvLuRvAvmGNMKKIJminE1aKb8IPBGtM { color:#0e0142;display:block;width:30.5625rem;position:absolute;font-family:"euclid circular a";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.5rem;left:42.375rem;height:4.5rem;display:block; }
#pclenGHdbTHp9H16HgM2uFy3ZQxfOQxw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.4375rem;width:36.6875rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#au64WEwq4vPELPCMosO3NzUDeVJhbwTC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:20.875rem;left:42.375rem;display:block; }
#PEsBhsLV09JQKFBpClkai9aoksl4Gqms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 { position:relative;display:block; }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 { background-color: transparent; background-image: none; }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .row .container > .video-iframe-container { display: none; }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .row > .video-iframe-container { display: none; }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .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); }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 { border-width: 0; border-radius: 0; }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .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; }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;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; }#zVSfz3MWPLmoaaGiMrImiOfli6vLyD5p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:36.6875rem;top:3.9995663166046rem;left:38.187934875488rem;overflow:hidden;display:block; }
#r1nqmBnnG65p5Hayd6sEBq887nUgZCE7 { color:#0e0142;display:block;width:30.125rem;position:absolute;font-family:"euclid circular a";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13rem;left:4.1875rem;height:3.0061875rem;font-style:normal;display:block; }
#DxUJfTgwTdhoDqDTavnqTWSS3TQ0HkSR { color:#0e0142;display:block;width:29.3125rem;position:absolute;font-family:"euclid circular a";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:16.9375rem;left:4.1875rem;height:4.5rem;display:block; }
#aqQPbbAvGk4pLQodrdxZ71pJMN1g33Rx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:22.375rem;left:4.1875rem;display:block; }
#CJEUAJB5lLd9ur0rIrLIUzanb1UUW1kI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu { position:relative;display:block; }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu { background-color: transparent; background-image: none; }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .row .container > .video-iframe-container { display: none; }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .row > .video-iframe-container { display: none; }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .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); }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu { border-width: 0; border-radius: 0; }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .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; }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22rem;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; }#MNaHZq2QGgq9mnvNzW41GTvwdXQ5Lq1u { color:#0e0142;display:block;width:16.5rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.916015625rem;left:30.312502384186rem;height:3.8997375rem;display:block; }
#B5ia6d0uT5kkDsc7PvOFG5IAvx0ZqkiT { color:#0e0142;display:block;width:23.5625rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.814453125rem;left:13.916666507721rem;height:3.8997375rem;display:block; }
#vEkM4mITZXgXOMHTTsvNmBFIFTTZ5Hvp { color:#0e0142;display:block;width:21.8125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.814453125rem;left:44.000002384186rem;height:3.8997375rem;display:block; }
#TTpWVwiZsClaQWcEp5eXLqI8nDNX50Es { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:6.75rem;top:6.7916669845581rem;left:37.291666507721rem;overflow:hidden;display:block; }
#yBSPq2BsWngAkoyJAB5oTMKi3JiTg9dz { background-color:#0e0142;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.375rem;left:35.041666507721rem;display:block; }
#bzJqganGkekwnJhk9W7afb9Odz3EcT0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7kIdtFizotCoq6h2mfBTgFSdU5OaI7W { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.625rem;left:9.25rem;display:none; }
#unS7sDNuT3OsOwDZ78OLCWO7no6aMIXp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.3125rem;left:4.75rem;display:none; }
#dFVFfZs3tTfk9kakDgHKGtWTEXEW7X6Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:6.9375rem;left:6.125rem;display:none; }
#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row .container { background-color: transparent; background-image: none; }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row .container > .video-iframe-container { display: none; }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row > .video-iframe-container { display: none; }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .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); }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row .container { border-width: 0; border-radius: 0; }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#cyyw2I4OI3bMZIUfu8daGZoN30VvIurs { color:#0e0142;display:block;width:27.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5625rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#EFd1e1TdhbbBW7kwT83A3TyqV0lgtLQ1 { color:#0e0142;display:block;width:31.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.6875rem;left:41.25rem;height:6.39975rem;display:block; }
#cgKBEVSdpuwKqoXHnSw7UcRfwBTQWgxy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:33.25rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#yM8eyzEe4gdIZvchJGIDmEHHisSQgfpw { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15rem;left:41.25rem;display:block; }
#bic11NFLSaUtXy12lrV3Cl99ErtGhVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHqan42RxFApmuWUPwAGRA7zlGd0JA0z { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row .container { background-color: transparent; background-image: none; }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row .container > .video-iframe-container { display: none; }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row > .video-iframe-container { display: none; }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .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); }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row .container { border-width: 0; border-radius: 0; }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#yzFT2x9L35CuXAI5ALd6RAgZ3N9CUTW7 { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XBSTbnAPTgzmXTM2CEJyUH4RGlCxcTuC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:33.4375rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#Q5vOW666m3FZmVe2MFobpRAxQEEW9u7S { color:#0e0142;display:block;width:31.3115rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:3.75rem;height:2.25rem;font-style:normal;display:block; }
#EJS0UrTIbSwmSV8ok42WSvCyNVHkIzpA { color:#0e0142;display:block;width:30.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:3.75rem;height:4.79980625rem;display:block; }
#TCpWnWCB4LI4uTpZD4c6qOTkgLzIvgJg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14rem;left:3.75rem;display:block; }
#GOvmvQxdzRlJgzxasFNcFgvLaq5M9rOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row .container { background-color: transparent; background-image: none; }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row .container > .video-iframe-container { display: none; }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row > .video-iframe-container { display: none; }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .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); }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row .container { border-width: 0; border-radius: 0; }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#A5r5DZuSpAkBEHaglH91hkxbewRyuvRS { color:#0e0142;display:block;width:27.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5625rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#OJ2AA9gGa3Wo3G8EWozAipR2dpFAr82T { color:#0e0142;display:block;width:31.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.6875rem;left:41.25rem;height:6.39975rem;display:block; }
#PWVCSmoTRbecqltGn9uyTlGNiN4yeK66 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:33.25rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#zQAl0RIcLHkIcWtG2l2cXElCvBSvzvvv { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15rem;left:41.25rem;display:block; }
#Xf4qu2txNETpflSLbDdCsTVvrF2rILDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhzVxZwi38mw9ZcQST8QclJTqiv5eakQ { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf { position:relative;display:block; }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf { background-color: transparent; background-image: none; }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .row .container > .video-iframe-container { display: none; }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .row > .video-iframe-container { display: none; }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .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); }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf { border-width: 0; border-radius: 0; }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .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; }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#LWc4UIEdrtrCxSh3tM3HSlAog2JlzUbP { position:absolute;display:block;z-index:15018;height:5.625rem;width:75rem;top:3.125rem;left:0rem;display:block; }
#ghTu93RbQT4WsAnSmL2P95a7uMg2ica2 { color:#0e0142;display:block;width:45.75rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:12.25rem;left:14.625000476837rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU { position:relative;display:block; }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU { background-color: transparent; background-image: none; }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .row .container > .video-iframe-container { display: none; }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .row > .video-iframe-container { display: none; }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .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); }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU { border-width: 0; border-radius: 0; }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .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; }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.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; }#zm9yTfAbx68x2snVTxQWTiV35StxHgfh { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.3999rem;font-style:normal;display:block; }
#TPqvxZTT6I3KCrlnK34NTJmT8ASKsqQT { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.1875rem;left:28.75rem;height:2.3999rem;font-style:normal;display:block; }
#qShx4TP3UuOsCK9OFLhtiZL1mpGhcGHt { color:#0e0142;display:block;width:17.25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1875rem;left:53.75rem;height:2.3999rem;font-style:normal;display:block; }
#OZrBCHi2S5QZukPG2rSTt81ePth2zWri { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:4.5625rem;left:3.75rem;height:3.19986875rem;display:block; }
#OEP3mhk5Jd7Oo8E3pRCz8VGREpQPqDdP { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:4.5625rem;left:28.75rem;height:3.19986875rem;display:block; }
#LSpgi1rnSfyFwXSOpKQU6gtKfqADVtB7 { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.5625rem;left:53.75rem;height:3.19986875rem;display:block; }
#BZ23Fb1cnpphsgvIyhnMC3X0FbeD5q7r { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:22.5rem;left:53.750002384186rem;height:;display:block; }#BZ23Fb1cnpphsgvIyhnMC3X0FbeD5q7r li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#BZ23Fb1cnpphsgvIyhnMC3X0FbeD5q7r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#t0tArQqec0Za6MRBSiX8Vq2IzuQilf1t { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.625rem;left:3.75rem;height:2.25rem;font-style:normal;display:block; }
#Bspwn1PfhKvWVUFuChtacpX9XXIKotEa { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:10.625rem;left:28.75rem;height:2.25rem;font-style:normal;display:block; }
#gRnFJPUkoXSQ25uL6vs5a7W8TLeucZue { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.625rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#bWzESMBl23FW0t8zrTwdpb9OvwwpUclh { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:13.125rem;left:3.75rem;height:1.13736875rem;display:block; }
#rrloXVCwkK4Vt2qxXTAxkRx5Di7S1mUI { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:28.75rem;height:1.0559875rem;display:block; }
#SnW4waU5aqnb7tI1eEfpinzmKv5Z1vow { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:53.75rem;height:1.0559875rem;display:block; }
#i7b2wTnfNlZvHNJHDaLWDzMPFyUmiNN8 { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:22.5rem;left:28.75rem;height:20.3955rem;display:block; }#i7b2wTnfNlZvHNJHDaLWDzMPFyUmiNN8 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#i7b2wTnfNlZvHNJHDaLWDzMPFyUmiNN8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#GIHshWGuP8uaQltAFt0vaapTpkDDpZfw { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:22.5rem;left:3.75rem;height:13.347625rem;display:block; }#GIHshWGuP8uaQltAFt0vaapTpkDDpZfw li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#GIHshWGuP8uaQltAFt0vaapTpkDDpZfw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#veCBpxeXaUzyucSgVF4otsy8Zu8bTFaN { color:#b0a8c6;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:36.658203125rem;left:3.75rem;height:10.9980625rem;display:block; }#veCBpxeXaUzyucSgVF4otsy8Zu8bTFaN li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#veCBpxeXaUzyucSgVF4otsy8Zu8bTFaN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
#c8anwbnCdi5fO3DpK8k80ZZ4gVcPclUx { color:#b0a8c6;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:43.7080078125rem;left:28.75rem;height:3.94938125rem;display:block; }#c8anwbnCdi5fO3DpK8k80ZZ4gVcPclUx li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#c8anwbnCdi5fO3DpK8k80ZZ4gVcPclUx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
#oRCNXqN0fUp5nTCHmCEhFMnc6dgufVyc { background-color:#0e0142;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16rem;left:3.75rem;display:block; }
#bcDpbgxgv4Xhk39uxo5cGo2k9Wbc1Dlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQ8KfW45hSMhvBPpqbPgsMDgWi3KdOwq { background-color:#0e0142;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16rem;left:28.75rem;display:block; }
#Ht0f4hoyCpfrWO0qllTz2kD9T0T5qe5A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zk2XfaWikytMVorLoJZRJCnD09spPWHP { background-color:#0e0142;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:16rem;left:53.75rem;display:block; }
#muxIl8UUzkRMSwgm1ceEMmGWATTk6Xu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hccVeahkwAZgOfvbVlOVhVbxidgOUhGS { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:20.625rem;left:3.75rem;height:1.5999375rem;font-style:normal;display:block; }
#w8aDPxgXr4OaJMFhOmJ82nowGLQvffWd { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:20.625rem;left:28.75rem;height:1.5999375rem;font-style:normal;display:block; }
#vkTLfXJeyOTU6q8dmv7BCBr6orMuIoJO { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:20.625rem;left:53.75rem;height:1.5999375rem;font-style:normal;display:block; }
#JCxoJVBoFvvHomKXP03A68WX5sEgk8XX { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:14999;background-color:#f3efff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PZ6HCKiJfhiyvLFfCvyCKuTwPvcka4S3 { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CMimCkAaebEgkNWPbak9p8S1MgMVe5es { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:14998;background-color:#f3efff;background-image:none;top:0rem;left:25.46875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mzqV8ycBlTufesBd1oMLOdfllulx0DVL { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:10rem;top:42.5rem;left:14.125rem;overflow:hidden;display:block; }
#z3rOlA4gVJ1vT5TrDxEhyCGX2W5MyWJ2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:9.9375rem;top:42.479167938233rem;left:39.635416507721rem;overflow:hidden;display:block; }
#UUooMusJV4fLkRTy7GoNNy16iLarzRfB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:9.9375rem;top:42.5rem;left:64.59375rem;overflow:hidden;display:block; }
#SKxKso4peHVBhTTvhLovXK5tm4JXIbee { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:70.6875rem;left:3.375rem;display:none; }
#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { position:relative;display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { background-color: transparent; background-image: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container > .video-iframe-container { display: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row > .video-iframe-container { display: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .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); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { border-width: 0; border-radius: 0; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .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; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;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; }#q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { 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:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:"euclid circular a";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:17.125000476837rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#Xv96IkVhFAkpNAqd0kM5HTo86M6kOPvM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:12.5625rem;left:3.75rem;display:none; }
#ENr1Tly86hG3EQTg3iGmmrqF8rssXKZQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.756541625rem;height:2.817710375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.94921875rem;left:32.079428195953rem;display:block; }
#VLmIu4foMiPiHmSw3fFCtsTTNciq5pgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo { display:block; }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONgxhN0q9TKVAqTFU2QycMMzv0PmMaAq { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBBarqtVGr6IZ4K4qAJx9UEABUtac1Px { width:9.375rem;height:3.125rem;top:1.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgHDpTsQuOBFQi9xn1Bep5ZhsUw2Ezr { display:block; }
 }@media only screen and (max-width: 763px) { #C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { display:block; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { top:9.375rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { top:7.5rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { top:12.1875rem;left:0rem;width:45.9375rem;height:11.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwHoZ12hM65vWEK6BbnXEzbrQIPyfsvw { width:11.25rem;height:3.125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKcIEUVaSihdBt098Wgfu35fS2T359pg { display:block; }
 }@media only screen and (max-width: 763px) { #qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 { display:block; }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTiIRF5FcTnEDQ3sEEViCIFyWHBZ7gMP { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT { display:block; }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoMy4n0Fofo0lUd2FxSfE72hncoPOi5L { top:4.25rem;left:0rem;width:13.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZHiuJGc5QqJma2MaCGol5Fh3l1ucyR { top:5.3125rem;left:36.5625rem;width:11.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctg1oAl5iE9VGyIbJ00NB3koFJvH0WF { top:4.3125rem;left:4.1556000709534rem;width:39.4375rem;height:11.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCfAkqTQvhoaB3b3yNOTaf2s96oKGsrN { width:11.25rem;height:3.125rem;top:17.875rem;left:18.250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOD9ffm6SLVvUFfNQ7mZFFykbbBvJT44 { display:block; }
 }@media only screen and (max-width: 763px) { #mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ { display:block; }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtenuLGD0pqeprudRQmJkErg7OoGFXL4 { top:3.9375rem;left:10.9375rem;width:36.6875rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weUqFZp3k09vH5rEIs8U5CebwBFbnOT7 { top:11.5625rem;left:0rem;width:30.125rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9cvaUiNfdAFzA5RJras16sv50TlfIw4 { top:18.4375rem;left:0rem;width:29.3125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlkkESJkQRtud4ITUvZovbTEmhIEdhTS { width:6.25rem;height:1.25rem;top:23.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAabmFOLfUMsh16aTxS7WWtEUkQX7BpZ { display:block; }
 }@media only screen and (max-width: 763px) { #ByBUR91cdNE3DdQfklcxmITIEBznkTqx { display:block; }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7lePEr0wLQ8uiIRHqnXDDWTX52VTn6K { top:11.8125rem;left:15.25rem;width:32.5rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezvLuRvAvmGNMKKIJminE1aKb8IPBGtM { top:15.5rem;left:17.1875rem;width:30.5625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pclenGHdbTHp9H16HgM2uFy3ZQxfOQxw { top:3.875rem;left:0rem;width:36.6875rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au64WEwq4vPELPCMosO3NzUDeVJhbwTC { width:6.25rem;height:1.25rem;top:20.875rem;left:28.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEsBhsLV09JQKFBpClkai9aoksl4Gqms { display:block; }
 }@media only screen and (max-width: 763px) { #spfbCg4ZoaINNeeozPWobtdXoXdvRh80 { display:block; }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVSfz3MWPLmoaaGiMrImiOfli6vLyD5p { top:3.9375rem;left:10.9375rem;width:36.6875rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1nqmBnnG65p5Hayd6sEBq887nUgZCE7 { top:13rem;left:0rem;width:30.125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxUJfTgwTdhoDqDTavnqTWSS3TQ0HkSR { top:16.9375rem;left:0rem;width:29.3125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQPbbAvGk4pLQodrdxZ71pJMN1g33Rx { width:6.25rem;height:1.25rem;top:22.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJEUAJB5lLd9ur0rIrLIUzanb1UUW1kI { display:block; }
 }@media only screen and (max-width: 763px) { #RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu { display:block; }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNaHZq2QGgq9mnvNzW41GTvwdXQ5Lq1u { top:3.875rem;left:16.687502384186rem;width:16.5rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ia6d0uT5kkDsc7PvOFG5IAvx0ZqkiT { top:7.8125rem;left:0.29166650772095rem;width:23.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEkM4mITZXgXOMHTTsvNmBFIFTTZ5Hvp { top:7.8125rem;left:25.9375rem;width:21.8125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpWVwiZsClaQWcEp5eXLqI8nDNX50Es { top:6.75rem;left:23.666666507721rem;width:6.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBSPq2BsWngAkoyJAB5oTMKi3JiTg9dz { width:11.25rem;height:3.125rem;top:15.375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzJqganGkekwnJhk9W7afb9Odz3EcT0O { display:block; }
 }@media only screen and (max-width: 763px) { #g7kIdtFizotCoq6h2mfBTgFSdU5OaI7W { top:7.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #unS7sDNuT3OsOwDZ78OLCWO7no6aMIXp { top:11.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFVFfZs3tTfk9kakDgHKGtWTEXEW7X6Z { top:6.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA { display:block; }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyyw2I4OI3bMZIUfu8daGZoN30VvIurs { top:4.5625rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFd1e1TdhbbBW7kwT83A3TyqV0lgtLQ1 { top:7.6875rem;left:16.375rem;width:31.375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKBEVSdpuwKqoXHnSw7UcRfwBTQWgxy { top:2.375rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM8eyzEe4gdIZvchJGIDmEHHisSQgfpw { width:6.25rem;height:1.5625rem;top:15rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bic11NFLSaUtXy12lrV3Cl99ErtGhVVc { display:block; }
 }@media only screen and (max-width: 763px) { #CHqan42RxFApmuWUPwAGRA7zlGd0JA0z { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 { display:block; }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzFT2x9L35CuXAI5ALd6RAgZ3N9CUTW7 { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBSTbnAPTgzmXTM2CEJyUH4RGlCxcTuC { top:2.375rem;left:14.3125rem;width:33.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5vOW666m3FZmVe2MFobpRAxQEEW9u7S { top:4.5625rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJS0UrTIbSwmSV8ok42WSvCyNVHkIzpA { top:7.6875rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpWnWCB4LI4uTpZD4c6qOTkgLzIvgJg { width:6.25rem;height:1.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvmvQxdzRlJgzxasFNcFgvLaq5M9rOI { display:block; }
 }@media only screen and (max-width: 763px) { #ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 { display:block; }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5r5DZuSpAkBEHaglH91hkxbewRyuvRS { top:4.5625rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ2AA9gGa3Wo3G8EWozAipR2dpFAr82T { top:7.6875rem;left:16.375rem;width:31.375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWVCSmoTRbecqltGn9uyTlGNiN4yeK66 { top:2.375rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQAl0RIcLHkIcWtG2l2cXElCvBSvzvvv { width:6.25rem;height:1.5625rem;top:15rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4qu2txNETpflSLbDdCsTVvrF2rILDA { display:block; }
 }@media only screen and (max-width: 763px) { #IhzVxZwi38mw9ZcQST8QclJTqiv5eakQ { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkV2unTJAFMrCTEiniJf90AmSJqtVbf { display:block; }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWc4UIEdrtrCxSh3tM3HSlAog2JlzUbP { top:3.125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghTu93RbQT4WsAnSmL2P95a7uMg2ica2 { top:12.25rem;left:1.0000004768372rem;width:45.75rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU { display:block; }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9yTfAbx68x2snVTxQWTiV35StxHgfh { top:2.1875rem;left:0rem;width:12.5rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPqvxZTT6I3KCrlnK34NTJmT8ASKsqQT { top:2.1875rem;left:15.875rem;width:12.5rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qShx4TP3UuOsCK9OFLhtiZL1mpGhcGHt { top:2.1875rem;left:30.375rem;width:17.25rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZrBCHi2S5QZukPG2rSTt81ePth2zWri { top:4.5625rem;left:0rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEP3mhk5Jd7Oo8E3pRCz8VGREpQPqDdP { top:4.5625rem;left:14.5625rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSpgi1rnSfyFwXSOpKQU6gtKfqADVtB7 { top:4.5625rem;left:30.4375rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ23Fb1cnpphsgvIyhnMC3X0FbeD5q7r { top:22.5rem;left:27.9375rem;width:19.6875rem;height:;font-size:1rem;display:block; }#BZ23Fb1cnpphsgvIyhnMC3X0FbeD5q7r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #t0tArQqec0Za6MRBSiX8Vq2IzuQilf1t { top:10.625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bspwn1PfhKvWVUFuChtacpX9XXIKotEa { top:10.625rem;left:15.875rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRnFJPUkoXSQ25uL6vs5a7W8TLeucZue { top:10.625rem;left:31.75rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWzESMBl23FW0t8zrTwdpb9OvwwpUclh { top:13.125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrloXVCwkK4Vt2qxXTAxkRx5Di7S1mUI { top:13.125rem;left:15.875rem;width:12.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnW4waU5aqnb7tI1eEfpinzmKv5Z1vow { top:13.125rem;left:31.75rem;width:12.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7b2wTnfNlZvHNJHDaLWDzMPFyUmiNN8 { top:22.5rem;left:12.0625rem;width:19.6875rem;height:;font-size:1rem;display:block; }#i7b2wTnfNlZvHNJHDaLWDzMPFyUmiNN8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #GIHshWGuP8uaQltAFt0vaapTpkDDpZfw { top:22.5rem;left:0rem;width:19.6875rem;height:;font-size:1rem;display:block; }#GIHshWGuP8uaQltAFt0vaapTpkDDpZfw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #veCBpxeXaUzyucSgVF4otsy8Zu8bTFaN { top:36.625rem;left:0rem;width:19.6875rem;height:;font-size:1rem;display:block; }#veCBpxeXaUzyucSgVF4otsy8Zu8bTFaN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #c8anwbnCdi5fO3DpK8k80ZZ4gVcPclUx { top:43.6875rem;left:12.0625rem;width:19.6875rem;height:;font-size:1rem;display:block; }#c8anwbnCdi5fO3DpK8k80ZZ4gVcPclUx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #oRCNXqN0fUp5nTCHmCEhFMnc6dgufVyc { width:16.875rem;height:2.8125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcDpbgxgv4Xhk39uxo5cGo2k9Wbc1Dlv { display:block; }
 }@media only screen and (max-width: 763px) { #HQ8KfW45hSMhvBPpqbPgsMDgWi3KdOwq { width:16.875rem;height:2.8125rem;top:16rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht0f4hoyCpfrWO0qllTz2kD9T0T5qe5A { display:block; }
 }@media only screen and (max-width: 763px) { #Zk2XfaWikytMVorLoJZRJCnD09spPWHP { width:16.875rem;height:2.8125rem;top:16rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #muxIl8UUzkRMSwgm1ceEMmGWATTk6Xu7 { display:block; }
 }@media only screen and (max-width: 763px) { #hccVeahkwAZgOfvbVlOVhVbxidgOUhGS { top:20.625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8aDPxgXr4OaJMFhOmJ82nowGLQvffWd { top:20.625rem;left:15.875rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTLfXJeyOTU6q8dmv7BCBr6orMuIoJO { top:20.625rem;left:31.75rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCxoJVBoFvvHomKXP03A68WX5sEgk8XX { top:0rem;left:0rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ6HCKiJfhiyvLFfCvyCKuTwPvcka4S3 { top:0rem;left:23.5625rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMimCkAaebEgkNWPbak9p8S1MgMVe5es { top:0rem;left:7.6875rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzqV8ycBlTufesBd1oMLOdfllulx0DVL { top:42.5rem;left:5.875rem;width:10rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3rOlA4gVJ1vT5TrDxEhyCGX2W5MyWJ2 { top:42.4375rem;left:21.8125rem;width:9.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUooMusJV4fLkRTy7GoNNy16iLarzRfB { top:42.5rem;left:37.625rem;width:9.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKxKso4peHVBhTTvhLovXK5tm4JXIbee { top:70.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEa35dMqgwcTzaeo4TR152TnurVcuH6L { display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { top:2.9375rem;left:3.5rem;width:40.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv96IkVhFAkpNAqd0kM5HTo86M6kOPvM { top:12.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENr1Tly86hG3EQTg3iGmmrqF8rssXKZQ { width:10.75rem;height:2.8125rem;top:10.9375rem;left:18.454428195953rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLmIu4foMiPiHmSw3fFCtsTTNciq5pgB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rg1T8GmLGiF2IRAMg2awO2IDFw3dStUo > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONgxhN0q9TKVAqTFU2QycMMzv0PmMaAq { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SBBarqtVGr6IZ4K4qAJx9UEABUtac1Px { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgHDpTsQuOBFQi9xn1Bep5ZhsUw2Ezr { display:block; }
 }@media only screen and (max-width: 763px) { #C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { display:block; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { width:15.625rem;height:2.999675rem;top:8.125rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { width:15.9375rem;height:8.3984375rem;top:11.125rem;left:2.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GwHoZ12hM65vWEK6BbnXEzbrQIPyfsvw { width:12.5rem;height:3.125rem;top:20.4375rem;left:3.7500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKcIEUVaSihdBt098Wgfu35fS2T359pg { display:block; }
 }@media only screen and (max-width: 763px) { #qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 { display:block; }#qrt44ksSGJ1TyCPbDqRb5C3ZULgTQUB1 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTiIRF5FcTnEDQ3sEEViCIFyWHBZ7gMP { width:20rem;height:41.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT { display:block; }#XMye7ZrVSF8hvDp8fuuaENVLcAg3iNuT > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoMy4n0Fofo0lUd2FxSfE72hncoPOi5L { width:7.5rem;height:7.4375rem;top:12.15625rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZHiuJGc5QqJma2MaCGol5Fh3l1ucyR { width:6.0625rem;height:6rem;top:12.875rem;left:11.25065100193rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctg1oAl5iE9VGyIbJ00NB3koFJvH0WF { width:14.6875rem;height:9.749375rem;top:2.4479169845581rem;left:2.6562501192093rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OCfAkqTQvhoaB3b3yNOTaf2s96oKGsrN { width:9.375rem;height:3.125rem;top:19.6875rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOD9ffm6SLVvUFfNQ7mZFFykbbBvJT44 { display:block; }
 }@media only screen and (max-width: 763px) { #mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ { display:block; }#mNmgGAZJLziPH1LKrKiCPrDlrVM58IlJ > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtenuLGD0pqeprudRQmJkErg7OoGFXL4 { width:18rem;height:14.0625rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weUqFZp3k09vH5rEIs8U5CebwBFbnOT7 { width:15rem;height:5.39795rem;top:17.8125rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a9cvaUiNfdAFzA5RJras16sv50TlfIw4 { width:15.75rem;height:9.599625rem;top:24.1875rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qlkkESJkQRtud4ITUvZovbTEmhIEdhTS { width:6.25rem;height:1.25rem;top:35.3125rem;left:2.5000001192093rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #KAabmFOLfUMsh16aTxS7WWtEUkQX7BpZ { display:block; }
 }@media only screen and (max-width: 763px) { #ByBUR91cdNE3DdQfklcxmITIEBznkTqx { display:block; }#ByBUR91cdNE3DdQfklcxmITIEBznkTqx > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7lePEr0wLQ8uiIRHqnXDDWTX52VTn6K { width:16.5625rem;height:3.59863125rem;top:17.1875rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezvLuRvAvmGNMKKIJminE1aKb8IPBGtM { width:15.5625rem;height:9.599625rem;top:21.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pclenGHdbTHp9H16HgM2uFy3ZQxfOQxw { width:18rem;height:13.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #au64WEwq4vPELPCMosO3NzUDeVJhbwTC { width:6.25rem;height:1.25rem;top:32.9375rem;left:2.5000001192093rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #PEsBhsLV09JQKFBpClkai9aoksl4Gqms { display:block; }
 }@media only screen and (max-width: 763px) { #spfbCg4ZoaINNeeozPWobtdXoXdvRh80 { display:block; }#spfbCg4ZoaINNeeozPWobtdXoXdvRh80 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVSfz3MWPLmoaaGiMrImiOfli6vLyD5p { width:18rem;height:14.0625rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1nqmBnnG65p5Hayd6sEBq887nUgZCE7 { width:15rem;height:1.79980625rem;top:17.8125rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DxUJfTgwTdhoDqDTavnqTWSS3TQ0HkSR { width:15.75rem;height:9.599625rem;top:20.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aqQPbbAvGk4pLQodrdxZ71pJMN1g33Rx { width:6.25rem;height:1.25rem;top:32.25rem;left:2.5rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CJEUAJB5lLd9ur0rIrLIUzanb1UUW1kI { display:block; }
 }@media only screen and (max-width: 763px) { #RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu { display:block; }#RoXC43hcSNWtHoTUuWVIGo8x4vg8LpWu > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNaHZq2QGgq9mnvNzW41GTvwdXQ5Lq1u { width:9.25rem;height:2.11263125rem;top:3.416015625rem;left:5.3750001192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5ia6d0uT5kkDsc7PvOFG5IAvx0ZqkiT { width:10.0625rem;height:0;top:6.6875rem;left:3.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vEkM4mITZXgXOMHTTsvNmBFIFTTZ5Hvp { width:9.8125rem;height:2.11263125rem;top:7.6393232345581rem;left:5.0937501192093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpWVwiZsClaQWcEp5eXLqI8nDNX50Es { width:3.125rem;height:3.125rem;top:9.7506513595581rem;left:8.4375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBSPq2BsWngAkoyJAB5oTMKi3JiTg9dz { width:11.25rem;height:3.125rem;top:15.375rem;left:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzJqganGkekwnJhk9W7afb9Odz3EcT0O { display:block; }
 }@media only screen and (max-width: 763px) { #g7kIdtFizotCoq6h2mfBTgFSdU5OaI7W { top:5.4375rem;left:5.0625rem;width:9.875rem;height:0;z-index:15018;color:#0e0142;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #unS7sDNuT3OsOwDZ78OLCWO7no6aMIXp { top:7.8125rem;left:3.5625rem;width:4.8125rem;height:0;z-index:15019;color:#0e0142;font-size:1.625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dFVFfZs3tTfk9kakDgHKGtWTEXEW7X6Z { top:5.5279951095581rem;left:3.7500001192093rem;width:12.5rem;height:2.11263125rem;z-index:15020;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA { display:block; }#wRfyUy5K0EhXsylLVT3xkpk8cq1CEEfA > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyyw2I4OI3bMZIUfu8daGZoN30VvIurs { width:14.6875rem;height:1.6503875rem;top:10.5625rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EFd1e1TdhbbBW7kwT83A3TyqV0lgtLQ1 { width:15rem;height:14.3994375rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKBEVSdpuwKqoXHnSw7UcRfwBTQWgxy { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM8eyzEe4gdIZvchJGIDmEHHisSQgfpw { width:6.25rem;height:1.25rem;top:29.0625rem;left:2.5000001192093rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #bic11NFLSaUtXy12lrV3Cl99ErtGhVVc { display:block; }
 }@media only screen and (max-width: 763px) { #CHqan42RxFApmuWUPwAGRA7zlGd0JA0z { width:18rem;height:31.875rem;top:0.49869823455811rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 { display:block; }#mCSrV2zsBv0R9mFqZRkb66Clw8zrE8M6 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzFT2x9L35CuXAI5ALd6RAgZ3N9CUTW7 { width:18rem;height:30.5rem;top:0.5rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBSTbnAPTgzmXTM2CEJyUH4RGlCxcTuC { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5vOW666m3FZmVe2MFobpRAxQEEW9u7S { width:15rem;height:3.30078125rem;top:10.5625rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EJS0UrTIbSwmSV8ok42WSvCyNVHkIzpA { width:15rem;height:11.1995625rem;top:14.875rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpWnWCB4LI4uTpZD4c6qOTkgLzIvgJg { width:6.25rem;height:1.875rem;top:27.375rem;left:2.5000001192093rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GOvmvQxdzRlJgzxasFNcFgvLaq5M9rOI { display:block; }
 }@media only screen and (max-width: 763px) { #ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 { display:block; }#ec9KKSLAhbXK70u8WTcWG6n26WZ9Ok47 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5r5DZuSpAkBEHaglH91hkxbewRyuvRS { width:14.6875rem;height:1.6503875rem;top:10.5625rem;left:2.65625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OJ2AA9gGa3Wo3G8EWozAipR2dpFAr82T { width:15rem;height:12.7995rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWVCSmoTRbecqltGn9uyTlGNiN4yeK66 { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQAl0RIcLHkIcWtG2l2cXElCvBSvzvvv { width:6.25rem;height:1.25rem;top:27.5rem;left:2.5rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4qu2txNETpflSLbDdCsTVvrF2rILDA { display:block; }
 }@media only screen and (max-width: 763px) { #IhzVxZwi38mw9ZcQST8QclJTqiv5eakQ { width:18rem;height:30.25rem;top:0.4990234375rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkV2unTJAFMrCTEiniJf90AmSJqtVbf { display:block; }#qKkV2unTJAFMrCTEiniJf90AmSJqtVbf > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWc4UIEdrtrCxSh3tM3HSlAog2JlzUbP { width:20rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghTu93RbQT4WsAnSmL2P95a7uMg2ica2 { width:15.625rem;height:14.3994375rem;top:10rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU { display:block; }#CIIPFh8o2vTCk8XINrUrzX32Js5bnQPU > .row .container { width:20rem;height:152.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9yTfAbx68x2snVTxQWTiV35StxHgfh { width:12.5rem;height:1.6503875rem;top:4rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPqvxZTT6I3KCrlnK34NTJmT8ASKsqQT { width:12.5rem;height:1.6503875rem;top:53.9375rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qShx4TP3UuOsCK9OFLhtiZL1mpGhcGHt { width:15rem;height:1.6503875rem;top:103.4375rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZrBCHi2S5QZukPG2rSTt81ePth2zWri { width:15rem;height:3.19986875rem;top:6.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEP3mhk5Jd7Oo8E3pRCz8VGREpQPqDdP { width:15rem;height:4.79980625rem;top:106.0625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSpgi1rnSfyFwXSOpKQU6gtKfqADVtB7 { width:15rem;height:3.19986875rem;top:56.1875rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ23Fb1cnpphsgvIyhnMC3X0FbeD5q7r { width:15rem;height:26.6943125rem;top:123.75rem;left:2.5000001192093rem;font-size:1rem;display:block; }#BZ23Fb1cnpphsgvIyhnMC3X0FbeD5q7r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #t0tArQqec0Za6MRBSiX8Vq2IzuQilf1t { width:12.5rem;height:1.6503875rem;top:10.9375rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bspwn1PfhKvWVUFuChtacpX9XXIKotEa { width:12.5rem;height:1.6503875rem;top:60.875rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRnFJPUkoXSQ25uL6vs5a7W8TLeucZue { width:12.5rem;height:1.6503875rem;top:112.375rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWzESMBl23FW0t8zrTwdpb9OvwwpUclh { width:14.3125rem;height:1.3997375rem;top:12.586588382721rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrloXVCwkK4Vt2qxXTAxkRx5Di7S1mUI { width:15.8125rem;height:1.29980625rem;top:114.0234413147rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnW4waU5aqnb7tI1eEfpinzmKv5Z1vow { width:14rem;height:1.29980625rem;top:62.522136688231rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7b2wTnfNlZvHNJHDaLWDzMPFyUmiNN8 { width:15rem;height:21.996125rem;top:72.125rem;left:2.5000001192093rem;font-size:1rem;display:block; }#i7b2wTnfNlZvHNJHDaLWDzMPFyUmiNN8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #GIHshWGuP8uaQltAFt0vaapTpkDDpZfw { width:15rem;height:14.94725rem;top:22.4375rem;left:2.5000001192093rem;font-size:1rem;display:block; }#GIHshWGuP8uaQltAFt0vaapTpkDDpZfw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #veCBpxeXaUzyucSgVF4otsy8Zu8bTFaN { width:15rem;height:10.9980625rem;top:38.375rem;left:2.5000001192093rem;font-size:1rem;display:block; }#veCBpxeXaUzyucSgVF4otsy8Zu8bTFaN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #c8anwbnCdi5fO3DpK8k80ZZ4gVcPclUx { width:15rem;height:3.94938125rem;top:95.125rem;left:2.5000001192093rem;font-size:1rem;display:block; }#c8anwbnCdi5fO3DpK8k80ZZ4gVcPclUx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #oRCNXqN0fUp5nTCHmCEhFMnc6dgufVyc { width:15rem;height:2.8125rem;top:15.5rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcDpbgxgv4Xhk39uxo5cGo2k9Wbc1Dlv { display:block; }
 }@media only screen and (max-width: 763px) { #HQ8KfW45hSMhvBPpqbPgsMDgWi3KdOwq { width:15rem;height:2.8125rem;top:116.8125rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht0f4hoyCpfrWO0qllTz2kD9T0T5qe5A { display:block; }
 }@media only screen and (max-width: 763px) { #Zk2XfaWikytMVorLoJZRJCnD09spPWHP { width:15rem;height:2.8125rem;top:65.375rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muxIl8UUzkRMSwgm1ceEMmGWATTk6Xu7 { display:block; }
 }@media only screen and (max-width: 763px) { #hccVeahkwAZgOfvbVlOVhVbxidgOUhGS { width:12.5rem;height:1.5999375rem;top:19.8125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8aDPxgXr4OaJMFhOmJ82nowGLQvffWd { width:12.5rem;height:0;top:69.569664001462rem;left:5.8750001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkTLfXJeyOTU6q8dmv7BCBr6orMuIoJO { width:12.5rem;height:1.5999375rem;top:121.125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCxoJVBoFvvHomKXP03A68WX5sEgk8XX { width:18rem;height:48.9375rem;top:2.5rem;left:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PZ6HCKiJfhiyvLFfCvyCKuTwPvcka4S3 { width:18rem;height:48.875rem;top:101.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMimCkAaebEgkNWPbak9p8S1MgMVe5es { width:18rem;height:48.625rem;top:52.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzqV8ycBlTufesBd1oMLOdfllulx0DVL { width:6.25rem;height:6.625rem;top:44.854167938233rem;left:12.79166662693rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #z3rOlA4gVJ1vT5TrDxEhyCGX2W5MyWJ2 { width:5.9375rem;height:6.3125rem;top:94.5625rem;left:12.94791662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUooMusJV4fLkRTy7GoNNy16iLarzRfB { width:6.25rem;height:6.6875rem;top:144.1875rem;left:12.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SKxKso4peHVBhTTvhLovXK5tm4JXIbee { top:69.6875rem;left:2.5000001192093rem;width:12.5rem;height:1.29980625rem;z-index:15026;font-weight:700;font-style:normal;color:#0e0142;display:block; }
 }@media only screen and (max-width: 763px) { #wEa35dMqgwcTzaeo4TR152TnurVcuH6L { display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { width:20rem;height:20.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { width:15rem;height:9.749375rem;top:3.0625rem;left:2.5rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xv96IkVhFAkpNAqd0kM5HTo86M6kOPvM { top:11.25rem;left:2.4055991768837rem;width:15.186625rem;height:0;z-index:15005;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ENr1Tly86hG3EQTg3iGmmrqF8rssXKZQ { width:15rem;height:2.73568rem;top:14.873046875rem;left:2.5000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLmIu4foMiPiHmSw3fFCtsTTNciq5pgB { display:block; }
 }