.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); }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row .container { background-color: transparent; background-image: none; }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row .container > .video-iframe-container { display: none; }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row > .video-iframe-container { display: none; }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .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); }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row .container { border-width: 0; border-radius: 0; }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#VhQyRiGzHqCx6COpz1W7cri1ri6sRLii { 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:2.625rem;width:5.3125rem;top:0.90625rem;left:1.03125rem;overflow:hidden;display:block; }
#gXpcQO1CAXs1a5K4OTFbCTlyoeqOpmNA { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.609375rem;left:24.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FECSsKcHIBTWfzttgSv3tunT2U08gVuM { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.609375rem;left:31.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqudzC0M1L3d7T1ENPvi68SWOqm0IUg7 { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.609375rem;left:38.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLwKkCH4fNKSKMJilUEhsTZ2IyVJdJnX { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.609375rem;left:43.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvSu451mnX43GKHQ2ZcAaNvwKl4ehxlL { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.90625rem;left:63.6875rem;display:block; }
#FlZxadAZxPmNiqCxnTsDWxXh5nUzzaaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f { background-color:rgba(0,71,255,0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row .container { background-color: transparent; background-image: none; }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row .container > .video-iframe-container { display: none; }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row > .video-iframe-container { display: none; }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .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); }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row .container { border-width: 0; border-radius: 0; }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#UsMotyxxMG5fCPcLm3URdRuTScaWi8IT { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"dm sans";font-size:3.4375rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:14.703125rem;left:0rem;height:12.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q1w3E4QTeWX3TDkwhIMim1BMirzpxFGq { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.5rem;left:0rem;display:block; }
#XUF2GITS1xAEqfhIN9gFdTRwbObXyeBP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaeJoJbPRHbgWhFQQc18rRIvkN2JdUg5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.5rem;left:13.8125rem;display:block; }
#Mao9sEPG5kFL8X7pmLOzT1bf47OMTOop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nO1xQ7Pic6rmmdPZ6aDaWOTQKX29KO6J { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:29.0625rem;top:5.5625rem;left:38.90625rem;overflow:hidden;display:block; }
#ZoR8l2DCa75xJwrm3IRwnEIhSFkzCaP0 { box-sizing:content-box;height:2.9375rem;width:17rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:10.625rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ZatppKtZeSbK0tUnp0IE4AqGrHId1JRV { color:#0047ff;display:block;width:17rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.322265625rem;left:0rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IRT589MkpTk88US1xD3ohtHTMihxJQrH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:37.9375rem;left:11.125rem; }
#FEzbLbhQIKvFThmkOGgTA9UeAi5tIMOD { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.9375rem;left:12.75rem;height:1.29980625rem;display:block; }
#fGCuXPh95nUfs5GTAQf1TM0XEpfg52UX { color:#000000;display:block;width:8.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.625rem;left:1.75rem;height:1.29980625rem;display:block; }
#CzLlSQ1TPFXrN5kJJ6PQiAAAvA54dsTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:35.625rem;left:0rem; }
#Q5qHBWzxrc9XWwPCCknaZhnWMCJ2I5MT { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.625rem;left:12.5625rem;height:1.29980625rem;display:block; }
#fTOlOpUtGbzvrBTCQI8sivAF1Row3VZ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:35.625rem;left:10.9375rem; }
#H34AA26QRIgyeFTg9339qxaVGRfZPZDQ { position:absolute;display:block;z-index:14999;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:0.625rem;width:12.375rem;top:18.125rem;left:7.6875rem;overflow:hidden;display:block; }
#WaLa9ATFieJzner4le0apF500etd5bmh { box-sizing:content-box;height:5.75rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:16.375rem;left:62.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kaqHwgVPkwOmhFSiQezgK3JHsRqtq5zs { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:67.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#LBTw1GO0d6S3vL2TT5T1aZTwaKezFrTl { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.40625rem;left:67.375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwQWzaFNdTBQnoh625zWb1T8gJEOCLtg { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.875rem;left:63.78125rem; }
#Q7lLmWDkkx1ZfsobUQq4LekI09SRUyJO { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ed9602;background-image:none;top:17.0625rem;left:62.875rem;display:block; }
#e5qoQJKyg19aVKktbGqaerqKpxTBZVTB { box-sizing:content-box;height:5rem;width:14.875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:31.875rem;left:34.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vifQOuPHiSn85p40U2dT9Ayt6a9md9HF { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.8876953125rem;left:39.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LVTyVfaUkJyE7Ze8TIF1udiIcwEhPX6S { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ed9602;background-image:none;top:32.25rem;left:34.78125rem;display:block; }
#qy7Rc1Zawli66rtPQPTd3TWTzwRBdbnJ { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.1875rem;left:40.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5LuwyN6DQBHZqmNUJuG7bisVBJCrLTg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.25rem;left:35.71875rem; }
#VSzc9MMO9uXS2BeAcSfpwOAWxPK1Rptv { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.9375rem;left:1.625rem;height:1.29980625rem;display:block; }
#QKnfJsfhUFFqWmCdptEEq4gP5FWlk4aQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:37.9375rem;left:0rem; }
#wUOCtTTWOAKQbqIKdww4rKhog4HzvTd5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:40.125rem;left:0rem; }
#br21Vfsxfcbl3msh3kuTer09Ucb1OsGD { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:40.125rem;left:1.625rem;height:1.29980625rem;display:block; }
#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row .container { background-color: transparent; background-image: none; }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row .container > .video-iframe-container { display: none; }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row > .video-iframe-container { display: none; }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .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); }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row .container { border-width: 0; border-radius: 0; }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#r8fkZzpJw16Is78tLbOhgieXo9FBfquT { box-sizing:content-box;height:2.625rem;width:8.5625rem;position:absolute;display:block;z-index:15007;background-color:#0047ff;background-image:none;top:6rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Awxq4hNFIuL0MDBvSOliCvv77c7P2Q26 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5rem;left:0.6875rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l4IuMZakXf19DxupO0lBUaFkTMl6ako5 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"dm sans";font-size:2.4375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:9.1875rem;left:0rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XbMXxbnQX8LgsLCd0au5Px8wG3LDzw4D { position:absolute;display:block;z-index:15006;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:0.5rem;width:15rem;top:11.8125rem;left:11.6875rem;overflow:hidden;display:block; }
#vR1cHBhCTELTwG6aJh8RIPaRLxOoUyEt { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.1875rem;left:30.875rem;height:2.76171875rem;display:block; }
#RDRszfSrtgua3bbD8GneZnTpCozWVDVJ { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:12.625rem;left:30.875rem;height:5.09765625rem;display:block; }
#a2qxx1vphPPMWdfBETGA8KiTrdqs31xX { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.880859375rem;left:61.1875rem;display:block; }
#btzS8d0CuhmNS5XDU4lmUv6wHy3Lchiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row .container { background-color: transparent; background-image: none; }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row .container > .video-iframe-container { display: none; }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row > .video-iframe-container { display: none; }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .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); }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row .container { border-width: 0; border-radius: 0; }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#tcUqB3aJ5I7Wy6htJWmaxHRI3rgAcWu4 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:"dm sans";font-size:1.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:4.875rem;left:39.9375rem;height:2.35546875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ILx17MGPCTeI0f22WggeVm9MbRV5FEkG { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:7.8125rem;left:39.9375rem;height:8.160125rem;font-style:normal;display:block; }#ILx17MGPCTeI0f22WggeVm9MbRV5FEkG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ILx17MGPCTeI0f22WggeVm9MbRV5FEkG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c18b2c0f5ee24e87169126486c706d272431dfc2.svg); }
#dXJSvV5BvwnebPz4H1TMn5a0XMDT6agZ { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.7;letter-spacing:0;top:21.25rem;left:39.9375rem;height:6.04199375rem;font-style:normal;display:block; }#dXJSvV5BvwnebPz4H1TMn5a0XMDT6agZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dXJSvV5BvwnebPz4H1TMn5a0XMDT6agZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7e77b452048e57e5defba6cf616d1e788f89dd83.svg); }
#wCQ4HPaX8uuwozKuhDBhuPU4WpMO32LL { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"dm sans";font-size:1.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.1875rem;left:39.9375rem;height:2.35546875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pLWpIBARgWzUl2Brt6oW4KRXgKnqf2UB { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.1875rem;width:17.5625rem;top:3.8017578125rem;left:17.188381661442rem;overflow:hidden;display:block; }
#r7OOz9JFX0q2eIAXmhBbkFSUa1m0NFK4 { position:absolute;display:block;z-index:15034;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:0.3125rem;width:5.625rem;top:7rem;left:40rem;overflow:hidden;display:block; }
#VEdAx8rMHhMwkOlS0dUd7FsEPuJdubZA { position:absolute;display:block;z-index:15035;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:0.3125rem;width:11.875rem;top:20.3125rem;left:39.9375rem;overflow:hidden;display:block; }
#n9mMmBgE4KP2JB1qTxyAIv6SOPxMdpfK { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:20.6875rem;top:14.69921875rem;left:2.3125rem;overflow:hidden;display:block; }
#idyTwp8fvB6zaBKakbkeKKkz4hgCwLAB { position:absolute;display:block;z-index:15040;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:5.875rem;width:5.875rem;top:6.5rem;left:6.65625rem;overflow:hidden;display:block; }
#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row .container { background-color: transparent; background-image: none; }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row .container > .video-iframe-container { display: none; }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row > .video-iframe-container { display: none; }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .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); }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row .container { border-width: 0; border-radius: 0; }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#e7RTn8ta9FubhBMRsb1a07JsT6ZoVaTH { color:#000000;display:block;width:46.375rem;position:absolute;font-family:"dm sans";font-size:1.8125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:3.5rem;left:14.3125rem;height:2.35546875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NJrAgowqzFHySrFMrJqNlfr4vB2dpyPJ { color:#000000;display:block;width:46.375rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:6.5625rem;left:14.3125rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wr4U77HTSXTOvk4elMT5UyHHUJfMUcCz { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.375rem;left:38.25rem;display:block; }
#iJFPTydRRybQa9TqnIAFdBf7e9v0lktW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BiCIm8Akb4owfnE7uQB3Dr7nONaMXptT { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.375rem;left:24.4375rem;display:block; }
#Wk9ohaAAPprJ4ta2lSP23prQhC4TRXrn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rItyVVcWXWt91094k6M9AUvk0CdO8T3T { position:absolute;display:block;z-index:15033;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:0.3125rem;width:9.375rem;top:5.5rem;left:46.8125rem;overflow:hidden;display:block; }
#uBkKAmkT5ere4AF8iSnzwT2SsbUXLAsb { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.1875rem;width:17.5625rem;top:3.8017578125rem;left:17.188381661442rem;overflow:hidden;display:none; }
#cgZwR5d55m4UTdPSehbgxGdUxVxsVhXq { position:absolute;display:block;z-index:15040;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:5.875rem;width:5.875rem;top:6.5rem;left:6.65625rem;overflow:hidden;display:none; }
#ZZ1yDZbyKXs96uilyi7a1dRZWJLw4GV7 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:20.6875rem;top:14.69921875rem;left:2.3125rem;overflow:hidden;display:none; }
#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row .container { background-color: transparent; background-image: none; }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row .container > .video-iframe-container { display: none; }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row > .video-iframe-container { display: none; }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .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); }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row .container { border-width: 0; border-radius: 0; }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#A7alhQZIVAsnSJKWNqmTveR6erlI8Bnf { color:#000000;display:block;width:48rem;position:absolute;font-family:"dm sans";font-size:2.4375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:6.3359375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RwVUnJGupyyWep1r1G6b3uvQ5fp7oPtq { position:absolute;display:block;z-index:15006;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:0.5rem;width:15rem;top:13.125rem;left:20.5625rem;overflow:hidden;display:block; }
#hEvJNEGJZiTeJq5J6Kd71I0TTeWGBT79 { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.8125rem;left:61.1875rem;display:block; }
#koUd6btkFT1gzdMXhcmcug40JtlIgLAG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtncTd5kML3n2GVMhno4iu31DvtKWyTN { position:relative;display:block; }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN { background-color: transparent; background-image: none; }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .row .container > .video-iframe-container { display: none; }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .row > .video-iframe-container { display: none; }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .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); }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN { border-width: 0; border-radius: 0; }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .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; }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LZVqTRFGeVsttIJveyWLtV0g7cFItuKV { box-sizing:content-box;height:32.5rem;width:35rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nCeIwSmmTNT3crnN1MWS1ukh4XZD5E6M { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.375rem;left:13.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#krdSpBdTlDyI8UPAyBAGISzL0PbUgQl3 { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:5.5rem;left:3.375rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#STfdvOHnAqooy2SScr6gd4XoedNGqXTu { box-sizing:content-box;height:2.625rem;width:8.5625rem;position:absolute;display:block;z-index:15010;background-color:#0047ff;background-image:none;top:10.1875rem;left:13.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#bWkG2g1bEIW2wUIA6BJFEV0Bspg6ADVk { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.6875rem;left:13.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cu785LWTXAHo4JBXAOtsGAWUtc6SPSWB { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,71,255,0.07);background-image:none;top:1.6875rem;left:9.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zHTPQAy8G5SDZI4R0GqTIrIEsSIcKcID { position:absolute;display:block;z-index:15037;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.875rem;width:1.875rem;top:2.3125rem;left:10.3125rem;overflow:hidden;display:block; }
#MHHqTyVIr9i2VPmTKGfenhFBO0fJSyT4 { position:absolute;display:block;z-index:15036;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:18.0625rem;width:22.6875rem;top:14.625rem;left:6.21875rem;overflow:hidden;display:block; }
#UPIX2adeuP5olrUJgZ6EnT3gKghpErH6 { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pofPtN1gVZnXOC33nCaKrmXQZFJ6OWpL { 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:7.75rem;width:7.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eEqkz4vPcDk12SFnC6NtrgTCqC493wle { box-sizing:content-box;height:32.5rem;width:35rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:0rem;left:40rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yBimTDbiEeWKW6kHzRntNPIJ2vASB5PZ { position:absolute;display:block;z-index:15036;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:18.0625rem;width:30.1875rem;top:14.625rem;left:41.375rem;overflow:hidden;display:block; }
#B7ZxiVahJFD7WRO0PGAOrssGiUFZRbSZ { position:absolute;display:block;z-index:15038;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:12.3125rem;width:6.6875rem;top:19.625rem;left:64.9375rem;overflow:hidden;display:block; }
#uxM1d4cGSDMcTIw4AVwDkgTQ2NiwsLOV { box-sizing:content-box;height:2.625rem;width:8.5625rem;position:absolute;display:block;z-index:15010;background-color:#0047ff;background-image:none;top:10.1875rem;left:53.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#KTQ1snQq0qN4qksRASKhePyqeL14Ka5x { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.6875rem;left:53.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ny97JNTtzR5sM3Ux4N3hnx2OOaeUO4Ag { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:5.5rem;left:43.375rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d1rXM2tlgWEb43gxB9ikV6oUarHaO5KE { 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:7.75rem;width:7.625rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#Jx3zEulzwFbKBUpKGulykFQnEdAfdm8P { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,71,255,0.07);background-image:none;top:1.6875rem;left:49.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#hRSPb8hduOPUUXCMDqyegdAuzDFkZPia { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:0rem;left:40rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#bTXOBPE7MtJ8VmSgrTLSnSauJhx0CBF7 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.375rem;left:53.375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DrR1tPHR6T57oJlAwmHrVRxUDXV4f9Po { position:absolute;display:block;z-index:15037;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.875rem;width:1.875rem;top:2.3125rem;left:50.3125rem;overflow:hidden;display:block; }
#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf { position:relative;display:block; }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf { background-color: transparent; background-image: none; }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .row .container > .video-iframe-container { display: none; }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .row > .video-iframe-container { display: none; }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .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); }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf { border-width: 0; border-radius: 0; }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .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; }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TzZkWcim5JzsCSrkxkw2LdsyT3JvXwwK { box-sizing:content-box;height:32.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LEgGrVPrRL0dGRHCQuGWBQA1IE9TfBRe { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:5.5rem;left:3rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iRwbgAPp7teTrUppADIntglGqeKrDb5M { 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:7.75rem;width:7.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#duPA15OlWqBCyJM0uQqsE0pMI9naCoWD { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#yRISknAWzJ9RlK7brEeQkkHfRmEzmC7F { position:absolute;display:block;z-index:15035;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:18.0625rem;width:30.1875rem;top:14.625rem;left:4.25rem;overflow:hidden;display:block; }
#XoQZWWtalzmUCTdn03LJIMvskOIZDXhF { box-sizing:content-box;height:2.625rem;width:8.5625rem;position:absolute;display:block;z-index:15009;background-color:#0047ff;background-image:none;top:10.1875rem;left:13.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#BoKwP4ySOLxwfqNzFNP4ffsuck9ue0Hq { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:13.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cgCTvdBcJ2bVZepGOypmJ4AQnxnmSH33 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,71,255,0.07);background-image:none;top:1.6875rem;left:8.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#xxH7lr2T1I9KqQN76mW2kJdcrsZmIUFl { position:absolute;display:block;z-index:15036;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.875rem;width:1.875rem;top:2.3125rem;left:8.75rem;overflow:hidden;display:block; }
#Dgg6si69VbuasS6XOJSn40bDTgGnxTAX { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.375rem;left:11.5625rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bteiwb1kbCbrCvpJJ3r1u0ZX6erfglG3 { position:absolute;display:block;z-index:15037;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:12.4375rem;width:6.6875rem;top:19.625rem;left:4.25rem;overflow:hidden;display:block; }
#JeBs1CM6Vyk1TOCu6HKedIEnSLBPB7ab { box-sizing:content-box;height:32.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:40rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#x722lTatJoGbd5go1VX2eRTWpMEF3Na7 { box-sizing:content-box;height:2.625rem;width:8.5625rem;position:absolute;display:block;z-index:15011;background-color:#0047ff;background-image:none;top:10.1875rem;left:53.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#gptbxZaOXuiZx4p31Egmpl9ZTqoJfWkD { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.6875rem;left:53.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RApLpZdnwRU8g2bFmVMhxbLPfRlsMlLE { position:absolute;display:block;z-index:15035;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:7.6875rem;top:18.8125rem;left:57.875rem;overflow:hidden;display:block; }
#pAzvgTUtczb9a1PwBFSf53neS25cupnq { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:5.5rem;left:42.375rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FQqoP5SSMsZAZFmHcwnVPGr3gHL9dqPo { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:6.5rem;top:21.21875rem;left:52.125rem;overflow:hidden;display:block; }
#RX1WVzDN6SbIo6AFnmI9NmyK8eMnuDS3 { 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.75rem;width:7.625rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#D5umlZ74x6xKltcXruOTv8xRC4Wegh7i { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,71,255,0.07);background-image:none;top:1.6875rem;left:47.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PVW41JuSMG022MNoG1gkcsok6QznT3ZM { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.375rem;left:51.25rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pcuF1LTAdM0kBU6oAOd2ymbAfOthXHm5 { position:absolute;display:block;z-index:15038;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.875rem;width:1.875rem;top:2.375rem;left:48.1875rem;overflow:hidden;display:block; }
#hAU5lfTPCLhwfl4wAwxTaolgCJkOdT3u { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:0rem;left:40rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#gUpH1dE6zvdBKbWWCixPUbbhm93usTRa { position:relative;display:none; }#gUpH1dE6zvdBKbWWCixPUbbhm93usTRa { border-width: 0; border-radius: 0; }#gUpH1dE6zvdBKbWWCixPUbbhm93usTRa > .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; }#gUpH1dE6zvdBKbWWCixPUbbhm93usTRa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Gl0Go9bhi2cOIUPuWuRXiZ0bWy63SeHq { box-sizing:content-box;height:32.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cFHT4TdTQJGtorpgnLEM1koTakcPwuKL { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:5.5rem;left:3rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EH8DHtb68N2TrxIu0CNNbdk1Bx7gP0yi { 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:7.75rem;width:7.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#va6xmEwz640534oXvmcIEBNHMhzFRbvz { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#c0QT6mWRwRWrrMm9XwdCuWUgJrriw8s9 { position:absolute;display:block;z-index:15035;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:18.0625rem;width:30.1875rem;top:14.625rem;left:4.25rem;overflow:hidden;display:block; }
#rInnLTeRk2aLhviFJtwheeupZzS5M6oM { box-sizing:content-box;height:2.625rem;width:8.5625rem;position:absolute;display:block;z-index:15009;background-color:#0047ff;background-image:none;top:10.1875rem;left:13.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Nfpg1TxlyklLzhrCrFZWdk2caBtLQ1la { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:13.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pzTNbOgAGnqNWXUPboVRBaC2TCyU3Hn0 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,71,255,0.07);background-image:none;top:1.6875rem;left:8.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#emfV7xCgzLvCZcINmqdUkoXy5DWQuTcw { position:absolute;display:block;z-index:15036;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.875rem;width:1.875rem;top:2.3125rem;left:8.75rem;overflow:hidden;display:block; }
#IiP6RakmFpPw2eXiZT7t8iKzPL3O66zg { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.375rem;left:11.5625rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#v5eLGxOCPzgQ082EvBHEPoWq0SZ8V2nF { position:absolute;display:block;z-index:15037;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:12.4375rem;width:6.6875rem;top:19.625rem;left:4.25rem;overflow:hidden;display:block; }
#VhKHy0UyBvxcNKxq0MfJuuBAFEvXpTtt { box-sizing:content-box;height:32.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:40rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XvTSD8bcm1NNSOGaMgPGnkqLQ1oKlg2k { position:absolute;display:block;z-index:15036;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.5rem;width:15.5rem;top:15.9375rem;left:58.875rem;overflow:hidden;display:block; }
#FqoiASueLw7BMHz1LZl0NH5NDLDHbqNP { position:absolute;display:block;z-index:15034;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.5rem;width:15.5rem;top:15.9375rem;left:49.9375rem;overflow:hidden;display:block; }
#OBQ6yypsTD7Tq7ZXegqltJgZM75g9AHT { box-sizing:content-box;height:2.625rem;width:8.5625rem;position:absolute;display:block;z-index:15011;background-color:#0047ff;background-image:none;top:10.1875rem;left:53.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#tTEHaCcLe9ExLklbbMS4pZumR6uJVBIQ { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.6875rem;left:53.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#To1IKvTX8A04LZrSvX1sB7vHndiS7IZ2 { position:absolute;display:block;z-index:15035;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:7.6875rem;top:19.5rem;left:45.6875rem;overflow:hidden;display:block; }
#TwcCixwESqCGXFWlQ9XCaSS3b8IPJOtk { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:5.5rem;left:42.375rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AVOiydSlZK14BlbLwd0SlxAr8nqh2wXM { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:6.5rem;top:22.1875rem;left:42.875rem;overflow:hidden;display:block; }
#t5TVhTSilqSFqOSo22sg4fiFpBaFNDVi { 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.75rem;width:7.625rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#QeuSG24CBkT7lcxQoVBhg5uzl9Wt1Lsx { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,71,255,0.07);background-image:none;top:1.6875rem;left:47.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#txTMAleKykwG1dF6GnhfTA2QplLgJBEy { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.375rem;left:51.25rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FCpbtmSWb2cGV9MNhG2uobT3cJdgLA6U { position:absolute;display:block;z-index:15038;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.875rem;width:1.875rem;top:2.375rem;left:48.1875rem;overflow:hidden;display:block; }
#WeAshg6sWoDw7z1JTiztyhM9fieHoBS8 { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:0rem;left:40rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 { position:relative;display:block; }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 { background-color: transparent; background-image: none; }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .row .container > .video-iframe-container { display: none; }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .row > .video-iframe-container { display: none; }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .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); }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 { border-width: 0; border-radius: 0; }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .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; }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .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:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EGd2qIBxxcioeE7P9IIh8yeiwbRF6rVm { box-sizing:content-box;height:24.5625rem;width:35rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:0rem;left:20.0625rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NTq1kuus2TECrxU9uz5x10ibJISyNLsf { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:5.5rem;left:22.9375rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uUPFmfDQWueekvq0XGXB4EflETU4UL9T { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,71,255,0.07);background-image:none;top:1.6875rem;left:28.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ENks6g6GvnAs9EW4yHPvudInsg3Tlm0h { position:absolute;display:block;z-index:15039;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.875rem;width:1.875rem;top:2.3125rem;left:28.8125rem;overflow:hidden;display:block; }
#G3h9DcLh1ZlwViTPlqGUKeneq8frTM7s { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.625rem;top:0rem;left:20.0625rem;overflow:hidden;display:block; }
#baQK88LVZWFOUCT0vGZiotWeGsDLV0J0 { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:0rem;left:20.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#knkzd4AxsqE4SqXiCT6MG7KgAkdGPZuy { box-sizing:content-box;height:2.625rem;width:8.5625rem;position:absolute;display:block;z-index:15011;background-color:#0047ff;background-image:none;top:12.0625rem;left:33.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Qq8VRVKXkJMU2u3s7FxTUUOOzfAN9iTA { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.5625rem;left:33.3125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wDWGQd0tHemr4uQe7da0CbAdr5FTF6AP { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TgIesseteSEhe9kiLvHBqxVbW5klFcrO { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:12.8125rem;top:17.125rem;left:31.21875rem;overflow:hidden;display:block; }
#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw { position:relative;display:block; }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw { background-color: transparent; background-image: none; }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .row .container > .video-iframe-container { display: none; }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .row > .video-iframe-container { display: none; }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .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); }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw { border-width: 0; border-radius: 0; }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .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; }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .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:18.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NDLJ1NLX8fAH3gsbq6CnwilLu31FN7TN { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5625rem;left:38.25rem;display:block; }
#yeco3aGy7vvzoHCgI9QtxOEJEWUGVSn2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyU2EgIA5suDCH2TmqP9bNpwVPXBwHmf { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.5625rem;left:24.4375rem;display:block; }
#Rx5BPzN8WGokT3FTUr9J7odkoCMznE8g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row .container { background-color: transparent; background-image: none; }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row .container > .video-iframe-container { display: none; }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row > .video-iframe-container { display: none; }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .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); }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row .container { border-width: 0; border-radius: 0; }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#APvEUbJwPVlAS0QTRVA1tk3LerQ1oPMe { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"dm sans";font-size:2.6875rem;font-weight:400;z-index:14999;line-height:1.4;letter-spacing:0;top:9rem;left:3.375rem;height:3.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FMObcTfT61l5uDma5qUEIVzVTJbgcThH { position:absolute;display:block;z-index:15006;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:0.5rem;width:8.9375rem;top:16.0859375rem;left:3.375rem;overflow:hidden;display:block; }
#BNdXP2kKLKk9d4lIkVnhJdQzefHqHSE9 { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10.37109375rem;left:28.125rem;height:3.1875rem;display:block; }
#MIfoJ2QxwkHBEp5PrI5Tp73VmD4BTi80 { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:"russo one";font-size:5.3125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#sQQHPtBPPPKvEZo0v2hJu6Vz40Mkk5qR { 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.5625rem;width:10.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SySrIIT5AMOIrAGMJrSXKE2bcZJMRmG9 { box-sizing:content-box;height:2.9375rem;width:19.375rem;position:absolute;display:block;z-index:15000;background-color:#e5eeff;background-image:none;top:2.25rem;left:4.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Hmk73vfdMAmdlBy7mTrfGugcWXS5z2av { color:#0047ff;display:block;width:17rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.0625rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row .container { background-color: transparent; background-image: none; }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row .container > .video-iframe-container { display: none; }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row > .video-iframe-container { display: none; }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .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); }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row .container { border-width: 0; border-radius: 0; }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#UXiADeOOluG0AeLseG32xZe7CqpRwnVc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:11.625rem;top:4.1875rem;left:62.75rem;overflow:hidden;display:block; }
#ILMB4lWDTtDcTT9PwwrdEuSkT2aTzgri { box-sizing:content-box;height:18.0625rem;width:33.3125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:7.21875rem;left:38.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iHOEwXgLTBetuxn3xsdpOTk2OIGDJ4A9 { color:#171b2a;display:block;width:22.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:15.125rem;left:39.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vXaH2gWBSoTQ4Buvv39kyTV2InUoKlte { color:#171b2a;display:block;width:14rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.25rem;height:2.11230625rem;font-style:normal;display:block; }
#yyuCuvnVqMp07WkVbnJprUxKXmMDLMd0 { color:#0047ff;display:block;width:9.125rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:10.25rem;left:41.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fSC6hIHHiLAwviVKe35aLvp2eBDyQTXr { position:absolute;display:block;z-index:15038;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.5625rem;width:1.5625rem;top:10.1875rem;left:39.25rem;overflow:hidden;display:block; }
#dCJw3O4O7rsGW5Vzg3uwo6FL4NVQZSlO { color:#da0000;display:block;width:16.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22rem;left:39.25rem;height:1.29980625rem;font-style:normal;display:block; }
#V8Wcloqm2UQqbVwWqP5hAf75MaeFV7DH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:21.6875rem;left:55.625rem; }
#nl3tDWZ0TImmlAtvgnATqwp9qoA6tDRI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:1.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:21.8125rem;left:39.25rem;display:block; }
#DQUaahVw2TgKM4ebePpbkvieJm07bsV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a7HQQPJGx1fwFHtLnq50TsMHLT8haFCZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:11.625rem;top:4.1875rem;left:24.625rem;overflow:hidden;display:block; }
#CU64MDnahxvIsFNIkoCO8fCG9RrPAVAk { box-sizing:content-box;height:18.0625rem;width:33.3125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:7.25rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xcaQ1n93dGVrMIWc1SgWKQdvcxT0ASET { color:#171b2a;display:block;width:22.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:15.125rem;left:1.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTyg6PyDB5RGZsOKZBgtur3xy6emynN8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:22.0625rem;left:17.5rem; }
#EGgUHbUCUoGvvN02uFpAea0Ol09bqdm5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:1.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:22.1875rem;left:1.125rem;display:block; }
#TWfBhGxeaugF38TMgpZiRHGrxOpe6p3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E2wpHNkh6SfTtgkAcX2Q4CaNOFa6hAG9 { color:#171b2a;display:block;width:18.625rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.125rem;height:2.11230625rem;font-style:normal;display:block; }
#QrNHWKTJgoOzIfDpcJBrre6qTExkob8F { color:#da0000;display:block;width:16.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.375rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#mE7BZZ28WFMzi0IF5FIhl5HtBbzlCnbz { color:#0047ff;display:block;width:9.125rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:10.25rem;left:3.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zaz0dpZT1S9yeRsuBNNQMh1tAgC176OR { position:absolute;display:block;z-index:15044;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.5625rem;width:1.5625rem;top:10.1875rem;left:1.125rem;overflow:hidden;display:block; }
#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row .container { background-color: transparent; background-image: none; }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row .container > .video-iframe-container { display: none; }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row > .video-iframe-container { display: none; }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .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); }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row .container { border-width: 0; border-radius: 0; }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#X8Rh5vScTws4ohbtgQesEmo5O7DngEGn { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:11.625rem;top:4.1875rem;left:62.75rem;overflow:hidden;display:block; }
#QwdbTuEDtKPgShtTC37e4TMFxhauE9gK { box-sizing:content-box;height:18.0625rem;width:33.3125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:7.21875rem;left:38.125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NVmlUemLWkSzehc97UmNFMgFA4d3iJ0q { color:#171b2a;display:block;width:22.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:17rem;left:39.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CbfpuQTc5wNOKT6tVg1whQNoUWPJpiT9 { color:#171b2a;display:block;width:14rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.25rem;height:4.2246125rem;font-style:normal;display:block; }
#XFCZMxxBBIi67qkhLE0VaX5uHTf9lSC7 { color:#0047ff;display:block;width:9.125rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:10.25rem;left:41.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G1OwmJtkawvVFyvINkCFCLv6oKFyzGzf { position:absolute;display:block;z-index:15038;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.5625rem;width:1.5625rem;top:10.1875rem;left:39.25rem;overflow:hidden;display:block; }
#PTgLibtJ7OClWxiAS6IVq2aNwECV4nOM { box-sizing:content-box;height:18.0625rem;width:33.3125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:7.25rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TiB1BbpmXlmU9sewqTOdHtlMRt4vUnZu { color:#0047ff;display:block;width:9.125rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:10.25rem;left:3.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N98g2pCZitGhL9lT5KathTmd5KPICnMl { position:absolute;display:block;z-index:15044;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.5625rem;width:1.5625rem;top:10.1875rem;left:1.125rem;overflow:hidden;display:block; }
#vnVGQMngVAUdaMy8Xn9Z43HhAMnBrxQE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:11.625rem;top:4.1875rem;left:24.625rem;overflow:hidden;display:block; }
#eWE1Fl8TNSLITgu55pwNzchr7JM6lfEq { color:#171b2a;display:block;width:22.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:17rem;left:1.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kxt0PJAMiRPbgQX3ulr9b41y2n6qiRad { color:#171b2a;display:block;width:18.625rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.125rem;height:4.2246125rem;font-style:normal;display:block; }
#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row .container { background-color: transparent; background-image: none; }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row .container > .video-iframe-container { display: none; }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row > .video-iframe-container { display: none; }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .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); }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row .container { border-width: 0; border-radius: 0; }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#CNLwliMzJ3yggTkCnK77CMAppBZhCBFh { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:24.4375rem;display:block; }
#SEPmT8PF5RiF71gOy871Mt3EIlDL2xaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6VeHhgCDxbOcI5iHDmQOJ4KHmg6koPZ { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:38.25rem;display:block; }
#ZvFHTOTmcymu5xHEkOUz4DTutFxJXudI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row .container { background-color: transparent; background-image: none; }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row .container > .video-iframe-container { display: none; }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row > .video-iframe-container { display: none; }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .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); }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row .container { border-width: 0; border-radius: 0; }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#mNWW9CxJZ2GADSelvW6bOKMB0fAW4Enz { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"dm sans";font-size:2.6875rem;font-weight:400;z-index:14999;line-height:1.4;letter-spacing:0;top:9rem;left:3.375rem;height:7.5234375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#anmHCd0K4shSsBDNmstSKSITgxqO7pyD { position:absolute;display:block;z-index:15006;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:0.5rem;width:18.125rem;top:16.0859375rem;left:3.375rem;overflow:hidden;display:block; }
#pe6wFwnTsPrMXCZIMyx6bgrFzG0P4cZX { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6.9375rem;left:28.125rem;height:1.59375rem;display:block; }
#TG28yldzO25I5QOewkrsMn6QleaO1y40 { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.3125rem;left:28.0625rem;height:4.78125rem;display:block; }
#eMXT8usS6QE7NMp6EqOUrOIvUqwfyyxB { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.8125rem;left:28.125rem;height:1.59375rem;display:block; }
#t0dny2hw2iH3w3ZaNALyhGRRm89wJTvk { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:"russo one";font-size:5.3125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#yZB7SrCFfkB6MOcZnmwKog7FqEa2kege { 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.5625rem;width:10.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GNHICBeAXRT7bKETZWvxgWkLbb9fCEt9 { box-sizing:content-box;height:2.9375rem;width:19.375rem;position:absolute;display:block;z-index:15000;background-color:#e5eeff;background-image:none;top:2.25rem;left:4.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#MxTasnodkfslZhMT6gTKJglCcnskIruS { color:#0047ff;display:block;width:17rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.0625rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 { position:relative;display:block; }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 { background-color: transparent; background-image: none; }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .row .container > .video-iframe-container { display: none; }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .row > .video-iframe-container { display: none; }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .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); }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 { border-width: 0; border-radius: 0; }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .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; }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .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:51.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J37FiHZ1Ur4O86puQgChQgqh24z4NRec { position:absolute;display:block;z-index:15038;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:45rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HzsU3E6gax8SigrHMyDe63ymp1M94lav { position:absolute;display:block;z-index:15039;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:28rem;width:15.25rem;top:16.6875rem;left:53.5rem;overflow:hidden;display:block; }
#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002762, #0255aa);background-image: -moz-linear-gradient(90deg, #002762, #0255aa);background-image: -ms-linear-gradient(90deg, #002762, #0255aa);background-image: -o-linear-gradient(90deg, #002762, #0255aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );";background-image: linear-gradient(90deg, #002762, #0255aa);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container { background-color: transparent; background-image: none; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container > .video-iframe-container { display: none; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row > .video-iframe-container { display: none; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .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); }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container { border-width: 0; border-radius: 0; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#uipJzKxamEtmMW2WNeFox49g7etzsTcg { color:#171b2a;display:block;width:20.125rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:24.125rem;left:1.75rem;height:3.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DcJZAavO3EmbFpbMPdmEWK3fXcX5JKph { color:#171b2a;display:block;width:20.125rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.4375rem;height:3.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J7bNUJg2cgPpn1r09acnrr8v7LQQcot7 { color:#171b2a;display:block;width:16.8125rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:24.125rem;left:54.8125rem;height:1.8372375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dT62N2om3ncE7cVy74lWvtixCtSTe00e { color:#ed9602;display:block;width:20.125rem;position:absolute;font-family:"dm sans";font-size:3.75rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:18.75rem;left:1.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zww6FcMlLOMvz5v7NrFg2bg5WveGlGpr { color:#ed9602;display:block;width:20.125rem;position:absolute;font-family:"dm sans";font-size:3.75rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:18.75rem;left:27.4375rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sqdpVGxb8rbMfIGGRGuBSflXpKwTVyDi { color:#ed9602;display:block;width:20.125rem;position:absolute;font-family:"dm sans";font-size:3.75rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:18.75rem;left:53.125rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lFNF9qXSplxVKvaqtC6X6ZnUBhyDHHhx { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:"dm sans";font-size:1.8125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:8.5625rem;left:9.71875rem;height:5.07421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#piElRup2oGVigq9dQBlBFoWsn8dEf4o8 { box-sizing:content-box;height:11.875rem;width:23.625rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:17rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VVBHMKbeXldrLU6WaGcuIXsdP5oqBf2t { box-sizing:content-box;height:11.875rem;width:23.625rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:17rem;left:25.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Z9VDdm0uZTNwvsfn2oNdGnKpWgHyJwog { box-sizing:content-box;height:11.875rem;width:23.625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:17rem;left:51.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF { position:relative;display:block; }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF { background-color: transparent; background-image: none; }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .row .container > .video-iframe-container { display: none; }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .row > .video-iframe-container { display: none; }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .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); }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF { border-width: 0; border-radius: 0; }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .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; }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .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:10.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zyA3BiKXuMkEEp0SytP2gm24ADN6FtNO { color:#000000;display:block;width:61.5625rem;position:absolute;font-family:"dm sans";font-size:1.8125rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:5.4375rem;left:6.75rem;height:2.5371125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uSS09BnrbZdC5ASFVoi6GyMAHG3vzbTE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:10rem;top:7.5625rem;left:8.1875rem;overflow:hidden;display:block; }
#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 { position:relative;display:block; }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 { background-color: transparent; background-image: none; }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .row .container > .video-iframe-container { display: none; }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .row > .video-iframe-container { display: none; }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .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); }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 { border-width: 0; border-radius: 0; }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .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; }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .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:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vHfvsE0yg4JNRSlsGZ3kwLMZclFWwWGR { box-sizing:content-box;height:21.8125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#V2WyMs5DRc7yNA26O3TmFT4MI2xazpBv { color:#171b2a;display:block;width:36.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:7.0625rem;left:3.4375rem;height:10.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V2WyMs5DRc7yNA26O3TmFT4MI2xazpBv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V2WyMs5DRc7yNA26O3TmFT4MI2xazpBv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
#L1K5MIo0C1vFd1kDVmiiB21yaaO9b56i { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#bEP96sQw74gGQLf7TFpPpAXvPo9xkNqL { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.125rem;left:5.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CoXX3c2k5Znh6QROkVXwaJX63reLI9dy { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:3.5625rem;overflow:hidden;display:block; }
#m4aE10F32Ts4Gn5XetxKkUXEIKsSa5xU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:34.5625rem;top:0.59375rem;left:40.3125rem;overflow:hidden;display:block; }
#zJA3KJPXmh5FtDzU3BqlyXh7noErdRRT { color:#da0000;display:block;width:16.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.67578125rem;left:3.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#zn6QMLA7mhfp54BfWMeQdwDKoGaTf9NS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.34375rem;left:19.8125rem; }
#a2rOLWDeTtUBwIhWcc54V6qRInBOMiMf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:1.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.46875rem;left:3.4375rem;display:block; }
#OIycdJyDHHL6zITvPT1Wne6NbPwQw3o0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW { position:relative;display:block; }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW { background-color: transparent; background-image: none; }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .row .container > .video-iframe-container { display: none; }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .row > .video-iframe-container { display: none; }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .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); }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW { border-width: 0; border-radius: 0; }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .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; }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .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:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vc7hU6xXMCxZtoZ2p7ZfRbi3XfeTiTvv { box-sizing:content-box;height:21.8125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nruWok4wgcIMPoMEdfw0bW9MVbN2tAkE { color:#171b2a;display:block;width:36.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:7.0625rem;left:32.9375rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nruWok4wgcIMPoMEdfw0bW9MVbN2tAkE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nruWok4wgcIMPoMEdfw0bW9MVbN2tAkE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
#AqDgzI2h2ZwcVEJEhfXsrSqQoTZZeXRf { color:#171b2a;display:block;width:41rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:33.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#TmfD3bp9zRVs6gGWpzlfSslPQKtrB6XP { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.125rem;left:35.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OxMT9fJoV0KweGN5lgfRhrIZXqRgCx9q { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:33.0625rem;overflow:hidden;display:block; }
#bUwqT7Ao857AS0GXptDRI2a4l9vEp8FF { 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:20.75rem;width:34.5625rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#m3aOpAQaM3Z0eWTN4TfJFZEnmCk6As6V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16.5625rem;left:49.3125rem; }
#azbPdIbF2a44idqlesybo3h8RunJt94d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:1.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:16.6875rem;left:32.9375rem;display:block; }
#CT8JrDwvcNFGIT7KoObatPTekT2LJC6l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HnAWFh1q2JWt5ygsV4WT6CCBe0DNawPg { color:#da0000;display:block;width:16.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.875rem;left:32.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw { position:relative;display:block; }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw { background-color: transparent; background-image: none; }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .row .container > .video-iframe-container { display: none; }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .row > .video-iframe-container { display: none; }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .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); }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw { border-width: 0; border-radius: 0; }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .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; }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .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:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IqBmnZekyuTAD3XWzaM6z62m7gVHHtkQ { box-sizing:content-box;height:21.8125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PQJyvTnZbo8td6SSW6Tvlc8LDiwhsmrJ { color:#171b2a;display:block;width:38.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:7.5rem;left:3.4375rem;height:13.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PQJyvTnZbo8td6SSW6Tvlc8LDiwhsmrJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PQJyvTnZbo8td6SSW6Tvlc8LDiwhsmrJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
#AE2sARZbzGrBzudWk5Zq8x8hJozaCTPB { color:#171b2a;display:block;width:41rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#EyWwlpZJ0ZQtb67XAVuMteSrcgrs0Tlb { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.125rem;left:5.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q1Tq2zTlhpP38nUBTpge8PuQNdexTgaa { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:3.5625rem;overflow:hidden;display:block; }
#vPeo5IdMWPEMI0JoTtI84NqxSACNQIsq { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:34.5625rem;top:0.59375rem;left:40.3125rem;overflow:hidden;display:block; }
#O0PVZUMTtRNAstk5JiPRTh0aZp9qEkTf { color:#171b2a;display:block;width:38.0625rem;position:absolute;font-family:"dm sans";font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:5.71875rem;left:3.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP { position:relative;display:block; }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP { background-color: transparent; background-image: none; }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .row .container > .video-iframe-container { display: none; }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .row > .video-iframe-container { display: none; }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .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); }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP { border-width: 0; border-radius: 0; }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .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; }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .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:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nAgvBFccNxv7G6dMiv5HaTTFhDiLIiLf { box-sizing:content-box;height:21.8125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fmVZxnGenwaMdQc4SIUqT0XMciIxXk3Q { color:#171b2a;display:block;width:33rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:9.0625rem;left:32.875rem;height:6.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fmVZxnGenwaMdQc4SIUqT0XMciIxXk3Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fmVZxnGenwaMdQc4SIUqT0XMciIxXk3Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
#EzXUybcypHTpkSMl29QmcOInQMVNK8L2 { color:#171b2a;display:block;width:33.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:33.0625rem;height:3.8984375rem;font-style:normal;display:block; }
#qKans2lsknJc2xzTeeOFNePDCuf72iik { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.125rem;left:35.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ty7B7rvITdLWOalspHKzSST9AlTPfGxg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:33.0625rem;overflow:hidden;display:block; }
#iSmb78icLQXaWs325KTEkN3qMFCSCIqs { 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:18.75rem;width:31.25rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#irgFz4Duynaus9L5Sc4awEKgTPtobREh { position:relative;display:block; }#irgFz4Duynaus9L5Sc4awEKgTPtobREh { background-color: transparent; background-image: none; }#irgFz4Duynaus9L5Sc4awEKgTPtobREh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .row .container > .video-iframe-container { display: none; }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .row > .video-iframe-container { display: none; }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .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); }#irgFz4Duynaus9L5Sc4awEKgTPtobREh { border-width: 0; border-radius: 0; }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .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; }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .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:9.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; }#wUrRpJAT1qR9voci8XK4ZJ5v3WlkIbrT { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:24.4375rem;display:block; }
#POZVB0UacTUQuTd1Wdyl2MzoNBWQBaGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#deqSUeoPuwrKFx6FwgL2JKIXFbX4eTfH { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:38.25rem;display:block; }
#w0oJVhrdC9uwJoPh8KoUAKdBrWPabz0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X.adaptive-delivery-prevent-bg, #mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X.lazyload, #mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X.lazyloading { background-image: none; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container { background-color: transparent; background-image: none; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container > .video-iframe-container { display: none; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row > .video-iframe-container { display: none; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .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); }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container { border-width: 0; border-radius: 0; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;width:75rem;position:relative;display:block; }#mbEhBHqHXrCpFBWT28EtAmZaMKdChiMS { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9rem;left:3.375rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JttvkTDTCTFDbbo9NtcpZS3gbnC00bLA { position:absolute;display:block;z-index:15006;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:0.5rem;width:16.25rem;top:15.5rem;left:3.375rem;overflow:hidden;display:block; }
#ubcepn2tzzp49SZmqoQ1HveIAsh73TEJ { color:#000000;display:block;width:48.625rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6.75rem;left:26.375rem;height:1.59375rem;display:block; }
#oO1zSKsQeHVfBwBcPTAPOXhVs3rh9JrM { box-sizing:content-box;height:2.9375rem;width:19.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.25rem;left:4.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#imwnHBZwZB1WyG46qNVCc1HFoITdWdHx { color:#0047ff;display:block;width:17rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.0625rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WShkS3JieswykqlTKWQAqNG53uTveBQc { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.3046875rem;left:26.375rem;height:4.78125rem;display:block; }
#ncNnsbwJzr6vMZP2t7FPbyD3cRxBxn8D { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.75rem;left:26.375rem;height:3.1875rem;display:block; }
#fdqemXuLoUQSkhH69UUEtpH2N87RWAFo { position:absolute;display:block;z-index:15036;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:44.875rem;width:75rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#wEc4fv8ZPwaAvPyiGceM1k2sdMrixy9Q { position:absolute;display:block;z-index:15037;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.125rem;width:15.25rem;top:34.63671875rem;left:53.4697265625rem;overflow:hidden;display:block; }
#PH2orSg8fHfKRZna8XQsIWRaSey9zku4 { 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.5625rem;width:10.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lfM5sIMyo3hKUKQH55WruxHsObnOg8cr { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:"russo one";font-size:5.3125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container { background-color: transparent; background-image: none; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container > .video-iframe-container { display: none; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row > .video-iframe-container { display: none; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .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); }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container { border-width: 0; border-radius: 0; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#ykZToLi9PR0iPhXC0hpVEbcJUdfg164O { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.25rem;left:11.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tbEC2LyFHcX6ZHZewqubTxsnOibilHsP { position:absolute;display:block;z-index:15019;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.5625rem;width:1.5625rem;top:6.25rem;left:9.625rem;overflow:hidden;display:block; }
#guCqyb7D4Fe1OmNBb7eCryAizWRd4Hrw { color:#171b2a;display:block;width:9.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.75rem;height:1.94921875rem;font-style:normal;display:block; }
#pyDumCP48pWR7P85D2Nub7xoUgLr1vrR { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:3.9375rem;left:28.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UekqN1AKODM9zZ4NDnZxRfpQHPTUvToX { position:absolute;display:block;z-index:15020;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:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#AQlcaEbO1IOrnuFyVkQJe9u3T546ZHh5 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:10.8125rem;left:0rem;display:block; }
#DldMRTFU8tTl3Rt4219EftpLPD7DEE1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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:none; }#DldMRTFU8tTl3Rt4219EftpLPD7DEE1g > .row .container { border-width: 0; border-radius: 0; }#DldMRTFU8tTl3Rt4219EftpLPD7DEE1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DldMRTFU8tTl3Rt4219EftpLPD7DEE1g > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:none; }#n5G9ruL8l23raavMggw5MwM8EVn76hv0 { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.25rem;left:11.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pUUF2oZat6T4HuEzGW4t6G9wQpkLpno1 { position:absolute;display:block;z-index:15019;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.5625rem;width:1.5625rem;top:6.25rem;left:9.625rem;overflow:hidden;display:block; }
#SXCUDhVS8fBgzTMwg6kAnIGfTg5hsm84 { color:#171b2a;display:block;width:12.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.75rem;height:1.94921875rem;font-style:normal;display:block; }
#gZ1EFUniqSVnCtUs9OsdCNQJIrLFQang { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:3.3125rem;left:28.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bkZZK3uavECbhcZ6S6ew5b5ei5WqRnJQ { position:absolute;display:block;z-index:15020;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:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#lghvl7Vbs2SnpJ8RrEVTKcuhsSPRdQux { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:10.8125rem;left:0rem;display:block; }
#k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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:none; }#k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q > .row .container { border-width: 0; border-radius: 0; }#k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:none; }#SfNJDmBkSMlZNPT9ZsoE20mMNGLBAy6m { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.25rem;left:11.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tzqJ7A423ZrcX4iP0E2uAIOBTDieMCoZ { position:absolute;display:block;z-index:15019;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.5625rem;width:1.5625rem;top:6.25rem;left:9.625rem;overflow:hidden;display:block; }
#bKJEVBHZBUwo6U5gnTlqZI1ghSDinZEs { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.75rem;height:1.94921875rem;font-style:normal;display:block; }
#IXn79mqSUc1pplim72rnmMWzx9L7o84z { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:2.4375rem;left:28.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sa6l4WEUcuyWZXJp2ArQHurpTxLNTXFK { position:absolute;display:block;z-index:15020;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:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#lF9LXLXyTbSOJZfwUSUTmE7pfANFJnN6 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:10.8125rem;left:0rem;display:block; }
#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container { background-color: transparent; background-image: none; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container > .video-iframe-container { display: none; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row > .video-iframe-container { display: none; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .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); }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container { border-width: 0; border-radius: 0; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#VlZwa2M2V9FlJzMn955kdURkXMISkWIi { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.25rem;left:11.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H5ExGHIvEhevRT73hNcrn7boUEXioHxb { position:absolute;display:block;z-index:15019;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.5625rem;width:1.5625rem;top:6.25rem;left:9.625rem;overflow:hidden;display:block; }
#hIlU1q6Cz8vPdd892eOlyg3XxWKaJtWy { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.75rem;height:1.94921875rem;font-style:normal;display:block; }
#aDQBHnT8wSzlocm3STtIrUpz3vocBwWW { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:2.4375rem;left:28.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yEleCInTVr4H0sakialf9NKEiMr4GaZW { position:absolute;display:block;z-index:15020;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:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#IktxGTdE4gUcsWxVG3BAhWFAvJ0zOlKL { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:11.6875rem;left:0rem;display:block; }
#XJM0aVt6kcuQRioQ5E5lQ1wTfU9C3bTo { color:#da0000;display:block;width:16.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:8.875rem;left:28.125rem;height:1.29980625rem;font-style:normal;display:block; }
#FsV94SltS2Ptg5EJqDvUhpwGT6SnFMNb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:8.5625rem;left:44.5rem; }
#l4XUnqgIfQQTH1hV97aP8N2x8FinqVJa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:1.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:8.6875rem;left:28.125rem;display:block; }
#nkVLBh72PWnEVb8Dn1olop7f8G0gPrbg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container { background-color: transparent; background-image: none; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container > .video-iframe-container { display: none; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row > .video-iframe-container { display: none; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .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); }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container { border-width: 0; border-radius: 0; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#QAtpWRtHKXCwvyviTs3sbPMKyciqvCkh { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.25rem;left:11.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nosTW1OGFIspUfOiLBRIzIptWE2K1IaZ { position:absolute;display:block;z-index:15019;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.5625rem;width:1.5625rem;top:6.25rem;left:9.625rem;overflow:hidden;display:block; }
#BSJMi2tzKVIxI4FHSV7uWy34rSTu7629 { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.75rem;height:1.94921875rem;font-style:normal;display:block; }
#gQX6cotmJyCDmK0OWKdIhWC5TR5GRQxw { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:2.4375rem;left:28.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ynqvtO9JHJygvJoSWHNdk2XfLqJEUvcl { position:absolute;display:block;z-index:15020;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:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#Xe3SvwcosmDTwxisNAhWrefqCzHphT2y { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:10.8125rem;left:0rem;display:block; }
#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container { background-color: transparent; background-image: none; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container > .video-iframe-container { display: none; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row > .video-iframe-container { display: none; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .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); }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container { border-width: 0; border-radius: 0; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#pezTNTImlEoQNbOprV0LcEEIPQTvn5DS { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.25rem;left:11.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FrTp1KG9AVFgCz4zW6vLSrBt6olkQRfL { position:absolute;display:block;z-index:15019;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.5625rem;width:1.5625rem;top:6.25rem;left:9.625rem;overflow:hidden;display:block; }
#Ar90vADsQ4iq2X2XffxQvFxHhawNtP18 { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.75rem;height:1.94921875rem;font-style:normal;display:block; }
#Muk0QRLXJWzxuFnlLFzrOHoaNPPJVohi { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:2.4375rem;left:28.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z1CiH8dzBUdinKZDKZkeTICWlsFEFbFk { position:absolute;display:block;z-index:15020;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:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#mA84QuDqLbUrHkfSU9MPyR4bZxc2R802 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;top:10.8125rem;left:0rem;display:block; }
#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container { background-color: transparent; background-image: none; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container > .video-iframe-container { display: none; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row > .video-iframe-container { display: none; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .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); }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container { border-width: 0; border-radius: 0; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#JqC9HReQV9BxWmEt2noy22QpSMZRLVdg { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.25rem;left:11.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTNxxQLrOpbVo56tanVDPr3RCqH0X5Rt { position:absolute;display:block;z-index:15019;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.5625rem;width:1.5625rem;top:6.25rem;left:9.625rem;overflow:hidden;display:block; }
#TNAMFwM0yDJtDIwXwhZIprCEHzvoTEKX { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.75rem;height:1.94921875rem;font-style:normal;display:block; }
#qZACwGTK5QxEiDeVAMTthkZzXmZSIVDy { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:2.4375rem;left:28.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#alNhlQzatpLhqQ8fikFA40DuHCPh8Zub { position:absolute;display:block;z-index:15020;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:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#FieT1Dy7wFaURrTq0ZbA8bPJBp8UA83d { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:10.8125rem;left:0rem;display:block; }
#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container { background-color: transparent; background-image: none; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container > .video-iframe-container { display: none; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row > .video-iframe-container { display: none; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .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); }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container { border-width: 0; border-radius: 0; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#wfUtLzN5ecR4oNffVTgTgFUg7ai3J6aN { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:7.4375rem;left:11.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b4KQ3vpAKe6MM9g24ltaaRtg8qTpx2i0 { position:absolute;display:block;z-index:15019;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.5625rem;width:1.5625rem;top:7.4375rem;left:9.75rem;overflow:hidden;display:block; }
#XLMdaxLWtbD3UKbVARDT4qUNFxmdQD7b { color:#2c2c2c;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:1.6875rem;left:28.125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AXJRe68xTHCbmSkZI8iCtw8Q7OizsLlW { position:absolute;display:block;z-index:15020;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:8.6875rem;width:8.6875rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#QSxcs4xzI92qBFZGE4eQ34xrrRJPTQix { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.9375rem;left:9.75rem;height:4.94824375rem;font-style:normal;display:block; }
#OKJZoea6WTUoKrwliL2HP2LmbPKnVULE { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.9375rem;left:9.75rem;height:4.94824375rem;font-style:normal;display:none; }
#SGoQ1uq0PsoO26MpiRlPoVJc1Ju8ARdT { color:#171b2a;display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.9375rem;left:9.75rem;height:4.94824375rem;font-style:normal;display:none; }
#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container { background-color: transparent; background-image: none; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container > .video-iframe-container { display: none; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row > .video-iframe-container { display: none; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .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); }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container { border-width: 0; border-radius: 0; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#i4DnVoZ0LCdhDBnbAZ7FG8QqPFgknSqF { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:38.25rem;display:block; }
#U89kwAEVIrOTQzFlEZFMCsvslXORMWEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKyvR2RrAJRp9Vtfh1ERR9s6qbvKqbPa { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:24.4375rem;display:block; }
#T7dt6dTuvxvfds2AT3Qx7aeT3SKOFR7F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row .container { background-color: transparent; background-image: none; }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row .container > .video-iframe-container { display: none; }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row > .video-iframe-container { display: none; }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .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); }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row .container { border-width: 0; border-radius: 0; }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#pOGOd02NkvrEyxZHAXA5rJUuJF3uXzFV { color:#000000;display:block;width:21rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:9rem;left:3.375rem;height:7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ps53cH5zoQFgHtkkfIOXJTvPpE9ICq4e { position:absolute;display:block;z-index:15006;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:0.625rem;width:13.75rem;top:11.75rem;left:3.375rem;overflow:hidden;display:block; }
#ZrvLzdlDsTtgFalrrJsJRe76uyco5hvv { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10.90625rem;left:28.125rem;height:3.1875rem;display:block; }
#yoPub8ZM6xIC0bULJsdEsATzSKrCOKvT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GNy24eXUqMwtOW0d5RD4EeSLTJ2O7ehF { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:"russo one";font-size:5.3125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#TTwG835tO4b3fhrROazKAFF8nc7Vx8DB { box-sizing:content-box;height:2.9375rem;width:19.375rem;position:absolute;display:block;z-index:15001;background-color:#e5eeff;background-image:none;top:2.25rem;left:4.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#xvGFuqdTlyC2cThNnLAJTzQWyfKaP9g8 { color:#0047ff;display:block;width:17rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.0625rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE { position:relative;display:block; }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE { background-color: transparent; background-image: none; }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .row .container > .video-iframe-container { display: none; }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .row > .video-iframe-container { display: none; }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .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); }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE { border-width: 0; border-radius: 0; }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .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; }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .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:35.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; }#Pt2eFAUgzTDWmaA4umQQzLKPNJn8TVSF { box-sizing:content-box;height:30.875rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wrCVwd2NVTHTBasMglbc9IBDKpeGkwef { color:#171b2a;display:block;width:36.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:7.0625rem;left:3.4375rem;height:8.496125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hgWPfgh08ARf0VKmRugFsvLkRBH3h78l { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#J5sD8PFmNbKsEo3ZH1Ka9hcXuzvzEu1V { color:#0047ff;display:block;width:5.6875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.125rem;left:5.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ovny2QxE3xtwT92xp37qMpTEWT9RLBfW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:3.5625rem;overflow:hidden;display:block; }
#sdcBDE29VIb2np5bQiWSt1M6dSUs1IQ0 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:8.625rem;top:13.25rem;left:66.375rem;overflow:hidden;display:block; }
#LPtU8Gh7FATz6OKF7eb2RiaX2IMr0T0S { color:#171b2a;display:block;width:33.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:21.75rem;left:3.4375rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LPtU8Gh7FATz6OKF7eb2RiaX2IMr0T0S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LPtU8Gh7FATz6OKF7eb2RiaX2IMr0T0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
#E3J88VckSa2So7T1aAWnZgHMVJNJT1NZ { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.42578125rem;left:3.4375rem;height:1.54296875rem;font-style:normal;display:block; }
#aq64Q0dPhk7swIkAf1zhuzmwqheWExKO { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:27.875rem;top:3.1875rem;left:45.6875rem;overflow:hidden;display:block; }
#h85xR55G89aZXF7LaX2IIkpso3F6fX5J { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:12.375rem;top:11.478515625rem;left:39.875rem;overflow:hidden;display:block; }
#AC3Z3w8dhmGMTTTtdUc73ZWGEC6ELsME { position:relative;display:none; }#AC3Z3w8dhmGMTTTtdUc73ZWGEC6ELsME { border-width: 0; border-radius: 0; }#AC3Z3w8dhmGMTTTtdUc73ZWGEC6ELsME > .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; }#AC3Z3w8dhmGMTTTtdUc73ZWGEC6ELsME > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xLMnTnVIn2ImRQAtqkdEmn3bH2FN6a1T { box-sizing:content-box;height:30.875rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NBIZpgSOaL9GJPDBtTeBSvCesyQ6kTr4 { color:#171b2a;display:block;width:36.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:7.0625rem;left:3.4375rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e42Lcd6UQ9c5bBvcyf63kbKJcDkfHU1c { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#qoEKuOcMQuc6XE5fKBvFZ9uAMFoL08Id { color:#0047ff;display:block;width:7.5625rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.125rem;left:5.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fsbw2cD2c8vyzdcZVKnLiKqRTfh0Efru { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:3.5625rem;overflow:hidden;display:block; }
#ZpQOlacFBfE09iTRPX9gfGNJcxCxB4Bg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:15.3125rem;top:11.53515625rem;left:35.8125rem;overflow:hidden;display:block; }
#PfwWzFhTXUcBEriBiO0SLcr6stnacrN3 { color:#171b2a;display:block;width:33.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:16.8125rem;left:3.4375rem;height:10.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PfwWzFhTXUcBEriBiO0SLcr6stnacrN3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PfwWzFhTXUcBEriBiO0SLcr6stnacrN3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
#p3hs4mOC6Jf7CpM6X73exx93GIgAubzu { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.4375rem;height:1.54296875rem;font-style:normal;display:block; }
#aTmUk8LEqN4lVilHUDbrgKPAXswQvGE1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:27.875rem;top:3.25rem;left:43.875rem;overflow:hidden;display:block; }
#FKTHlzh8wBbBVWsmgyeorXG6CgTnz1tH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:9.8125rem;top:14.125rem;left:65.1875rem;overflow:hidden;display:block; }
#w76alClt6aPnyCXT4FkkVEIXZpVktv2V { position:relative;display:none; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V { border-width: 0; border-radius: 0; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V > .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; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V > .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:35.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:none; }#rNNSf5CziSA4Hfd24BGIZU8NRzG6CFc0 { box-sizing:content-box;height:30.875rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #ca0000;border-left:0.0625rem solid #ca0000;border-right:0.0625rem solid #ca0000;border-bottom:0.0625rem solid #ca0000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FzNPQTi3pLHqtJKJTiLE7cmFADhoRiMs { color:#171b2a;display:block;width:36.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:7.0625rem;left:37.375rem;height:3.3984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UVSfpIk4EygFXyNZNmeFyOew8Ai8hMPy { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:37.5rem;height:1.94921875rem;font-style:normal;display:block; }
#vOLUzTTVLh512FKqakgTLLfUwWWkp2pm { color:#0047ff;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.125rem;left:39.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CFxckOixgZWkmNXwQ2qgTH7QMd7J9HUT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.125rem;left:37.5rem;overflow:hidden;display:block; }
#kPofq3xl5Bm4FEdGS7I21UEANrga0peV { color:#171b2a;display:block;width:33.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.4375rem;left:37.375rem;height:10.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kPofq3xl5Bm4FEdGS7I21UEANrga0peV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kPofq3xl5Bm4FEdGS7I21UEANrga0peV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
#sH7Onh81OVRRMZrDHQ0vmBXda1JwLPGU { color:#171b2a;display:block;width:29.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.125rem;left:37.375rem;height:1.54296875rem;font-style:normal;display:block; }
#m7aFff3BSdgdlVGqzOcfaUOAtVLPwmep { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:27.875rem;top:1.5625rem;left:5.3125rem;overflow:hidden;display:block; }
#qGWTbS7EfE8bc6023E7RA20d4XlTpcgM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:10.8125rem;top:12.5rem;left:25.59375rem;overflow:hidden;display:block; }
#wL6kSFhAxoEhIrSzliXLSw7vSXJkmkOF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:15.25rem;top:11.6875rem;left:0rem;overflow:hidden;display:block; }
#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L { position:relative;display:block; }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L { background-color: transparent; background-image: none; }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .row .container > .video-iframe-container { display: none; }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .row > .video-iframe-container { display: none; }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .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); }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L { border-width: 0; border-radius: 0; }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .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; }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .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:7.4375rem;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; }#TaoWF22aK9IlPXSqo7p1pV3EqeCsyXvD { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0rem;left:23.9375rem;display:block; }
#EAEnRcaXlxf837XAOLxL6R9MS58moqGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G284drUVmboT4xg5Ayyg5iJwQVkbwEGQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #0047ff;border-left:0.0625rem solid #0047ff;border-right:0.0625rem solid #0047ff;border-bottom:0.0625rem solid #0047ff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0047ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:38.8125rem;display:block; }
#moSTiCSH1IMIXMmlUH3JFWUwtR2RoU7g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row .container { background-color: transparent; background-image: none; }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row .container > .video-iframe-container { display: none; }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row > .video-iframe-container { display: none; }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .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); }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row .container { border-width: 0; border-radius: 0; }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#nJegaSOXA2kUsAQl0Ls3JOSXZhpHoVaG { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:9rem;left:3.375rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ISZtVuzlF3IFgV3xs5OV16bRZgWxnQmd { position:absolute;display:block;z-index:15006;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:0.5rem;width:16.875rem;top:15.4375rem;left:3.3125rem;overflow:hidden;display:block; }
#fg1i63pcp9CJlEcyVWhSUa0QAF96KqPO { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:11.859375rem;left:28.125rem;height:0;display:none; }
#Mzf6qPRbuVpyZh4VB9IBQsd57WwegT9T { 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:10.5625rem;width:10.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PI5UO9ErmBvbOTKWe18gbf7GotzvSDPB { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:"russo one";font-size:5.3125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#T8ZBpu505WIXBJUcDKdXuxDerwmZNTIk { box-sizing:content-box;height:2.9375rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.25rem;left:4.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GnbVsUzNIM1PxRt1pVZAHZIT9Xq8yGDT { color:#0047ff;display:block;width:17rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.0625rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);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; }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row .container { background-color: transparent; background-image: none; }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row .container > .video-iframe-container { display: none; }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row > .video-iframe-container { display: none; }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .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); }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row .container { border-width: 0; border-radius: 0; }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#lAn96gs75czcXKPHexbpuDoWZp7htNnr { box-sizing:content-box;height:32.5rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EdaTbTxdf5zOs362sunErUBxi4UMdZLu { box-sizing:content-box;height:32.5rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0rem;left:25.40625rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xxxT4WTNiTa4FDFqa3evuJuIhvlNtzlb { box-sizing:content-box;height:32.5rem;width:24.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:50.8125rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#actAdDL76SH5xQg0AOTdQHOesUxuPsfq { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:9.1064453125rem;left:3.28125rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WGgr2T7QAOOLfupwIaBgmczBVMfuHRIb { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.107421875rem;left:27.625rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s1UtMb8c60kSRFRii9Z5g40GOcCEcG8G { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:9.107421875rem;left:52.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EZJyk9vhk8TUcNQ9RsWe8qQ2izWw84It { color:#000000;display:block;width:22rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:16.5625rem;left:1.09375rem;height:6.796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ghf80f0gwfueRIVMsa0idxOtpWBNz9k6 { color:#000000;display:block;width:22rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:16.5634765625rem;left:26.5rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EntR5tUy3skQ0QJeP4EW4Ji7TTtE0nEq { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:16.5625rem;left:54.46875rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mH9sCBFWoWbsPRSShTna35tQMT8bqdJU { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,71,255,0.07);background-image:none;top:2.8125rem;left:9.65625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#AKPS1p4EwuCAVwQ3LidwFXTc49lFl4tC { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,71,255,0.07);background-image:none;top:2.8125rem;left:35.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Bm3ClA49RohOuuABGmu3QPzu9lh8Jmd1 { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,71,255,0.07);background-image:none;top:2.8125rem;left:60.46875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ieeHgzrpq0Lr4JmGnIKIrsG5zMM1wV2t { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15037;background-color:#0047ff;background-image:none;top:15.5rem;left:9.90625rem;display:block; }
#PDJFwOcwn6T61il1X6MVEmN2HK0EJ4hW { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15038;background-color:#0047ff;background-image:none;top:15.5rem;left:35.3125rem;display:block; }
#X1rHCdMCns3u8p6BCDTqSQXuteGcBpPZ { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15039;background-color:#0047ff;background-image:none;top:15.5rem;left:60.71875rem;display:block; }
#m1RTZnQrbQul8BCaudeosQa0RHbuTSp7 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:3.71875rem;left:10.5625rem;overflow:hidden;display:block; }
#b0o3QlAILri2wwPs5KP6GpwPveQQaX8f { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:3.71875rem;left:35.96875rem;overflow:hidden;display:block; }
#SoksdT7w6oQDuL4W2OsTK3MdfGPak85f { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:3.71875rem;left:61.375rem;overflow:hidden;display:block; }
#GBX0kvvxuxXAJPzc7RXeJXE3RbocKIt1 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:11.1875rem;top:23.55859375rem;left:31.90625rem;overflow:hidden;display:block; }
#LbSSESZ7iMgbFoz89VPmDXtTb9P0m4MS { background-color:#0047ff;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.9375rem;left:31.34375rem;display:block; }
#xdT9eSvFcCTw9mIh3wuReN1zKTpdEvD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBWVSnJASyIPRHukSukVC1A6w6OPeRXu { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:11.1875rem;top:23.359375rem;left:57.3125rem;overflow:hidden;display:block; }
#a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection { position:relative;display:block; } #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection *:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="text"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="email"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="tel"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection textarea:focus-visible { outline: none; } #TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV { background-color: transparent; background-image: none; }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .row .container > .video-iframe-container { display: none; }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .row > .video-iframe-container { display: none; }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .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); }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV { border-width: 0; border-radius: 0; }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .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; }#TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .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:14.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; }#Geac3649d3516346a84e6b831f6ee940.widget-smartsection { position:relative;display:block; } #Geac3649d3516346a84e6b831f6ee940.widget-smartsection *:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="text"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="email"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="tel"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection textarea:focus-visible { outline: none; } #RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w { background-color: transparent; background-image: none; }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .row .container > .video-iframe-container { display: none; }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .row > .video-iframe-container { display: none; }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .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); }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w { border-width: 0; border-radius: 0; }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .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; }#RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .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:24.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; }#Zc68eef02e55423034e12c6fc97c02da.widget-smartsection { position:relative;display:block; } #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection *:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="text"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="email"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="tel"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection textarea:focus-visible { outline: none; } #BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE { background-color: transparent; background-image: none; }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .row .container > .video-iframe-container { display: none; }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .row > .video-iframe-container { display: none; }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .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); }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE { border-width: 0; border-radius: 0; }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .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; }#BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .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:22.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; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { position:relative;display:block; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { background-color: transparent; background-image: none; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container > .video-iframe-container { display: none; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row > .video-iframe-container { display: none; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .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); }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { border-width: 0; border-radius: 0; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002762, #0255aa);background-image: -moz-linear-gradient(90deg, #002762, #0255aa);background-image: -ms-linear-gradient(90deg, #002762, #0255aa);background-image: -o-linear-gradient(90deg, #002762, #0255aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );";background-image: linear-gradient(90deg, #002762, #0255aa);background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#NzDENJ8XI136SIAhWd3LuumbuboB4g7f { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:"dm sans";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:2.01171875rem;left:9.71875rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection { position:relative;display:block; } #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection *:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="text"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="email"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="tel"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection textarea:focus-visible { outline: none; } #tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M { background-color: transparent; background-image: none; }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .row .container > .video-iframe-container { display: none; }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .row > .video-iframe-container { display: none; }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .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); }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M { border-width: 0; border-radius: 0; }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection { position:relative;display:block; } #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection *:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="text"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="email"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="tel"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection textarea:focus-visible { outline: none; } #XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e { background-color: transparent; background-image: none; }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .row .container > .video-iframe-container { display: none; }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .row > .video-iframe-container { display: none; }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .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); }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e { border-width: 0; border-radius: 0; }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection { position:relative;display:block; } #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection *:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="text"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="email"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="tel"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection textarea:focus-visible { outline: none; } #VarzQeoNEQMv35a6xhtmRufUkFewXRTC { background-color: transparent; background-image: none; }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .row .container > .video-iframe-container { display: none; }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .row > .video-iframe-container { display: none; }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .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); }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC { border-width: 0; border-radius: 0; }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection { position:relative;display:block; } #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection *:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="text"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="email"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="tel"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection textarea:focus-visible { outline: none; } #FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s { background-color: transparent; background-image: none; }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .row .container > .video-iframe-container { display: none; }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .row > .video-iframe-container { display: none; }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .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); }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s { border-width: 0; border-radius: 0; }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#x23ca95d56cd80590d54d90b94e59d73.widget-smartsection { position:relative;display:block; } #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection *:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="text"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="email"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="tel"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection textarea:focus-visible { outline: none; } #aTU8tika0zXuAzOffolBwxkN8vc6vNup { background-color: transparent; background-image: none; }#aTU8tika0zXuAzOffolBwxkN8vc6vNup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTU8tika0zXuAzOffolBwxkN8vc6vNup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTU8tika0zXuAzOffolBwxkN8vc6vNup > .row .container > .video-iframe-container { display: none; }#aTU8tika0zXuAzOffolBwxkN8vc6vNup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTU8tika0zXuAzOffolBwxkN8vc6vNup > .row > .video-iframe-container { display: none; }#aTU8tika0zXuAzOffolBwxkN8vc6vNup > .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); }#aTU8tika0zXuAzOffolBwxkN8vc6vNup { border-width: 0; border-radius: 0; }#aTU8tika0zXuAzOffolBwxkN8vc6vNup > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTU8tika0zXuAzOffolBwxkN8vc6vNup > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#b33e04c3069b66e8c1e8700be25113ca.widget-smartsection { position:relative;display:block; } #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection *:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="text"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="email"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="tel"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection textarea:focus-visible { outline: none; } #C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP { background-color: transparent; background-image: none; }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .row .container > .video-iframe-container { display: none; }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .row > .video-iframe-container { display: none; }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .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); }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP { border-width: 0; border-radius: 0; }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#q387421a79e72c0cc094d6753450a1e4.widget-smartsection { position:relative;display:block; } #q387421a79e72c0cc094d6753450a1e4.widget-smartsection *:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="text"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="email"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="tel"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection textarea:focus-visible { outline: none; } #H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF { background-color: transparent; background-image: none; }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .row .container > .video-iframe-container { display: none; }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .row > .video-iframe-container { display: none; }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .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); }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF { border-width: 0; border-radius: 0; }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI { position:relative;display:block; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI { background-color: transparent; background-image: none; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .row .container > .video-iframe-container { display: none; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .row > .video-iframe-container { display: none; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .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); }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI { border-width: 0; border-radius: 0; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,255,0.07);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#CzETJQabPKOg4hviHfWf71Ekc04M56Su { box-sizing:content-box;height:4.6875rem;width:68.75rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e80000, #6b0000);background-image: -moz-linear-gradient(90deg, #e80000, #6b0000);background-image: -ms-linear-gradient(90deg, #e80000, #6b0000);background-image: -o-linear-gradient(90deg, #e80000, #6b0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#6b0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#6b0000' );";background-image: linear-gradient(90deg, #e80000, #6b0000);background-size:auto !important;top:0.40625rem;left:3.0625rem;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#tAAnFdvUTgZXm1rFKspDTTaaMzBi5Rx6 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.875rem;left:26.8125rem;height:1.8684875rem;font-style:normal;display:block; }
#BtgcRq3v9r7o8phWrUtRPq83niT6pAmI { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.375rem;left:36.75rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw { position:relative;display:block; }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw { background-color: transparent; background-image: none; }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .row .container > .video-iframe-container { display: none; }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .row > .video-iframe-container { display: none; }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .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); }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw { border-width: 0; border-radius: 0; }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#A5tKxpkROTfvb8i6Mr5UuNhbwJo9Q3ZN { position:absolute;display:block;z-index:15006;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.125rem solid rgba(0,71,255,0.86);border-left:0.125rem solid rgba(0,71,255,0.86);border-right:0.125rem solid rgba(0,71,255,0.86);border-bottom:0.125rem solid rgba(0,71,255,0.86);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:48.5rem;width:34.4375rem;top:5.9375rem;left:0.4375rem;display:block; }
#c7A2rpRykZvbSteyK7hU8T6flbGAJIz2 { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;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:0.125rem;width:29.375rem;top:29.4375rem;left:1.59375rem;display:block; }
#K9WVG5wu0lJeh6Piq7gGkgmTNMKk3R9T { background-color:#9d0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.5rem;left:1.59375rem;display:block; }
#nptHacIikbzTkG9NPISPskttcInI53HI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yB9Qat17pqcVLVhSCy2OhRtxtdVr2kHX { color:#9d0000;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:11.5625rem;left:1.46875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qvydeNLV653AphqohDwQ6IT7wK4OPmGx { color:#212121;display:block;width:29rem;position:absolute;font-family:"dm sans";font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:8.4765625rem;left:1.46875rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RcI53nacJSWZnbA4dCFRv64tnbxzKsTR { color:#202020;display:block;width:10.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:23.67578125rem;left:1.53125rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0047ff;padding-top:0.479375rem;padding-right:0.453125rem;padding-bottom:0.479375rem;padding-left:0.453125rem;display:block;align-items:center;width:2.71375rem;min-width:2.71375rem;height:2.571875rem;position:relative;font-family:"dm sans";font-size:1.91625rem;font-weight:700;line-height:41.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-text.counter-label { background-color:;background-image:none;color:#2c2c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.619375rem;height:1.015625rem;position:relative;font-family:"dm sans";font-size:0.718125rem;font-weight:400;line-height:16.25px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:4.84625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.9765625rem;left:10.375rem;z-index:15036; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #Rq6shcWk1dh2Te7XUknCd0Pr9ZgW61Ww { display:flex;position:relative;top:0rem;left:0rem; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #UTyZ37OSVuwFqZJLF1cLwcRpATVbdrRo { width:auto; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #Tb5r1hdNmooBRwh6QG1HG7wgAthtDfhs {  }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #pXf8R8fQMtlhcuUlCKQRvK5nAp1qiuFe { display:flex;position:relative;top:0rem;left:0rem; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #khvpHxmq2OIS9KvsAXLfvonBmXvxDNta {  }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #dEwDvG5XOcxIh8k44xul9NydLBPXFlxp {  }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #qyXHkBeazEV3TP5ktvzMxsdnJv5pot9X { display:flex;position:relative;top:0rem;left:0rem; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #h7OPnN2M1StC48bGwVVzoVhFZzGMrffZ {  }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #siPOGN6CFmer49ONWeedGkk7TbT5kkip {  }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #sPIrmZzt2iesMVFE8T41AxZs89QVkINt { display:flex;position:relative;top:0rem;left:0rem; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #gVuB9rn9GrWTi258Ef52SsETfgBhmFXy {  }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #J8GPpyHpyenbHV4TpB08Ur64NDV12XF7 {  }
#O6ADg4SnibdwTez7V9ixappDkiFfRBJM { box-sizing:content-box;height:2.375rem;width:34.6875rem;position:absolute;display:block;z-index:15016;background-color:#ca0000;background-image:none;top:3.6875rem;left:0.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#GyqnnlFCPSGdNhrimaOpoC35xqeBW1tK { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:4.03125rem;left:0.8125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BhJVesoyBKucDVyX3fTOPOyaToKSSfaF { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:4.03125rem;left:16.4375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SSeBxH9SmXCTbiz6DLg14iEhnop4mJXy { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:4.078125rem;left:25.28125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gQ7PGRUFqqGzx0HMGbh5u7eTvytkSnyT { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15054;background-color:#ffffff;background-image:none;top:4.40625rem;left:14.8125rem;display:block; }
#FfAKfKDCNzK9pvyanx5RuMgTofCl0LoA { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:#ffffff;background-image:none;top:4.40625rem;left:23.6875rem;display:block; }
#zWdww34LV2DZGoQX55O2DGk0L3k7fyy9 { color:#1d1d21;display:block;width:32.25rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:31.125rem;left:1.59375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zWdww34LV2DZGoQX55O2DGk0L3k7fyy9 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#zWdww34LV2DZGoQX55O2DGk0L3k7fyy9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
#dTeeHqNpHTacIBSc97JTPMHky7xG5t1r { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.1875rem;top:29.4375rem;left:63.0625rem;overflow:hidden;display:block; }
#Lxi2F689hliGiPTs2zC6wXoZDxCz1cPe { position:absolute;display:block;z-index:15071;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.875rem;width:5.9375rem;top:25.875rem;left:55.21875rem;overflow:hidden;display:block; }
#kHO8igRzCzNGTmJXLSv1RFAsZ5cVK3Rl { position:absolute;display:block;z-index:15070;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:16.3125rem;width:27.25rem;top:36.53125rem;left:42.3125rem;overflow:hidden;display:block; }
#vxFPJ0NKbFmyAQShzCN7Az5Wsk5cvl8E { position:absolute;display:block;z-index:15037;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.5rem;width:15.5rem;top:22.5625rem;left:40.5625rem;overflow:hidden;display:block; }
#oCzkqg9bKE0fq5mC6SuLrblclaJZD97T { position:absolute;display:block;z-index:15044;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:16.4375rem;width:27.5rem;top:8.625rem;left:47.5rem;overflow:hidden;display:block; }
#KyeKomcN7DOoR8TD5VUVXyRJCwPdi4L6 { position:absolute;display:block;z-index:15044;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.3125rem;width:16.9375rem;top:10.1875rem;left:36.9375rem;overflow:hidden;display:block; }
#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { position:relative;display:block; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { background-color: transparent; background-image: none; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row .container > .video-iframe-container { display: none; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row > .video-iframe-container { display: none; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .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); }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { border-width: 0; border-radius: 0; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .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; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .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:1.3125rem;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; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V { position:relative;display:none; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V { border-width: 0; border-radius: 0; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V > .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; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V > .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:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WMlb9OnN2Pmh5WyEUWBCTs48PpRZr8KB { color:#9d0000;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:15.0625rem;left:2.9375rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqWJ4riU9TwWMXpbMIAV0osCWZfvQTUp { color:#212121;display:block;width:32.0625rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:9.625rem;left:2.9375rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OTVPmMETkWnWeNuSOPX7dZeucflBaWDQ { color:#9d0000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:13.46875rem;left:2.9375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAyXfppTcTLKd6NKTT6k4aARFC55VVzh { position:absolute;display:block;z-index:15011;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.125rem solid rgba(0,71,255,0.86);border-left:0.125rem solid rgba(0,71,255,0.86);border-right:0.125rem solid rgba(0,71,255,0.86);border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.6875rem;width:74.75rem;top:7.625rem;left:0rem;display:block; }
#d0dOmfuabMkzThZ7WQCAAyspVg9k6AeL { position:absolute;display:block;z-index:15039;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:8.8125rem;width:15rem;top:15.625rem;left:41.6875rem;overflow:hidden;display:block; }
#ZU4WeZA9dfTF2TuBWKnvamEnc7OVmIt5 { position:absolute;display:block;z-index:15036;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:8.9375rem;width:15rem;top:8.625rem;left:58.75rem;overflow:hidden;display:block; }
#RemcDS8fJd2OoBaGPugiftVSESucdgHr { position:absolute;display:block;z-index:15046;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:8.1875rem;width:12.5rem;top:16.25rem;left:59.6875rem;overflow:hidden;display:block; }
#v1KHqJkRETFnfEaDKtGXicDmXphzvoZB { position:absolute;display:block;z-index:15035;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:5.6875rem;width:3.75rem;top:10.25rem;left:46.6875rem;overflow:hidden;display:block; }
#nVC9elTU7o8AA8BbwyPTack4SJKsq1ig { position:absolute;display:block;z-index:15039;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:5.0625rem;width:2.8125rem;top:10.875rem;left:43.375rem;overflow:hidden;display:block; }
#QcOhaVJx2NxXiRinetxN54zDKISNSJtV { position:absolute;display:block;z-index:15047;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.5rem;width:7.5rem;top:16.5rem;left:53.9375rem;overflow:hidden;display:block; }
#vbqwWx8JTR8B79EePzxX2XC9TdnaIeVQ { position:absolute;display:block;z-index:15041;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.5rem;width:7.5rem;top:9.0625rem;left:49.5rem;overflow:hidden;display:block; }
#UMz5agHD7rM5hFlWZ16kzfhVzh8wAGHW { position:absolute;display:block;z-index:15040;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.5rem;width:7.5rem;top:9.0625rem;left:54.5rem;overflow:hidden;display:block; }
#rbq43UXiMnlkxHmWVK2H3AvfTUqrMz4q { box-sizing:content-box;height:2.375rem;width:43.75rem;position:absolute;display:block;z-index:15010;background-color:#ca0000;background-image:none;top:5.3125rem;left:15.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#n2ATC5APmQ25FwTDROktqyw2uAG4S1uH { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:5.6875rem;left:19.0625rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzrBgkyuEyUR5c1d5OrKeHfzgGmT5gN0 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:5.6875rem;left:35.4375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WaJRLqMTXT2zqrWg3piXBcyzLAy0giey { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:5.6875rem;left:44.8125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAsCWmZm4ka4w27KSh8IgwtEWFDgg8dm { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:6rem;left:33.5625rem;display:block; }
#iTO9ttZrLF3CGolHM6ZMRZF0blboQnLg { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15049;background-color:#ffffff;background-image:none;top:6rem;left:42.8125rem;display:block; }
#E4JgHJMdy7svBGvU3OM9SFG46kXZuCNk { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.25rem;left:17.9375rem;height:1.29980625rem;display:block; }
#dgGhoImuiVGAu3APBZChMXTPnIyCgnDC { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.0625rem;left:20.4375rem;height:1.29980625rem;display:block; }
#qiALQ1sxdKWgts8mMHO7yD4hNreov0vh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.0625rem;left:18.6875rem; }
#fS5NkeNSW4qFAfCHfLslVEOT0w3sQC81 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.0625rem;left:4.5625rem;height:1.29980625rem;display:block; }
#ktSw6oSr0LEN3EThz1HTuN7XOCHcUW7r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.25rem;left:16.3125rem; }
#zLhtvu24kzcsr94FTXJlClmNTE02vDiw { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.25rem;left:4.5625rem;height:1.29980625rem;display:block; }
#tHfeJ66Jy9obsfkhpGC8DSzPxhpcJxGN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.0625rem;left:2.9375rem; }
#icCKpApLGSP6Lo73DvsgNTFsnWNTWhTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.25rem;left:2.9375rem; }
#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT { position:relative;display:none; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT { border-width: 0; border-radius: 0; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT > .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; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT > .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:32rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Q90J8ca3mLxnt8ThlHioAOQ7e5o4X1QT { background-color:#9d0000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.125rem;left:25rem;display:block; }
#dyOJaCvx2Z70z6XUzuPblsIdT73N5bIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kb0TPu9ztchpbqNus61oONMTdDwhEK6u { box-sizing:content-box;height:21.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39f23b65-58c5-45ae-8828-33909dc75e0f/DanielSiwiecWarsztatyzFlipw.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.375rem;left:20.625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }#kb0TPu9ztchpbqNus61oONMTdDwhEK6u.adaptive-delivery-prevent-bg, #kb0TPu9ztchpbqNus61oONMTdDwhEK6u.lazyload, #kb0TPu9ztchpbqNus61oONMTdDwhEK6u.lazyloading { background-image: none; }
#kb0TPu9ztchpbqNus61oONMTdDwhEK6u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem; }#kb0TPu9ztchpbqNus61oONMTdDwhEK6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,39,98,0.8); }#HZpeXTtwyC9DWNHa9wp6HknhQM6KekLJ { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:29.5625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IX49CXHq41lUuvNEgfET5f3syUiH0pAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.9619140625rem;left:26.25rem; }
#PKWJMPONTIgI0nmtN1539K11EoF9fDra { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:28rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9PVET4IFZR4bG6b8GJMwNeTzoOQHTvy { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:26.1875rem;height:1.13671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDvH0hGDhV8rNCGhXBoTp5OsQEfHwUk5 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(0,71,255,0.86);border-right:0.125rem solid rgba(0,71,255,0.86);border-bottom:0.125rem solid rgba(0,71,255,0.86);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.875rem;width:74.75rem;top:0rem;left:0rem;display:block; }
#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 { position:relative;display:none; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 { border-width: 0; border-radius: 0; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 > .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; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 > .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:19.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cA9y0sMcii03RZsAclDLoyerHx1DDHbS { color:#9d0000;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:9.802734375rem;left:28.6875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqtbLQJi8oTOiNdwgxcbfzCff8QbQSKB { color:#494954;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40.3125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2yw5Cwu5p5ZKBJ8T1t6pVV7nzcKtDuV { color:#212121;display:block;width:32.0625rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.75rem;left:21.46875rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H7bsIHsVXCtG61aWGEw0Wet307tPbO7A { color:#9d0000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:7.75rem;left:22rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHLJk13NC5ZUCPSrZ3WFBnPcuklt9knw { position:absolute;display:block;z-index:15012;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.125rem solid rgba(0,71,255,0.86);border-left:0.125rem solid rgba(0,71,255,0.86);border-right:0.125rem solid rgba(0,71,255,0.86);border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.75rem;width:74.75rem;top:2.125rem;left:0rem;display:block; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0047ff;padding-top:0.479375rem;padding-right:0.453125rem;padding-bottom:0.479375rem;padding-left:0.453125rem;display:block;align-items:center;width:2.71375rem;min-width:2.71375rem;height:2.571875rem;position:relative;font-family:"dm sans";font-size:1.91625rem;font-weight:700;line-height:41.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-label { background-color:;background-image:none;color:#2c2c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.619375rem;height:1.015625rem;position:relative;font-family:"dm sans";font-size:0.718125rem;font-weight:400;line-height:16.25px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:4.8457rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.28125rem;left:31.9375rem;z-index:15038; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #QZESyXA9XFxA5chomSQIJU2Bk1HfETZ8 { display:flex;position:relative;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #PWSm3dldpFzw5TOzRfAJTVK6LlAXD3tl { width:auto; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #nfahRlCvTe8U4CBltaF7AtsMXmmcNn6T {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #WQZXt2FiZXVsigroztgpaVtN2KONdSqe { display:flex;position:relative;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #vNgPEndLET5I8lrUCSfJGfbbDIrlDe6x {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #DzDrPHrsUSrPE4JtH2KHcikCLctp7cIm {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #SSFwVlAl8lOxRx8dgcpw4myNCdSqrLoS { display:flex;position:relative;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #lsPhitXFK9qePRDq7gGqcLp3aGQy5HJv {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #AGJM62my46uhBRl8edO5hEPbAZGZhFhF {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #th01dtvnTI4DIS6LGkIdQ4nryPkUtEfh { display:flex;position:relative;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #TXZ3JPOVUI3er1MBNFoUoAdW4TNkt3A5 {  }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #UPqfS4buVkrbEKOGwsqfhT0EpNLp4T5f {  }
#Sph5mReQKPLKtg22b70hIlRUDRa2L00E { color:#202020;display:block;width:10.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:15.041015625rem;left:21.03125rem;height:3.32421875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U7TIqtoSCbDdkIyQZgTBRaXPtTsrgJkC { position:absolute;display:block;z-index:15039;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:8.8125rem;width:15rem;top:10.3125rem;left:0.75rem;overflow:hidden;display:block; }
#Rnn358eN6vT1cFxUc9WL1kKykAXqgyPn { position:absolute;display:block;z-index:15036;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:8.9375rem;width:15rem;top:3.75rem;left:56.4375rem;overflow:hidden;display:block; }
#JpIM6lna145ULuHAf9wRxkQP7XkWp0Nk { position:absolute;display:block;z-index:15046;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:8.1875rem;width:12.5rem;top:10.0625rem;left:61.4375rem;overflow:hidden;display:block; }
#LXFLMW2mTHJyGgiIFBqVsN2R3Qgnu1Ma { position:absolute;display:block;z-index:15035;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:5.6875rem;width:3.75rem;top:5.890625rem;left:13.3125rem;overflow:hidden;display:block; }
#nXuiaXrkyEVo6fz6LF1hQ6JXqMTqpTAn { position:absolute;display:block;z-index:15039;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:5.0625rem;width:2.8125rem;top:12.1875rem;left:14.46875rem;overflow:hidden;display:block; }
#S5U2U3d8CIap7kIzTIZTbAAme4NCP2nL { position:absolute;display:block;z-index:15047;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.5rem;width:7.5rem;top:10.427734375rem;left:55.125rem;overflow:hidden;display:block; }
#ThCwKFrMOmK9Te7MvrBTUbAz02ASMzxK { position:absolute;display:block;z-index:15041;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.5rem;width:7.5rem;top:3.9375rem;left:2.4375rem;overflow:hidden;display:block; }
#BGZWq6FraHvBAspX2lh9vXewM3HIb10s { position:absolute;display:block;z-index:15040;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.5rem;width:7.5rem;top:3.9375rem;left:7.1875rem;overflow:hidden;display:block; }
#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 { position:relative;display:none; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 { border-width: 0; border-radius: 0; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 > .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; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 > .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:32rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kZQaxTeqLsCmynA4SC3zPMWJbg3l2CRC { background-color:#9d0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.6875rem;left:6.25rem;display:block; }
#aRQGX3vF1PJERPMt6h27tB4PLTXq4b5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN { box-sizing:content-box;height:21.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(157,0,0,0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.9375rem;left:1.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }#SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN.adaptive-delivery-prevent-bg, #SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN.lazyload, #SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN.lazyloading { background-image: none; }
#iIT81pJE8hRG5rKIah9b0JnFXDHW1Tfu { background-color:#0047ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:14.6875rem;left:43.75rem;display:block; }
#mOadhxkcAoKe9TEfEtnOZcJGUy6hSflW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5THhRATscitP0zIQnklpPg647Shg9KG { box-sizing:content-box;height:21.25rem;width:33.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,71,255,0.07);background-image:none;top:2.9375rem;left:39.375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#ZWJEOqKkoOboTSJMsfk2cTp7IMfA3a1Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.625rem;left:47rem; }
#cQ02U2GDPGmFg8qUen5dBqTXLAouJpNm { color:#171b2a;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:49.6875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vd91Adxd08sZpsFnS27CXe5OWMKkc84a { color:#171b2a;display:block;width:22.4375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:45.03125rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwHrMKtAvz6Lb56n1Uas9avm4D7IMoEH { color:#171b2a;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.73828125rem;left:46.0625rem;height:1.13671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#maIDRbBMga4x5Q1KTro1uC7O22qQQUHT { color:#171b2a;display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.75rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tn2f5gLynlbGw57ZSyiunbByhQdl2T6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.625rem;left:5.375rem; }
#sdoUFPP8O5XxGdUlgoN6sW4wBkiRPBm2 { color:#171b2a;display:block;width:19rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:9.25rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTu2OhE9bPm2LTd9Lx3hXuUvd4o5Uf5R { color:#171b2a;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.73828125rem;left:7.4375rem;height:1.13671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLTp2fizJNk4ySJ8E8NwpS3SWxM1xCoC { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(0,71,255,0.86);border-right:0.125rem solid rgba(0,71,255,0.86);border-bottom:0.125rem solid rgba(0,71,255,0.86);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.875rem;width:74.75rem;top:0rem;left:0rem;display:block; }
#zVhChCuImvX3cw8CqGPItwHTFv7TTbob { position:relative;display:none; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob { border-width: 0; border-radius: 0; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:none; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 { color:#1d1d21;display:block;width:29.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:30.5rem;left:1.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
#MlUSGWrEETit5FX2ARPBVWHhqknCv7wl { position:absolute;display:block;z-index:15006;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.125rem solid rgba(0,71,255,0.86);border-left:0.125rem solid rgba(0,71,255,0.86);border-right:0.125rem solid rgba(0,71,255,0.86);border-bottom:0.125rem solid rgba(0,71,255,0.86);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:46.1875rem;width:31.9375rem;top:5.875rem;left:0rem;display:block; }
#HvFtn9zK8UP1EWeVntKO7zHeXDkxhFGH { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;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:0.125rem;width:29.375rem;top:29.4375rem;left:1.59375rem;display:block; }
#z9hC50y8NhSQFcLGM0DgWRx2QO5IsPDw { background-color:#9d0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.5rem;left:1.59375rem;display:block; }
#JmGGmzHeTd1EWzxUTsCoaTkxILcaZWMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHqHlDFoc4MKHT9kbDoUeQVfTAwUwTXQ { color:#9d0000;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:11.5625rem;left:1.46875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yM6dhCyTgs4kwTBfsIycWqxfMNWFLXAA { color:#494954;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:12.5625rem;left:12.84375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WrCb6tECx5JETPfxpGuaWp9n6oHqUf1Q { position:absolute;display:block;z-index:15036;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:16.4375rem;width:27.5rem;top:8.5625rem;left:36rem;overflow:hidden;display:block; }
#hw0waIG5fmkxJCq39Fz0f5343l4QNw8P { position:absolute;display:block;z-index:15039;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.875rem;width:5.9375rem;top:13.3125rem;left:59.875rem;overflow:hidden;display:block; }
#mJl2Xkp1qCsmaSbTT1XcNIpz2yhADpnE { 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:16.3125rem;width:27.6875rem;top:23.25rem;left:49.2900390625rem;overflow:hidden;display:block; }
#HmdoLebWBy7G5OuO4qi5zoV6GiFD1RR2 { position:absolute;display:block;z-index:15041;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.5rem;width:15.5rem;top:23rem;left:33.9375rem;overflow:hidden;display:block; }
#AIfDP5dwnqPnd9KCUT0beiTA1c1yJ6zJ { position:absolute;display:block;z-index:15035;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.875rem;width:9.0625rem;top:10.21875rem;left:65.9375rem;overflow:hidden;display:block; }
#XxaIc0dLVk8GwMm9y67vxF7dQKq57xEs { position:absolute;display:block;z-index:15040;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.5rem;width:15.5rem;top:23rem;left:42.1875rem;overflow:hidden;display:block; }
#ZAoV9e3u4RNxHpiZ4MmdgCBzPDyylQE9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:34rem;left:56.96875rem;overflow:hidden;display:block; }
#WRrDwUZ7zTcn2PN2Q6Pq1i5lNBMnG98f { position:absolute;display:block;z-index:15046;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.1875rem;width:19.8125rem;top:36.375rem;left:39.0625rem;overflow:hidden;display:block; }
#J5XDGKZeZQJuzhMc8pD99B554kI7b9H5 { color:#212121;display:block;width:29rem;position:absolute;font-family:"dm sans";font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:8.4765625rem;left:1.46875rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yESBCIOZv9oJfFlfi8UoF3DnmXFQSV0G { color:#202020;display:block;width:10.25rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:23.67578125rem;left:1.53125rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0047ff;padding-top:0.479375rem;padding-right:0.453125rem;padding-bottom:0.479375rem;padding-left:0.453125rem;display:block;align-items:center;width:2.71375rem;min-width:2.71375rem;height:2.571875rem;position:relative;font-family:"dm sans";font-size:1.91625rem;font-weight:700;line-height:41.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-label { background-color:;background-image:none;color:#2c2c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.619375rem;height:1.015625rem;position:relative;font-family:"dm sans";font-size:0.718125rem;font-weight:400;line-height:16.25px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:4.84625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.9765625rem;left:10.375rem;z-index:15036; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #fTg2dH4fdzTQ5ynkW9qc2PJycH4eezM9 { display:flex;position:relative;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eqyA8U3SeLcVBEV6cIxLyu22SrPACvWe { width:auto; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #OIWk5pF88BtbKrbDniuUbpzRe7H4Qio5 {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #T7S0Owa6L6dLVfmTUuqgK2FqcJkxvpT2 { display:flex;position:relative;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eOq0kid3c1zLRgzGpPMHQ5Mw1UwrU2ul {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #UvHACPz9XAag8e9rKlebuS4zlXeAJIIM {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #umg2AmgcmLWd1zAxFkXkdu3boBlGsh3C { display:flex;position:relative;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #V903OIdzuyD7qhZIn5RbGSadio1yCs0i {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #uMRLBHnUsdc8olZK6EsRHUJVcVTX5oVg {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #NnW8OaI4z2BUSCL8AzRDvtNFdUDe87Aw { display:flex;position:relative;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #tgAGke0OLZkBNqoXHr1h7UoFTguhWa8n {  }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #HROtKcqBWy2p6O9K9Pl5KQDhsXBAblMG {  }
#Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection { position:relative;display:block; } #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection *:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="text"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="email"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="tel"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection textarea:focus-visible { outline: none; } #Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT { background-color: transparent; background-image: none; }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .row .container > .video-iframe-container { display: none; }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .row > .video-iframe-container { display: none; }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .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); }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT { border-width: 0; border-radius: 0; }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .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; }#Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR { 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; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row .container { background-color: transparent; background-image: none; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row .container > .video-iframe-container { display: none; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row > .video-iframe-container { display: none; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .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); }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row .container { border-width: 0; border-radius: 0; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#eDPyE8Go37zWdZ7fCmxhxnuJqqOvgama { color:#252525;display:block;width:38.125rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.537109375rem;left:18.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZbS4w3utagMKtS19lmLhcRgrueLviDi { position:absolute;display:block;z-index:15035;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:6.25rem;width:6.25rem;top:7.9375rem;left:26.4375rem;overflow:hidden;display:block; }
#J26CDAUiiNhkTp9xiaiSgQRXm0eEHTiC { position:absolute;display:block;z-index:15030;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 #002762;border-left:0.0625rem solid #002762;border-right:0.0625rem solid #002762;border-bottom:0.0625rem solid #002762;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.5rem;width:23.4375rem;top:7.3125rem;left:25.8125rem;display:block; }
#F9aR7G7numtA3E1cQX7J6rAFnng12tkK { color:#3f3f3f;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8rem;left:33.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u0XTEmC6ttwf48s6r4I3Fg1XqtlgtM6S { color:#3f3f3f;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:9.8125rem;left:33.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P62XeFMk0QkuqPFv7O1kNdlJOi5TcCiO { color:#043aab;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.3125rem;left:33.4375rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6ebff;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; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row .container { background-color: transparent; background-image: none; }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row .container > .video-iframe-container { display: none; }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row > .video-iframe-container { display: none; }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .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); }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row .container { border-width: 0; border-radius: 0; }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 { display:block; }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhQyRiGzHqCx6COpz1W7cri1ri6sRLii { width:5.3125rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXpcQO1CAXs1a5K4OTFbCTlyoeqOpmNA { width:6.5625rem;height:1.1875rem;top:1.5625rem;left:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FECSsKcHIBTWfzttgSv3tunT2U08gVuM { width:5.4375rem;height:1.1875rem;top:1.5625rem;left:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqudzC0M1L3d7T1ENPvi68SWOqm0IUg7 { width:4.1875rem;height:1.1875rem;top:1.5625rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwKkCH4fNKSKMJilUEhsTZ2IyVJdJnX { width:4.1875rem;height:1.1875rem;top:1.5625rem;left:29.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvSu451mnX43GKHQ2ZcAaNvwKl4ehxlL { width:10rem;height:2.625rem;top:0.875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlZxadAZxPmNiqCxnTsDWxXh5nUzzaaU { display:block; }
 }@media only screen and (max-width: 763px) { #gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f { display:block; }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsMotyxxMG5fCPcLm3URdRuTScaWi8IT { width:41.4375rem;height:;top:14.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1w3E4QTeWX3TDkwhIMim1BMirzpxFGq { width:12.3125rem;height:3.4375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUF2GITS1xAEqfhIN9gFdTRwbObXyeBP { display:block; }
 }@media only screen and (max-width: 763px) { #QaeJoJbPRHbgWhFQQc18rRIvkN2JdUg5 { width:12.3125rem;height:3.4375rem;top:29.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mao9sEPG5kFL8X7pmLOzT1bf47OMTOop { display:block; }
 }@media only screen and (max-width: 763px) { #nO1xQ7Pic6rmmdPZ6aDaWOTQKX29KO6J { width:29.0625rem;height:41.3125rem;top:5.5625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoR8l2DCa75xJwrm3IRwnEIhSFkzCaP0 { width:17rem;height:2.9375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZatppKtZeSbK0tUnp0IE4AqGrHId1JRV { width:17rem;height:1.6875rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRT589MkpTk88US1xD3ohtHTMihxJQrH { width:1.3125rem;height:1.3125rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEzbLbhQIKvFThmkOGgTA9UeAi5tIMOD { width:11.375rem;height:1.3125rem;top:37.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGCuXPh95nUfs5GTAQf1TM0XEpfg52UX { width:8.375rem;height:1.3125rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzLlSQ1TPFXrN5kJJ6PQiAAAvA54dsTi { width:1.3125rem;height:1.3125rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qHBWzxrc9XWwPCCknaZhnWMCJ2I5MT { width:14.25rem;height:1.3125rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOlOpUtGbzvrBTCQI8sivAF1Row3VZ4 { width:1.3125rem;height:1.3125rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H34AA26QRIgyeFTg9339qxaVGRfZPZDQ { width:12.375rem;height:0.625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaLa9ATFieJzner4le0apF500etd5bmh { width:12.5rem;height:5.75rem;top:16.375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaqHwgVPkwOmhFSiQezgK3JHsRqtq5zs { width:7.5rem;height:2.5625rem;top:19rem;left:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTw1GO0d6S3vL2TT5T1aZTwaKezFrTl { width:7.5rem;height:2.8125rem;top:16.375rem;left:40.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQWzaFNdTBQnoh625zWb1T8gJEOCLtg { width:2.8125rem;height:2.8125rem;top:17.875rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7lLmWDkkx1ZfsobUQq4LekI09SRUyJO { width:4.375rem;height:4.375rem;top:17.0625rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5qoQJKyg19aVKktbGqaerqKpxTBZVTB { width:14.875rem;height:5rem;top:31.875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vifQOuPHiSn85p40U2dT9Ayt6a9md9HF { width:8.875rem;height:1.25rem;top:34.875rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVTyVfaUkJyE7Ze8TIF1udiIcwEhPX6S { width:4.375rem;height:4.375rem;top:32.25rem;left:21.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7Rc1Zawli66rtPQPTd3TWTzwRBdbnJ { width:7.5rem;height:2.8125rem;top:32.1875rem;left:26.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5LuwyN6DQBHZqmNUJuG7bisVBJCrLTg { width:2.5rem;height:2.5rem;top:33.25rem;left:22.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSzc9MMO9uXS2BeAcSfpwOAWxPK1Rptv { width:16.3125rem;height:1.25rem;top:37.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKnfJsfhUFFqWmCdptEEq4gP5FWlk4aQ { width:1.3125rem;height:1.3125rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUOCtTTWOAKQbqIKdww4rKhog4HzvTd5 { width:1.3125rem;height:1.3125rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #br21Vfsxfcbl3msh3kuTer09Ucb1OsGD { width:16.125rem;height:1.3125rem;top:40.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC { display:block; }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8fkZzpJw16Is78tLbOhgieXo9FBfquT { width:8.5625rem;height:2.625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awxq4hNFIuL0MDBvSOliCvv77c7P2Q26 { width:7.375rem;height:1.75rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4IuMZakXf19DxupO0lBUaFkTMl6ako5 { width:30.875rem;height:6.8125rem;top:9.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbMXxbnQX8LgsLCd0au5Px8wG3LDzw4D { width:15rem;height:0.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR1cHBhCTELTwG6aJh8RIPaRLxOoUyEt { width:27.9375rem;height:2.75rem;top:9.1875rem;left:17.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDRszfSrtgua3bbD8GneZnTpCozWVDVJ { width:27.4375rem;height:5.125rem;top:12.625rem;left:17.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qxx1vphPPMWdfBETGA8KiTrdqs31xX { width:12.3125rem;height:3.4375rem;top:10.875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btzS8d0CuhmNS5XDU4lmUv6wHy3Lchiy { display:block; }
 }@media only screen and (max-width: 763px) { #zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb { display:block; }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcUqB3aJ5I7Wy6htJWmaxHRI3rgAcWu4 { width:9.5rem;height:2.3125rem;top:4.875rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILx17MGPCTeI0f22WggeVm9MbRV5FEkG { width:32.625rem;height:8.125rem;top:7.8125rem;left:15.125rem;font-size:0.9375rem;display:block; }#ILx17MGPCTeI0f22WggeVm9MbRV5FEkG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c18b2c0f5ee24e87169126486c706d272431dfc2.svg); }
 }@media only screen and (max-width: 763px) { #dXJSvV5BvwnebPz4H1TMn5a0XMDT6agZ { width:32.625rem;height:6rem;top:21.25rem;left:15.125rem;font-size:0.9375rem;display:block; }#dXJSvV5BvwnebPz4H1TMn5a0XMDT6agZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7e77b452048e57e5defba6cf616d1e788f89dd83.svg); }
 }@media only screen and (max-width: 763px) { #wCQ4HPaX8uuwozKuhDBhuPU4WpMO32LL { width:18.8125rem;height:2.3125rem;top:18.1875rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLWpIBARgWzUl2Brt6oW4KRXgKnqf2UB { width:17.5625rem;height:20.1875rem;top:3.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7OOz9JFX0q2eIAXmhBbkFSUa1m0NFK4 { width:5.625rem;height:0.3125rem;top:7rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEdAx8rMHhMwkOlS0dUd7FsEPuJdubZA { width:11.875rem;height:0.3125rem;top:20.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9mMmBgE4KP2JB1qTxyAIv6SOPxMdpfK { width:20.6875rem;height:16.25rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idyTwp8fvB6zaBKakbkeKKkz4hgCwLAB { width:5.875rem;height:5.875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW { display:block; }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7RTn8ta9FubhBMRsb1a07JsT6ZoVaTH { width:46.375rem;height:2.3125rem;top:3.5rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJrAgowqzFHySrFMrJqNlfr4vB2dpyPJ { width:46.375rem;height:1.375rem;top:6.5625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4U77HTSXTOvk4elMT5UyHHUJfMUcCz { width:12.3125rem;height:3.4375rem;top:10.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJFPTydRRybQa9TqnIAFdBf7e9v0lktW { display:block; }
 }@media only screen and (max-width: 763px) { #BiCIm8Akb4owfnE7uQB3Dr7nONaMXptT { width:12.3125rem;height:3.4375rem;top:10.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9ohaAAPprJ4ta2lSP23prQhC4TRXrn { display:block; }
 }@media only screen and (max-width: 763px) { #rItyVVcWXWt91094k6M9AUvk0CdO8T3T { width:9.375rem;height:0.3125rem;top:5.5rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBkKAmkT5ere4AF8iSnzwT2SsbUXLAsb { width:17.5625rem;height:20.1875rem;top:3.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgZwR5d55m4UTdPSehbgxGdUxVxsVhXq { width:5.875rem;height:5.875rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ1yDZbyKXs96uilyi7a1dRZWJLw4GV7 { width:20.6875rem;height:16.25rem;top:14.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK { display:block; }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7alhQZIVAsnSJKWNqmTveR6erlI8Bnf { width:47.75rem;height:6.3125rem;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwVUnJGupyyWep1r1G6b3uvQ5fp7oPtq { width:15rem;height:0.5rem;top:13.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEvJNEGJZiTeJq5J6Kd71I0TTeWGBT79 { width:12.3125rem;height:3.4375rem;top:8.8125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koUd6btkFT1gzdMXhcmcug40JtlIgLAG { display:block; }
 }@media only screen and (max-width: 763px) { #FtncTd5kML3n2GVMhno4iu31DvtKWyTN { display:block; }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZVqTRFGeVsttIJveyWLtV0g7cFItuKV { width:35rem;height:32.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCeIwSmmTNT3crnN1MWS1ukh4XZD5E6M { width:11.8125rem;height:;top:2.375rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krdSpBdTlDyI8UPAyBAGISzL0PbUgQl3 { width:30.75rem;height:3.375rem;top:5.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfdvOHnAqooy2SScr6gd4XoedNGqXTu { width:8.5625rem;height:2.625rem;top:10.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWkG2g1bEIW2wUIA6BJFEV0Bspg6ADVk { width:8.625rem;height:1.625rem;top:10.6875rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu785LWTXAHo4JBXAOtsGAWUtc6SPSWB { width:3.125rem;height:3.125rem;top:1.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTPQAy8G5SDZI4R0GqTIrIEsSIcKcID { width:1.875rem;height:1.875rem;top:2.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHHqTyVIr9i2VPmTKGfenhFBO0fJSyT4 { width:22.6875rem;height:18.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPIX2adeuP5olrUJgZ6EnT3gKghpErH6 { width:3.75rem;height:4.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pofPtN1gVZnXOC33nCaKrmXQZFJ6OWpL { width:7.625rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqkz4vPcDk12SFnC6NtrgTCqC493wle { width:35rem;height:32.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBimTDbiEeWKW6kHzRntNPIJ2vASB5PZ { width:30.1875rem;height:18.0625rem;top:14.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7ZxiVahJFD7WRO0PGAOrssGiUFZRbSZ { width:6.6875rem;height:12.3125rem;top:19.625rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxM1d4cGSDMcTIw4AVwDkgTQ2NiwsLOV { width:8.5625rem;height:2.625rem;top:10.1875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTQ1snQq0qN4qksRASKhePyqeL14Ka5x { width:8.625rem;height:1.625rem;top:10.6875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny97JNTtzR5sM3Ux4N3hnx2OOaeUO4Ag { width:30.75rem;height:3.375rem;top:5.5rem;left:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1rXM2tlgWEb43gxB9ikV6oUarHaO5KE { width:7.625rem;height:7.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx3zEulzwFbKBUpKGulykFQnEdAfdm8P { width:3.125rem;height:3.125rem;top:1.6875rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRSPb8hduOPUUXCMDqyegdAuzDFkZPia { width:3.75rem;height:4.875rem;top:0rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXOBPE7MtJ8VmSgrTLSnSauJhx0CBF7 { width:9.75rem;height:1.75rem;top:2.375rem;left:32.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrR1tPHR6T57oJlAwmHrVRxUDXV4f9Po { width:1.875rem;height:1.875rem;top:2.3125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD397B0IUVisGZ3fxEugC9B4WbsDfXPf { display:block; }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzZkWcim5JzsCSrkxkw2LdsyT3JvXwwK { width:35rem;height:32.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEgGrVPrRL0dGRHCQuGWBQA1IE9TfBRe { width:29.125rem;height:3.375rem;top:5.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRwbgAPp7teTrUppADIntglGqeKrDb5M { width:7.625rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duPA15OlWqBCyJM0uQqsE0pMI9naCoWD { width:3.75rem;height:4.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRISknAWzJ9RlK7brEeQkkHfRmEzmC7F { width:30.1875rem;height:18.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQZWWtalzmUCTdn03LJIMvskOIZDXhF { width:8.5625rem;height:2.625rem;top:10.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoKwP4ySOLxwfqNzFNP4ffsuck9ue0Hq { width:8.625rem;height:1.625rem;top:10.6875rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgCTvdBcJ2bVZepGOypmJ4AQnxnmSH33 { width:3.125rem;height:3.125rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxH7lr2T1I9KqQN76mW2kJdcrsZmIUFl { width:1.875rem;height:1.875rem;top:2.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgg6si69VbuasS6XOJSn40bDTgGnxTAX { width:12.4375rem;height:1.8125rem;top:2.375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bteiwb1kbCbrCvpJJ3r1u0ZX6erfglG3 { width:6.6875rem;height:12.4375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeBs1CM6Vyk1TOCu6HKedIEnSLBPB7ab { width:35rem;height:32.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x722lTatJoGbd5go1VX2eRTWpMEF3Na7 { width:8.5625rem;height:2.625rem;top:10.1875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gptbxZaOXuiZx4p31Egmpl9ZTqoJfWkD { width:8.625rem;height:1.625rem;top:10.6875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApLpZdnwRU8g2bFmVMhxbLPfRlsMlLE { width:7.6875rem;height:11.6875rem;top:18.8125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAzvgTUtczb9a1PwBFSf53neS25cupnq { width:30.4375rem;height:3.375rem;top:5.5rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQqoP5SSMsZAZFmHcwnVPGr3gHL9dqPo { width:6.5rem;height:9.25rem;top:21.1875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX1WVzDN6SbIo6AFnmI9NmyK8eMnuDS3 { width:7.625rem;height:7.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5umlZ74x6xKltcXruOTv8xRC4Wegh7i { width:3.125rem;height:3.125rem;top:1.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVW41JuSMG022MNoG1gkcsok6QznT3ZM { width:16.375rem;height:1.75rem;top:2.375rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcuF1LTAdM0kBU6oAOd2ymbAfOthXHm5 { width:1.875rem;height:1.875rem;top:2.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAU5lfTPCLhwfl4wAwxTaolgCJkOdT3u { width:3.75rem;height:4.875rem;top:0rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpH1dE6zvdBKbWWCixPUbbhm93usTRa { display:none; }#gUpH1dE6zvdBKbWWCixPUbbhm93usTRa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gl0Go9bhi2cOIUPuWuRXiZ0bWy63SeHq { width:35rem;height:32.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFHT4TdTQJGtorpgnLEM1koTakcPwuKL { width:29.125rem;height:3.375rem;top:5.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH8DHtb68N2TrxIu0CNNbdk1Bx7gP0yi { width:7.625rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6xmEwz640534oXvmcIEBNHMhzFRbvz { width:3.75rem;height:4.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QT6mWRwRWrrMm9XwdCuWUgJrriw8s9 { width:30.1875rem;height:18.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rInnLTeRk2aLhviFJtwheeupZzS5M6oM { width:8.5625rem;height:2.625rem;top:10.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfpg1TxlyklLzhrCrFZWdk2caBtLQ1la { width:8.625rem;height:1.625rem;top:10.6875rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzTNbOgAGnqNWXUPboVRBaC2TCyU3Hn0 { width:3.125rem;height:3.125rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emfV7xCgzLvCZcINmqdUkoXy5DWQuTcw { width:1.875rem;height:1.875rem;top:2.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiP6RakmFpPw2eXiZT7t8iKzPL3O66zg { width:12.4375rem;height:1.8125rem;top:2.375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5eLGxOCPzgQ082EvBHEPoWq0SZ8V2nF { width:6.6875rem;height:12.4375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhKHy0UyBvxcNKxq0MfJuuBAFEvXpTtt { width:35rem;height:32.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvTSD8bcm1NNSOGaMgPGnkqLQ1oKlg2k { width:15.5rem;height:15.5rem;top:15.9375rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqoiASueLw7BMHz1LZl0NH5NDLDHbqNP { width:15.5rem;height:15.5rem;top:15.9375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ6yypsTD7Tq7ZXegqltJgZM75g9AHT { width:8.5625rem;height:2.625rem;top:10.1875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTEHaCcLe9ExLklbbMS4pZumR6uJVBIQ { width:8.625rem;height:1.625rem;top:10.6875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1IKvTX8A04LZrSvX1sB7vHndiS7IZ2 { width:7.6875rem;height:11.6875rem;top:19.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwcCixwESqCGXFWlQ9XCaSS3b8IPJOtk { width:30.4375rem;height:3.375rem;top:5.5rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVOiydSlZK14BlbLwd0SlxAr8nqh2wXM { width:6.5rem;height:9.25rem;top:22.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5TVhTSilqSFqOSo22sg4fiFpBaFNDVi { width:7.625rem;height:7.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeuSG24CBkT7lcxQoVBhg5uzl9Wt1Lsx { width:3.125rem;height:3.125rem;top:1.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txTMAleKykwG1dF6GnhfTA2QplLgJBEy { width:16.375rem;height:1.75rem;top:2.375rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCpbtmSWb2cGV9MNhG2uobT3cJdgLA6U { width:1.875rem;height:1.875rem;top:2.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeAshg6sWoDw7z1JTiztyhM9fieHoBS8 { width:3.75rem;height:4.875rem;top:0rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 { display:block; }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGd2qIBxxcioeE7P9IIh8yeiwbRF6rVm { width:35rem;height:24.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTq1kuus2TECrxU9uz5x10ibJISyNLsf { width:29.4375rem;height:5.0625rem;top:5.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUPFmfDQWueekvq0XGXB4EflETU4UL9T { width:3.125rem;height:3.125rem;top:1.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENks6g6GvnAs9EW4yHPvudInsg3Tlm0h { width:1.875rem;height:1.875rem;top:2.3125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3h9DcLh1ZlwViTPlqGUKeneq8frTM7s { width:7.625rem;height:7.75rem;top:0rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baQK88LVZWFOUCT0vGZiotWeGsDLV0J0 { width:3.75rem;height:4.875rem;top:0rem;left:13.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knkzd4AxsqE4SqXiCT6MG7KgAkdGPZuy { width:8.5625rem;height:2.625rem;top:12.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8VRVKXkJMU2u3s7FxTUUOOzfAN9iTA { width:8.625rem;height:1.625rem;top:12.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDWGQd0tHemr4uQe7da0CbAdr5FTF6AP { width:14.0625rem;height:1.75rem;top:2.375rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgIesseteSEhe9kiLvHBqxVbW5klFcrO { width:12.8125rem;height:4.9375rem;top:17.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw { display:block; }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDLJ1NLX8fAH3gsbq6CnwilLu31FN7TN { width:12.3125rem;height:3.4375rem;top:3.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeco3aGy7vvzoHCgI9QtxOEJEWUGVSn2 { display:block; }
 }@media only screen and (max-width: 763px) { #vyU2EgIA5suDCH2TmqP9bNpwVPXBwHmf { width:12.3125rem;height:3.4375rem;top:3.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx5BPzN8WGokT3FTUr9J7odkoCMznE8g { display:block; }
 }@media only screen and (max-width: 763px) { #MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm { display:block; }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APvEUbJwPVlAS0QTRVA1tk3LerQ1oPMe { width:21.9375rem;height:;top:9rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMObcTfT61l5uDma5qUEIVzVTJbgcThH { width:8.9375rem;height:0.5rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNdXP2kKLKk9d4lIkVnhJdQzefHqHSE9 { width:46.5625rem;height:4.8125rem;top:10.3125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIfoJ2QxwkHBEp5PrI5Tp73VmD4BTi80 { width:5.9375rem;height:6.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQQHPtBPPPKvEZo0v2hJu6Vz40Mkk5qR { width:10.4375rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySrIIT5AMOIrAGMJrSXKE2bcZJMRmG9 { width:19.375rem;height:2.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmk73vfdMAmdlBy7mTrfGugcWXS5z2av { width:17rem;height:1.6875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg { display:block; }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXiADeOOluG0AeLseG32xZe7CqpRwnVc { width:11.625rem;height:24.25rem;top:4.1875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILMB4lWDTtDcTT9PwwrdEuSkT2aTzgri { width:33.3125rem;height:18.0625rem;top:7.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHOEwXgLTBetuxn3xsdpOTk2OIGDJ4A9 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXaH2gWBSoTQ4Buvv39kyTV2InUoKlte { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyuCuvnVqMp07WkVbnJprUxKXmMDLMd0 { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSC6hIHHiLAwviVKe35aLvp2eBDyQTXr { width:1.5625rem;height:1.5625rem;top:10.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCJw3O4O7rsGW5Vzg3uwo6FL4NVQZSlO { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Wcloqm2UQqbVwWqP5hAf75MaeFV7DH { width:1.875rem;height:1.875rem;top:21.6875rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl3tDWZ0TImmlAtvgnATqwp9qoA6tDRI { width:18.375rem;height:1.875rem;top:21.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQUaahVw2TgKM4ebePpbkvieJm07bsV7 { display:block; }
 }@media only screen and (max-width: 763px) { #a7HQQPJGx1fwFHtLnq50TsMHLT8haFCZ { width:11.625rem;height:24.25rem;top:4.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU64MDnahxvIsFNIkoCO8fCG9RrPAVAk { width:33.3125rem;height:18.0625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcaQ1n93dGVrMIWc1SgWKQdvcxT0ASET { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyg6PyDB5RGZsOKZBgtur3xy6emynN8 { width:1.875rem;height:1.875rem;top:22.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGgUHbUCUoGvvN02uFpAea0Ol09bqdm5 { width:18.375rem;height:1.875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWfBhGxeaugF38TMgpZiRHGrxOpe6p3Q { display:block; }
 }@media only screen and (max-width: 763px) { #E2wpHNkh6SfTtgkAcX2Q4CaNOFa6hAG9 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrNHWKTJgoOzIfDpcJBrre6qTExkob8F { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE7BZZ28WFMzi0IF5FIhl5HtBbzlCnbz { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaz0dpZT1S9yeRsuBNNQMh1tAgC176OR { width:1.5625rem;height:1.5625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBMRk2cu07ab2k0XRkRafhRKSuNtzswR { display:block; }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Rh5vScTws4ohbtgQesEmo5O7DngEGn { width:11.625rem;height:24.25rem;top:4.1875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwdbTuEDtKPgShtTC37e4TMFxhauE9gK { width:33.3125rem;height:18.0625rem;top:7.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVmlUemLWkSzehc97UmNFMgFA4d3iJ0q { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbfpuQTc5wNOKT6tVg1whQNoUWPJpiT9 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCZMxxBBIi67qkhLE0VaX5uHTf9lSC7 { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1OwmJtkawvVFyvINkCFCLv6oKFyzGzf { width:1.5625rem;height:1.5625rem;top:10.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTgLibtJ7OClWxiAS6IVq2aNwECV4nOM { width:33.3125rem;height:18.0625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiB1BbpmXlmU9sewqTOdHtlMRt4vUnZu { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98g2pCZitGhL9lT5KathTmd5KPICnMl { width:1.5625rem;height:1.5625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnVGQMngVAUdaMy8Xn9Z43HhAMnBrxQE { width:11.625rem;height:24.25rem;top:4.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWE1Fl8TNSLITgu55pwNzchr7JM6lfEq { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxt0PJAMiRPbgQX3ulr9b41y2n6qiRad { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E { display:block; }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNLwliMzJ3yggTkCnK77CMAppBZhCBFh { width:12.3125rem;height:3.4375rem;top:0rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEPmT8PF5RiF71gOy871Mt3EIlDL2xaB { display:block; }
 }@media only screen and (max-width: 763px) { #U6VeHhgCDxbOcI5iHDmQOJ4KHmg6koPZ { width:12.3125rem;height:3.4375rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFHTOTmcymu5xHEkOUz4DTutFxJXudI { display:block; }
 }@media only screen and (max-width: 763px) { #e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y { display:block; }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNWW9CxJZ2GADSelvW6bOKMB0fAW4Enz { width:21.9375rem;height:;top:9rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anmHCd0K4shSsBDNmstSKSITgxqO7pyD { width:18.125rem;height:0.5rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe6wFwnTsPrMXCZIMyx6bgrFzG0P4cZX { width:46.875rem;height:1.5625rem;top:6.9375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG28yldzO25I5QOewkrsMn6QleaO1y40 { width:46.875rem;height:4.75rem;top:9.3125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMXT8usS6QE7NMp6EqOUrOIvUqwfyyxB { width:46.875rem;height:1.5625rem;top:14.8125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0dny2hw2iH3w3ZaNALyhGRRm89wJTvk { width:5.9375rem;height:6.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB7SrCFfkB6MOcZnmwKog7FqEa2kege { width:10.4375rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNHICBeAXRT7bKETZWvxgWkLbb9fCEt9 { width:19.375rem;height:2.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTasnodkfslZhMT6gTKJglCcnskIruS { width:17rem;height:1.6875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 { display:block; }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J37FiHZ1Ur4O86puQgChQgqh24z4NRec { width:47.75rem;height:28.65rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzsU3E6gax8SigrHMyDe63ymp1M94lav { width:15.25rem;height:28rem;top:16.6875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC { display:block; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uipJzKxamEtmMW2WNeFox49g7etzsTcg { width:20.125rem;height:1.8125rem;top:24.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcJZAavO3EmbFpbMPdmEWK3fXcX5JKph { width:20.125rem;height:1.8125rem;top:24.125rem;left:11.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7bNUJg2cgPpn1r09acnrr8v7LQQcot7 { width:16.8125rem;height:1.8125rem;top:24.125rem;left:30.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT62N2om3ncE7cVy74lWvtixCtSTe00e { width:20.125rem;height:;top:18.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zww6FcMlLOMvz5v7NrFg2bg5WveGlGpr { width:20.125rem;height:5.25rem;top:18.75rem;left:11.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqdpVGxb8rbMfIGGRGuBSflXpKwTVyDi { width:20.125rem;height:5.25rem;top:18.75rem;left:27.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNF9qXSplxVKvaqtC6X6ZnUBhyDHHhx { width:47.75rem;height:5.0625rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piElRup2oGVigq9dQBlBFoWsn8dEf4o8 { width:23.625rem;height:11.875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBHMKbeXldrLU6WaGcuIXsdP5oqBf2t { width:23.625rem;height:11.875rem;top:17rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9VDdm0uZTNwvsfn2oNdGnKpWgHyJwog { width:23.625rem;height:11.875rem;top:17rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF { display:block; }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyA3BiKXuMkEEp0SytP2gm24ADN6FtNO { width:47.75rem;height:2.5rem;top:5.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSS09BnrbZdC5ASFVoi6GyMAHG3vzbTE { width:10rem;height:0.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 { display:block; }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHfvsE0yg4JNRSlsGZ3kwLMZclFWwWGR { width:47.625rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2WyMs5DRc7yNA26O3TmFT4MI2xazpBv { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#V2WyMs5DRc7yNA26O3TmFT4MI2xazpBv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #L1K5MIo0C1vFd1kDVmiiB21yaaO9b56i { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEP96sQw74gGQLf7TFpPpAXvPo9xkNqL { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXX3c2k5Znh6QROkVXwaJX63reLI9dy { width:1.5625rem;height:1.5625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4aE10F32Ts4Gn5XetxKkUXEIKsSa5xU { width:34.5625rem;height:20.75rem;top:0.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJA3KJPXmh5FtDzU3BqlyXh7noErdRRT { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn6QMLA7mhfp54BfWMeQdwDKoGaTf9NS { width:1.875rem;height:1.875rem;top:19.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2rOLWDeTtUBwIhWcc54V6qRInBOMiMf { width:18.375rem;height:1.875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIycdJyDHHL6zITvPT1Wne6NbPwQw3o0 { display:block; }
 }@media only screen and (max-width: 763px) { #NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW { display:block; }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc7hU6xXMCxZtoZ2p7ZfRbi3XfeTiTvv { width:47.625rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nruWok4wgcIMPoMEdfw0bW9MVbN2tAkE { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#nruWok4wgcIMPoMEdfw0bW9MVbN2tAkE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #AqDgzI2h2ZwcVEJEhfXsrSqQoTZZeXRf { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmfD3bp9zRVs6gGWpzlfSslPQKtrB6XP { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxMT9fJoV0KweGN5lgfRhrIZXqRgCx9q { width:1.5625rem;height:1.5625rem;top:2.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUwqT7Ao857AS0GXptDRI2a4l9vEp8FF { width:34.5625rem;height:20.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3aOpAQaM3Z0eWTN4TfJFZEnmCk6As6V { width:1.875rem;height:1.875rem;top:16.5625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azbPdIbF2a44idqlesybo3h8RunJt94d { width:18.375rem;height:1.875rem;top:16.6875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT8JrDwvcNFGIT7KoObatPTekT2LJC6l { display:block; }
 }@media only screen and (max-width: 763px) { #HnAWFh1q2JWt5ygsV4WT6CCBe0DNawPg { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw { display:block; }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqBmnZekyuTAD3XWzaM6z62m7gVHHtkQ { width:47.625rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQJyvTnZbo8td6SSW6Tvlc8LDiwhsmrJ { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#PQJyvTnZbo8td6SSW6Tvlc8LDiwhsmrJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #AE2sARZbzGrBzudWk5Zq8x8hJozaCTPB { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWwlpZJ0ZQtb67XAVuMteSrcgrs0Tlb { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Tq2zTlhpP38nUBTpge8PuQNdexTgaa { width:1.5625rem;height:1.5625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPeo5IdMWPEMI0JoTtI84NqxSACNQIsq { width:34.5625rem;height:20.75rem;top:0.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0PVZUMTtRNAstk5JiPRTh0aZp9qEkTf { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP { display:block; }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAgvBFccNxv7G6dMiv5HaTTFhDiLIiLf { width:47.625rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmVZxnGenwaMdQc4SIUqT0XMciIxXk3Q { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#fmVZxnGenwaMdQc4SIUqT0XMciIxXk3Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #EzXUybcypHTpkSMl29QmcOInQMVNK8L2 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKans2lsknJc2xzTeeOFNePDCuf72iik { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7B7rvITdLWOalspHKzSST9AlTPfGxg { width:1.5625rem;height:1.5625rem;top:2.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSmb78icLQXaWs325KTEkN3qMFCSCIqs { width:31.25rem;height:18.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgFz4Duynaus9L5Sc4awEKgTPtobREh { display:block; }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUrRpJAT1qR9voci8XK4ZJ5v3WlkIbrT { width:12.3125rem;height:3.4375rem;top:0rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZVB0UacTUQuTd1Wdyl2MzoNBWQBaGs { display:block; }
 }@media only screen and (max-width: 763px) { #deqSUeoPuwrKFx6FwgL2JKIXFbX4eTfH { width:12.3125rem;height:3.4375rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oJVhrdC9uwJoPh8KoUAKdBrWPabz0k { display:block; }
 }@media only screen and (max-width: 763px) { #mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X { display:block; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbEhBHqHXrCpFBWT28EtAmZaMKdChiMS { width:20.875rem;height:7rem;top:9rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JttvkTDTCTFDbbo9NtcpZS3gbnC00bLA { width:16.25rem;height:0.5rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubcepn2tzzp49SZmqoQ1HveIAsh73TEJ { width:47.75rem;height:1.5625rem;top:6.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO1zSKsQeHVfBwBcPTAPOXhVs3rh9JrM { width:19.375rem;height:2.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imwnHBZwZB1WyG46qNVCc1HFoITdWdHx { width:17rem;height:1.6875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WShkS3JieswykqlTKWQAqNG53uTveBQc { width:46.875rem;height:4.75rem;top:9.25rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNnsbwJzr6vMZP2t7FPbyD3cRxBxn8D { width:46.875rem;height:3.1875rem;top:14.75rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdqemXuLoUQSkhH69UUEtpH2N87RWAFo { width:47.75rem;height:28.570416666667rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEc4fv8ZPwaAvPyiGceM1k2sdMrixy9Q { width:15.25rem;height:28.125rem;top:34.625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH2orSg8fHfKRZna8XQsIWRaSey9zku4 { width:10.4375rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfM5sIMyo3hKUKQH55WruxHsObnOg8cr { width:5.9375rem;height:6.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE { display:block; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykZToLi9PR0iPhXC0hpVEbcJUdfg164O { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbEC2LyFHcX6ZHZewqubTxsnOibilHsP { width:1.5625rem;height:1.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCqyb7D4Fe1OmNBb7eCryAizWRd4Hrw { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyDumCP48pWR7P85D2Nub7xoUgLr1vrR { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekqN1AKODM9zZ4NDnZxRfpQHPTUvToX { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQlcaEbO1IOrnuFyVkQJe9u3T546ZHh5 { width:47.75rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DldMRTFU8tTl3Rt4219EftpLPD7DEE1g { display:none; }#DldMRTFU8tTl3Rt4219EftpLPD7DEE1g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n5G9ruL8l23raavMggw5MwM8EVn76hv0 { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUUF2oZat6T4HuEzGW4t6G9wQpkLpno1 { width:1.5625rem;height:1.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXCUDhVS8fBgzTMwg6kAnIGfTg5hsm84 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1EFUniqSVnCtUs9OsdCNQJIrLFQang { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZZK3uavECbhcZ6S6ew5b5ei5WqRnJQ { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lghvl7Vbs2SnpJ8RrEVTKcuhsSPRdQux { width:47.75rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q { display:none; }#k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SfNJDmBkSMlZNPT9ZsoE20mMNGLBAy6m { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzqJ7A423ZrcX4iP0E2uAIOBTDieMCoZ { width:1.5625rem;height:1.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKJEVBHZBUwo6U5gnTlqZI1ghSDinZEs { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXn79mqSUc1pplim72rnmMWzx9L7o84z { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6l4WEUcuyWZXJp2ArQHurpTxLNTXFK { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF9LXLXyTbSOJZfwUSUTmE7pfANFJnN6 { width:47.75rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvB3gXM0AuflS51qVWhFVuKSsmreERX3 { display:block; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlZwa2M2V9FlJzMn955kdURkXMISkWIi { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5ExGHIvEhevRT73hNcrn7boUEXioHxb { width:1.5625rem;height:1.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIlU1q6Cz8vPdd892eOlyg3XxWKaJtWy { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQBHnT8wSzlocm3STtIrUpz3vocBwWW { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEleCInTVr4H0sakialf9NKEiMr4GaZW { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IktxGTdE4gUcsWxVG3BAhWFAvJ0zOlKL { width:47.75rem;height:0.0625rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJM0aVt6kcuQRioQ5E5lQ1wTfU9C3bTo { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsV94SltS2Ptg5EJqDvUhpwGT6SnFMNb { width:1.875rem;height:1.875rem;top:8.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4XUnqgIfQQTH1hV97aP8N2x8FinqVJa { width:18.375rem;height:1.875rem;top:8.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkVLBh72PWnEVb8Dn1olop7f8G0gPrbg { display:block; }
 }@media only screen and (max-width: 763px) { #dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d { display:block; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAtpWRtHKXCwvyviTs3sbPMKyciqvCkh { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nosTW1OGFIspUfOiLBRIzIptWE2K1IaZ { width:1.5625rem;height:1.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSJMi2tzKVIxI4FHSV7uWy34rSTu7629 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQX6cotmJyCDmK0OWKdIhWC5TR5GRQxw { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynqvtO9JHJygvJoSWHNdk2XfLqJEUvcl { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe3SvwcosmDTwxisNAhWrefqCzHphT2y { width:47.75rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQh9DNraXTy7XCVwnWvIy7xe7CochCi { display:block; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pezTNTImlEoQNbOprV0LcEEIPQTvn5DS { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrTp1KG9AVFgCz4zW6vLSrBt6olkQRfL { width:1.5625rem;height:1.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar90vADsQ4iq2X2XffxQvFxHhawNtP18 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Muk0QRLXJWzxuFnlLFzrOHoaNPPJVohi { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CiH8dzBUdinKZDKZkeTICWlsFEFbFk { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA84QuDqLbUrHkfSU9MPyR4bZxc2R802 { width:47.75rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD { display:block; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqC9HReQV9BxWmEt2noy22QpSMZRLVdg { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTNxxQLrOpbVo56tanVDPr3RCqH0X5Rt { width:1.5625rem;height:1.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAMFwM0yDJtDIwXwhZIprCEHzvoTEKX { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZACwGTK5QxEiDeVAMTthkZzXmZSIVDy { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alNhlQzatpLhqQ8fikFA40DuHCPh8Zub { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FieT1Dy7wFaURrTq0ZbA8bPJBp8UA83d { width:47.75rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap { display:block; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfUtLzN5ecR4oNffVTgTgFUg7ai3J6aN { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4KQ3vpAKe6MM9g24ltaaRtg8qTpx2i0 { width:1.5625rem;height:1.5625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLMdaxLWtbD3UKbVARDT4qUNFxmdQD7b { width:13.1875rem;height:4.19824375rem;top:18.05078125rem;left:33.197265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJRe68xTHCbmSkZI8iCtw8Q7OizsLlW { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSxcs4xzI92qBFZGE4eQ34xrrRJPTQix { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKJZoea6WTUoKrwliL2HP2LmbPKnVULE { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGoQ1uq0PsoO26MpiRlPoVJc1Ju8ARdT { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml { display:block; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4DnVoZ0LCdhDBnbAZ7FG8QqPFgknSqF { width:12.3125rem;height:3.4375rem;top:1.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U89kwAEVIrOTQzFlEZFMCsvslXORMWEX { display:block; }
 }@media only screen and (max-width: 763px) { #vKyvR2RrAJRp9Vtfh1ERR9s6qbvKqbPa { width:12.3125rem;height:3.4375rem;top:1.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7dt6dTuvxvfds2AT3Qx7aeT3SKOFR7F { display:block; }
 }@media only screen and (max-width: 763px) { #cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R { display:block; }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOGOd02NkvrEyxZHAXA5rJUuJF3uXzFV { width:21rem;height:7rem;top:9rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps53cH5zoQFgHtkkfIOXJTvPpE9ICq4e { width:13.75rem;height:0.625rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrvLzdlDsTtgFalrrJsJRe76uyco5hvv { width:46.875rem;height:3.1875rem;top:10.875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoPub8ZM6xIC0bULJsdEsATzSKrCOKvT { width:10.4375rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNy24eXUqMwtOW0d5RD4EeSLTJ2O7ehF { width:5.9375rem;height:6.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwG835tO4b3fhrROazKAFF8nc7Vx8DB { width:19.375rem;height:2.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGFuqdTlyC2cThNnLAJTzQWyfKaP9g8 { width:17rem;height:1.6875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE { display:block; }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pt2eFAUgzTDWmaA4umQQzLKPNJn8TVSF { width:47.625rem;height:30.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrCVwd2NVTHTBasMglbc9IBDKpeGkwef { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgWPfgh08ARf0VKmRugFsvLkRBH3h78l { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5sD8PFmNbKsEo3ZH1Ka9hcXuzvzEu1V { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovny2QxE3xtwT92xp37qMpTEWT9RLBfW { width:1.5625rem;height:1.5625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdcBDE29VIb2np5bQiWSt1M6dSUs1IQ0 { width:8.625rem;height:16.25rem;top:13.25rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPtU8Gh7FATz6OKF7eb2RiaX2IMr0T0S { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#LPtU8Gh7FATz6OKF7eb2RiaX2IMr0T0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #E3J88VckSa2So7T1aAWnZgHMVJNJT1NZ { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq64Q0dPhk7swIkAf1zhuzmwqheWExKO { width:27.875rem;height:27.875rem;top:3.1875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h85xR55G89aZXF7LaX2IIkpso3F6fX5J { width:12.375rem;height:18.5625rem;top:11.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3Z3w8dhmGMTTTtdUc73ZWGEC6ELsME { display:none; }#AC3Z3w8dhmGMTTTtdUc73ZWGEC6ELsME > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xLMnTnVIn2ImRQAtqkdEmn3bH2FN6a1T { width:47.625rem;height:30.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBIZpgSOaL9GJPDBtTeBSvCesyQ6kTr4 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e42Lcd6UQ9c5bBvcyf63kbKJcDkfHU1c { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoEKuOcMQuc6XE5fKBvFZ9uAMFoL08Id { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsbw2cD2c8vyzdcZVKnLiKqRTfh0Efru { width:1.5625rem;height:1.5625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQOlacFBfE09iTRPX9gfGNJcxCxB4Bg { width:15.3125rem;height:19.5rem;top:11.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfwWzFhTXUcBEriBiO0SLcr6stnacrN3 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#PfwWzFhTXUcBEriBiO0SLcr6stnacrN3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #p3hs4mOC6Jf7CpM6X73exx93GIgAubzu { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTmUk8LEqN4lVilHUDbrgKPAXswQvGE1 { width:27.875rem;height:27.875rem;top:3.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKTHlzh8wBbBVWsmgyeorXG6CgTnz1tH { width:9.8125rem;height:16.9375rem;top:14.125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76alClt6aPnyCXT4FkkVEIXZpVktv2V { display:none; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rNNSf5CziSA4Hfd24BGIZU8NRzG6CFc0 { width:47.625rem;height:30.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzNPQTi3pLHqtJKJTiLE7cmFADhoRiMs { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSfpIk4EygFXyNZNmeFyOew8Ai8hMPy { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOLUzTTVLh512FKqakgTLLfUwWWkp2pm { width:11.5rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFxckOixgZWkmNXwQ2qgTH7QMd7J9HUT { width:1.5625rem;height:1.5625rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPofq3xl5Bm4FEdGS7I21UEANrga0peV { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#kPofq3xl5Bm4FEdGS7I21UEANrga0peV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #sH7Onh81OVRRMZrDHQ0vmBXda1JwLPGU { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7aFff3BSdgdlVGqzOcfaUOAtVLPwmep { width:27.875rem;height:27.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGWTbS7EfE8bc6023E7RA20d4XlTpcgM { width:10.8125rem;height:18.5625rem;top:12.5rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL6kSFhAxoEhIrSzliXLSw7vSXJkmkOF { width:15.25rem;height:19.375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L { display:block; }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaoWF22aK9IlPXSqo7p1pV3EqeCsyXvD { width:12.3125rem;height:3.4375rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAEnRcaXlxf837XAOLxL6R9MS58moqGi { display:block; }
 }@media only screen and (max-width: 763px) { #G284drUVmboT4xg5Ayyg5iJwQVkbwEGQ { width:12.3125rem;height:3.4375rem;top:0rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moSTiCSH1IMIXMmlUH3JFWUwtR2RoU7g { display:block; }
 }@media only screen and (max-width: 763px) { #o5kTgM50GixKhfwXq8VllkVdLIEJmxbU { display:block; }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJegaSOXA2kUsAQl0Ls3JOSXZhpHoVaG { width:18.9375rem;height:10.5rem;top:9rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZtVuzlF3IFgV3xs5OV16bRZgWxnQmd { width:16.875rem;height:0.5rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg1i63pcp9CJlEcyVWhSUa0QAF96KqPO { width:46.875rem;height:4.75rem;top:11.8125rem;left:0.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mzf6qPRbuVpyZh4VB9IBQsd57WwegT9T { width:10.4375rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI5UO9ErmBvbOTKWe18gbf7GotzvSDPB { width:5.9375rem;height:6.875rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZBpu505WIXBJUcDKdXuxDerwmZNTIk { width:19.375rem;height:2.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnbVsUzNIM1PxRt1pVZAHZIT9Xq8yGDT { width:17rem;height:1.6875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL { display:block; }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAn96gs75czcXKPHexbpuDoWZp7htNnr { width:24.0625rem;height:32.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdaTbTxdf5zOs362sunErUBxi4UMdZLu { width:24.0625rem;height:32.5rem;top:0rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxxT4WTNiTa4FDFqa3evuJuIhvlNtzlb { width:24.0625rem;height:32.5rem;top:0rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #actAdDL76SH5xQg0AOTdQHOesUxuPsfq { width:17.625rem;height:5.3125rem;top:9.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGgr2T7QAOOLfupwIaBgmczBVMfuHRIb { width:19.75rem;height:;top:9.0625rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1UtMb8c60kSRFRii9Z5g40GOcCEcG8G { width:21.3125rem;height:;top:9.0625rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZJyk9vhk8TUcNQ9RsWe8qQ2izWw84It { width:22rem;height:8.4375rem;top:16.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghf80f0gwfueRIVMsa0idxOtpWBNz9k6 { width:22rem;height:5.0625rem;top:16.5625rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EntR5tUy3skQ0QJeP4EW4Ji7TTtE0nEq { width:16.0625rem;height:3.375rem;top:16.5625rem;left:31.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH9sCBFWoWbsPRSShTna35tQMT8bqdJU { width:4.875rem;height:4.875rem;top:2.8125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKPS1p4EwuCAVwQ3LidwFXTc49lFl4tC { width:4.875rem;height:4.875rem;top:2.8125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm3ClA49RohOuuABGmu3QPzu9lh8Jmd1 { width:4.875rem;height:4.875rem;top:2.8125rem;left:37.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieeHgzrpq0Lr4JmGnIKIrsG5zMM1wV2t { width:4.375rem;height:0.125rem;top:15.5rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJFwOcwn6T61il1X6MVEmN2HK0EJ4hW { width:4.375rem;height:0.125rem;top:15.5rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1rHCdMCns3u8p6BCDTqSQXuteGcBpPZ { width:4.375rem;height:0.125rem;top:15.5rem;left:37.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1RTZnQrbQul8BCaudeosQa0RHbuTSp7 { width:3.0625rem;height:3.0625rem;top:3.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0o3QlAILri2wwPs5KP6GpwPveQQaX8f { width:3.0625rem;height:3.0625rem;top:3.6875rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoksdT7w6oQDuL4W2OsTK3MdfGPak85f { width:3.0625rem;height:3.0625rem;top:3.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBX0kvvxuxXAJPzc7RXeJXE3RbocKIt1 { width:11.1875rem;height:4.25rem;top:23.5rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSSESZ7iMgbFoz89VPmDXtTb9P0m4MS { width:12.3125rem;height:3.4375rem;top:36.9375rem;left:17.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdT9eSvFcCTw9mIh3wuReN1zKTpdEvD1 { display:block; }
 }@media only screen and (max-width: 763px) { #HBWVSnJASyIPRHukSukVC1A6w6OPeRXu { width:11.1875rem;height:4.25rem;top:23.3125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection { display:block; } #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection *:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="text"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="email"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="tel"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection textarea:focus-visible { outline: none; } #TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Geac3649d3516346a84e6b831f6ee940.widget-smartsection { display:block; } #Geac3649d3516346a84e6b831f6ee940.widget-smartsection *:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="text"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="email"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="tel"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection textarea:focus-visible { outline: none; } #RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection { display:block; } #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection *:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="text"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="email"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="tel"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection textarea:focus-visible { outline: none; } #BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { display:block; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzDENJ8XI136SIAhWd3LuumbuboB4g7f { width:47.75rem;height:3.125rem;top:2rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection { display:block; } #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection *:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="text"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="email"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="tel"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection textarea:focus-visible { outline: none; } #tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection { display:block; } #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection *:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="text"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="email"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="tel"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection textarea:focus-visible { outline: none; } #XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection { display:block; } #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection *:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="text"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="email"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="tel"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection textarea:focus-visible { outline: none; } #VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection { display:block; } #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection *:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="text"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="email"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="tel"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection textarea:focus-visible { outline: none; } #FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection { display:block; } #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection *:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="text"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="email"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="tel"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection textarea:focus-visible { outline: none; } #aTU8tika0zXuAzOffolBwxkN8vc6vNup > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection { display:block; } #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection *:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="text"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="email"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="tel"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection textarea:focus-visible { outline: none; } #C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q387421a79e72c0cc094d6753450a1e4.widget-smartsection { display:block; } #q387421a79e72c0cc094d6753450a1e4.widget-smartsection *:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="text"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="email"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="tel"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection textarea:focus-visible { outline: none; } #H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI { display:block; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzETJQabPKOg4hviHfWf71Ekc04M56Su { width:47.625rem;height:4.6875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAAnFdvUTgZXm1rFKspDTTaaMzBi5Rx6 { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtgcRq3v9r7o8phWrUtRPq83niT6pAmI { width:10.9375rem;height:1.7871125rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw { display:block; }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5tKxpkROTfvb8i6Mr5UuNhbwJo9Q3ZN { width:34.4375rem;height:48.5rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7A2rpRykZvbSteyK7hU8T6flbGAJIz2 { width:29.375rem;height:0.125rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9WVG5wu0lJeh6Piq7gGkgmTNMKk3R9T { width:29.375rem;height:3.4375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nptHacIikbzTkG9NPISPskttcInI53HI { display:block; }
 }@media only screen and (max-width: 763px) { #yB9Qat17pqcVLVhSCy2OhRtxtdVr2kHX { width:15.25rem;height:4.8125rem;top:11.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvydeNLV653AphqohDwQ6IT7wK4OPmGx { width:29rem;height:;top:8.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcI53nacJSWZnbA4dCFRv64tnbxzKsTR { width:10.25rem;height:3.3125rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD { display:flex;width:18rem;height:5.0625rem;top:4.375rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #Rq6shcWk1dh2Te7XUknCd0Pr9ZgW61Ww { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #UTyZ37OSVuwFqZJLF1cLwcRpATVbdrRo {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #Tb5r1hdNmooBRwh6QG1HG7wgAthtDfhs {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #pXf8R8fQMtlhcuUlCKQRvK5nAp1qiuFe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #khvpHxmq2OIS9KvsAXLfvonBmXvxDNta {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #dEwDvG5XOcxIh8k44xul9NydLBPXFlxp {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #qyXHkBeazEV3TP5ktvzMxsdnJv5pot9X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #h7OPnN2M1StC48bGwVVzoVhFZzGMrffZ {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #siPOGN6CFmer49ONWeedGkk7TbT5kkip {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #sPIrmZzt2iesMVFE8T41AxZs89QVkINt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #gVuB9rn9GrWTi258Ef52SsETfgBhmFXy {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #J8GPpyHpyenbHV4TpB08Ur64NDV12XF7 {  }
 }@media only screen and (max-width: 763px) { #O6ADg4SnibdwTez7V9ixappDkiFfRBJM { width:34.6875rem;height:2.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyqnnlFCPSGdNhrimaOpoC35xqeBW1tK { width:13.375rem;height:1.5625rem;top:4rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhJVesoyBKucDVyX3fTOPOyaToKSSfaF { width:6.75rem;height:1.5625rem;top:4rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSeBxH9SmXCTbiz6DLg14iEhnop4mJXy { width:9.625rem;height:1.5625rem;top:4.0625rem;left:11.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ7PGRUFqqGzx0HMGbh5u7eTvytkSnyT { width:0.9375rem;height:0.9375rem;top:4.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfAKfKDCNzK9pvyanx5RuMgTofCl0LoA { width:0.9375rem;height:0.9375rem;top:4.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWdww34LV2DZGoQX55O2DGk0L3k7fyy9 { width:32.25rem;height:;top:31.125rem;left:0rem;font-size:0.8125rem;display:block; }#zWdww34LV2DZGoQX55O2DGk0L3k7fyy9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
 }@media only screen and (max-width: 763px) { #dTeeHqNpHTacIBSc97JTPMHky7xG5t1r { width:10.1875rem;height:3.75rem;top:29.4375rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxi2F689hliGiPTs2zC6wXoZDxCz1cPe { width:5.9375rem;height:10.875rem;top:25.875rem;left:41.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHO8igRzCzNGTmJXLSv1RFAsZ5cVK3Rl { width:27.25rem;height:16.3125rem;top:36.5rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxFPJ0NKbFmyAQShzCN7Az5Wsk5cvl8E { width:15.5rem;height:15.5rem;top:22.5625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCzkqg9bKE0fq5mC6SuLrblclaJZD97T { width:27.5rem;height:16.4375rem;top:8.625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyeKomcN7DOoR8TD5VUVXyRJCwPdi4L6 { width:16.9375rem;height:13.3125rem;top:10.1875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { display:block; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V { display:none; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WMlb9OnN2Pmh5WyEUWBCTs48PpRZr8KB { width:11.6875rem;height:4.75rem;top:15.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqWJ4riU9TwWMXpbMIAV0osCWZfvQTUp { width:32.0625rem;height:3.5rem;top:9.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVPmMETkWnWeNuSOPX7dZeucflBaWDQ { width:31.25rem;height:1.5625rem;top:13.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAyXfppTcTLKd6NKTT6k4aARFC55VVzh { width:47.5rem;height:16.6875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0dOmfuabMkzThZ7WQCAAyspVg9k6AeL { width:15rem;height:8.8125rem;top:15.625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU4WeZA9dfTF2TuBWKnvamEnc7OVmIt5 { width:15rem;height:8.9375rem;top:8.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RemcDS8fJd2OoBaGPugiftVSESucdgHr { width:12.5rem;height:8.1875rem;top:16.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1KHqJkRETFnfEaDKtGXicDmXphzvoZB { width:3.75rem;height:5.6875rem;top:10.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVC9elTU7o8AA8BbwyPTack4SJKsq1ig { width:2.8125rem;height:5.0625rem;top:10.875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOhaVJx2NxXiRinetxN54zDKISNSJtV { width:7.5rem;height:7.5rem;top:16.5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqwWx8JTR8B79EePzxX2XC9TdnaIeVQ { width:7.5rem;height:7.5rem;top:9.0625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMz5agHD7rM5hFlWZ16kzfhVzh8wAGHW { width:7.5rem;height:7.5rem;top:9.0625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbq43UXiMnlkxHmWVK2H3AvfTUqrMz4q { width:43.75rem;height:2.375rem;top:5.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ATC5APmQ25FwTDROktqyw2uAG4S1uH { width:13.875rem;height:1.5625rem;top:5.6875rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzrBgkyuEyUR5c1d5OrKeHfzgGmT5gN0 { width:6.75rem;height:1.5625rem;top:5.6875rem;left:21.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaJRLqMTXT2zqrWg3piXBcyzLAy0giey { width:10.5625rem;height:1.5625rem;top:5.6875rem;left:31.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAsCWmZm4ka4w27KSh8IgwtEWFDgg8dm { width:0.9375rem;height:0.9375rem;top:6rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTO9ttZrLF3CGolHM6ZMRZF0blboQnLg { width:0.9375rem;height:0.9375rem;top:6rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4JgHJMdy7svBGvU3OM9SFG46kXZuCNk { width:16.3125rem;height:1.25rem;top:22.25rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgGhoImuiVGAu3APBZChMXTPnIyCgnDC { width:14.4375rem;height:1.25rem;top:20.0625rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiALQ1sxdKWgts8mMHO7yD4hNreov0vh { width:1.3125rem;height:1.3125rem;top:20.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5NkeNSW4qFAfCHfLslVEOT0w3sQC81 { width:13.625rem;height:1.25rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktSw6oSr0LEN3EThz1HTuN7XOCHcUW7r { width:1.3125rem;height:1.3125rem;top:22.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhtvu24kzcsr94FTXJlClmNTE02vDiw { width:11.25rem;height:1.25rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHfeJ66Jy9obsfkhpGC8DSzPxhpcJxGN { width:1.3125rem;height:1.3125rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCKpApLGSP6Lo73DvsgNTFsnWNTWhTr { width:1.3125rem;height:1.3125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT { display:none; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q90J8ca3mLxnt8ThlHioAOQ7e5o4X1QT { width:25rem;height:3.4375rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOJaCvx2Z70z6XUzuPblsIdT73N5bIO { display:block; }
 }@media only screen and (max-width: 763px) { #kb0TPu9ztchpbqNus61oONMTdDwhEK6u { width:33.75rem;height:21.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZpeXTtwyC9DWNHa9wp6HknhQM6KekLJ { width:19.4375rem;height:1.3125rem;top:5.5rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX49CXHq41lUuvNEgfET5f3syUiH0pAc { width:2.375rem;height:2.375rem;top:4.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKWJMPONTIgI0nmtN1539K11EoF9fDra { width:19rem;height:5.1875rem;top:8.5625rem;left:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9PVET4IFZR4bG6b8GJMwNeTzoOQHTvy { width:22.625rem;height:1.125rem;top:20.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDvH0hGDhV8rNCGhXBoTp5OsQEfHwUk5 { width:47.5rem;height:27.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 { display:none; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cA9y0sMcii03RZsAclDLoyerHx1DDHbS { width:11.6875rem;height:4.75rem;top:9.75rem;left:15.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqtbLQJi8oTOiNdwgxcbfzCff8QbQSKB { width:6rem;height:2.75rem;top:10.8125rem;left:26.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2yw5Cwu5p5ZKBJ8T1t6pVV7nzcKtDuV { width:32.0625rem;height:3.5rem;top:3.75rem;left:7.84375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bsIHsVXCtG61aWGEw0Wet307tPbO7A { width:31.25rem;height:1.5625rem;top:7.75rem;left:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLJk13NC5ZUCPSrZ3WFBnPcuklt9knw { width:47.5rem;height:1.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF { display:flex;width:18rem;height:5.0625rem;top:4.375rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #QZESyXA9XFxA5chomSQIJU2Bk1HfETZ8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #PWSm3dldpFzw5TOzRfAJTVK6LlAXD3tl {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #nfahRlCvTe8U4CBltaF7AtsMXmmcNn6T {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #WQZXt2FiZXVsigroztgpaVtN2KONdSqe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #vNgPEndLET5I8lrUCSfJGfbbDIrlDe6x {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #DzDrPHrsUSrPE4JtH2KHcikCLctp7cIm {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #SSFwVlAl8lOxRx8dgcpw4myNCdSqrLoS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #lsPhitXFK9qePRDq7gGqcLp3aGQy5HJv {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #AGJM62my46uhBRl8edO5hEPbAZGZhFhF {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #th01dtvnTI4DIS6LGkIdQ4nryPkUtEfh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #TXZ3JPOVUI3er1MBNFoUoAdW4TNkt3A5 {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #UPqfS4buVkrbEKOGwsqfhT0EpNLp4T5f {  }
 }@media only screen and (max-width: 763px) { #Sph5mReQKPLKtg22b70hIlRUDRa2L00E { width:10.25rem;height:3.3125rem;top:15rem;left:7.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7TIqtoSCbDdkIyQZgTBRaXPtTsrgJkC { width:15rem;height:8.8125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnn358eN6vT1cFxUc9WL1kKykAXqgyPn { width:15rem;height:8.9375rem;top:3.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIM6lna145ULuHAf9wRxkQP7XkWp0Nk { width:12.5rem;height:8.1875rem;top:10.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXFLMW2mTHJyGgiIFBqVsN2R3Qgnu1Ma { width:3.75rem;height:5.6875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuiaXrkyEVo6fz6LF1hQ6JXqMTqpTAn { width:2.8125rem;height:5.0625rem;top:12.1875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5U2U3d8CIap7kIzTIZTbAAme4NCP2nL { width:7.5rem;height:7.5rem;top:10.375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCwKFrMOmK9Te7MvrBTUbAz02ASMzxK { width:7.5rem;height:7.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZWq6FraHvBAspX2lh9vXewM3HIb10s { width:7.5rem;height:7.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 { display:none; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kZQaxTeqLsCmynA4SC3zPMWJbg3l2CRC { width:25rem;height:3.4375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQGX3vF1PJERPMt6h27tB4PLTXq4b5Z { display:block; }
 }@media only screen and (max-width: 763px) { #SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN { width:33.75rem;height:21.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIT81pJE8hRG5rKIah9b0JnFXDHW1Tfu { width:25rem;height:3.4375rem;top:14.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOadhxkcAoKe9TEfEtnOZcJGUy6hSflW { display:block; }
 }@media only screen and (max-width: 763px) { #e5THhRATscitP0zIQnklpPg647Shg9KG { width:33.75rem;height:21.25rem;top:2.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJEOqKkoOboTSJMsfk2cTp7IMfA3a1Q { width:2.375rem;height:2.375rem;top:4.625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ02U2GDPGmFg8qUen5dBqTXLAouJpNm { width:15.875rem;height:1.25rem;top:5.25rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd91Adxd08sZpsFnS27CXe5OWMKkc84a { width:22.4375rem;height:5.1875rem;top:8.125rem;left:24.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwHrMKtAvz6Lb56n1Uas9avm4D7IMoEH { width:20.375rem;height:1.125rem;top:19.6875rem;left:25.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maIDRbBMga4x5Q1KTro1uC7O22qQQUHT { width:23.375rem;height:1.25rem;top:5.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2f5gLynlbGw57ZSyiunbByhQdl2T6l { width:2.375rem;height:2.375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdoUFPP8O5XxGdUlgoN6sW4wBkiRPBm2 { width:19rem;height:5.1875rem;top:8.125rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTu2OhE9bPm2LTd9Lx3hXuUvd4o5Uf5R { width:22.625rem;height:1.125rem;top:19.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTp2fizJNk4ySJ8E8NwpS3SWxM1xCoC { width:47.5rem;height:27.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVhChCuImvX3cw8CqGPItwHTFv7TTbob { display:none; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddAJGwxidWShblvobt3BWVcS5tCGf9w0 { width:29.875rem;height:;top:30.5rem;left:0rem;font-size:1rem;display:block; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
 }@media only screen and (max-width: 763px) { #MlUSGWrEETit5FX2ARPBVWHhqknCv7wl { width:31.9375rem;height:46.1875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvFtn9zK8UP1EWeVntKO7zHeXDkxhFGH { width:29.375rem;height:0.125rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9hC50y8NhSQFcLGM0DgWRx2QO5IsPDw { width:29.375rem;height:3.4375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmGGmzHeTd1EWzxUTsCoaTkxILcaZWMD { display:block; }
 }@media only screen and (max-width: 763px) { #oHqHlDFoc4MKHT9kbDoUeQVfTAwUwTXQ { width:11.6875rem;height:4.8125rem;top:11.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM6dhCyTgs4kwTBfsIycWqxfMNWFLXAA { width:6rem;height:2.75rem;top:12.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrCb6tECx5JETPfxpGuaWp9n6oHqUf1Q { width:27.5rem;height:16.4375rem;top:8.5625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw0waIG5fmkxJCq39Fz0f5343l4QNw8P { width:5.9375rem;height:10.875rem;top:13.3125rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJl2Xkp1qCsmaSbTT1XcNIpz2yhADpnE { width:27.6875rem;height:16.3125rem;top:23.25rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdoLebWBy7G5OuO4qi5zoV6GiFD1RR2 { width:15.5rem;height:15.5rem;top:23rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfDP5dwnqPnd9KCUT0beiTA1c1yJ6zJ { width:9.0625rem;height:13.875rem;top:10.1875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxaIc0dLVk8GwMm9y67vxF7dQKq57xEs { width:15.5rem;height:15.5rem;top:23rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAoV9e3u4RNxHpiZ4MmdgCBzPDyylQE9 { width:15.5rem;height:15.5rem;top:34rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRrDwUZ7zTcn2PN2Q6Pq1i5lNBMnG98f { width:19.8125rem;height:13.1875rem;top:36.375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5XDGKZeZQJuzhMc8pD99B554kI7b9H5 { width:29rem;height:;top:8.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yESBCIOZv9oJfFlfi8UoF3DnmXFQSV0G { width:10.25rem;height:3.3125rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu { display:flex;width:18rem;height:5.0625rem;top:4.375rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #fTg2dH4fdzTQ5ynkW9qc2PJycH4eezM9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eqyA8U3SeLcVBEV6cIxLyu22SrPACvWe {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #OIWk5pF88BtbKrbDniuUbpzRe7H4Qio5 {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #T7S0Owa6L6dLVfmTUuqgK2FqcJkxvpT2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eOq0kid3c1zLRgzGpPMHQ5Mw1UwrU2ul {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #UvHACPz9XAag8e9rKlebuS4zlXeAJIIM {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #umg2AmgcmLWd1zAxFkXkdu3boBlGsh3C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #V903OIdzuyD7qhZIn5RbGSadio1yCs0i {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #uMRLBHnUsdc8olZK6EsRHUJVcVTX5oVg {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #NnW8OaI4z2BUSCL8AzRDvtNFdUDe87Aw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #tgAGke0OLZkBNqoXHr1h7UoFTguhWa8n {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #HROtKcqBWy2p6O9K9Pl5KQDhsXBAblMG {  }
 }@media only screen and (max-width: 763px) { #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection { display:block; } #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection *:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="text"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="email"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="tel"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection textarea:focus-visible { outline: none; } #Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR { display:block; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDPyE8Go37zWdZ7fCmxhxnuJqqOvgama { width:12.6875rem;height:3.0859375rem;top:3.072265625rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZbS4w3utagMKtS19lmLhcRgrueLviDi { width:6.25rem;height:6.25rem;top:7.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J26CDAUiiNhkTp9xiaiSgQRXm0eEHTiC { width:21.875rem;height:23.8125rem;top:1.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9aR7G7numtA3E1cQX7J6rAFnng12tkK { width:21.5rem;height:1.4619125rem;top:17.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0XTEmC6ttwf48s6r4I3Fg1XqtlgtM6S { width:21.5rem;height:1.13671875rem;top:19.5859375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P62XeFMk0QkuqPFv7O1kNdlJOi5TcCiO { width:21.5rem;height:2.9746125rem;top:21.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 { position:relative;z-index:auto;display:none; }#Qh3DqTbvXGWxzmSEcN7zmKKKTXhFnT02 > .row .container { width:20rem;height:20.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VhQyRiGzHqCx6COpz1W7cri1ri6sRLii { width:5.3125rem;height:2.625rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXpcQO1CAXs1a5K4OTFbCTlyoeqOpmNA { width:6.5625rem;height:1.21875rem;top:5.125rem;left:6.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FECSsKcHIBTWfzttgSv3tunT2U08gVuM { width:5.4375rem;height:1.21875rem;top:7.59375rem;left:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqudzC0M1L3d7T1ENPvi68SWOqm0IUg7 { width:4.1875rem;height:1.21875rem;top:10.0625rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwKkCH4fNKSKMJilUEhsTZ2IyVJdJnX { width:4.1875rem;height:1.21875rem;top:12.53125rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvSu451mnX43GKHQ2ZcAaNvwKl4ehxlL { width:10rem;height:2.625rem;top:15rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlZxadAZxPmNiqCxnTsDWxXh5nUzzaaU { display:block; }
 }@media only screen and (max-width: 763px) { #gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f { display:block; }#gw1ki8qyuxmRtV8d0cg6z04LqFyPxM1f > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsMotyxxMG5fCPcLm3URdRuTScaWi8IT { width:20rem;height:6.5800625rem;top:5.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q1w3E4QTeWX3TDkwhIMim1BMirzpxFGq { width:12.3125rem;height:3.4375rem;top:15.0341796875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUF2GITS1xAEqfhIN9gFdTRwbObXyeBP { display:block; }
 }@media only screen and (max-width: 763px) { #QaeJoJbPRHbgWhFQQc18rRIvkN2JdUg5 { width:12.3125rem;height:2.8125rem;top:18.9091796875rem;left:3.84375rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Mao9sEPG5kFL8X7pmLOzT1bf47OMTOop { display:block; }
 }@media only screen and (max-width: 763px) { #nO1xQ7Pic6rmmdPZ6aDaWOTQKX29KO6J { width:17rem;height:24.25rem;top:50.625rem;left:1.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZoR8l2DCa75xJwrm3IRwnEIhSFkzCaP0 { width:13.25rem;height:2.5rem;top:1.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZatppKtZeSbK0tUnp0IE4AqGrHId1JRV { width:13.3125rem;height:1.29980625rem;top:2.5rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRT589MkpTk88US1xD3ohtHTMihxJQrH { display:flex;width:1.3125rem;height:1.3125rem;top:23.125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #FEzbLbhQIKvFThmkOGgTA9UeAi5tIMOD { width:13.625rem;height:1.29980625rem;top:29rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGCuXPh95nUfs5GTAQf1TM0XEpfg52UX { width:14.4375rem;height:1.29980625rem;top:23.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzLlSQ1TPFXrN5kJJ6PQiAAAvA54dsTi { display:flex;width:1.3125rem;height:1.3125rem;top:26.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #Q5qHBWzxrc9XWwPCCknaZhnWMCJ2I5MT { width:14.4375rem;height:1.29980625rem;top:25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOlOpUtGbzvrBTCQI8sivAF1Row3VZ4 { display:flex;width:1.3125rem;height:1.3125rem;top:24.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #H34AA26QRIgyeFTg9339qxaVGRfZPZDQ { width:15.3125rem;height:0.625rem;top:11.8291015625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaLa9ATFieJzner4le0apF500etd5bmh { width:9.6875rem;height:11.875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaqHwgVPkwOmhFSiQezgK3JHsRqtq5zs { width:9.6875rem;height:2.5996125rem;top:42.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTw1GO0d6S3vL2TT5T1aZTwaKezFrTl { width:9.6875rem;height:2.5996125rem;top:40.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQWzaFNdTBQnoh625zWb1T8gJEOCLtg { display:flex;width:2.8125rem;height:2.8125rem;top:36.3125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #Q7lLmWDkkx1ZfsobUQq4LekI09SRUyJO { width:4.375rem;height:4.375rem;top:35.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5qoQJKyg19aVKktbGqaerqKpxTBZVTB { width:9.6875rem;height:11.875rem;top:34.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vifQOuPHiSn85p40U2dT9Ayt6a9md9HF { width:7.9375rem;height:2.5996125rem;top:42.75rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVTyVfaUkJyE7Ze8TIF1udiIcwEhPX6S { width:4.375rem;height:4.375rem;top:35.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7Rc1Zawli66rtPQPTd3TWTzwRBdbnJ { width:9.6875rem;height:2.5996125rem;top:40.125rem;left:10.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5LuwyN6DQBHZqmNUJuG7bisVBJCrLTg { display:flex;width:2.5rem;height:2.5rem;top:36.4375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #VSzc9MMO9uXS2BeAcSfpwOAWxPK1Rptv { width:15.8125rem;height:1.29980625rem;top:26.9375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKnfJsfhUFFqWmCdptEEq4gP5FWlk4aQ { display:flex;width:1.3125rem;height:1.3125rem;top:28.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #wUOCtTTWOAKQbqIKdww4rKhog4HzvTd5 { display:flex;width:1.3125rem;height:1.3125rem;top:31rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #br21Vfsxfcbl3msh3kuTer09Ucb1OsGD { width:16.125rem;height:1.29980625rem;top:31.005859375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC { display:block; }#ac4i4TqH97gzqRO4yfRzCm5nbK6PlofC > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8fkZzpJw16Is78tLbOhgieXo9FBfquT { width:8.5625rem;height:2.625rem;top:3.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awxq4hNFIuL0MDBvSOliCvv77c7P2Q26 { width:7.375rem;height:1.29980625rem;top:4.5625rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4IuMZakXf19DxupO0lBUaFkTMl6ako5 { width:20rem;height:4.0234375rem;top:7.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XbMXxbnQX8LgsLCd0au5Px8wG3LDzw4D { width:8.625rem;height:0.625rem;top:9.48046875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR1cHBhCTELTwG6aJh8RIPaRLxOoUyEt { width:20rem;height:4.5rem;top:12.7119140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RDRszfSrtgua3bbD8GneZnTpCozWVDVJ { width:20rem;height:6rem;top:18.541015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2qxx1vphPPMWdfBETGA8KiTrdqs31xX { width:12.3125rem;height:3.4375rem;top:29.9629125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #btzS8d0CuhmNS5XDU4lmUv6wHy3Lchiy { display:block; }
 }@media only screen and (max-width: 763px) { #zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb { display:block; }#zOT4ObpM2DLok7wUNqbRVIT1aPzJIKXb > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcUqB3aJ5I7Wy6htJWmaxHRI3rgAcWu4 { width:9.5rem;height:1.8681625rem;top:4.1875rem;left:5.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILx17MGPCTeI0f22WggeVm9MbRV5FEkG { width:20rem;height:8.8125rem;top:6.9921875rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }#ILx17MGPCTeI0f22WggeVm9MbRV5FEkG li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ILx17MGPCTeI0f22WggeVm9MbRV5FEkG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c18b2c0f5ee24e87169126486c706d272431dfc2.svg); }
 }@media only screen and (max-width: 763px) { #dXJSvV5BvwnebPz4H1TMn5a0XMDT6agZ { width:20rem;height:5.375rem;top:22rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }#dXJSvV5BvwnebPz4H1TMn5a0XMDT6agZ li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#dXJSvV5BvwnebPz4H1TMn5a0XMDT6agZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7e77b452048e57e5defba6cf616d1e788f89dd83.svg); }
 }@media only screen and (max-width: 763px) { #wCQ4HPaX8uuwozKuhDBhuPU4WpMO32LL { width:18.8125rem;height:1.8681625rem;top:18.9375rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLWpIBARgWzUl2Brt6oW4KRXgKnqf2UB { width:17.5625rem;height:20.1875rem;top:96.208984375rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7OOz9JFX0q2eIAXmhBbkFSUa1m0NFK4 { width:5.625rem;height:0.3125rem;top:6.0546875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEdAx8rMHhMwkOlS0dUd7FsEPuJdubZA { width:11.875rem;height:0.3125rem;top:21.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9mMmBgE4KP2JB1qTxyAIv6SOPxMdpfK { width:20rem;height:15.7099375rem;top:83.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #idyTwp8fvB6zaBKakbkeKKkz4hgCwLAB { width:5.875rem;height:5.875rem;top:82rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW { display:block; }#ms29bu5pDl7KPmzFlkJ3mwLX8ex7l8eW > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7RTn8ta9FubhBMRsb1a07JsT6ZoVaTH { width:20rem;height:3.736325rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJrAgowqzFHySrFMrJqNlfr4vB2dpyPJ { width:17.5rem;height:2.8125rem;top:6.5654296875rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4U77HTSXTOvk4elMT5UyHHUJfMUcCz { width:12.3125rem;height:3.4375rem;top:14.7021484375rem;left:3.84375rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #iJFPTydRRybQa9TqnIAFdBf7e9v0lktW { display:block; }
 }@media only screen and (max-width: 763px) { #BiCIm8Akb4owfnE7uQB3Dr7nONaMXptT { width:12.3125rem;height:3.4375rem;top:11.0146484375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9ohaAAPprJ4ta2lSP23prQhC4TRXrn { display:block; }
 }@media only screen and (max-width: 763px) { #rItyVVcWXWt91094k6M9AUvk0CdO8T3T { width:8.125rem;height:0.3125rem;top:4.734375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBkKAmkT5ere4AF8iSnzwT2SsbUXLAsb { width:13.1875rem;height:15.1875rem;top:19.8271484375rem;left:5.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #cgZwR5d55m4UTdPSehbgxGdUxVxsVhXq { width:3.375rem;height:3.375rem;top:22.5146484375rem;left:1.25rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ1yDZbyKXs96uilyi7a1dRZWJLw4GV7 { width:16.1875rem;height:12.6875rem;top:29.1875rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK { display:block; }#gsEEbEIRkGhGklfEECRsIQhrgxwkHhLK > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7alhQZIVAsnSJKWNqmTveR6erlI8Bnf { width:20rem;height:4.875rem;top:3.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RwVUnJGupyyWep1r1G6b3uvQ5fp7oPtq { width:10.625rem;height:0.5rem;top:6.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEvJNEGJZiTeJq5J6Kd71I0TTeWGBT79 { width:12.3125rem;height:3.4375rem;top:15.4980625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #koUd6btkFT1gzdMXhcmcug40JtlIgLAG { display:block; }
 }@media only screen and (max-width: 763px) { #FtncTd5kML3n2GVMhno4iu31DvtKWyTN { display:block; }#FtncTd5kML3n2GVMhno4iu31DvtKWyTN > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZVqTRFGeVsttIJveyWLtV0g7cFItuKV { width:19.875rem;height:24.5rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCeIwSmmTNT3crnN1MWS1ukh4XZD5E6M { width:13.375rem;height:1.625rem;top:4.375rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krdSpBdTlDyI8UPAyBAGISzL0PbUgQl3 { width:20rem;height:4.5rem;top:6.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfdvOHnAqooy2SScr6gd4XoedNGqXTu { width:8.5625rem;height:2.625rem;top:11.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWkG2g1bEIW2wUIA6BJFEV0Bspg6ADVk { width:8.625rem;height:1.29980625rem;top:12.4375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu785LWTXAHo4JBXAOtsGAWUtc6SPSWB { width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTPQAy8G5SDZI4R0GqTIrIEsSIcKcID { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHHqTyVIr9i2VPmTKGfenhFBO0fJSyT4 { width:15rem;height:11.9375rem;top:15rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPIX2adeuP5olrUJgZ6EnT3gKghpErH6 { width:2.8125rem;height:2.84375rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pofPtN1gVZnXOC33nCaKrmXQZFJ6OWpL { width:5rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqkz4vPcDk12SFnC6NtrgTCqC493wle { width:19.875rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBimTDbiEeWKW6kHzRntNPIJ2vASB5PZ { width:20rem;height:11.9668125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7ZxiVahJFD7WRO0PGAOrssGiUFZRbSZ { width:5.375rem;height:10rem;top:43.6875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxM1d4cGSDMcTIw4AVwDkgTQ2NiwsLOV { width:8.5625rem;height:2.625rem;top:11.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTQ1snQq0qN4qksRASKhePyqeL14Ka5x { width:8.625rem;height:1.29980625rem;top:12.4375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny97JNTtzR5sM3Ux4N3hnx2OOaeUO4Ag { width:20rem;height:4.5rem;top:37.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1rXM2tlgWEb43gxB9ikV6oUarHaO5KE { width:5rem;height:5.0625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx3zEulzwFbKBUpKGulykFQnEdAfdm8P { width:3.125rem;height:3.125rem;top:31.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRSPb8hduOPUUXCMDqyegdAuzDFkZPia { width:2.8125rem;height:2.84375rem;top:30.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXOBPE7MtJ8VmSgrTLSnSauJhx0CBF7 { width:9.75rem;height:1.625rem;top:34.9375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrR1tPHR6T57oJlAwmHrVRxUDXV4f9Po { width:1.875rem;height:1.875rem;top:31.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD397B0IUVisGZ3fxEugC9B4WbsDfXPf { display:block; }#pD397B0IUVisGZ3fxEugC9B4WbsDfXPf > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzZkWcim5JzsCSrkxkw2LdsyT3JvXwwK { width:19.875rem;height:26.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEgGrVPrRL0dGRHCQuGWBQA1IE9TfBRe { width:20rem;height:3rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRwbgAPp7teTrUppADIntglGqeKrDb5M { width:5rem;height:5.0625rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duPA15OlWqBCyJM0uQqsE0pMI9naCoWD { width:2.8125rem;height:2.84375rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRISknAWzJ9RlK7brEeQkkHfRmEzmC7F { width:20rem;height:11.9668125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQZWWtalzmUCTdn03LJIMvskOIZDXhF { width:8.5625rem;height:2.625rem;top:39.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoKwP4ySOLxwfqNzFNP4ffsuck9ue0Hq { width:8.625rem;height:1.29980625rem;top:40.625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgCTvdBcJ2bVZepGOypmJ4AQnxnmSH33 { width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxH7lr2T1I9KqQN76mW2kJdcrsZmIUFl { width:1.875rem;height:1.875rem;top:31.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgg6si69VbuasS6XOJSn40bDTgGnxTAX { width:15.5625rem;height:1.625rem;top:4.375rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bteiwb1kbCbrCvpJJ3r1u0ZX6erfglG3 { width:5.375rem;height:10.0625rem;top:15.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeBs1CM6Vyk1TOCu6HKedIEnSLBPB7ab { width:19.875rem;height:30.9375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x722lTatJoGbd5go1VX2eRTWpMEF3Na7 { width:8.5625rem;height:2.625rem;top:10rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gptbxZaOXuiZx4p31Egmpl9ZTqoJfWkD { width:8.625rem;height:1.29980625rem;top:10.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApLpZdnwRU8g2bFmVMhxbLPfRlsMlLE { width:6.4375rem;height:9.75rem;top:50.4375rem;left:9.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #pAzvgTUtczb9a1PwBFSf53neS25cupnq { width:20rem;height:3rem;top:36.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQqoP5SSMsZAZFmHcwnVPGr3gHL9dqPo { width:5.4375rem;height:7.75rem;top:52.3125rem;left:3.6875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #RX1WVzDN6SbIo6AFnmI9NmyK8eMnuDS3 { width:5rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5umlZ74x6xKltcXruOTv8xRC4Wegh7i { width:3.125rem;height:3.125rem;top:30.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVW41JuSMG022MNoG1gkcsok6QznT3ZM { width:16.375rem;height:1.625rem;top:34.0625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcuF1LTAdM0kBU6oAOd2ymbAfOthXHm5 { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAU5lfTPCLhwfl4wAwxTaolgCJkOdT3u { width:2.8125rem;height:2.84375rem;top:29.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpH1dE6zvdBKbWWCixPUbbhm93usTRa { display:none; }#gUpH1dE6zvdBKbWWCixPUbbhm93usTRa > .row .container { width:20rem;height:64.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gl0Go9bhi2cOIUPuWuRXiZ0bWy63SeHq { width:19.875rem;height:26.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFHT4TdTQJGtorpgnLEM1koTakcPwuKL { width:20rem;height:3rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH8DHtb68N2TrxIu0CNNbdk1Bx7gP0yi { width:5rem;height:5.0625rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6xmEwz640534oXvmcIEBNHMhzFRbvz { width:2.8125rem;height:2.84375rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QT6mWRwRWrrMm9XwdCuWUgJrriw8s9 { width:20rem;height:11.9668125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rInnLTeRk2aLhviFJtwheeupZzS5M6oM { width:8.5625rem;height:2.625rem;top:39.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfpg1TxlyklLzhrCrFZWdk2caBtLQ1la { width:8.625rem;height:1.29980625rem;top:40.625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzTNbOgAGnqNWXUPboVRBaC2TCyU3Hn0 { width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emfV7xCgzLvCZcINmqdUkoXy5DWQuTcw { width:1.875rem;height:1.875rem;top:31.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiP6RakmFpPw2eXiZT7t8iKzPL3O66zg { width:15.5625rem;height:1.625rem;top:4.375rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5eLGxOCPzgQ082EvBHEPoWq0SZ8V2nF { width:5.375rem;height:10.0625rem;top:15.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhKHy0UyBvxcNKxq0MfJuuBAFEvXpTtt { width:19.875rem;height:30.9375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvTSD8bcm1NNSOGaMgPGnkqLQ1oKlg2k { width:13rem;height:13rem;top:42.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqoiASueLw7BMHz1LZl0NH5NDLDHbqNP { width:13rem;height:13rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ6yypsTD7Tq7ZXegqltJgZM75g9AHT { width:8.5625rem;height:2.625rem;top:10rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTEHaCcLe9ExLklbbMS4pZumR6uJVBIQ { width:8.625rem;height:1.29980625rem;top:10.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1IKvTX8A04LZrSvX1sB7vHndiS7IZ2 { width:6.4375rem;height:9.75rem;top:50.4375rem;left:9.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #TwcCixwESqCGXFWlQ9XCaSS3b8IPJOtk { width:20rem;height:3rem;top:36.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVOiydSlZK14BlbLwd0SlxAr8nqh2wXM { width:5.4375rem;height:7.75rem;top:52.3125rem;left:3.6875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #t5TVhTSilqSFqOSo22sg4fiFpBaFNDVi { width:5rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeuSG24CBkT7lcxQoVBhg5uzl9Wt1Lsx { width:3.125rem;height:3.125rem;top:30.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txTMAleKykwG1dF6GnhfTA2QplLgJBEy { width:16.375rem;height:1.625rem;top:34.0625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCpbtmSWb2cGV9MNhG2uobT3cJdgLA6U { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeAshg6sWoDw7z1JTiztyhM9fieHoBS8 { width:2.8125rem;height:2.84375rem;top:29.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 { display:block; }#tlIWnNPvOHz2ScSf1AxgN8n9Z6sJRSO6 > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGd2qIBxxcioeE7P9IIh8yeiwbRF6rVm { width:19.875rem;height:18.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTq1kuus2TECrxU9uz5x10ibJISyNLsf { width:20rem;height:4.5rem;top:6.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUPFmfDQWueekvq0XGXB4EflETU4UL9T { width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENks6g6GvnAs9EW4yHPvudInsg3Tlm0h { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3h9DcLh1ZlwViTPlqGUKeneq8frTM7s { width:5rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baQK88LVZWFOUCT0vGZiotWeGsDLV0J0 { width:2.8125rem;height:2.84375rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knkzd4AxsqE4SqXiCT6MG7KgAkdGPZuy { width:8.5625rem;height:2.625rem;top:11.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8VRVKXkJMU2u3s7FxTUUOOzfAN9iTA { width:8.625rem;height:1.29980625rem;top:12.375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDWGQd0tHemr4uQe7da0CbAdr5FTF6AP { width:14.0625rem;height:1.625rem;top:4.375rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgIesseteSEhe9kiLvHBqxVbW5klFcrO { width:7rem;height:2.75rem;top:15.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw { display:block; }#T6CHvJxmSJhb0g1oOUdXNvb03kqq4fkw > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDLJ1NLX8fAH3gsbq6CnwilLu31FN7TN { width:12.3125rem;height:3.4375rem;top:3.875rem;left:3.875rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yeco3aGy7vvzoHCgI9QtxOEJEWUGVSn2 { display:block; }
 }@media only screen and (max-width: 763px) { #vyU2EgIA5suDCH2TmqP9bNpwVPXBwHmf { width:12.3125rem;height:3.4375rem;top:0rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx5BPzN8WGokT3FTUr9J7odkoCMznE8g { display:block; }
 }@media only screen and (max-width: 763px) { #MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm { display:block; }#MbUbxraFsWHnaWXhGKLNuCT5KUo6FFnm > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APvEUbJwPVlAS0QTRVA1tk3LerQ1oPMe { width:17.9375rem;height:2.01171875rem;top:7.15625rem;left:1.03125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMObcTfT61l5uDma5qUEIVzVTJbgcThH { width:11.875rem;height:0.5rem;top:11.0546875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNdXP2kKLKk9d4lIkVnhJdQzefHqHSE9 { width:18.75rem;height:7.5rem;top:17.75rem;left:0.625rem;font-size:0.9375rem;line-height:1.6;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MIfoJ2QxwkHBEp5PrI5Tp73VmD4BTi80 { width:2.8125rem;height:2.84375rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQQHPtBPPPKvEZo0v2hJu6Vz40Mkk5qR { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySrIIT5AMOIrAGMJrSXKE2bcZJMRmG9 { width:13.25rem;height:2.5rem;top:2.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmk73vfdMAmdlBy7mTrfGugcWXS5z2av { width:17rem;height:1.29980625rem;top:3.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg { display:block; }#aAG9dLrTg4bK9gMObB8TE2COI1mWLUMg > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXiADeOOluG0AeLseG32xZe7CqpRwnVc { width:8.875rem;height:18.5rem;top:51.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILMB4lWDTtDcTT9PwwrdEuSkT2aTzgri { width:19.875rem;height:34.5625rem;top:38.15625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #iHOEwXgLTBetuxn3xsdpOTk2OIGDJ4A9 { width:18.75rem;height:5.625rem;top:44.375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vXaH2gWBSoTQ4Buvv39kyTV2InUoKlte { width:14rem;height:1.625rem;top:41.8125rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyuCuvnVqMp07WkVbnJprUxKXmMDLMd0 { width:9.125rem;height:1.5rem;top:39.6875rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSC6hIHHiLAwviVKe35aLvp2eBDyQTXr { width:1.5625rem;height:1.5625rem;top:39.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCJw3O4O7rsGW5Vzg3uwo6FL4NVQZSlO { width:16.4375rem;height:1.29980625rem;top:70.5rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8Wcloqm2UQqbVwWqP5hAf75MaeFV7DH { display:flex;width:1.875rem;height:1.875rem;top:70.1875rem;left:17.375rem; }
 }@media only screen and (max-width: 763px) { #nl3tDWZ0TImmlAtvgnATqwp9qoA6tDRI { width:18.375rem;height:1.875rem;top:70.2119140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQUaahVw2TgKM4ebePpbkvieJm07bsV7 { display:block; }
 }@media only screen and (max-width: 763px) { #a7HQQPJGx1fwFHtLnq50TsMHLT8haFCZ { width:8.875rem;height:18.5625rem;top:13.46875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU64MDnahxvIsFNIkoCO8fCG9RrPAVAk { width:19.875rem;height:35.1875rem;top:0rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xcaQ1n93dGVrMIWc1SgWKQdvcxT0ASET { width:18.75rem;height:7.03125rem;top:5.75rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TTyg6PyDB5RGZsOKZBgtur3xy6emynN8 { display:flex;width:1.875rem;height:1.875rem;top:32.5rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #EGgUHbUCUoGvvN02uFpAea0Ol09bqdm5 { width:18.375rem;height:1.875rem;top:32.5244140625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWfBhGxeaugF38TMgpZiRHGrxOpe6p3Q { display:block; }
 }@media only screen and (max-width: 763px) { #E2wpHNkh6SfTtgkAcX2Q4CaNOFa6hAG9 { width:14rem;height:1.625rem;top:3.4375rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrNHWKTJgoOzIfDpcJBrre6qTExkob8F { width:16.4375rem;height:1.29980625rem;top:32.8125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mE7BZZ28WFMzi0IF5FIhl5HtBbzlCnbz { width:9.125rem;height:1.5rem;top:1.3125rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaz0dpZT1S9yeRsuBNNQMh1tAgC176OR { width:1.5625rem;height:1.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBMRk2cu07ab2k0XRkRafhRKSuNtzswR { display:block; }#iBMRk2cu07ab2k0XRkRafhRKSuNtzswR > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Rh5vScTws4ohbtgQesEmo5O7DngEGn { width:8.875rem;height:18.5rem;top:52.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwdbTuEDtKPgShtTC37e4TMFxhauE9gK { width:19.875rem;height:34.5625rem;top:38.15625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #NVmlUemLWkSzehc97UmNFMgFA4d3iJ0q { width:18.75rem;height:5.625rem;top:45.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CbfpuQTc5wNOKT6tVg1whQNoUWPJpiT9 { width:14rem;height:3.25rem;top:41.8125rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFCZMxxBBIi67qkhLE0VaX5uHTf9lSC7 { width:9.125rem;height:1.5rem;top:39.6875rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1OwmJtkawvVFyvINkCFCLv6oKFyzGzf { width:1.5625rem;height:1.5625rem;top:39.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTgLibtJ7OClWxiAS6IVq2aNwECV4nOM { width:19.875rem;height:35.625rem;top:0rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TiB1BbpmXlmU9sewqTOdHtlMRt4vUnZu { width:9.125rem;height:1.5rem;top:1.3125rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N98g2pCZitGhL9lT5KathTmd5KPICnMl { width:1.5625rem;height:1.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnVGQMngVAUdaMy8Xn9Z43HhAMnBrxQE { width:8.875rem;height:18.5625rem;top:15.34375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWE1Fl8TNSLITgu55pwNzchr7JM6lfEq { width:18.75rem;height:7.03125rem;top:7rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kxt0PJAMiRPbgQX3ulr9b41y2n6qiRad { width:14rem;height:3.25rem;top:3.4375rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E { display:block; }#tQqIlsp3TT3TDho0DgK4hP7ZJSW7xH0E > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNLwliMzJ3yggTkCnK77CMAppBZhCBFh { width:12.3125rem;height:3.4375rem;top:0rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEPmT8PF5RiF71gOy871Mt3EIlDL2xaB { display:block; }
 }@media only screen and (max-width: 763px) { #U6VeHhgCDxbOcI5iHDmQOJ4KHmg6koPZ { width:12.3125rem;height:3.4375rem;top:4.0625rem;left:3.875rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFHTOTmcymu5xHEkOUz4DTutFxJXudI { display:block; }
 }@media only screen and (max-width: 763px) { #e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y { display:block; }#e4z3qcu2Bgo4uxER3z60GbuDBQCTak0y > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNWW9CxJZ2GADSelvW6bOKMB0fAW4Enz { width:16.5rem;height:4.0234375rem;top:7.09375rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anmHCd0K4shSsBDNmstSKSITgxqO7pyD { width:11.875rem;height:0.5rem;top:11.0546875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe6wFwnTsPrMXCZIMyx6bgrFzG0P4cZX { width:18.75rem;height:4.5rem;top:12.625rem;left:0.625rem;font-size:0.9375rem;line-height:1.6;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TG28yldzO25I5QOewkrsMn6QleaO1y40 { width:18.75rem;height:9rem;top:17.75rem;left:0.625rem;font-size:0.9375rem;line-height:1.6;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eMXT8usS6QE7NMp6EqOUrOIvUqwfyyxB { width:18.75rem;height:1.5rem;top:27.375rem;left:0.625rem;font-size:0.9375rem;line-height:1.6;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #t0dny2hw2iH3w3ZaNALyhGRRm89wJTvk { width:2.8125rem;height:2.84375rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB7SrCFfkB6MOcZnmwKog7FqEa2kege { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNHICBeAXRT7bKETZWvxgWkLbb9fCEt9 { width:13.25rem;height:2.5rem;top:2.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTasnodkfslZhMT6gTKJglCcnskIruS { width:17rem;height:1.29980625rem;top:3.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 { display:block; }#GMLNwcJIoPFIl8owByAJeXtKJsbexGT7 > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J37FiHZ1Ur4O86puQgChQgqh24z4NRec { width:20rem;height:12rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzsU3E6gax8SigrHMyDe63ymp1M94lav { width:5.0625rem;height:9.5625rem;top:4.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC { display:block; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC { background-color: transparent; background-image: none; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container > .video-iframe-container { display: none; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row > .video-iframe-container { display: none; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .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); }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC { border-width: 0; border-radius: 0; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHCuRWPxWnnhMTKkJ5q0fzbczScFdmdC > .row .container { width:20rem;height:44.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002762, #0255aa);background-image: -moz-linear-gradient(90deg, #002762, #0255aa);background-image: -ms-linear-gradient(90deg, #002762, #0255aa);background-image: -o-linear-gradient(90deg, #002762, #0255aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002762', endColorstr='#0255aa' );";background-image: linear-gradient(90deg, #002762, #0255aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uipJzKxamEtmMW2WNeFox49g7etzsTcg { width:11.3125rem;height:3.32421875rem;top:14.1875rem;left:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcJZAavO3EmbFpbMPdmEWK3fXcX5JKph { width:12.375rem;height:3.32421875rem;top:24.8125rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7bNUJg2cgPpn1r09acnrr8v7LQQcot7 { width:10.5rem;height:3.32421875rem;top:35.5rem;left:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT62N2om3ncE7cVy74lWvtixCtSTe00e { width:20rem;height:4.375rem;top:10.25rem;left:0rem;font-size:3.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zww6FcMlLOMvz5v7NrFg2bg5WveGlGpr { width:20rem;height:4.375rem;top:20.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqdpVGxb8rbMfIGGRGuBSflXpKwTVyDi { width:20rem;height:4.375rem;top:31.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNF9qXSplxVKvaqtC6X6ZnUBhyDHHhx { width:20rem;height:4.72265625rem;top:3.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piElRup2oGVigq9dQBlBFoWsn8dEf4o8 { width:17.5rem;height:8.75rem;top:10rem;left:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #VVBHMKbeXldrLU6WaGcuIXsdP5oqBf2t { width:17.5rem;height:8.75rem;top:20.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9VDdm0uZTNwvsfn2oNdGnKpWgHyJwog { width:17.5rem;height:8.75rem;top:31.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF { display:block; }#aLm1L0K9Q7NOCHcUvEILrVxTBbm1dGkF > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyA3BiKXuMkEEp0SytP2gm24ADN6FtNO { width:20rem;height:3.32421875rem;top:2.6875rem;left:0rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uSS09BnrbZdC5ASFVoi6GyMAHG3vzbTE { width:6.875rem;height:0.625rem;top:4.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 { display:block; }#CGp0nmiTPJHwn6JfkTFJxyFgTMr0axW2 > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHfvsE0yg4JNRSlsGZ3kwLMZclFWwWGR { width:20rem;height:40.3125rem;top:0rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #V2WyMs5DRc7yNA26O3TmFT4MI2xazpBv { width:19.375rem;height:17.21875rem;top:7.875rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15005;display:block; }#V2WyMs5DRc7yNA26O3TmFT4MI2xazpBv li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#V2WyMs5DRc7yNA26O3TmFT4MI2xazpBv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #L1K5MIo0C1vFd1kDVmiiB21yaaO9b56i { width:16.375rem;height:3.25rem;top:4rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEP96sQw74gGQLf7TFpPpAXvPo9xkNqL { width:3.4375rem;height:1.5rem;top:1.875rem;left:9.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoXX3c2k5Znh6QROkVXwaJX63reLI9dy { width:1.5625rem;height:1.5625rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4aE10F32Ts4Gn5XetxKkUXEIKsSa5xU { width:20rem;height:12.0068125rem;top:25.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJA3KJPXmh5FtDzU3BqlyXh7noErdRRT { width:16.4375rem;height:1.29980625rem;top:37.099609375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zn6QMLA7mhfp54BfWMeQdwDKoGaTf9NS { display:flex;width:1.875rem;height:1.875rem;top:36.8115234375rem;left:17.3125rem; }
 }@media only screen and (max-width: 763px) { #a2rOLWDeTtUBwIhWcc54V6qRInBOMiMf { width:19.375rem;height:1.875rem;top:36.8369140625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIycdJyDHHL6zITvPT1Wne6NbPwQw3o0 { display:block; }
 }@media only screen and (max-width: 763px) { #NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW { display:block; }#NTRqL2wxTZWVmVSZurIouR1n3NMeEsQW > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc7hU6xXMCxZtoZ2p7ZfRbi3XfeTiTvv { width:20rem;height:36.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nruWok4wgcIMPoMEdfw0bW9MVbN2tAkE { width:19.375rem;height:12.5625rem;top:8rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#nruWok4wgcIMPoMEdfw0bW9MVbN2tAkE li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#nruWok4wgcIMPoMEdfw0bW9MVbN2tAkE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #AqDgzI2h2ZwcVEJEhfXsrSqQoTZZeXRf { width:19rem;height:3.25rem;top:4rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmfD3bp9zRVs6gGWpzlfSslPQKtrB6XP { width:3.4375rem;height:1.5rem;top:1.875rem;left:9.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxMT9fJoV0KweGN5lgfRhrIZXqRgCx9q { width:1.5625rem;height:1.5625rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUwqT7Ao857AS0GXptDRI2a4l9vEp8FF { width:20rem;height:12.0068125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3aOpAQaM3Z0eWTN4TfJFZEnmCk6As6V { display:flex;width:1.875rem;height:1.875rem;top:33.25rem;left:17.3125rem; }
 }@media only screen and (max-width: 763px) { #azbPdIbF2a44idqlesybo3h8RunJt94d { width:18.375rem;height:1.875rem;top:33.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT8JrDwvcNFGIT7KoObatPTekT2LJC6l { display:block; }
 }@media only screen and (max-width: 763px) { #HnAWFh1q2JWt5ygsV4WT6CCBe0DNawPg { width:16.4375rem;height:1.29980625rem;top:33.5625rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw { display:block; }#USgssKpN6ZOI7EIGqNcLdJTGPvv89GBw > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqBmnZekyuTAD3XWzaM6z62m7gVHHtkQ { width:19.875rem;height:41.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQJyvTnZbo8td6SSW6Tvlc8LDiwhsmrJ { width:19.375rem;height:20.46875rem;top:9.125rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#PQJyvTnZbo8td6SSW6Tvlc8LDiwhsmrJ li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PQJyvTnZbo8td6SSW6Tvlc8LDiwhsmrJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #AE2sARZbzGrBzudWk5Zq8x8hJozaCTPB { width:18.25rem;height:3.25rem;top:4rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyWwlpZJ0ZQtb67XAVuMteSrcgrs0Tlb { width:3.4375rem;height:1.5rem;top:1.875rem;left:9.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1Tq2zTlhpP38nUBTpge8PuQNdexTgaa { width:1.5625rem;height:1.5625rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPeo5IdMWPEMI0JoTtI84NqxSACNQIsq { width:20rem;height:12.0068125rem;top:29.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0PVZUMTtRNAstk5JiPRTh0aZp9qEkTf { width:20rem;height:1.21875rem;top:7.34375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP { display:block; }#BQui6Z5slN6kTBB3OwpVkFKk6rs0LKuP > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAgvBFccNxv7G6dMiv5HaTTFhDiLIiLf { width:19.875rem;height:33.375rem;top:0rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fmVZxnGenwaMdQc4SIUqT0XMciIxXk3Q { width:19.375rem;height:11.15625rem;top:9.5rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#fmVZxnGenwaMdQc4SIUqT0XMciIxXk3Q li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#fmVZxnGenwaMdQc4SIUqT0XMciIxXk3Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #EzXUybcypHTpkSMl29QmcOInQMVNK8L2 { width:18.375rem;height:4.875rem;top:4rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKans2lsknJc2xzTeeOFNePDCuf72iik { width:3.4375rem;height:1.5rem;top:1.875rem;left:9.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7B7rvITdLWOalspHKzSST9AlTPfGxg { width:1.5625rem;height:1.5625rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSmb78icLQXaWs325KTEkN3qMFCSCIqs { width:19.875rem;height:11.9375rem;top:20.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgFz4Duynaus9L5Sc4awEKgTPtobREh { display:block; }#irgFz4Duynaus9L5Sc4awEKgTPtobREh > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUrRpJAT1qR9voci8XK4ZJ5v3WlkIbrT { width:12.3125rem;height:3.4375rem;top:0rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZVB0UacTUQuTd1Wdyl2MzoNBWQBaGs { display:block; }
 }@media only screen and (max-width: 763px) { #deqSUeoPuwrKFx6FwgL2JKIXFbX4eTfH { width:12.3125rem;height:3.4375rem;top:4.0625rem;left:3.875rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #w0oJVhrdC9uwJoPh8KoUAKdBrWPabz0k { display:block; }
 }@media only screen and (max-width: 763px) { #mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X { display:block; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X { background-color: transparent; background-image: none; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container > .video-iframe-container { display: none; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row > .video-iframe-container { display: none; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .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); }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X { border-width: 0; border-radius: 0; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#mKUcT4OLtxWhi1VN8Cvu0KnnxglDpl7X > .row .container { width:20rem;height:50.8125rem;background-color:rgba(0,71,255,0.07);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbEhBHqHXrCpFBWT28EtAmZaMKdChiMS { width:17.6875rem;height:2.01171875rem;top:6.4375rem;left:1.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JttvkTDTCTFDbbo9NtcpZS3gbnC00bLA { width:10.625rem;height:0.5rem;top:8.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubcepn2tzzp49SZmqoQ1HveIAsh73TEJ { width:18.75rem;height:4.21875rem;top:10.0625rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oO1zSKsQeHVfBwBcPTAPOXhVs3rh9JrM { width:13.25rem;height:2.5rem;top:2.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imwnHBZwZB1WyG46qNVCc1HFoITdWdHx { width:17rem;height:1.29980625rem;top:3.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WShkS3JieswykqlTKWQAqNG53uTveBQc { width:18.75rem;height:9.84375rem;top:19.125rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ncNnsbwJzr6vMZP2t7FPbyD3cRxBxn8D { width:18.75rem;height:4.21875rem;top:29.625rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fdqemXuLoUQSkhH69UUEtpH2N87RWAFo { width:20rem;height:11.9658125rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEc4fv8ZPwaAvPyiGceM1k2sdMrixy9Q { width:5.4375rem;height:10.1875rem;top:38.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH2orSg8fHfKRZna8XQsIWRaSey9zku4 { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfM5sIMyo3hKUKQH55WruxHsObnOg8cr { width:2.8125rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE { display:block; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE { background-color: transparent; background-image: none; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container > .video-iframe-container { display: none; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row > .video-iframe-container { display: none; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .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); }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE { border-width: 0; border-radius: 0; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vif56r5a0gkqoHLswH1xyP8HWmrhxmLE > .row .container { width:20rem;height:18.875rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykZToLi9PR0iPhXC0hpVEbcJUdfg164O { width:5.6875rem;height:1.5rem;top:3.4375rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbEC2LyFHcX6ZHZewqubTxsnOibilHsP { width:1.5625rem;height:1.5625rem;top:3.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCqyb7D4Fe1OmNBb7eCryAizWRd4Hrw { width:9.9375rem;height:1.625rem;top:1.375rem;left:7.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pyDumCP48pWR7P85D2Nub7xoUgLr1vrR { width:18.75rem;height:7.5rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UekqN1AKODM9zZ4NDnZxRfpQHPTUvToX { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQlcaEbO1IOrnuFyVkQJe9u3T546ZHh5 { width:20rem;height:0.0625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DldMRTFU8tTl3Rt4219EftpLPD7DEE1g { display:none; }#DldMRTFU8tTl3Rt4219EftpLPD7DEE1g { border-width: 0; border-radius: 0; }#DldMRTFU8tTl3Rt4219EftpLPD7DEE1g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DldMRTFU8tTl3Rt4219EftpLPD7DEE1g > .row .container { width:20rem;height:21.875rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n5G9ruL8l23raavMggw5MwM8EVn76hv0 { width:5.6875rem;height:1.5rem;top:3.4375rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pUUF2oZat6T4HuEzGW4t6G9wQpkLpno1 { width:1.5625rem;height:1.5625rem;top:3.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXCUDhVS8fBgzTMwg6kAnIGfTg5hsm84 { width:10.0625rem;height:1.625rem;top:1.375rem;left:7.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1EFUniqSVnCtUs9OsdCNQJIrLFQang { width:18.75rem;height:10.5rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bkZZK3uavECbhcZ6S6ew5b5ei5WqRnJQ { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lghvl7Vbs2SnpJ8RrEVTKcuhsSPRdQux { width:20rem;height:0.0625rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q { display:none; }#k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q { border-width: 0; border-radius: 0; }#k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0qyUpMlFmO26aFyhqIdnd5ncf9OI49q > .row .container { width:20rem;height:27.875rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SfNJDmBkSMlZNPT9ZsoE20mMNGLBAy6m { width:5.6875rem;height:1.5rem;top:4.25rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tzqJ7A423ZrcX4iP0E2uAIOBTDieMCoZ { width:1.5625rem;height:1.5625rem;top:4.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKJEVBHZBUwo6U5gnTlqZI1ghSDinZEs { width:12rem;height:3.25rem;top:0.5625rem;left:7.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IXn79mqSUc1pplim72rnmMWzx9L7o84z { width:18.75rem;height:16.5rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6l4WEUcuyWZXJp2ArQHurpTxLNTXFK { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF9LXLXyTbSOJZfwUSUTmE7pfANFJnN6 { width:20rem;height:0.0625rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvB3gXM0AuflS51qVWhFVuKSsmreERX3 { display:block; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 { background-color: transparent; background-image: none; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container > .video-iframe-container { display: none; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row > .video-iframe-container { display: none; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .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); }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 { border-width: 0; border-radius: 0; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvB3gXM0AuflS51qVWhFVuKSsmreERX3 > .row .container { width:20rem;height:27.9375rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlZwa2M2V9FlJzMn955kdURkXMISkWIi { width:5.6875rem;height:1.5rem;top:3.4375rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H5ExGHIvEhevRT73hNcrn7boUEXioHxb { width:1.5625rem;height:1.5625rem;top:3.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIlU1q6Cz8vPdd892eOlyg3XxWKaJtWy { width:11.25rem;height:1.625rem;top:1.375rem;left:7.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aDQBHnT8wSzlocm3STtIrUpz3vocBwWW { width:18.75rem;height:13.5rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yEleCInTVr4H0sakialf9NKEiMr4GaZW { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IktxGTdE4gUcsWxVG3BAhWFAvJ0zOlKL { width:20rem;height:0.0625rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJM0aVt6kcuQRioQ5E5lQ1wTfU9C3bTo { width:16.4375rem;height:1.29980625rem;top:23.1875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsV94SltS2Ptg5EJqDvUhpwGT6SnFMNb { display:flex;width:1.875rem;height:1.875rem;top:22.875rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #l4XUnqgIfQQTH1hV97aP8N2x8FinqVJa { width:18.375rem;height:1.875rem;top:22.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkVLBh72PWnEVb8Dn1olop7f8G0gPrbg { display:block; }
 }@media only screen and (max-width: 763px) { #dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d { display:block; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d { background-color: transparent; background-image: none; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container > .video-iframe-container { display: none; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row > .video-iframe-container { display: none; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .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); }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d { border-width: 0; border-radius: 0; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcOWq6DeFt12Kdfvkyif0WDarzn3uz6d > .row .container { width:20rem;height:24.875rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAtpWRtHKXCwvyviTs3sbPMKyciqvCkh { width:5.6875rem;height:1.5rem;top:3.4375rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nosTW1OGFIspUfOiLBRIzIptWE2K1IaZ { width:1.5625rem;height:1.5625rem;top:3.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSJMi2tzKVIxI4FHSV7uWy34rSTu7629 { width:8.8125rem;height:1.625rem;top:1.375rem;left:7.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gQX6cotmJyCDmK0OWKdIhWC5TR5GRQxw { width:18.75rem;height:13.5rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ynqvtO9JHJygvJoSWHNdk2XfLqJEUvcl { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe3SvwcosmDTwxisNAhWrefqCzHphT2y { width:20rem;height:0.0625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQh9DNraXTy7XCVwnWvIy7xe7CochCi { display:block; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi { background-color: transparent; background-image: none; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container > .video-iframe-container { display: none; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row > .video-iframe-container { display: none; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .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); }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi { border-width: 0; border-radius: 0; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMQh9DNraXTy7XCVwnWvIy7xe7CochCi > .row .container { width:20rem;height:24.875rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pezTNTImlEoQNbOprV0LcEEIPQTvn5DS { width:5.6875rem;height:1.5rem;top:3.4375rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FrTp1KG9AVFgCz4zW6vLSrBt6olkQRfL { width:1.5625rem;height:1.5625rem;top:3.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar90vADsQ4iq2X2XffxQvFxHhawNtP18 { width:11.25rem;height:1.625rem;top:1.375rem;left:7.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Muk0QRLXJWzxuFnlLFzrOHoaNPPJVohi { width:18.75rem;height:13.5rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z1CiH8dzBUdinKZDKZkeTICWlsFEFbFk { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA84QuDqLbUrHkfSU9MPyR4bZxc2R802 { width:20rem;height:0.0625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD { display:block; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD { background-color: transparent; background-image: none; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container > .video-iframe-container { display: none; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row > .video-iframe-container { display: none; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .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); }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD { border-width: 0; border-radius: 0; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4kCICUbn1sqoHcHzflxZuPCcUm8k9vD > .row .container { width:20rem;height:26.3125rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqC9HReQV9BxWmEt2noy22QpSMZRLVdg { width:5.6875rem;height:1.5rem;top:3.4375rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTNxxQLrOpbVo56tanVDPr3RCqH0X5Rt { width:1.5625rem;height:1.5625rem;top:3.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAMFwM0yDJtDIwXwhZIprCEHzvoTEKX { width:9.625rem;height:1.625rem;top:1.375rem;left:7.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZACwGTK5QxEiDeVAMTthkZzXmZSIVDy { width:18.75rem;height:15rem;top:7.5rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #alNhlQzatpLhqQ8fikFA40DuHCPh8Zub { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FieT1Dy7wFaURrTq0ZbA8bPJBp8UA83d { width:20rem;height:0.0625rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap { display:block; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap { background-color: transparent; background-image: none; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container > .video-iframe-container { display: none; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row > .video-iframe-container { display: none; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .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); }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap { border-width: 0; border-radius: 0; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LuJgN7Cnpqt0HJfCuPZWTLTrsL7kaGap > .row .container { width:20rem;height:29rem;background-color:rgba(0,71,255,0.07);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfUtLzN5ecR4oNffVTgTgFUg7ai3J6aN { width:5.6875rem;height:1.5rem;top:4.8125rem;left:9.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b4KQ3vpAKe6MM9g24ltaaRtg8qTpx2i0 { width:1.5625rem;height:1.5625rem;top:4.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLMdaxLWtbD3UKbVARDT4qUNFxmdQD7b { width:18.75rem;height:19.5rem;top:7.5625rem;left:0.625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AXJRe68xTHCbmSkZI8iCtw8Q7OizsLlW { width:6.25rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSxcs4xzI92qBFZGE4eQ34xrrRJPTQix { width:14.8125rem;height:0;top:1.375rem;left:5.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #OKJZoea6WTUoKrwliL2HP2LmbPKnVULE { width:10.875rem;height:1.625rem;top:2.8125rem;left:7.375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #SGoQ1uq0PsoO26MpiRlPoVJc1Ju8ARdT { width:11rem;height:2.5996125rem;top:0.1875rem;left:7.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml { display:block; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml { background-color: transparent; background-image: none; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container > .video-iframe-container { display: none; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row > .video-iframe-container { display: none; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .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); }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml { border-width: 0; border-radius: 0; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#Ww4k9i9mIAXaK50eyeMvkUlhN6ENVfml > .row .container { width:20rem;height:9.8125rem;background-color:rgba(0,71,255,0.07);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4DnVoZ0LCdhDBnbAZ7FG8QqPFgknSqF { width:12.3125rem;height:3.4375rem;top:5.125rem;left:3.84375rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #U89kwAEVIrOTQzFlEZFMCsvslXORMWEX { display:block; }
 }@media only screen and (max-width: 763px) { #vKyvR2RrAJRp9Vtfh1ERR9s6qbvKqbPa { width:12.3125rem;height:3.4375rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7dt6dTuvxvfds2AT3Qx7aeT3SKOFR7F { display:block; }
 }@media only screen and (max-width: 763px) { #cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R { display:block; }#cg8AK8vVwP3leJ7ZV8Wk4cUigErkhk9R > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOGOd02NkvrEyxZHAXA5rJUuJF3uXzFV { width:12.25rem;height:4.0234375rem;top:6.25rem;left:3.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ps53cH5zoQFgHtkkfIOXJTvPpE9ICq4e { width:8.125rem;height:0.625rem;top:7.94921875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrvLzdlDsTtgFalrrJsJRe76uyco5hvv { width:19.375rem;height:5.625rem;top:11.287109375rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoPub8ZM6xIC0bULJsdEsATzSKrCOKvT { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNy24eXUqMwtOW0d5RD4EeSLTJ2O7ehF { width:2.8125rem;height:2.84375rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwG835tO4b3fhrROazKAFF8nc7Vx8DB { width:13.25rem;height:2.5rem;top:2.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGFuqdTlyC2cThNnLAJTzQWyfKaP9g8 { width:17rem;height:1.29980625rem;top:3.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE { display:block; }#Ag9kXLNlBPXw3ddwlN1Qsq7AJQWk1hhE > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pt2eFAUgzTDWmaA4umQQzLKPNJn8TVSF { width:19.875rem;height:59.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrCVwd2NVTHTBasMglbc9IBDKpeGkwef { width:19.375rem;height:15rem;top:6.5rem;left:0.3125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hgWPfgh08ARf0VKmRugFsvLkRBH3h78l { width:20rem;height:1.7871125rem;top:4rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5sD8PFmNbKsEo3ZH1Ka9hcXuzvzEu1V { width:5.6875rem;height:1.5rem;top:1.875rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ovny2QxE3xtwT92xp37qMpTEWT9RLBfW { width:1.5625rem;height:1.5625rem;top:1.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdcBDE29VIb2np5bQiWSt1M6dSUs1IQ0 { width:4.5rem;height:8.5rem;top:47.572265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPtU8Gh7FATz6OKF7eb2RiaX2IMr0T0S { width:19.375rem;height:11.125rem;top:24.880859375rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#LPtU8Gh7FATz6OKF7eb2RiaX2IMr0T0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #E3J88VckSa2So7T1aAWnZgHMVJNJT1NZ { width:20rem;height:1.3808625rem;top:22.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aq64Q0dPhk7swIkAf1zhuzmwqheWExKO { width:20rem;height:20rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h85xR55G89aZXF7LaX2IIkpso3F6fX5J { width:9.25rem;height:13.9375rem;top:44.853515625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3Z3w8dhmGMTTTtdUc73ZWGEC6ELsME { display:none; }#AC3Z3w8dhmGMTTTtdUc73ZWGEC6ELsME > .row .container { width:20rem;height:59.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xLMnTnVIn2ImRQAtqkdEmn3bH2FN6a1T { width:19.875rem;height:56.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBIZpgSOaL9GJPDBtTeBSvCesyQ6kTr4 { width:19.375rem;height:7.5rem;top:6.412109375rem;left:0.3125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #e42Lcd6UQ9c5bBvcyf63kbKJcDkfHU1c { width:20rem;height:1.7871125rem;top:4rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoEKuOcMQuc6XE5fKBvFZ9uAMFoL08Id { width:7.5625rem;height:1.5rem;top:1.875rem;left:5.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsbw2cD2c8vyzdcZVKnLiKqRTfh0Efru { width:1.5625rem;height:1.5625rem;top:1.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQOlacFBfE09iTRPX9gfGNJcxCxB4Bg { width:9.375rem;height:11.9375rem;top:43.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfwWzFhTXUcBEriBiO0SLcr6stnacrN3 { width:19.375rem;height:14.75rem;top:18.75rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#PfwWzFhTXUcBEriBiO0SLcr6stnacrN3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #p3hs4mOC6Jf7CpM6X73exx93GIgAubzu { width:20rem;height:2.76171875rem;top:15.162109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTmUk8LEqN4lVilHUDbrgKPAXswQvGE1 { width:20rem;height:20rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKTHlzh8wBbBVWsmgyeorXG6CgTnz1tH { width:5rem;height:8.625rem;top:44.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76alClt6aPnyCXT4FkkVEIXZpVktv2V { display:none; }#w76alClt6aPnyCXT4FkkVEIXZpVktv2V > .row .container { width:20rem;height:56.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rNNSf5CziSA4Hfd24BGIZU8NRzG6CFc0 { width:19.875rem;height:53.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzNPQTi3pLHqtJKJTiLE7cmFADhoRiMs { width:19.375rem;height:5.0625rem;top:6.474609375rem;left:0.3125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #UVSfpIk4EygFXyNZNmeFyOew8Ai8hMPy { width:20rem;height:1.7871125rem;top:4.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOLUzTTVLh512FKqakgTLLfUwWWkp2pm { width:7.5rem;height:1.5rem;top:1.9375rem;left:5.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFxckOixgZWkmNXwQ2qgTH7QMd7J9HUT { width:1.5625rem;height:1.5625rem;top:1.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPofq3xl5Bm4FEdGS7I21UEANrga0peV { width:19.375rem;height:13.90625rem;top:16.173828125rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#kPofq3xl5Bm4FEdGS7I21UEANrga0peV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abc13e5cd4f959eb87850a75b6b5a1130b37c68b.svg); }
 }@media only screen and (max-width: 763px) { #sH7Onh81OVRRMZrDHQ0vmBXda1JwLPGU { width:20rem;height:2.76171875rem;top:12.787109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7aFff3BSdgdlVGqzOcfaUOAtVLPwmep { width:20rem;height:20rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGWTbS7EfE8bc6023E7RA20d4XlTpcgM { width:5.125rem;height:8.8125rem;top:42.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL6kSFhAxoEhIrSzliXLSw7vSXJkmkOF { width:9.375rem;height:11.875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L { display:block; }#D0a8ScxLHP6Ne9DXEdclR9ec9OrKZL9L > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaoWF22aK9IlPXSqo7p1pV3EqeCsyXvD { width:12.3125rem;height:3.4375rem;top:0.875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAEnRcaXlxf837XAOLxL6R9MS58moqGi { display:block; }
 }@media only screen and (max-width: 763px) { #G284drUVmboT4xg5Ayyg5iJwQVkbwEGQ { width:12.3125rem;height:3.4375rem;top:5.5625rem;left:3.8125rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #moSTiCSH1IMIXMmlUH3JFWUwtR2RoU7g { display:block; }
 }@media only screen and (max-width: 763px) { #o5kTgM50GixKhfwXq8VllkVdLIEJmxbU { display:block; }#o5kTgM50GixKhfwXq8VllkVdLIEJmxbU > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJegaSOXA2kUsAQl0Ls3JOSXZhpHoVaG { width:18.9375rem;height:4.0234375rem;top:6.5625rem;left:0.53125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISZtVuzlF3IFgV3xs5OV16bRZgWxnQmd { width:10rem;height:0.5rem;top:8.19921875rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg1i63pcp9CJlEcyVWhSUa0QAF96KqPO { width:20rem;height:7.5rem;top:11.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Mzf6qPRbuVpyZh4VB9IBQsd57WwegT9T { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI5UO9ErmBvbOTKWe18gbf7GotzvSDPB { width:2.8125rem;height:2.84375rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZBpu505WIXBJUcDKdXuxDerwmZNTIk { width:13.25rem;height:2.5rem;top:2.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnbVsUzNIM1PxRt1pVZAHZIT9Xq8yGDT { width:17rem;height:1.29980625rem;top:3.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL { display:block; }#RyuGzcKrGCiv6PRzDdZK4CTKfzEKbeAL > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAn96gs75czcXKPHexbpuDoWZp7htNnr { width:19.875rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdaTbTxdf5zOs362sunErUBxi4UMdZLu { width:19.875rem;height:23.625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxxT4WTNiTa4FDFqa3evuJuIhvlNtzlb { width:19.875rem;height:22.375rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #actAdDL76SH5xQg0AOTdQHOesUxuPsfq { width:18.125rem;height:3.1484375rem;top:6.5625rem;left:0.9375rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WGgr2T7QAOOLfupwIaBgmczBVMfuHRIb { width:19.75rem;height:3.1484375rem;top:29.1875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s1UtMb8c60kSRFRii9Z5g40GOcCEcG8G { width:20rem;height:3.1484375rem;top:55.4375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EZJyk9vhk8TUcNQ9RsWe8qQ2izWw84It { width:20rem;height:7.5rem;top:10.9609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghf80f0gwfueRIVMsa0idxOtpWBNz9k6 { width:20rem;height:4.5rem;top:35.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EntR5tUy3skQ0QJeP4EW4Ji7TTtE0nEq { width:20rem;height:1.5rem;top:61.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH9sCBFWoWbsPRSShTna35tQMT8bqdJU { width:4.0625rem;height:4.0625rem;top:1.875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKPS1p4EwuCAVwQ3LidwFXTc49lFl4tC { width:4.0625rem;height:4.0625rem;top:24.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm3ClA49RohOuuABGmu3QPzu9lh8Jmd1 { width:4.0625rem;height:4.0625rem;top:50.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieeHgzrpq0Lr4JmGnIKIrsG5zMM1wV2t { width:4.375rem;height:0.125rem;top:10.2734375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJFwOcwn6T61il1X6MVEmN2HK0EJ4hW { width:4.375rem;height:0.125rem;top:34.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1rHCdMCns3u8p6BCDTqSQXuteGcBpPZ { width:4.375rem;height:0.125rem;top:60.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1RTZnQrbQul8BCaudeosQa0RHbuTSp7 { width:2.5rem;height:2.5rem;top:2.65625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0o3QlAILri2wwPs5KP6GpwPveQQaX8f { width:2.5rem;height:2.5rem;top:25.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoksdT7w6oQDuL4W2OsTK3MdfGPak85f { width:2.5rem;height:2.5rem;top:51.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBX0kvvxuxXAJPzc7RXeJXE3RbocKIt1 { width:11.1875rem;height:4.25rem;top:40.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSSESZ7iMgbFoz89VPmDXtTb9P0m4MS { width:12.3125rem;height:3.4375rem;top:74.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdT9eSvFcCTw9mIh3wuReN1zKTpdEvD1 { display:block; }
 }@media only screen and (max-width: 763px) { #HBWVSnJASyIPRHukSukVC1A6w6OPeRXu { width:11.1875rem;height:4.25rem;top:65rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection { display:block; } #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection *:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="text"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="email"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection input[type="tel"]:focus-visible, #a15d7f8fbed28859dd9b97ea8a58f7ad.widget-smartsection textarea:focus-visible { outline: none; } #TlfhH0EAZ25Ch0aDQd3TyWwk5gFGF0mV > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Geac3649d3516346a84e6b831f6ee940.widget-smartsection { display:block; } #Geac3649d3516346a84e6b831f6ee940.widget-smartsection *:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="text"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="email"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection input[type="tel"]:focus-visible, #Geac3649d3516346a84e6b831f6ee940.widget-smartsection textarea:focus-visible { outline: none; } #RNCadzSPDZiFCT1VRyIWGviJbbZTIr5w > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection { display:block; } #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection *:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="text"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="email"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection input[type="tel"]:focus-visible, #Zc68eef02e55423034e12c6fc97c02da.widget-smartsection textarea:focus-visible { outline: none; } #BG0XZ3NDCXLiemMptKUt2BM2nsX7DyrE > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi { display:block; }#vg2ARTERveOGTU7UGnTwGF5mTAFOMrBi > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzDENJ8XI136SIAhWd3LuumbuboB4g7f { width:20rem;height:2.01171875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection { display:block; } #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection *:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="text"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="email"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection input[type="tel"]:focus-visible, #I6e7663bc6af8dfcb409fca44b6f7f37.widget-smartsection textarea:focus-visible { outline: none; } #tfW67ucE3WN3fQ7TA2DH17o0KgvI3g0M > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection { display:block; } #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection *:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="text"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="email"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection input[type="tel"]:focus-visible, #f21e7eca6052b7a8c7ccb69697b79607.widget-smartsection textarea:focus-visible { outline: none; } #XFakmECuyOdIrT1Ud2XbRvFyxfzfd10e > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection { display:block; } #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection *:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="text"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="email"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection input[type="tel"]:focus-visible, #Dec8b909e01c07a1193970a04b97bfcd.widget-smartsection textarea:focus-visible { outline: none; } #VarzQeoNEQMv35a6xhtmRufUkFewXRTC > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection { display:block; } #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection *:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="text"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="email"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection input[type="tel"]:focus-visible, #Pdc90b1c373595c46216cf43c7a5dc54.widget-smartsection textarea:focus-visible { outline: none; } #FOJ24Fq2XOUHATN0CNS9NoMcH4OFtP8s > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection { display:block; } #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection *:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="text"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="email"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection input[type="tel"]:focus-visible, #x23ca95d56cd80590d54d90b94e59d73.widget-smartsection textarea:focus-visible { outline: none; } #aTU8tika0zXuAzOffolBwxkN8vc6vNup > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection { display:block; } #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection *:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="text"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="email"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection input[type="tel"]:focus-visible, #b33e04c3069b66e8c1e8700be25113ca.widget-smartsection textarea:focus-visible { outline: none; } #C6Ibt0SdrD22K8XE6nmaTCCiagn7qhEP > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q387421a79e72c0cc094d6753450a1e4.widget-smartsection { display:block; } #q387421a79e72c0cc094d6753450a1e4.widget-smartsection *:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="text"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="email"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection input[type="tel"]:focus-visible, #q387421a79e72c0cc094d6753450a1e4.widget-smartsection textarea:focus-visible { outline: none; } #H8oS4uHrd3TuXhU17L9AOOl4eRSUwOBF > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI { display:block; }#fuRRyNPdEx6rHhiaAErtNxkZfwhEq0VI > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzETJQabPKOg4hviHfWf71Ekc04M56Su { width:19.875rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAAnFdvUTgZXm1rFKspDTTaaMzBi5Rx6 { width:13.875rem;height:1.7871125rem;top:1.9677734375rem;left:3.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtgcRq3v9r7o8phWrUtRPq83niT6pAmI { width:11.5rem;height:1.7871125rem;top:3.693359375rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw { display:block; }#p5Z1xI2DfDHxNKk4ZyicyseQRrqH4SSw > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5tKxpkROTfvb8i6Mr5UuNhbwJo9Q3ZN { width:20rem;height:48.125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7A2rpRykZvbSteyK7hU8T6flbGAJIz2 { width:17.5rem;height:0.125rem;top:22.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9WVG5wu0lJeh6Piq7gGkgmTNMKk3R9T { width:17.875rem;height:2.8125rem;top:18.3125rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nptHacIikbzTkG9NPISPskttcInI53HI { display:block; }
 }@media only screen and (max-width: 763px) { #yB9Qat17pqcVLVhSCy2OhRtxtdVr2kHX { width:9.5rem;height:3.1875rem;top:10.3125rem;left:1.25rem;font-size:2.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qvydeNLV653AphqohDwQ6IT7wK4OPmGx { width:18.75rem;height:2.01171875rem;top:8.0625rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcI53nacJSWZnbA4dCFRv64tnbxzKsTR { width:14.25rem;height:1.29980625rem;top:13.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-text.counter-number { padding-top:0.25375rem;padding-right:0.24125rem;padding-bottom:0.25375rem;padding-left:0.24125rem;width:1.44875rem;min-width:1.44875rem;height:1.359375rem;font-size:1.0125rem;line-height:21.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.93125rem;height:0.53625rem;font-size:0.379375rem;line-height:8.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD { display:flex;width:11.75rem;height:2.561875rem;top:15rem;left:1.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #Rq6shcWk1dh2Te7XUknCd0Pr9ZgW61Ww { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #UTyZ37OSVuwFqZJLF1cLwcRpATVbdrRo {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #Tb5r1hdNmooBRwh6QG1HG7wgAthtDfhs {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #pXf8R8fQMtlhcuUlCKQRvK5nAp1qiuFe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #khvpHxmq2OIS9KvsAXLfvonBmXvxDNta {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #dEwDvG5XOcxIh8k44xul9NydLBPXFlxp {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #qyXHkBeazEV3TP5ktvzMxsdnJv5pot9X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #h7OPnN2M1StC48bGwVVzoVhFZzGMrffZ {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #siPOGN6CFmer49ONWeedGkk7TbT5kkip {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #sPIrmZzt2iesMVFE8T41AxZs89QVkINt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #gVuB9rn9GrWTi258Ef52SsETfgBhmFXy {  }
 }@media only screen and (max-width: 763px) { #xrOZRaIGaX3TEom97xuMKbT2qBQmNhJD #J8GPpyHpyenbHV4TpB08Ur64NDV12XF7 {  }
 }@media only screen and (max-width: 763px) { #O6ADg4SnibdwTez7V9ixappDkiFfRBJM { width:20rem;height:3.5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyqnnlFCPSGdNhrimaOpoC35xqeBW1tK { width:11.6875rem;height:1.21875rem;top:4.125rem;left:4.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BhJVesoyBKucDVyX3fTOPOyaToKSSfaF { width:5.5625rem;height:1.125rem;top:5.3125rem;left:12.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SSeBxH9SmXCTbiz6DLg14iEhnop4mJXy { width:7.625rem;height:1.125rem;top:5.3125rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gQ7PGRUFqqGzx0HMGbh5u7eTvytkSnyT { width:0.9375rem;height:0.9375rem;top:85.40625rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfAKfKDCNzK9pvyanx5RuMgTofCl0LoA { width:0.9375rem;height:0.9375rem;top:5.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWdww34LV2DZGoQX55O2DGk0L3k7fyy9 { width:20rem;height:23.625rem;top:23.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#zWdww34LV2DZGoQX55O2DGk0L3k7fyy9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
 }@media only screen and (max-width: 763px) { #dTeeHqNpHTacIBSc97JTPMHky7xG5t1r { width:6.6875rem;height:2.4375rem;top:84.86328125rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxi2F689hliGiPTs2zC6wXoZDxCz1cPe { width:3.9375rem;height:7.1875rem;top:68.25rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHO8igRzCzNGTmJXLSv1RFAsZ5cVK3Rl { width:13.5rem;height:8.0625rem;top:67.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxFPJ0NKbFmyAQShzCN7Az5Wsk5cvl8E { width:7.625rem;height:7.625rem;top:76.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCzkqg9bKE0fq5mC6SuLrblclaJZD97T { width:12.875rem;height:7.6875rem;top:59.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyeKomcN7DOoR8TD5VUVXyRJCwPdi4L6 { width:10.125rem;height:7.9375rem;top:59.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX { display:block; }#JcWzt9IKunbzMvsBz8eBkv8G0up1OMqX > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V { display:none; }#MKAWkZGSUXzn4R9Rtn6hmXg7kb7h8m3V > .row .container { width:20rem;height:13.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WMlb9OnN2Pmh5WyEUWBCTs48PpRZr8KB { width:8.125rem;height:3rem;top:8.599609375rem;left:5.9375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zqWJ4riU9TwWMXpbMIAV0osCWZfvQTUp { width:20rem;height:2.01171875rem;top:4.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTVPmMETkWnWeNuSOPX7dZeucflBaWDQ { width:20rem;height:1.2246125rem;top:7.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yAyXfppTcTLKd6NKTT6k4aARFC55VVzh { width:19.75rem;height:10.1875rem;top:2.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #d0dOmfuabMkzThZ7WQCAAyspVg9k6AeL { width:13.875rem;height:8.125rem;top:35.78125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZU4WeZA9dfTF2TuBWKnvamEnc7OVmIt5 { width:13.875rem;height:8.1875rem;top:35.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RemcDS8fJd2OoBaGPugiftVSESucdgHr { width:11.25rem;height:7.3125rem;top:18.75rem;left:8.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #v1KHqJkRETFnfEaDKtGXicDmXphzvoZB { width:5.3125rem;height:8.3125rem;top:12.75rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVC9elTU7o8AA8BbwyPTack4SJKsq1ig { width:3.9375rem;height:7.3125rem;top:13.375rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcOhaVJx2NxXiRinetxN54zDKISNSJtV { width:7.625rem;height:7.625rem;top:33.375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbqwWx8JTR8B79EePzxX2XC9TdnaIeVQ { width:7.625rem;height:7.625rem;top:33.4375rem;left:11.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMz5agHD7rM5hFlWZ16kzfhVzh8wAGHW { width:7.625rem;height:7.625rem;top:31.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbq43UXiMnlkxHmWVK2H3AvfTUqrMz4q { width:20rem;height:3.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ATC5APmQ25FwTDROktqyw2uAG4S1uH { width:13.875rem;height:1.21875rem;top:0.375rem;left:3.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gzrBgkyuEyUR5c1d5OrKeHfzgGmT5gN0 { width:5.4375rem;height:1.125rem;top:1.5625rem;left:12.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WaJRLqMTXT2zqrWg3piXBcyzLAy0giey { width:8.4375rem;height:1.125rem;top:1.5625rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VAsCWmZm4ka4w27KSh8IgwtEWFDgg8dm { width:0.625rem;height:0.625rem;top:8.5rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTO9ttZrLF3CGolHM6ZMRZF0blboQnLg { width:0.625rem;height:0.625rem;top:1.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4JgHJMdy7svBGvU3OM9SFG46kXZuCNk { width:16.3125rem;height:0;top:38.52441875rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgGhoImuiVGAu3APBZChMXTPnIyCgnDC { width:14.4375rem;height:0;top:28.29980625rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiALQ1sxdKWgts8mMHO7yD4hNreov0vh { display:flex;width:1.3125rem;height:1.3125rem;top:25.73730625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fS5NkeNSW4qFAfCHfLslVEOT0w3sQC81 { width:13.625rem;height:0;top:23.1875rem;left:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktSw6oSr0LEN3EThz1HTuN7XOCHcUW7r { display:flex;width:1.3125rem;height:1.3125rem;top:35.96191875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLhtvu24kzcsr94FTXJlClmNTE02vDiw { width:11.25rem;height:0;top:33.4121125rem;left:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHfeJ66Jy9obsfkhpGC8DSzPxhpcJxGN { display:flex;width:1.3125rem;height:1.3125rem;top:20.625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #icCKpApLGSP6Lo73DvsgNTFsnWNTWhTr { display:flex;width:1.3125rem;height:1.3125rem;top:30.8496125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT { display:none; }#TZ2cVeXgW7x45wbMMLXLkTlwnCTITilT > .row .container { width:20rem;height:26.0625rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q90J8ca3mLxnt8ThlHioAOQ7e5o4X1QT { width:17.875rem;height:3.125rem;top:12.75rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOJaCvx2Z70z6XUzuPblsIdT73N5bIO { display:block; }
 }@media only screen and (max-width: 763px) { #kb0TPu9ztchpbqNus61oONMTdDwhEK6u { width:20rem;height:21.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZpeXTtwyC9DWNHa9wp6HknhQM6KekLJ { width:16.1875rem;height:2.4375rem;top:6.25rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IX49CXHq41lUuvNEgfET5f3syUiH0pAc { display:flex;width:2.375rem;height:2.375rem;top:3.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #PKWJMPONTIgI0nmtN1539K11EoF9fDra { width:19rem;height:1.70605625rem;top:9.8125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9PVET4IFZR4bG6b8GJMwNeTzoOQHTvy { width:20rem;height:1.0556625rem;top:17.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDvH0hGDhV8rNCGhXBoTp5OsQEfHwUk5 { width:19.75rem;height:22.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 { display:none; }#d1BNQ6TwPedxoxz1Jk8t7ovZ7VLMKoK3 > .row .container { width:20rem;height:95.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cA9y0sMcii03RZsAclDLoyerHx1DDHbS { width:11.6875rem;height:0;top:75.3125rem;left:4.125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NqtbLQJi8oTOiNdwgxcbfzCff8QbQSKB { width:6rem;height:0;top:81.3125rem;left:7rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n2yw5Cwu5p5ZKBJ8T1t6pVV7nzcKtDuV { width:20rem;height:0;top:67.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bsIHsVXCtG61aWGEw0Wet307tPbO7A { width:20rem;height:0;top:72.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vHLJk13NC5ZUCPSrZ3WFBnPcuklt9knw { width:19.75rem;height:1.75rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-number { padding-top:0.25375rem;padding-right:0.24125rem;padding-bottom:0.25375rem;padding-left:0.24125rem;width:1.44875rem;min-width:1.44875rem;height:1.359375rem;font-size:1.0125rem;line-height:21.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.93125rem;height:0.53625rem;font-size:0.379375rem;line-height:8.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF { display:flex;width:11.75rem;height:2.561525rem;top:62.5rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #QZESyXA9XFxA5chomSQIJU2Bk1HfETZ8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #PWSm3dldpFzw5TOzRfAJTVK6LlAXD3tl {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #nfahRlCvTe8U4CBltaF7AtsMXmmcNn6T {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #WQZXt2FiZXVsigroztgpaVtN2KONdSqe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #vNgPEndLET5I8lrUCSfJGfbbDIrlDe6x {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #DzDrPHrsUSrPE4JtH2KHcikCLctp7cIm {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #SSFwVlAl8lOxRx8dgcpw4myNCdSqrLoS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #lsPhitXFK9qePRDq7gGqcLp3aGQy5HJv {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #AGJM62my46uhBRl8edO5hEPbAZGZhFhF {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #th01dtvnTI4DIS6LGkIdQ4nryPkUtEfh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #TXZ3JPOVUI3er1MBNFoUoAdW4TNkt3A5 {  }
 }@media only screen and (max-width: 763px) { #UaDSk4mWnZ8LEVydVq9fT5pKJ77UyobF #UPqfS4buVkrbEKOGwsqfhT0EpNLp4T5f {  }
 }@media only screen and (max-width: 763px) { #Sph5mReQKPLKtg22b70hIlRUDRa2L00E { width:10.25rem;height:0;top:85.3125rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U7TIqtoSCbDdkIyQZgTBRaXPtTsrgJkC { width:13.875rem;height:8.125rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnn358eN6vT1cFxUc9WL1kKykAXqgyPn { width:13.875rem;height:8.1875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIM6lna145ULuHAf9wRxkQP7XkWp0Nk { width:11.25rem;height:7.3125rem;top:50.625rem;left:8.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LXFLMW2mTHJyGgiIFBqVsN2R3Qgnu1Ma { width:5.3125rem;height:8.3125rem;top:43.875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuiaXrkyEVo6fz6LF1hQ6JXqMTqpTAn { width:3.9375rem;height:7.3125rem;top:43.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5U2U3d8CIap7kIzTIZTbAAme4NCP2nL { width:7.625rem;height:7.625rem;top:55.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCwKFrMOmK9Te7MvrBTUbAz02ASMzxK { width:7.625rem;height:7.625rem;top:55.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZWq6FraHvBAspX2lh9vXewM3HIb10s { width:7.625rem;height:7.625rem;top:55.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 { display:none; }#u7BJHX0PwLnBTgnnOxzxBdQ1O9VeQOr9 > .row .container { width:20rem;height:64.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kZQaxTeqLsCmynA4SC3zPMWJbg3l2CRC { width:17.875rem;height:2.8125rem;top:12rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQGX3vF1PJERPMt6h27tB4PLTXq4b5Z { display:block; }
 }@media only screen and (max-width: 763px) { #SBFoQcE6AIiO2xKZ1CPVtrnzPA4Kn3RN { width:20rem;height:21.25rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIT81pJE8hRG5rKIah9b0JnFXDHW1Tfu { width:19rem;height:3.4375rem;top:30.75rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOadhxkcAoKe9TEfEtnOZcJGUy6hSflW { display:block; }
 }@media only screen and (max-width: 763px) { #e5THhRATscitP0zIQnklpPg647Shg9KG { width:20rem;height:21.25rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJEOqKkoOboTSJMsfk2cTp7IMfA3a1Q { display:flex;width:2.375rem;height:2.375rem;top:20.6875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #cQ02U2GDPGmFg8qUen5dBqTXLAouJpNm { width:15.875rem;height:0;top:21.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd91Adxd08sZpsFnS27CXe5OWMKkc84a { width:20rem;height:0;top:24.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwHrMKtAvz6Lb56n1Uas9avm4D7IMoEH { width:20rem;height:0;top:35.80078125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #maIDRbBMga4x5Q1KTro1uC7O22qQQUHT { width:20rem;height:0;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2f5gLynlbGw57ZSyiunbByhQdl2T6l { display:flex;width:2.375rem;height:2.375rem;top:20.6875rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #sdoUFPP8O5XxGdUlgoN6sW4wBkiRPBm2 { width:19rem;height:0;top:24.1875rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTu2OhE9bPm2LTd9Lx3hXuUvd4o5Uf5R { width:20rem;height:0;top:35.80078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTp2fizJNk4ySJ8E8NwpS3SWxM1xCoC { width:19.75rem;height:27.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVhChCuImvX3cw8CqGPItwHTFv7TTbob { display:none; }#zVhChCuImvX3cw8CqGPItwHTFv7TTbob > .row .container { width:20rem;height:65.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ddAJGwxidWShblvobt3BWVcS5tCGf9w0 { width:18.125rem;height:26.875rem;top:17.625rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#ddAJGwxidWShblvobt3BWVcS5tCGf9w0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39011dd911ba69151c49a697db448864afc5f3e0.svg); }
 }@media only screen and (max-width: 763px) { #MlUSGWrEETit5FX2ARPBVWHhqknCv7wl { width:20rem;height:40.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvFtn9zK8UP1EWeVntKO7zHeXDkxhFGH { width:17.5rem;height:0.125rem;top:16.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9hC50y8NhSQFcLGM0DgWRx2QO5IsPDw { width:17.875rem;height:2.8125rem;top:12rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmGGmzHeTd1EWzxUTsCoaTkxILcaZWMD { display:block; }
 }@media only screen and (max-width: 763px) { #oHqHlDFoc4MKHT9kbDoUeQVfTAwUwTXQ { width:9.5rem;height:3.1875rem;top:3.984375rem;left:1.25rem;font-size:2.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yM6dhCyTgs4kwTBfsIycWqxfMNWFLXAA { width:6rem;height:1.78125rem;top:4.6875rem;left:10.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WrCb6tECx5JETPfxpGuaWp9n6oHqUf1Q { width:13.875rem;height:8.1875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw0waIG5fmkxJCq39Fz0f5343l4QNw8P { width:3.9375rem;height:7.3125rem;top:43.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJl2Xkp1qCsmaSbTT1XcNIpz2yhADpnE { width:13.875rem;height:8.125rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdoLebWBy7G5OuO4qi5zoV6GiFD1RR2 { width:7.625rem;height:7.625rem;top:55.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfDP5dwnqPnd9KCUT0beiTA1c1yJ6zJ { width:5.3125rem;height:8.3125rem;top:43.875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxaIc0dLVk8GwMm9y67vxF7dQKq57xEs { width:7.625rem;height:7.625rem;top:55.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAoV9e3u4RNxHpiZ4MmdgCBzPDyylQE9 { width:7.625rem;height:7.625rem;top:55.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRrDwUZ7zTcn2PN2Q6Pq1i5lNBMnG98f { width:11.25rem;height:7.3125rem;top:50.625rem;left:8.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #J5XDGKZeZQJuzhMc8pD99B554kI7b9H5 { width:18.75rem;height:2.01171875rem;top:1.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yESBCIOZv9oJfFlfi8UoF3DnmXFQSV0G { width:14.25rem;height:1.29980625rem;top:7.609375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-number { padding-top:0.25375rem;padding-right:0.24125rem;padding-bottom:0.25375rem;padding-left:0.24125rem;width:1.44875rem;min-width:1.44875rem;height:1.359375rem;font-size:1.0125rem;line-height:21.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.93125rem;height:0.53625rem;font-size:0.379375rem;line-height:8.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wtiHKKpMnemf5HLTA9oVQPSewPB72VIu { display:flex;width:11.75rem;height:2.561525rem;top:8.6875rem;left:1.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #fTg2dH4fdzTQ5ynkW9qc2PJycH4eezM9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eqyA8U3SeLcVBEV6cIxLyu22SrPACvWe {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #OIWk5pF88BtbKrbDniuUbpzRe7H4Qio5 {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #T7S0Owa6L6dLVfmTUuqgK2FqcJkxvpT2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #eOq0kid3c1zLRgzGpPMHQ5Mw1UwrU2ul {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #UvHACPz9XAag8e9rKlebuS4zlXeAJIIM {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #umg2AmgcmLWd1zAxFkXkdu3boBlGsh3C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #V903OIdzuyD7qhZIn5RbGSadio1yCs0i {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #uMRLBHnUsdc8olZK6EsRHUJVcVTX5oVg {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #NnW8OaI4z2BUSCL8AzRDvtNFdUDe87Aw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #tgAGke0OLZkBNqoXHr1h7UoFTguhWa8n {  }
 }@media only screen and (max-width: 763px) { #wtiHKKpMnemf5HLTA9oVQPSewPB72VIu #HROtKcqBWy2p6O9K9Pl5KQDhsXBAblMG {  }
 }@media only screen and (max-width: 763px) { #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection { display:block; } #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection *:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="text"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="email"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection input[type="tel"]:focus-visible, #Sa419248ad5c45fa708dc7749eed3fb5.widget-smartsection textarea:focus-visible { outline: none; } #Ol035UUDbMAxMUPEXbBFGmotQVtZIEMT > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR { display:block; }#R9CGGQqWkQ6AOuo1w73w6g1VDdybuMKR > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDPyE8Go37zWdZ7fCmxhxnuJqqOvgama { width:20rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZbS4w3utagMKtS19lmLhcRgrueLviDi { width:5rem;height:5rem;top:8.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J26CDAUiiNhkTp9xiaiSgQRXm0eEHTiC { width:19.875rem;height:12.8125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9aR7G7numtA3E1cQX7J6rAFnng12tkK { width:12.875rem;height:1.29980625rem;top:14rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0XTEmC6ttwf48s6r4I3Fg1XqtlgtM6S { width:14.4375rem;height:1.13671875rem;top:15.5625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P62XeFMk0QkuqPFv7O1kNdlJOi5TcCiO { width:15.0625rem;height:2.9746125rem;top:17.3125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #pmPXRDxC3alWTt2BAbxSSvbGaexRRqmM > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }