.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f4f7f7;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); }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row .container { background-color: transparent; background-image: none; }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row .container > .video-iframe-container { display: none; }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row > .video-iframe-container { display: none; }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .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); }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row .container { border-width: 0; border-radius: 0; }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#aqdR4EyQgIJk40T4k03wsbzUlh0Fs5tD { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#aqdR4EyQgIJk40T4k03wsbzUlh0Fs5tD.adaptive-delivery-prevent-bg, #aqdR4EyQgIJk40T4k03wsbzUlh0Fs5tD.lazyload, #aqdR4EyQgIJk40T4k03wsbzUlh0Fs5tD.lazyloading { background-image: none; }
#SKZTQC9ycEhK1le5LarQAsvx9F9cosyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XScc43TfTw92XPam8Dpi1z452AiKBnWz { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#INzCrM6RO5FNaFuFxx95f23LVvSDNZRL { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf { 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; }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row .container { background-color: transparent; background-image: none; }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row .container > .video-iframe-container { display: none; }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row > .video-iframe-container { display: none; }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .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); }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row .container { border-width: 0; border-radius: 0; }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row .container { background-color: transparent; background-image: none; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row .container > .video-iframe-container { display: none; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row > .video-iframe-container { display: none; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .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); }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row .container { border-width: 0; border-radius: 0; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#wLTuxvUBTLFD0UXSZl3STu5gzJ1kWzTb { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#wLTuxvUBTLFD0UXSZl3STu5gzJ1kWzTb.adaptive-delivery-prevent-bg, #wLTuxvUBTLFD0UXSZl3STu5gzJ1kWzTb.lazyload, #wLTuxvUBTLFD0UXSZl3STu5gzJ1kWzTb.lazyloading { background-image: none; }
#X9zOaTBMsdEloPA5kLpfvk0TKJhPsw6R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzZG6ERt6IIDzKs7P4OnMRs7Q6uJ4oRm { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#K5HZV3K2pyJo7faRH4TG5C8H7SwrugdJ { color:#fff4e6;display:block;width:45.8125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#z8RpNLgTagkXIQuAz7sLZobB7KQ5Z8hq { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:"clash display medium";font-size:5.625rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:11.3125rem;left:0rem;height:15.1875rem;display:block; }
#ND4ebQZ75c1VOw9QWRhD3JCoxdL99AS1 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.46875rem;left:3.1875rem;height:1.25rem;display:block; }
#HpJbO3A0JZwxgWFwMf788cOl328AWrzg { 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:2.5625rem;width:2.5625rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#cmLTILH8oZwZghXmDlASh43A7fE2BPJg { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:28.625rem;left:0rem;height:4rem;font-style:normal;display:block; }
#sfE3h0SS4WCySv5XyT2CBPG1KEKABfVd { background-color:#ff5e14;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.1875rem;left:0rem;display:block; }
#RMD2TxKX9qOAa1Bic58R9tEFJA3X7Qsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6Ta8RZ8tP1nQmq5ymLtJQTTeMQ5yoHm { background-color:rgba(255,255,255,0.2);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.1875rem;left:14.4375rem;display:block; }
#gDTHAHTZFgkp4hbhEcUgCh3WoHMeMu2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0BKlBl04bGkWmqhKzxNVktwm7MycwXL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:33.0625rem;display:block; }
#ycFar4Kcvk5CTkkFVottsJBoKqlBT8Dq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tU7CHW4OJLmlP3ozehBzbXVQPlFqub5M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5625rem;left:42.375rem;display:block; }
#boZM2gXbbdUdETRUnx9XgUo9bxfkTfXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsxPirP0vJgz1U6Hw6NwzAXSuKbNyc1I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5625rem;left:47.9375rem;display:block; }
#eVPvHdCX1wkHrxaH5sCWWpO0MsuufQ5f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8ANvMAt0FkyS6TRoDzT7oOHW8fRS7nf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5625rem;left:56.5625rem;display:block; }
#ixpLbDr7RArKJpd6KpiZuSI4E3bxI5pN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CcfczKVaOrWwcVqamOyBgvCwVMqgyXL9 { background-color:transparent;background-image:none;border-top:0.125rem solid #ff5e14;border-left:0.125rem solid #ff5e14;border-right:0.125rem solid #ff5e14;border-bottom:0.125rem solid #ff5e14;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.78125rem;left:64.9375rem;display:block; }
#ZMva6pOtMByVFuBEmJ4wzluDVGGAOXV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy { position:relative;display:block; }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy { background-color: transparent; background-image: none; }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .row .container > .video-iframe-container { display: none; }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .row > .video-iframe-container { display: none; }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .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); }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy { border-width: 0; border-radius: 0; }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .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; }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;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; }#ztSUnSbM2mTLspf6wfJzGa0aL5qF2fUx { color:#0b1020;display:block;width:50rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.75rem;left:12.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp { position:relative;display:block; }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp { background-color: transparent; background-image: none; }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .row .container > .video-iframe-container { display: none; }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .row > .video-iframe-container { display: none; }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .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); }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp { border-width: 0; border-radius: 0; }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .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; }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#cTpgJHC4eFCfT9GwmA8eup7h1zSsqtuw { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15000;background-color:#fff4f4;background-image:none;top:2.1875rem;left:6.875rem;display:block; }
#nnUyTKxzuRmQg7mHUFxg3Oia3TJSGgFr { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#nhb0qD2KOo1GL2rbQRHgTTACe5vMEd53 { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:"clash display semibold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:7.1875rem;left:1.875rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmDctUTLyJ7pGRZ9SHiyFzuIVEspGTPf { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.8125rem;left:1.875rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHnyOWAgnTgEvZdSx0sFwTsoJzKyyHD3 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.6875rem;left:7.5rem; }
#Mw6MQZ6ttfSrdSNo1lLwOKMF1PZte8E7 { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#skTxHmUx0OZdSrPNdf0yp2BlE0RBVcx5 { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:"clash display semibold";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:.9;letter-spacing:0;top:7.1875rem;left:20.9375rem;height:1.3496125rem;text-align:center;text-align-last:center;display:block; }
#yoZheXby9y7tttTB5eAbHXLhLcD5TwEM { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15005;background-color:#fff4f4;background-image:none;top:2.1875rem;left:25.9375rem;display:block; }
#a4FKmJ5x4kDhcQVCJzthBifXKbqwM5ol { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.8125rem;left:20.9375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ze0chZiDAqTToemceEs0qv9OGES6SOyq { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.6875rem;left:26.4375rem; }
#APREqCMG9lOmqnwJgmWJMynQKXn8Pa4m { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:0rem;left:38.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#HbUy3OZVMAlVAZ147KKhNX7PTV2KsoLo { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:"clash display semibold";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:7.1875rem;left:40.375rem;height:1.3496125rem;text-align:center;text-align-last:center;display:block; }
#WxG8iIgTrv1SV4hQTkpP4mcJySVs5nLH { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15010;background-color:#fff4f4;background-image:none;top:2.1875rem;left:45.375rem;display:block; }
#DSVpipCsSUiV6AW1pmU0TROkzcOr2l6y { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.8125rem;left:40.375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8d3LZdRHUXA1iGgLq4fTzihDE3Upto5 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.6875rem;left:45.875rem; }
#AoQxk4cTpd1GVSXqnVlNV4z6Cyzt09nb { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:0rem;left:57.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#CxQQuEhvRnKvD0qQ2m76GA598oBECxAt { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:"clash display semibold";font-size:1.5rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:7.1875rem;left:59.375rem;height:1.3496125rem;text-align:center;text-align-last:center;display:block; }
#v5PyN2MidPUaWNStopawGElPaHDikFfr { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#fff4f4;background-image:none;top:2.1875rem;left:64.375rem;display:block; }
#NTar1g6xRIiG1aC9mQ74QzGnW92pJB0H { color:#0b1020;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.8125rem;left:59.375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WolQcfuTTyagiZ4dnMS0zdLfvPwtaXqV { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.6875rem;left:64.875rem; }
#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb { position:relative;display:block; }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb { background-color: transparent; background-image: none; }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .row .container > .video-iframe-container { display: none; }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .row > .video-iframe-container { display: none; }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .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); }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb { border-width: 0; border-radius: 0; }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .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; }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#A8bf6mUIsh0NMSPIGGD7bTwmN54WTtvM { color:#0b1020;display:block;width:50rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.75rem;left:12.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT { position:relative;display:block; }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT { background-color: transparent; background-image: none; }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .row .container > .video-iframe-container { display: none; }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .row > .video-iframe-container { display: none; }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .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); }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT { border-width: 0; border-radius: 0; }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .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; }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#Tn2I572c83oZVPiQBRGEcwM3QZkfJmob { box-sizing:content-box;height:31.5rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#z0hIHtwBiWJyxhDhFxtrs452org2b9I1 { color:#0b1020;display:block;width:15.625rem;position:absolute;font-family:"clash display semibold";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:19.9375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G1bsA4fpgPf1gTMqTETCfriablOz8MhC { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:24.4375rem;left:1.5625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fD200T7gqhyHTXEoFrB94Zy7TgPU4fKI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.1875rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NNTT0Dme9h7dT9Z8U2sh3GbSQiCXsDbZ { 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:3.75rem;width:3.75rem;top:19.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#LgS3KWpeQHwqkFsx8hH1kqwPapiGpLoW { color:rgba(31,51,59,0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.5rem;left:6.25rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRKTteUXdEPr3wLISNvnGuyuA1bM89wy { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:26.662109375rem;left:1.5625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xdp8uTyOpPQa9Ay0khrJCPxuAJ37EvVL { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#A10ypQi6w08K9b87dVT7XnO80LBRXgyV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.0625rem;width:23.875rem;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#yQwSPUxVJ2MtLZzaDNPlvO9oX5i5PNIO { color:#0b1020;display:block;width:15.625rem;position:absolute;font-family:"clash display semibold";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:19.9375rem;left:32rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G3OtLJFLmKtDzXgvg8sgg7i6wXygJVSb { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:24.4375rem;left:27.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVdQc5hb8SUOEESpsdbX0bT0AAVE0dMs { color:rgba(31,51,59,0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.5rem;left:32rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xe1vMpqNBsJu6IUxikQu4IUzuuSwEpOy { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:26.6875rem;left:27.3125rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xlLICCRNv6tReH73cofiOpW5fhHgua1m { position:absolute;display:block;z-index:15013;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:3.75rem;top:19.4375rem;left:27.3125rem;overflow:hidden;display:block; }
#iTA1cafasBwpnlzE0sp01qp5yrVRPwTy { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#LmgCHd5qT0PScWaxKM16JJG3g60x40Rf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.0625rem;width:23.875rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#OCPOLLZySOJ3Vr5LaBlslvh6u4fqHuXK { color:#0b1020;display:block;width:15.625rem;position:absolute;font-family:"clash display semibold";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:19.9375rem;left:57.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGqUUi5GyXU7PC2AeVqq8qMnrKDr43NZ { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:24.4375rem;left:52.6875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTXuFOUsvSI591lNavZXwVLOruweCH1I { color:rgba(31,51,59,0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:21.5rem;left:57.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSIv4HUbZ2b8lamMcD6pOSXdrJXnd619 { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:26.6875rem;left:52.6875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zC4A3e5AXrMbihQygNdd2yz03lWm5t12 { 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:3.75rem;width:3.75rem;top:19.4375rem;left:52.6875rem;overflow:hidden;display:block; }
#Gii0DocuynzilDoiWTF3UgmCblU2Z9Qy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.375rem;left:20.5rem; }
#bEkzrXf3O0UXf2TbFIX8EvlGw8AZ1DR7 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(255,255,255,0.2);background-image:none;top:0.75rem;left:19.875rem;display:block; }
#AqsWduoX5qAb7GqgNPmiJnvIfVPn1GZi { box-sizing:content-box;height:3.5rem;width:3.5rem;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:15026;background-color:rgba(255,255,255,0.2);background-image:none;top:0.625rem;left:45.5625rem;display:block; }
#A7VgFuRDAbvgCUP9UxTqTOw0M0TXNpse { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.25rem;left:46.1875rem; }
#Txn5osIkb8eCTJwamJfoV5QW5wyLT9A5 { box-sizing:content-box;height:3.5rem;width:3.5rem;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:15028;background-color:rgba(255,255,255,0.2);background-image:none;top:0.625rem;left:70.875rem;display:block; }
#AQ9NQPIbEpAifFoJ0EyzKhUZ1SgIfluS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.25rem;left:71.5rem; }
#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV { position:relative;display:block; }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV { background-color: transparent; background-image: none; }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .row .container > .video-iframe-container { display: none; }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .row > .video-iframe-container { display: none; }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .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); }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV { border-width: 0; border-radius: 0; }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .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; }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#Ph1JX8QgOtp9Rxho9eOQ5ziLcRkN4yA2 { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#DzaFERRf1evvckMP3RuNW3GVdNBaqNsy { color:#0b1020;display:block;width:15.625rem;position:absolute;font-family:"clash display semibold";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:19.9375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y6hgT8ibTMxdQOQNkfrQlpzKLKcpAekO { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:24.4375rem;left:1.5625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G7Wv9V02W3gNT9bO50vMa2SiFCOM1Qfr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oR6ce0saw1Tn5bPTUoJqw9ZWUutEOXhv { 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:3.6875rem;width:3.75rem;top:19.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#EEi9ws9ReVLZK6qSOK2fmPIWhsaLEh4b { color:rgba(31,51,59,0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.5rem;left:6.25rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n5V2mKHaG2qfPkR5AoQE5TmCub5MhoS0 { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:26.662109375rem;left:1.5625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xUKlTf7LTDqTiblUzkBt1yyxL6SiaI6p { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#SPKXiK2F7izdCx78xRpqBTTH263tny69 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:23.875rem;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#eAEehCeBIcu399B2Dnhnh6cywA9FBI63 { color:#0b1020;display:block;width:15.625rem;position:absolute;font-family:"clash display semibold";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:19.9375rem;left:32rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yaV4l6TrfiuxQI97AARGrpH3riC5ikf3 { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:24.4375rem;left:27.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OWqfWvq3T32OxqiS9Q9ZJalZU5r1HKcV { color:rgba(31,51,59,0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.5rem;left:32rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rxw0PGkk4JC6bDMVaETqgqfT7dfOUSnm { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:26.6875rem;left:27.3125rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vJ71f2Pp5y4PFVhaiwTmk8HUTBEeDsLt { position:absolute;display:block;z-index:15013;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.6875rem;width:3.75rem;top:19.4375rem;left:27.3125rem;overflow:hidden;display:block; }
#SGQII68m9BPaq4ZhIHVXRdeUCXIoDL4t { box-sizing:content-box;height:31.5625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#KIJgrMal4iVne4dFQvA4VxwV9wF1qhTl { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:23.875rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#XqL2yZMWNhJaiCyhHEnduqnpQNH5b83p { color:#0b1020;display:block;width:15.625rem;position:absolute;font-family:"clash display semibold";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:19.9375rem;left:57.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h8GQrBTRGyTmFam8onP403eXRaFukoTQ { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:24.4375rem;left:52.6875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FhWtWxTNe9n1bIBcNiryD56D29fe9hgc { color:rgba(31,51,59,0.5);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:21.5rem;left:57.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1L7IKpM8CQXHxQmtEBVQqIDTGmMdvB1 { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:26.6875rem;left:52.6875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4acMm9RgdenPNMPsMx3x6FH0JcM7w5b { 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:3.75rem;width:3.75rem;top:19.4375rem;left:52.6875rem;overflow:hidden;display:block; }
#nEC33kL7LP2TLr28vNqZCte1pOeqghb6 { box-sizing:content-box;height:3.5rem;width:3.5rem;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:15030;background-color:rgba(255,255,255,0.2);background-image:none;top:0.625rem;left:19.8125rem;display:block; }
#wAwSohm5sxuJ8Hoskb5xCMgdKE25qBxl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.25rem;left:20.4375rem; }
#k4vt3gkQsZuFVIIN9xFQg1VRcMSBX55p { box-sizing:content-box;height:3.5rem;width:3.5rem;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:15032;background-color:rgba(255,255,255,0.2);background-image:none;top:0.625rem;left:45.5625rem;display:block; }
#ryfIEe9KXnMcdpmU410IG1Ahh8aOOFSt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.25rem;left:46.1875rem; }
#kia0Bid9n2fzk9DIgcUMiCcgN8UorwPE { box-sizing:content-box;height:3.5rem;width:3.5rem;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:15034;background-color:rgba(255,255,255,0.2);background-image:none;top:0.625rem;left:70.875rem;display:block; }
#gCcfBdAu8nqRAp6dxdUpc7IX8xgfv1s0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.25rem;left:71.5rem; }
#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S { position:relative;display:block; }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S { background-color: transparent; background-image: none; }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .row .container > .video-iframe-container { display: none; }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .row > .video-iframe-container { display: none; }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .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); }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S { border-width: 0; border-radius: 0; }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .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; }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1020;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row .container { background-color: transparent; background-image: none; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row .container > .video-iframe-container { display: none; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row > .video-iframe-container { display: none; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .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); }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row .container { border-width: 0; border-radius: 0; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row .container { font-size:0.875rem;font-family:arial;height:78.0625rem;width:75rem;position:relative;display:block; }#TBuDCiceTBa4yH5Oe3pPUeZVdxzdX0fb { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:8.1875rem;left:46.25rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#tUzfCGEBPID0z4N47uVygJe5ofHQepda { box-sizing:content-box;height:22.5625rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f5cff, #1900da);background-image: -moz-linear-gradient(180deg, #6f5cff, #1900da);background-image: -ms-linear-gradient(180deg, #6f5cff, #1900da);background-image: -o-linear-gradient(180deg, #6f5cff, #1900da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );";background-image: linear-gradient(180deg, #6f5cff, #1900da);background-size:auto !important;top:3.75rem;left:3.75rem;border-top-left-radius:7.5rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#M42eQWKVGKTOQoHXchl4cE8Z2RXslw8a { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.5rem;left:5.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#atR4FeTDqHuDa4L5X4Ek9LCaM3ulPOmr { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"clash display medium";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:12.875rem;left:5.625rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#wEvfs9LrnfsQ51zlo85G1OIvq0GUDSMu { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:15.5625rem;left:5.625rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwphDolTDiS2dZpTa0iLgFNNd1zHivoz { position:absolute;display:block;z-index:14997;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:47.3125rem;top:14.9375rem;left:27.6875rem;overflow:hidden;display:block; }
#I8WBLMT8q7NL4tqlWMgPZODB2Xt2QZNp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:18.125rem;width:18.125rem;top:5.96875rem;left:20.6875rem;overflow:hidden;display:block; }
#O7hErQw9Rc6wX2ai9eniLsTNv3MnFLmE { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:39.875rem;left:34.375rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mFrcAI3IXUf4kDBsEJ2LwwPxn3KNrm0E { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"clash display medium";font-size:1.875rem;font-weight:normal;z-index:15009;line-height:.9;letter-spacing:0;top:36.6875rem;left:34.375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#p2mRVmtzJwx0os495AIpiQCZ0doBAVM9 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:33.3125rem;left:34.375rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#oax3AGZNM1KeZo2mrgIV7q3aufMTw06i { position:absolute;display:block;z-index:14998;border-top:0.0625rem solid #341de6;border-left:0.0625rem solid #341de6;border-right:0.0625rem solid #341de6;border-bottom:0.0625rem solid #341de6;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(111,92,255,0.4) ;height:22.4375rem;width:39.375rem;top:27.5625rem;left:32.6875rem;overflow:hidden;display:block; }
#HFLzqoBGPHKxIaptXCy90TuWKX5sOowi { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:33.3125rem;left:5.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#GGIG8UFXQU2gOllXD4ApwM8ShtTLOWoS { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"clash display medium";font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:36.6875rem;left:5.625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#wSTTzilUb7JmTletMFGPDGwJRbWnMi4a { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:41.361328125rem;left:5.625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EqEtGASPufMHTut68TiKqWOWt8JScPaG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.4375rem;width:11.1875rem;top:33.3125rem;left:20.25rem;overflow:hidden;display:block; }
#JFqG5VmR95SDwSsl1HR3p308VVxWqtVC { box-sizing:content-box;height:22.5625rem;width:27.625rem;position:absolute;display:block;z-index:15005;background-color:#ff8c28;background-image:none;top:27.5625rem;left:3.75rem;border-top-left-radius:4rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#VFdklSxDJ4lV8eUsfEw5hDU9q6w7xR99 { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"clash display medium";font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:58.875rem;left:5.625rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#NDn9PNCrJt2CwVqCW9JhHzUlSqmTt7wv { position:absolute;display:block;z-index:14996;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.1875rem;width:29.5rem;top:4.3125rem;left:16.8125rem;overflow:hidden;display:block; }
#JfD3E9uAikGlmZAzEQGoTtB3RQJob27A { box-sizing:content-box;height:22.5625rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #ff651d, #ff4160);background-image: -moz-linear-gradient(203deg, #ff651d, #ff4160);background-image: -ms-linear-gradient(203deg, #ff651d, #ff4160);background-image: -o-linear-gradient(203deg, #ff651d, #ff4160);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff651d', endColorstr='#ff4160' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff651d', endColorstr='#ff4160' );";background-image: linear-gradient(203deg, #ff651d, #ff4160);background-size:auto !important;top:51.28125rem;left:38.125rem;border-top-left-radius:7.5rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#wGTR9TzaGBZi6avWcePWnsfI2dcFBFh1 { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:56.625rem;left:39.875rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#iHVgrM18DJP2n24vNT3tuHv6FVRGE3vM { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"clash display medium";font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:60.1875rem;left:39.875rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#NumUwpZK6B1ylV5fBoBxLevSNO009nv1 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:65.3125rem;left:39.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3BxAVIRQURt8BsrZP6bIGkmAToAgBAT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.25rem;width:20.1875rem;top:56.25rem;left:54.8125rem;overflow:hidden;display:block; }
#OvFAZzIwGcFBkLviMctr9O2MO5yfRzKp { position:absolute;display:block;z-index:14997;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.1875rem;width:29.5rem;top:53.78125rem;left:27.5rem;overflow:hidden;display:block; }
#BgtdQzeZlAt0vXTD2Ish4GTHQQlLneoT { background-color:#ff5e14;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:67.76171875rem;left:5.625rem;display:block; }
#UhpUfcScvHct60HSdFHPJiEFOlrwouCP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhUisTEKHeWvTgp3AF4Qs0g2Xq8RVwdP { background-color:rgba(255,255,255,0.2);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.375rem;left:46.25rem;display:block; }
#usWyz335G1U1s6vA14G155wUVVab5ENM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb { 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; }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row .container { background-color: transparent; background-image: none; }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row .container > .video-iframe-container { display: none; }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row > .video-iframe-container { display: none; }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .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); }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row .container { border-width: 0; border-radius: 0; }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#kP92Kw9GLhExxlyIMB62P5bxrkI3zwVO { color:#0b1020;display:block;width:50rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:3.75rem;left:12.5rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#tECoZqestJVC19TCRTOd0bm8QULImXIf { 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; }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row .container { background-color: transparent; background-image: none; }#tECoZqestJVC19TCRTOd0bm8QULImXIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row .container > .video-iframe-container { display: none; }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row > .video-iframe-container { display: none; }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .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); }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row .container { border-width: 0; border-radius: 0; }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#R9CaHNCtrRUCnPLzNKwC8KlkBttQRKsI { color:#0b1020;display:block;width:9.5rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.25rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#gwNayceqMtgi0ObPqlX8D9U0PUNh97Ld { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#KlGTrknbiXUX6wQDCCQi8HLEqiIceGMO { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#Uys3dLTIab6dIJBOdyR4pPk51y95wNcx { color:#ff5e14;display:block;width:4.25rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#wq6ZB3EG1mwyQhmHkmqWgF9UCpxoMssv { box-sizing:content-box;height:8.25rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,94,20,0.12);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid #ff5e14;border-left:0rem solid #ff5e14;border-right:0rem solid #ff5e14;border-bottom:0rem solid #ff5e14;display:block; }
#Wn8LGAhr2ev8iQTXuK2w6E6vkIxoQTXm { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.119140625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV { 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; }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row .container { background-color: transparent; background-image: none; }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row .container > .video-iframe-container { display: none; }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row > .video-iframe-container { display: none; }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .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); }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row .container { border-width: 0; border-radius: 0; }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#qaI7uctaaFp21ugs8X7WaORqZfDhpV3F { color:#0b1020;display:block;width:9.5rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.25rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#aPFxCg75cC9nyxz3TMHsJnd83ZolOR8l { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#XzBlq4DrZb2V9urWSdQ2qLpD737VDQtz { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#WaTsqXCpVyukJ6vXDtWORV9Kvvr7DDr1 { color:#6f5cff;display:block;width:4.25rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#PaW2dz84c2sQeSlvC02B3lEKweXKptac { box-sizing:content-box;height:8.25rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(111,92,255,0.12);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
#xiHoqe4pbWm5bBIREyXaGF2ySTo02uzG { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.119140625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW { 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; }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row .container { background-color: transparent; background-image: none; }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row .container > .video-iframe-container { display: none; }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row > .video-iframe-container { display: none; }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .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); }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row .container { border-width: 0; border-radius: 0; }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#pklhvJFS7Oh9IsoNk85yocEuvlEmmHG6 { color:#0b1020;display:block;width:9.5rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.25rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#urTI1tqJku5842d2Kzmdn6C0dQSQ4Jc7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#nOR7uVklVZIyPG6TItxJ5cCAUsTDEgaE { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#CWKxakJiWg5p0rXipTAQV5XBgvWkSeW2 { color:#0b1020;display:block;width:4.25rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#rTG4nRevUKaKzxmpExSdaZTvR01CdKZD { box-sizing:content-box;height:8.375rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
#HdiRiZ6KrT4hNrD3UaV32w44yMWK1BHa { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.119140625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 { 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; }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row .container { background-color: transparent; background-image: none; }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row .container > .video-iframe-container { display: none; }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row > .video-iframe-container { display: none; }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .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); }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row .container { border-width: 0; border-radius: 0; }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#x1oOUDSnUdgwf3K9amnXTRIWxzMztsMg { color:#0b1020;display:block;width:9.5rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.25rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#VTU6lCsUdTEKlJqxeumbC5h4OlHEMWIL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#FWm8P5sHCBgUcSRASXfJT4Gd5R324HoI { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#sIue5u9KNNRM9dReZgNphPK7kkQIOKlG { color:#0b1020;display:block;width:5.4375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#OXpLX74RrdqUDxEr3LILAFSBLsrSLG5B { box-sizing:content-box;height:8.375rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
#B4vqprbPJcL68RB1ncUlnVFlvX7L9uM3 { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.119140625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK { 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; }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row .container { background-color: transparent; background-image: none; }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row .container > .video-iframe-container { display: none; }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row > .video-iframe-container { display: none; }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .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); }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row .container { border-width: 0; border-radius: 0; }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#yDE18Xyi8sN0a4HgVe8am1nwro1rNUiV { color:#0b1020;display:block;width:9.5rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.25rem;left:26.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#xQSxpLpfixEZ8c2VPM3SL8HiOt7xDIxE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.8125rem;left:21.125rem;overflow:hidden;display:block; }
#nCyWdzSme3c1luyrdDGfUwybcnC06gXU { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.125rem;left:40.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#yqIihPMxHIBwm3g6ChWErHRD8X45HgqR { color:#0b1020;display:block;width:5.6875rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#W9wQ2Oy6SoLPVUPJitD9sgTfs2UrRtT6 { box-sizing:content-box;height:8.375rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid #0b1020;border-left:0rem solid #0b1020;border-right:0rem solid #0b1020;border-bottom:0rem solid #0b1020;display:block; }
#uBH1kFBl6k7OfoT0N5rFDAtZTSZMJWpi { color:#0b1020;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.119140625rem;left:40.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 { 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; }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row .container { background-color: transparent; background-image: none; }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row .container > .video-iframe-container { display: none; }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row > .video-iframe-container { display: none; }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .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); }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row .container { border-width: 0; border-radius: 0; }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK { position:relative;display:block; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK { background-color: transparent; background-image: none; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .row .container > .video-iframe-container { display: none; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .row > .video-iframe-container { display: none; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .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); }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK { border-width: 0; border-radius: 0; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .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; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;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; }#mfhvtr4uubQFZLXgokn2JzXwdSkMVPUD { color:#0b1020;display:block;width:29.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:13.1875rem;left:40.5rem;height:11.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kb8uxQEBBArLTIv7oD3I7gLOvZ9XaXt8 { box-sizing:content-box;height:21.5rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f5cff, #1900da);background-image: -moz-linear-gradient(180deg, #6f5cff, #1900da);background-image: -ms-linear-gradient(180deg, #6f5cff, #1900da);background-image: -o-linear-gradient(180deg, #6f5cff, #1900da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cff', endColorstr='#1900da' );";background-image: linear-gradient(180deg, #6f5cff, #1900da);background-size:auto !important;top:4rem;left:5.8125rem;border-top-left-radius:15rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#TTw5F48f1uFTrfZcv364c9M0ef6xhk7E { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:21.125rem;width:21.0625rem;top:8.66015625rem;left:11.6875rem;overflow:hidden;display:block; }
#gPfzTUIoiQtE9UEcwC1fIP8Pvt2ToEST { color:#0b1020;display:block;width:29.75rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:5.25rem;left:40.5rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#KKHlGFyOD3D2it67dyuhQmSlkU1zerm9 { position:absolute;display:block;z-index:14998;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.1875rem;width:29.5rem;top:9.62890625rem;left:0rem;overflow:hidden;display:block; }
#lSqFz9leAtGWn3qNSHnXtFa906EU4ly7 { background-color:#ff5e14;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26rem;left:40.5rem;display:block; }
#JkJRE3ZxBnN7EmPtU2J5mN7KAUB04Pzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/41f0ffc7-6ebe-43e6-b101-a1bea0e83904/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz.adaptive-delivery-prevent-bg, #FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz.lazyload, #FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz.lazyloading { background-image: none; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row .container { background-color: transparent; background-image: none; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row .container > .video-iframe-container { display: none; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row > .video-iframe-container { display: none; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .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); }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row .container { border-width: 0; border-radius: 0; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#m6ivGIHwBkETHmTkcXagXZO09TJMQXIk { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:4rem;left:12.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#fSEbDuSmZXbkT9dVB1iiabpsD2HiEg45 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.375rem;left:12.5rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eqfgRazRAFmwUPGCLRRrSdGBmkBlNO3F { position:absolute;display:block;z-index:15014;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:22.625rem;width:25.5625rem;top:36rem;left:24.75rem;overflow:hidden;display:block; }
#HA9zXo1C8XXChQKoPFblDElAGCer6PJT { 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:23.5625rem;width:46.625rem;top:35.0625rem;left:14.1875rem;overflow:hidden;display:block; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-form-header {  }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-text { border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"clash display medium";text-align:center;text-align-last:center;vertical-align:top; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-text {padding-top: 0; padding-bottom: 0;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-textarea { border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"clash display medium";text-align:center;text-align-last:center;vertical-align:top; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-select {padding-top: 0; padding-bottom: 0;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-button { border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#0b1020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.625rem;margin-bottom:0.25rem;margin-left:6.625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:13.3125rem;height:3.4375rem;font-family:"clash display medium";overflow:hidden;font-style:normal; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a [class*="-text"]:-moz-placeholder { color:rgba(11,16,32,0.7);font-family:"clash display medium";font-size:1rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a [class*="-text"]::-moz-placeholder { color:rgba(11,16,32,0.7);font-family:"clash display medium";font-size:1rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a [class*="-text"]:-ms-input-placeholder { color:rgba(11,16,32,0.7);font-family:"clash display medium";font-size:1rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a [class*="-text"]::-webkit-input-placeholder { color:rgba(11,16,32,0.7);font-family:"clash display medium";font-size:1rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.25rem;overflow:hidden;font-style:normal;float:none; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-container:first-of-type{padding-top:0;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-container:last-of-type{padding-bottom:0;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:22.9375rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a {display:block;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:22.9375rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #spUy9kBs1762NXAcMTAMU6Ih2w4WeyH0 { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #H2VAGiUhD3mmAuleaQ4Iush8rdT1qoMp { position:relative;display:none; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Tq2b1g9u1EKo7RHyUZTpMWR5yAqDtuTK { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #RT67RslMTJFvlnVXsyfzPhaOTKrqvoTV { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #MJKz0qJOA4CXzlyBau7y65QMXViZEoNx { position:relative;display:none; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Rs1g1QJrmMTISpaQir9B5K7dWCbfaOH1 { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #NFQBUhOvVTwtw62Kq6H2RuthEsFreyu3 { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #D0uo6ctTkbTgv3XxC34Ubs0v3gQObBy5 { position:relative;display:none; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #TFJNaOFeoXF0vGSHwrpAuwBNmLHeTQrL { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #KVyDOIx1sxqnmmDh6rKCOtyeqVCmG2tx { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #ZMniuz1n9VzTFNhuGuzUkTToMAuBs2oA { position:relative;display:none; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #k6CLxdrRXZOtkwNxdNpTkKI27B9b6QV5 { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Ls3V64LwtgrxdTzq44a9bUL9pU7q2fsl { position:relative; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #DnTflAm9Rx9MO7Nc2foiT3bEUiOi4dvz { position:relative; }
#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1020;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; }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row .container { background-color: transparent; background-image: none; }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row .container > .video-iframe-container { display: none; }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row > .video-iframe-container { display: none; }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .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); }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row .container { border-width: 0; border-radius: 0; }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#UbTp74IOlvsyDnKXQwNfNTwSaECbWP0q { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:3.75rem;left:3.1875rem;height:1.25rem;display:block; }
#R968W0LwiFRmNVT1wZfcOyKs6AiIShAl { 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:2.5625rem;width:2.5625rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#kKz4R6lcrDtWoqX525nGdFOoIEXzsErn { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:3.75rem;left:38.25rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XP8IBJ2zRZ6GH04KDonA7urP17qzi5BK { color:rgba(255,255,255,0.6);display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.5625rem;left:38.25rem;height:4.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#URIfRINnlwL5lclwqan5GIznS2lNTQS7 { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aV8g9qE04lgXNMITl0GLgKr27tdQDMcF { color:rgba(255,255,255,0.6);display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18rem;height:6.39844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QbOKwZLmeIQH74gPyGJXH9NwZmKUzfRv { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.75rem;left:57.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SOAZGi95FcvrRqaZeCIXuxS2kuDzB0oS { box-sizing:content-box;height:3rem;width:3rem;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:15034;background-color:rgba(255,255,255,0.2);background-image:none;top:6.3125rem;left:57.875rem;display:block; }
#nngHcrrhmSeClTr6vd5z29LTptaa2unK { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.125rem;left:58.6875rem; }
#U4dRqSTQDeKxxTrRK69df7k2V8sqlE7X { box-sizing:content-box;height:3rem;width:3rem;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:15036;background-color:rgba(255,255,255,0.2);background-image:none;top:6.3125rem;left:62.125rem;display:block; }
#gwAFFFzdAqlMdsCRQBZS0oSd3Vf4TssG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.125rem;left:62.9375rem; }
#aI36yvHkg1J75ssGOXBNgB9ZFtdDuodV { box-sizing:content-box;height:3rem;width:3rem;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:15038;background-color:rgba(255,255,255,0.2);background-image:none;top:6.375rem;left:66.375rem;display:block; }
#luSAA79Ls7mXl4ghJeGd3sg3qLbTdlXh { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.1875rem;left:67.1875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv { display:block; }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqdR4EyQgIJk40T4k03wsbzUlh0Fs5tD { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKZTQC9ycEhK1le5LarQAsvx9F9cosyT { display:block; }
 }@media only screen and (max-width: 763px) { #XScc43TfTw92XPam8Dpi1z452AiKBnWz { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INzCrM6RO5FNaFuFxx95f23LVvSDNZRL { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf { display:block; }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb { display:block; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLTuxvUBTLFD0UXSZl3STu5gzJ1kWzTb { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9zOaTBMsdEloPA5kLpfvk0TKJhPsw6R { display:block; }
 }@media only screen and (max-width: 763px) { #fzZG6ERt6IIDzKs7P4OnMRs7Q6uJ4oRm { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5HZV3K2pyJo7faRH4TG5C8H7SwrugdJ { top:3.5625rem;left:0rem;width:45.8125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8RpNLgTagkXIQuAz7sLZobB7KQ5Z8hq { width:42.6875rem;height:15.1875rem;top:11.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4ebQZ75c1VOw9QWRhD3JCoxdL99AS1 { width:4.75rem;height:1.25rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpJbO3A0JZwxgWFwMf788cOl328AWrzg { width:2.5625rem;height:2.5625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmLTILH8oZwZghXmDlASh43A7fE2BPJg { width:35.8125rem;height:4rem;top:28.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfE3h0SS4WCySv5XyT2CBPG1KEKABfVd { width:13.8125rem;height:3.125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMD2TxKX9qOAa1Bic58R9tEFJA3X7Qsi { display:block; }
 }@media only screen and (max-width: 763px) { #D6Ta8RZ8tP1nQmq5ymLtJQTTeMQ5yoHm { width:10.6875rem;height:3.125rem;top:35.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDTHAHTZFgkp4hbhEcUgCh3WoHMeMu2H { display:block; }
 }@media only screen and (max-width: 763px) { #f0BKlBl04bGkWmqhKzxNVktwm7MycwXL { width:8.75rem;height:3.125rem;top:2.5rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycFar4Kcvk5CTkkFVottsJBoKqlBT8Dq { display:block; }
 }@media only screen and (max-width: 763px) { #tU7CHW4OJLmlP3ozehBzbXVQPlFqub5M { width:5rem;height:3.125rem;top:2.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #boZM2gXbbdUdETRUnx9XgUo9bxfkTfXQ { display:block; }
 }@media only screen and (max-width: 763px) { #QsxPirP0vJgz1U6Hw6NwzAXSuKbNyc1I { width:8.125rem;height:3.125rem;top:2.5625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVPvHdCX1wkHrxaH5sCWWpO0MsuufQ5f { display:block; }
 }@media only screen and (max-width: 763px) { #O8ANvMAt0FkyS6TRoDzT7oOHW8fRS7nf { width:6.75rem;height:3.125rem;top:2.5625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixpLbDr7RArKJpd6KpiZuSI4E3bxI5pN { display:block; }
 }@media only screen and (max-width: 763px) { #CcfczKVaOrWwcVqamOyBgvCwVMqgyXL9 { width:10.0625rem;height:2.625rem;top:2.75rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMva6pOtMByVFuBEmJ4wzluDVGGAOXV9 { display:block; }
 }@media only screen and (max-width: 763px) { #UBn2uWQp1KO1P4wMms1ueyZ916DXByBy { display:block; }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztSUnSbM2mTLspf6wfJzGa0aL5qF2fUx { width:47.75rem;height:3.125rem;top:3.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp { display:block; }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTpgJHC4eFCfT9GwmA8eup7h1zSsqtuw { width:3.75rem;height:3.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnUyTKxzuRmQg7mHUFxg3Oia3TJSGgFr { width:17.5rem;height:15.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhb0qD2KOo1GL2rbQRHgTTACe5vMEd53 { width:13.75rem;height:1.3125rem;top:7.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmDctUTLyJ7pGRZ9SHiyFzuIVEspGTPf { width:13.75rem;height:3.1875rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHnyOWAgnTgEvZdSx0sFwTsoJzKyyHD3 { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6MQZ6ttfSrdSNo1lLwOKMF1PZte8E7 { width:17.5rem;height:15.9375rem;top:0rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skTxHmUx0OZdSrPNdf0yp2BlE0RBVcx5 { width:13.75rem;height:1.3125rem;top:7.1875rem;left:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZheXby9y7tttTB5eAbHXLhLcD5TwEM { width:3.75rem;height:3.75rem;top:2.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4FKmJ5x4kDhcQVCJzthBifXKbqwM5ol { width:13.75rem;height:3.1875rem;top:9.8125rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0chZiDAqTToemceEs0qv9OGES6SOyq { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APREqCMG9lOmqnwJgmWJMynQKXn8Pa4m { width:17.5rem;height:15.9375rem;top:0rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbUy3OZVMAlVAZ147KKhNX7PTV2KsoLo { width:13.75rem;height:1.3125rem;top:7.1875rem;left:26.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxG8iIgTrv1SV4hQTkpP4mcJySVs5nLH { width:3.75rem;height:3.75rem;top:2.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSVpipCsSUiV6AW1pmU0TROkzcOr2l6y { width:13.75rem;height:3.1875rem;top:9.8125rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8d3LZdRHUXA1iGgLq4fTzihDE3Upto5 { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoQxk4cTpd1GVSXqnVlNV4z6Cyzt09nb { width:17.5rem;height:15.9375rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQQuEhvRnKvD0qQ2m76GA598oBECxAt { width:13.75rem;height:1.3125rem;top:7.1875rem;left:34rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5PyN2MidPUaWNStopawGElPaHDikFfr { width:3.75rem;height:3.75rem;top:2.1875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTar1g6xRIiG1aC9mQ74QzGnW92pJB0H { width:13.75rem;height:3.1875rem;top:9.8125rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WolQcfuTTyagiZ4dnMS0zdLfvPwtaXqV { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb { display:block; }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8bf6mUIsh0NMSPIGGD7bTwmN54WTtvM { width:47.75rem;height:3.125rem;top:3.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT { display:block; }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn2I572c83oZVPiQBRGEcwM3QZkfJmob { width:23.875rem;height:31.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0hIHtwBiWJyxhDhFxtrs452org2b9I1 { width:15.625rem;height:1.5rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1bsA4fpgPf1gTMqTETCfriablOz8MhC { width:20.25rem;height:1.5625rem;top:24.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD200T7gqhyHTXEoFrB94Zy7TgPU4fKI { width:23.875rem;height:18.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTT0Dme9h7dT9Z8U2sh3GbSQiCXsDbZ { width:3.75rem;height:3.75rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgS3KWpeQHwqkFsx8hH1kqwPapiGpLoW { width:15.625rem;height:1.625rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRKTteUXdEPr3wLISNvnGuyuA1bM89wy { width:20.25rem;height:3.1875rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdp8uTyOpPQa9Ay0khrJCPxuAJ37EvVL { width:23.875rem;height:31.5625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A10ypQi6w08K9b87dVT7XnO80LBRXgyV { width:23.875rem;height:18.0625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQwSPUxVJ2MtLZzaDNPlvO9oX5i5PNIO { width:15.625rem;height:1.5rem;top:19.9375rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3OtLJFLmKtDzXgvg8sgg7i6wXygJVSb { width:20.25rem;height:1.5625rem;top:24.4375rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVdQc5hb8SUOEESpsdbX0bT0AAVE0dMs { width:15.625rem;height:1.5625rem;top:21.5rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe1vMpqNBsJu6IUxikQu4IUzuuSwEpOy { width:20.25rem;height:3.1875rem;top:26.6875rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlLICCRNv6tReH73cofiOpW5fhHgua1m { width:3.75rem;height:3.75rem;top:19.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTA1cafasBwpnlzE0sp01qp5yrVRPwTy { width:23.875rem;height:31.5625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmgCHd5qT0PScWaxKM16JJG3g60x40Rf { width:23.875rem;height:18.0625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCPOLLZySOJ3Vr5LaBlslvh6u4fqHuXK { width:15.625rem;height:1.5rem;top:19.9375rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqUUi5GyXU7PC2AeVqq8qMnrKDr43NZ { width:20.25rem;height:1.5625rem;top:24.4375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXuFOUsvSI591lNavZXwVLOruweCH1I { width:15.625rem;height:1.5625rem;top:21.5rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSIv4HUbZ2b8lamMcD6pOSXdrJXnd619 { width:20.25rem;height:3.1875rem;top:26.6875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC4A3e5AXrMbihQygNdd2yz03lWm5t12 { width:3.75rem;height:3.75rem;top:19.4375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gii0DocuynzilDoiWTF3UgmCblU2Z9Qy { width:2.25rem;height:2.25rem;top:1.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkzrXf3O0UXf2TbFIX8EvlGw8AZ1DR7 { width:3.5rem;height:3.5rem;top:0.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqsWduoX5qAb7GqgNPmiJnvIfVPn1GZi { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VgFuRDAbvgCUP9UxTqTOw0M0TXNpse { width:2.25rem;height:2.25rem;top:1.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txn5osIkb8eCTJwamJfoV5QW5wyLT9A5 { width:3.5rem;height:3.5rem;top:0.625rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ9NQPIbEpAifFoJ0EyzKhUZ1SgIfluS { width:2.25rem;height:2.25rem;top:1.25rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV { display:block; }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ph1JX8QgOtp9Rxho9eOQ5ziLcRkN4yA2 { width:23.875rem;height:31.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzaFERRf1evvckMP3RuNW3GVdNBaqNsy { width:15.625rem;height:1.5rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6hgT8ibTMxdQOQNkfrQlpzKLKcpAekO { width:20.25rem;height:1.5625rem;top:24.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Wv9V02W3gNT9bO50vMa2SiFCOM1Qfr { width:23.875rem;height:18rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6ce0saw1Tn5bPTUoJqw9ZWUutEOXhv { width:3.75rem;height:3.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEi9ws9ReVLZK6qSOK2fmPIWhsaLEh4b { width:15.625rem;height:1.5625rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5V2mKHaG2qfPkR5AoQE5TmCub5MhoS0 { width:20.25rem;height:3.1875rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUKlTf7LTDqTiblUzkBt1yyxL6SiaI6p { width:23.875rem;height:31.5625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPKXiK2F7izdCx78xRpqBTTH263tny69 { width:23.875rem;height:18rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAEehCeBIcu399B2Dnhnh6cywA9FBI63 { width:15.625rem;height:1.5rem;top:19.9375rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaV4l6TrfiuxQI97AARGrpH3riC5ikf3 { width:20.25rem;height:1.5625rem;top:24.4375rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWqfWvq3T32OxqiS9Q9ZJalZU5r1HKcV { width:15.625rem;height:1.5625rem;top:21.5rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxw0PGkk4JC6bDMVaETqgqfT7dfOUSnm { width:20.25rem;height:3.1875rem;top:26.6875rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ71f2Pp5y4PFVhaiwTmk8HUTBEeDsLt { width:3.75rem;height:3.6875rem;top:19.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGQII68m9BPaq4ZhIHVXRdeUCXIoDL4t { width:23.875rem;height:31.5625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIJgrMal4iVne4dFQvA4VxwV9wF1qhTl { width:23.875rem;height:18rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqL2yZMWNhJaiCyhHEnduqnpQNH5b83p { width:15.625rem;height:1.5rem;top:19.9375rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8GQrBTRGyTmFam8onP403eXRaFukoTQ { width:20.25rem;height:1.5625rem;top:24.4375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhWtWxTNe9n1bIBcNiryD56D29fe9hgc { width:15.625rem;height:1.5625rem;top:21.5rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1L7IKpM8CQXHxQmtEBVQqIDTGmMdvB1 { width:20.25rem;height:3.1875rem;top:26.6875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4acMm9RgdenPNMPsMx3x6FH0JcM7w5b { width:3.75rem;height:3.75rem;top:19.4375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEC33kL7LP2TLr28vNqZCte1pOeqghb6 { width:3.5rem;height:3.5rem;top:0.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAwSohm5sxuJ8Hoskb5xCMgdKE25qBxl { width:2.25rem;height:2.25rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4vt3gkQsZuFVIIN9xFQg1VRcMSBX55p { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryfIEe9KXnMcdpmU410IG1Ahh8aOOFSt { width:2.25rem;height:2.25rem;top:1.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kia0Bid9n2fzk9DIgcUMiCcgN8UorwPE { width:3.5rem;height:3.5rem;top:0.625rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCcfBdAu8nqRAp6dxdUpc7IX8xgfv1s0 { width:2.25rem;height:2.25rem;top:1.25rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S { display:block; }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx { display:block; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBuDCiceTBa4yH5Oe3pPUeZVdxzdX0fb { width:25.3125rem;height:9.375rem;top:8.1875rem;left:22.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUzfCGEBPID0z4N47uVygJe5ofHQepda { width:36.875rem;height:22.5625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M42eQWKVGKTOQoHXchl4cE8Z2RXslw8a { width:13.8125rem;height:2.8125rem;top:9.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atR4FeTDqHuDa4L5X4Ek9LCaM3ulPOmr { width:13.8125rem;height:2.0625rem;top:12.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEvfs9LrnfsQ51zlo85G1OIvq0GUDSMu { width:13.8125rem;height:4.75rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwphDolTDiS2dZpTa0iLgFNNd1zHivoz { width:47.3125rem;height:41.3125rem;top:14.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8WBLMT8q7NL4tqlWMgPZODB2Xt2QZNp { width:18.125rem;height:18.125rem;top:5.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7hErQw9Rc6wX2ai9eniLsTNv3MnFLmE { width:11.875rem;height:6.375rem;top:39.875rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFrcAI3IXUf4kDBsEJ2LwwPxn3KNrm0E { width:11.875rem;height:1.6875rem;top:36.6875rem;left:20.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2mRVmtzJwx0os495AIpiQCZ0doBAVM9 { width:11.875rem;height:2.8125rem;top:33.3125rem;left:20.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oax3AGZNM1KeZo2mrgIV7q3aufMTw06i { width:39.375rem;height:22.4375rem;top:27.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFLzqoBGPHKxIaptXCy90TuWKX5sOowi { width:13.8125rem;height:2.8125rem;top:33.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGIG8UFXQU2gOllXD4ApwM8ShtTLOWoS { width:13.8125rem;height:4.125rem;top:36.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTTzilUb7JmTletMFGPDGwJRbWnMi4a { width:13.8125rem;height:3.1875rem;top:41.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqEtGASPufMHTut68TiKqWOWt8JScPaG { width:11.1875rem;height:12.4375rem;top:33.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFqG5VmR95SDwSsl1HR3p308VVxWqtVC { width:27.625rem;height:22.5625rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFdklSxDJ4lV8eUsfEw5hDU9q6w7xR99 { width:27.1875rem;height:6.75rem;top:58.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDn9PNCrJt2CwVqCW9JhHzUlSqmTt7wv { width:29.5rem;height:19.1875rem;top:4.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfD3E9uAikGlmZAzEQGoTtB3RQJob27A { width:36.875rem;height:22.5625rem;top:51.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTR9TzaGBZi6avWcePWnsfI2dcFBFh1 { width:13.8125rem;height:2.8125rem;top:56.625rem;left:26.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHVgrM18DJP2n24vNT3tuHv6FVRGE3vM { width:14.375rem;height:4.125rem;top:60.1875rem;left:26.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NumUwpZK6B1ylV5fBoBxLevSNO009nv1 { width:14.375rem;height:3.1875rem;top:65.3125rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3BxAVIRQURt8BsrZP6bIGkmAToAgBAT { width:20.1875rem;height:13.25rem;top:56.25rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvFAZzIwGcFBkLviMctr9O2MO5yfRzKp { width:29.5rem;height:19.1875rem;top:53.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtdQzeZlAt0vXTD2Ish4GTHQQlLneoT { width:13.8125rem;height:3.125rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpUfcScvHct60HSdFHPJiEFOlrwouCP { display:block; }
 }@media only screen and (max-width: 763px) { #IhUisTEKHeWvTgp3AF4Qs0g2Xq8RVwdP { width:10.6875rem;height:3.125rem;top:19.375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usWyz335G1U1s6vA14G155wUVVab5ENM { display:block; }
 }@media only screen and (max-width: 763px) { #TPu6PQGKnKThiZhUHVBauSIyxROlAHrb { display:block; }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP92Kw9GLhExxlyIMB62P5bxrkI3zwVO { width:47.75rem;height:2.8125rem;top:3.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tECoZqestJVC19TCRTOd0bm8QULImXIf { display:block; }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9CaHNCtrRUCnPLzNKwC8KlkBttQRKsI { width:9.5rem;height:1.3125rem;top:2.25rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwNayceqMtgi0ObPqlX8D9U0PUNh97Ld { width:3.75rem;height:3.75rem;top:0.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGTrknbiXUX6wQDCCQi8HLEqiIceGMO { width:22.75rem;height:1.375rem;top:2.125rem;left:25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uys3dLTIab6dIJBOdyR4pPk51y95wNcx { width:4.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq6ZB3EG1mwyQhmHkmqWgF9UCpxoMssv { width:47.75rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn8LGAhr2ev8iQTXuK2w6E6vkIxoQTXm { width:22.75rem;height:3.1875rem;top:4.0625rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV { display:block; }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaI7uctaaFp21ugs8X7WaORqZfDhpV3F { width:9.5rem;height:1.3125rem;top:2.25rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPFxCg75cC9nyxz3TMHsJnd83ZolOR8l { width:3.75rem;height:3.75rem;top:0.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzBlq4DrZb2V9urWSdQ2qLpD737VDQtz { width:22.75rem;height:1.375rem;top:2.125rem;left:25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTsqXCpVyukJ6vXDtWORV9Kvvr7DDr1 { width:4.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaW2dz84c2sQeSlvC02B3lEKweXKptac { width:47.75rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiHoqe4pbWm5bBIREyXaGF2ySTo02uzG { width:22.75rem;height:3.1875rem;top:4.0625rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW { display:block; }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pklhvJFS7Oh9IsoNk85yocEuvlEmmHG6 { width:9.5rem;height:1.3125rem;top:2.25rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTI1tqJku5842d2Kzmdn6C0dQSQ4Jc7 { width:3.75rem;height:3.6875rem;top:0.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOR7uVklVZIyPG6TItxJ5cCAUsTDEgaE { width:22.75rem;height:1.375rem;top:2.125rem;left:25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWKxakJiWg5p0rXipTAQV5XBgvWkSeW2 { width:4.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTG4nRevUKaKzxmpExSdaZTvR01CdKZD { width:47.75rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdiRiZ6KrT4hNrD3UaV32w44yMWK1BHa { width:22.75rem;height:3.1875rem;top:4.0625rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 { display:block; }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1oOUDSnUdgwf3K9amnXTRIWxzMztsMg { width:9.5rem;height:1.3125rem;top:2.25rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTU6lCsUdTEKlJqxeumbC5h4OlHEMWIL { width:3.75rem;height:3.75rem;top:0.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWm8P5sHCBgUcSRASXfJT4Gd5R324HoI { width:22.75rem;height:1.375rem;top:2.125rem;left:25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIue5u9KNNRM9dReZgNphPK7kkQIOKlG { width:5.4375rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpLX74RrdqUDxEr3LILAFSBLsrSLG5B { width:47.75rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vqprbPJcL68RB1ncUlnVFlvX7L9uM3 { width:22.75rem;height:3.1875rem;top:4.0625rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK { display:block; }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDE18Xyi8sN0a4HgVe8am1nwro1rNUiV { width:9.5rem;height:1.3125rem;top:2.25rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQSxpLpfixEZ8c2VPM3SL8HiOt7xDIxE { width:3.75rem;height:3.75rem;top:0.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCyWdzSme3c1luyrdDGfUwybcnC06gXU { width:22.75rem;height:1.375rem;top:2.125rem;left:25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIihPMxHIBwm3g6ChWErHRD8X45HgqR { width:5.6875rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9wQ2Oy6SoLPVUPJitD9sgTfs2UrRtT6 { width:47.75rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBH1kFBl6k7OfoT0N5rFDAtZTSZMJWpi { width:22.75rem;height:3.1875rem;top:4.0625rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 { display:block; }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBnKClSB1pL696eMbh57bsGGDEx3oeWK { display:block; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfhvtr4uubQFZLXgokn2JzXwdSkMVPUD { width:29.75rem;height:11.1875rem;top:13.1875rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb8uxQEBBArLTIv7oD3I7gLOvZ9XaXt8 { width:21.875rem;height:21.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTw5F48f1uFTrfZcv364c9M0ef6xhk7E { width:21.0625rem;height:21.125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPfzTUIoiQtE9UEcwC1fIP8Pvt2ToEST { width:29.75rem;height:6.25rem;top:5.25rem;left:18rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKHlGFyOD3D2it67dyuhQmSlkU1zerm9 { width:29.5rem;height:19.1875rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSqFz9leAtGWn3qNSHnXtFa906EU4ly7 { width:13.8125rem;height:3.125rem;top:26rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJRE3ZxBnN7EmPtU2J5mN7KAUB04Pzt { display:block; }
 }@media only screen and (max-width: 763px) { #FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz { display:block; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6ivGIHwBkETHmTkcXagXZO09TJMQXIk { width:47.75rem;height:3.125rem;top:4rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSEbDuSmZXbkT9dVB1iiabpsD2HiEg45 { width:47.75rem;height:3.1875rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqfgRazRAFmwUPGCLRRrSdGBmkBlNO3F { width:25.5625rem;height:22.625rem;top:36rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA9zXo1C8XXChQKoPFblDElAGCer6PJT { width:46.625rem;height:23.5625rem;top:35.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-text {padding-top: 0; padding-bottom: 0;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-select {padding-top: 0; padding-bottom: 0;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-button { width:13.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.625rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a  { width:26.625rem;height:auto;top:13.125rem;left:9.3125rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a {display:block;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a { width:26.625rem;height:auto;top:13.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #spUy9kBs1762NXAcMTAMU6Ih2w4WeyH0 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #H2VAGiUhD3mmAuleaQ4Iush8rdT1qoMp {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Tq2b1g9u1EKo7RHyUZTpMWR5yAqDtuTK {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #RT67RslMTJFvlnVXsyfzPhaOTKrqvoTV {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #MJKz0qJOA4CXzlyBau7y65QMXViZEoNx {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Rs1g1QJrmMTISpaQir9B5K7dWCbfaOH1 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #NFQBUhOvVTwtw62Kq6H2RuthEsFreyu3 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #D0uo6ctTkbTgv3XxC34Ubs0v3gQObBy5 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #TFJNaOFeoXF0vGSHwrpAuwBNmLHeTQrL {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #KVyDOIx1sxqnmmDh6rKCOtyeqVCmG2tx {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #ZMniuz1n9VzTFNhuGuzUkTToMAuBs2oA {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #k6CLxdrRXZOtkwNxdNpTkKI27B9b6QV5 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Ls3V64LwtgrxdTzq44a9bUL9pU7q2fsl {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #DnTflAm9Rx9MO7Nc2foiT3bEUiOi4dvz {  }
 }@media only screen and (max-width: 763px) { #cyEOi1GeAevgFBv82hGUkU9PHWBAuguU { display:block; }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbTp74IOlvsyDnKXQwNfNTwSaECbWP0q { width:4.75rem;height:1.25rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R968W0LwiFRmNVT1wZfcOyKs6AiIShAl { width:2.5625rem;height:2.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKz4R6lcrDtWoqX525nGdFOoIEXzsErn { width:17.125rem;height:1.75rem;top:3.75rem;left:24.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8IBJ2zRZ6GH04KDonA7urP17qzi5BK { width:17.125rem;height:4.75rem;top:6.5625rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIfRINnlwL5lclwqan5GIznS2lNTQS7 { width:17.125rem;height:1.75rem;top:3.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV8g9qE04lgXNMITl0GLgKr27tdQDMcF { width:17.125rem;height:6.375rem;top:6.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbOKwZLmeIQH74gPyGJXH9NwZmKUzfRv { width:17.125rem;height:1.75rem;top:3.75rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOAZGi95FcvrRqaZeCIXuxS2kuDzB0oS { width:3rem;height:3rem;top:6.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nngHcrrhmSeClTr6vd5z29LTptaa2unK { width:1.375rem;height:1.375rem;top:7.125rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4dRqSTQDeKxxTrRK69df7k2V8sqlE7X { width:3rem;height:3rem;top:6.3125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwAFFFzdAqlMdsCRQBZS0oSd3Vf4TssG { width:1.375rem;height:1.375rem;top:7.125rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI36yvHkg1J75ssGOXBNgB9ZFtdDuodV { width:3rem;height:3rem;top:6.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luSAA79Ls7mXl4ghJeGd3sg3qLbTdlXh { width:1.375rem;height:1.375rem;top:7.1875rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv { position:relative;z-index:auto;display:block; }#wlOTxx8vlZ9SGpk8IEKiGqKW8fFN2Juv > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqdR4EyQgIJk40T4k03wsbzUlh0Fs5tD { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKZTQC9ycEhK1le5LarQAsvx9F9cosyT { display:block; }
 }@media only screen and (max-width: 763px) { #XScc43TfTw92XPam8Dpi1z452AiKBnWz { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INzCrM6RO5FNaFuFxx95f23LVvSDNZRL { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf { display:block; }#LDi80nmxmV4XMTBgbuTfdf6qy0DWU8Zf > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb { position:relative;z-index:auto;display:block; }#u5tG1SlcOO4qf9rqUHkzWfwwPxsramzb > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLTuxvUBTLFD0UXSZl3STu5gzJ1kWzTb { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9zOaTBMsdEloPA5kLpfvk0TKJhPsw6R { display:block; }
 }@media only screen and (max-width: 763px) { #fzZG6ERt6IIDzKs7P4OnMRs7Q6uJ4oRm { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5HZV3K2pyJo7faRH4TG5C8H7SwrugdJ { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef76cb46-db62-4e39-8343-988f0e8a818e/hero2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8RpNLgTagkXIQuAz7sLZobB7KQ5Z8hq { width:17.5rem;height:10.125rem;top:14.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4ebQZ75c1VOw9QWRhD3JCoxdL99AS1 { width:4.75rem;height:1.25rem;top:1.3125rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpJbO3A0JZwxgWFwMf788cOl328AWrzg { width:2.5625rem;height:2.5625rem;top:0.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmLTILH8oZwZghXmDlASh43A7fE2BPJg { width:17.5rem;height:6.3984375rem;top:26.3125rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sfE3h0SS4WCySv5XyT2CBPG1KEKABfVd { width:13.75rem;height:3.125rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMD2TxKX9qOAa1Bic58R9tEFJA3X7Qsi { display:block; }
 }@media only screen and (max-width: 763px) { #D6Ta8RZ8tP1nQmq5ymLtJQTTeMQ5yoHm { width:13.75rem;height:3.125rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDTHAHTZFgkp4hbhEcUgCh3WoHMeMu2H { display:block; }
 }@media only screen and (max-width: 763px) { #f0BKlBl04bGkWmqhKzxNVktwm7MycwXL { width:7.125rem;height:2.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycFar4Kcvk5CTkkFVottsJBoKqlBT8Dq { display:block; }
 }@media only screen and (max-width: 763px) { #tU7CHW4OJLmlP3ozehBzbXVQPlFqub5M { width:5.0625rem;height:2.625rem;top:4.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boZM2gXbbdUdETRUnx9XgUo9bxfkTfXQ { display:block; }
 }@media only screen and (max-width: 763px) { #QsxPirP0vJgz1U6Hw6NwzAXSuKbNyc1I { width:7.625rem;height:2.625rem;top:4.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVPvHdCX1wkHrxaH5sCWWpO0MsuufQ5f { display:block; }
 }@media only screen and (max-width: 763px) { #O8ANvMAt0FkyS6TRoDzT7oOHW8fRS7nf { width:5.4375rem;height:2.625rem;top:7.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixpLbDr7RArKJpd6KpiZuSI4E3bxI5pN { display:block; }
 }@media only screen and (max-width: 763px) { #CcfczKVaOrWwcVqamOyBgvCwVMqgyXL9 { width:10.0625rem;height:2.625rem;top:7.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMva6pOtMByVFuBEmJ4wzluDVGGAOXV9 { display:block; }
 }@media only screen and (max-width: 763px) { #UBn2uWQp1KO1P4wMms1ueyZ916DXByBy { display:block; }#UBn2uWQp1KO1P4wMms1ueyZ916DXByBy > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztSUnSbM2mTLspf6wfJzGa0aL5qF2fUx { width:20rem;height:2rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp { display:block; }#RsRn5byFlWHyZQo6oGIQ66lAnX8PVWZp > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTpgJHC4eFCfT9GwmA8eup7h1zSsqtuw { width:3.75rem;height:3.75rem;top:2.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnUyTKxzuRmQg7mHUFxg3Oia3TJSGgFr { width:17.5rem;height:15.9375rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhb0qD2KOo1GL2rbQRHgTTACe5vMEd53 { width:13.75rem;height:1.3496125rem;top:7.1875rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmDctUTLyJ7pGRZ9SHiyFzuIVEspGTPf { width:13.75rem;height:3.19921875rem;top:9.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHnyOWAgnTgEvZdSx0sFwTsoJzKyyHD3 { display:flex;width:2.6875rem;height:2.6875rem;top:2.65625rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #Mw6MQZ6ttfSrdSNo1lLwOKMF1PZte8E7 { width:17.5rem;height:15.9375rem;top:17.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skTxHmUx0OZdSrPNdf0yp2BlE0RBVcx5 { width:13.75rem;height:1.3496125rem;top:24.375rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZheXby9y7tttTB5eAbHXLhLcD5TwEM { width:3.75rem;height:3.75rem;top:19.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4FKmJ5x4kDhcQVCJzthBifXKbqwM5ol { width:13.75rem;height:3.19921875rem;top:27rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0chZiDAqTToemceEs0qv9OGES6SOyq { display:flex;width:2.6875rem;height:2.6875rem;top:19.875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #APREqCMG9lOmqnwJgmWJMynQKXn8Pa4m { width:17.5rem;height:15.9375rem;top:34.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbUy3OZVMAlVAZ147KKhNX7PTV2KsoLo { width:13.75rem;height:1.3496125rem;top:41.5625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxG8iIgTrv1SV4hQTkpP4mcJySVs5nLH { width:3.75rem;height:3.75rem;top:36.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSVpipCsSUiV6AW1pmU0TROkzcOr2l6y { width:13.75rem;height:3.19921875rem;top:44.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8d3LZdRHUXA1iGgLq4fTzihDE3Upto5 { display:flex;width:2.6875rem;height:2.6875rem;top:37.0625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #AoQxk4cTpd1GVSXqnVlNV4z6Cyzt09nb { width:17.5rem;height:15.9375rem;top:51.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQQuEhvRnKvD0qQ2m76GA598oBECxAt { width:13.75rem;height:1.3496125rem;top:58.75rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5PyN2MidPUaWNStopawGElPaHDikFfr { width:3.75rem;height:3.75rem;top:53.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTar1g6xRIiG1aC9mQ74QzGnW92pJB0H { width:13.75rem;height:3.19921875rem;top:61.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WolQcfuTTyagiZ4dnMS0zdLfvPwtaXqV { display:flex;width:2.6875rem;height:2.6875rem;top:54.3125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb { display:block; }#gVBW0UWMRatkQmCeTbbi4CVZG6HCyQmb > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8bf6mUIsh0NMSPIGGD7bTwmN54WTtvM { width:17.9375rem;height:2rem;top:3.125rem;left:1.03125rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT { display:block; }#TXSfUEnni5zNl5MyHas4cnEeqWhAE5lT > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn2I572c83oZVPiQBRGEcwM3QZkfJmob { width:20rem;height:30.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0hIHtwBiWJyxhDhFxtrs452org2b9I1 { width:12.5rem;height:1.25rem;top:17rem;left:5.9375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #G1bsA4fpgPf1gTMqTETCfriablOz8MhC { width:17.5rem;height:1.5996125rem;top:21.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD200T7gqhyHTXEoFrB94Zy7TgPU4fKI { width:20rem;height:15.235602094241rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTT0Dme9h7dT9Z8U2sh3GbSQiCXsDbZ { width:3.75rem;height:3.75rem;top:16.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgS3KWpeQHwqkFsx8hH1kqwPapiGpLoW { width:12.5rem;height:1.5996125rem;top:18.25rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRKTteUXdEPr3wLISNvnGuyuA1bM89wy { width:17.5rem;height:3.19921875rem;top:23.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdp8uTyOpPQa9Ay0khrJCPxuAJ37EvVL { width:20rem;height:31.5625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A10ypQi6w08K9b87dVT7XnO80LBRXgyV { width:20rem;height:15.125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQwSPUxVJ2MtLZzaDNPlvO9oX5i5PNIO { width:12.5rem;height:1.5rem;top:48.8125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3OtLJFLmKtDzXgvg8sgg7i6wXygJVSb { width:17.5rem;height:1.5996125rem;top:52.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVdQc5hb8SUOEESpsdbX0bT0AAVE0dMs { width:12.5rem;height:1.5996125rem;top:49.875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe1vMpqNBsJu6IUxikQu4IUzuuSwEpOy { width:17.5rem;height:4.798825rem;top:55rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlLICCRNv6tReH73cofiOpW5fhHgua1m { width:3.75rem;height:3.75rem;top:48.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTA1cafasBwpnlzE0sp01qp5yrVRPwTy { width:20rem;height:31.5625rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmgCHd5qT0PScWaxKM16JJG3g60x40Rf { width:20rem;height:15.125rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCPOLLZySOJ3Vr5LaBlslvh6u4fqHuXK { width:12.5rem;height:1.5rem;top:81.4375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqUUi5GyXU7PC2AeVqq8qMnrKDr43NZ { width:17.5rem;height:1.5996125rem;top:85.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXuFOUsvSI591lNavZXwVLOruweCH1I { width:12.5rem;height:1.5996125rem;top:82.5rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSIv4HUbZ2b8lamMcD6pOSXdrJXnd619 { width:17.5rem;height:4.798825rem;top:87.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC4A3e5AXrMbihQygNdd2yz03lWm5t12 { width:3.75rem;height:3.75rem;top:80.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gii0DocuynzilDoiWTF3UgmCblU2Z9Qy { display:flex;width:2.25rem;height:2.25rem;top:1.25rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #bEkzrXf3O0UXf2TbFIX8EvlGw8AZ1DR7 { width:3.5rem;height:3.5rem;top:0.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqsWduoX5qAb7GqgNPmiJnvIfVPn1GZi { width:3.5rem;height:3.5rem;top:32.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VgFuRDAbvgCUP9UxTqTOw0M0TXNpse { display:flex;width:2.25rem;height:2.25rem;top:32.8125rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #Txn5osIkb8eCTJwamJfoV5QW5wyLT9A5 { width:3.5rem;height:3.5rem;top:65rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ9NQPIbEpAifFoJ0EyzKhUZ1SgIfluS { display:flex;width:2.25rem;height:2.25rem;top:65.625rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV { display:block; }#yx5hDS9ioZxfCHsSFvF8MzxBUiAGmWDV > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ph1JX8QgOtp9Rxho9eOQ5ziLcRkN4yA2 { width:20rem;height:30.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzaFERRf1evvckMP3RuNW3GVdNBaqNsy { width:12.5rem;height:1.25rem;top:17rem;left:5.9375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y6hgT8ibTMxdQOQNkfrQlpzKLKcpAekO { width:17.5rem;height:1.5996125rem;top:21.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Wv9V02W3gNT9bO50vMa2SiFCOM1Qfr { width:20rem;height:15.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6ce0saw1Tn5bPTUoJqw9ZWUutEOXhv { width:3.75rem;height:3.6875rem;top:16.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEi9ws9ReVLZK6qSOK2fmPIWhsaLEh4b { width:12.5rem;height:1.5996125rem;top:18.25rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5V2mKHaG2qfPkR5AoQE5TmCub5MhoS0 { width:17.5rem;height:3.19921875rem;top:23.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUKlTf7LTDqTiblUzkBt1yyxL6SiaI6p { width:20rem;height:31.5625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPKXiK2F7izdCx78xRpqBTTH263tny69 { width:20rem;height:15.0625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAEehCeBIcu399B2Dnhnh6cywA9FBI63 { width:12.5rem;height:1.5rem;top:48.8125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaV4l6TrfiuxQI97AARGrpH3riC5ikf3 { width:17.5rem;height:1.5996125rem;top:52.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWqfWvq3T32OxqiS9Q9ZJalZU5r1HKcV { width:12.5rem;height:1.5996125rem;top:49.875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxw0PGkk4JC6bDMVaETqgqfT7dfOUSnm { width:17.5rem;height:3.19921875rem;top:55rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ71f2Pp5y4PFVhaiwTmk8HUTBEeDsLt { width:3.75rem;height:3.6875rem;top:48.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGQII68m9BPaq4ZhIHVXRdeUCXIoDL4t { width:20rem;height:31.5625rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIJgrMal4iVne4dFQvA4VxwV9wF1qhTl { width:20rem;height:15.0625rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqL2yZMWNhJaiCyhHEnduqnpQNH5b83p { width:12.5rem;height:1.5rem;top:81.4375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8GQrBTRGyTmFam8onP403eXRaFukoTQ { width:17.5rem;height:1.5996125rem;top:85.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhWtWxTNe9n1bIBcNiryD56D29fe9hgc { width:12.5rem;height:1.5996125rem;top:82.5rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1L7IKpM8CQXHxQmtEBVQqIDTGmMdvB1 { width:17.5rem;height:3.19921875rem;top:87.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4acMm9RgdenPNMPsMx3x6FH0JcM7w5b { width:3.75rem;height:3.75rem;top:80.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEC33kL7LP2TLr28vNqZCte1pOeqghb6 { width:3.5rem;height:3.5rem;top:0.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAwSohm5sxuJ8Hoskb5xCMgdKE25qBxl { display:flex;width:2.25rem;height:2.25rem;top:1.25rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #k4vt3gkQsZuFVIIN9xFQg1VRcMSBX55p { width:3.5rem;height:3.5rem;top:32.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryfIEe9KXnMcdpmU410IG1Ahh8aOOFSt { display:flex;width:2.25rem;height:2.25rem;top:32.8125rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #kia0Bid9n2fzk9DIgcUMiCcgN8UorwPE { width:3.5rem;height:3.5rem;top:65rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCcfBdAu8nqRAp6dxdUpc7IX8xgfv1s0 { display:flex;width:2.25rem;height:2.25rem;top:65.625rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S { display:block; }#gWirdLLbehZAtEU2y0P7R6DTP0aZkG6S > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx { display:block; }#wdIC4XEVcRLVfDN91Ok0AlVAkvMogDPx > .row .container { width:20rem;height:150.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBuDCiceTBa4yH5Oe3pPUeZVdxzdX0fb { width:20rem;height:4.798825rem;top:3.75rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tUzfCGEBPID0z4N47uVygJe5ofHQepda { width:20rem;height:31.4375rem;top:16.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M42eQWKVGKTOQoHXchl4cE8Z2RXslw8a { width:16rem;height:2.8125rem;top:18.3125rem;left:1.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atR4FeTDqHuDa4L5X4Ek9LCaM3ulPOmr { width:16rem;height:2.0625rem;top:21.6875rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEvfs9LrnfsQ51zlo85G1OIvq0GUDSMu { width:16rem;height:3.19921875rem;top:24.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwphDolTDiS2dZpTa0iLgFNNd1zHivoz { width:20rem;height:17.462875rem;top:89.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8WBLMT8q7NL4tqlWMgPZODB2Xt2QZNp { width:16rem;height:16rem;top:30.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7hErQw9Rc6wX2ai9eniLsTNv3MnFLmE { width:16rem;height:4.798825rem;top:86rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFrcAI3IXUf4kDBsEJ2LwwPxn3KNrm0E { width:16rem;height:1.6875rem;top:83.6875rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2mRVmtzJwx0os495AIpiQCZ0doBAVM9 { width:16rem;height:2.8125rem;top:79.6875rem;left:1.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oax3AGZNM1KeZo2mrgIV7q3aufMTw06i { width:19.875rem;height:11.25rem;top:92.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFLzqoBGPHKxIaptXCy90TuWKX5sOowi { width:16rem;height:2.8125rem;top:50.8125rem;left:1.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGIG8UFXQU2gOllXD4ApwM8ShtTLOWoS { width:16rem;height:4.125rem;top:54.1875rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTTzilUb7JmTletMFGPDGwJRbWnMi4a { width:16rem;height:3.19921875rem;top:58.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqEtGASPufMHTut68TiKqWOWt8JScPaG { width:12.875rem;height:14.3125rem;top:63rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFqG5VmR95SDwSsl1HR3p308VVxWqtVC { width:20rem;height:28.3125rem;top:48.9375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFdklSxDJ4lV8eUsfEw5hDU9q6w7xR99 { width:16.5625rem;height:7.19925rem;top:135.5rem;left:1.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDn9PNCrJt2CwVqCW9JhHzUlSqmTt7wv { width:14.125rem;height:9.125rem;top:1.9296875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfD3E9uAikGlmZAzEQGoTtB3RQJob27A { width:20rem;height:26.6875rem;top:106.5625rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTR9TzaGBZi6avWcePWnsfI2dcFBFh1 { width:13.8125rem;height:2.8125rem;top:108.375rem;left:1.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHVgrM18DJP2n24vNT3tuHv6FVRGE3vM { width:14.375rem;height:4.125rem;top:111.8125rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NumUwpZK6B1ylV5fBoBxLevSNO009nv1 { width:14.375rem;height:3.19921875rem;top:116.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3BxAVIRQURt8BsrZP6bIGkmAToAgBAT { width:18.25rem;height:11.9375rem;top:120.810546875rem;left:1.75rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #OvFAZzIwGcFBkLviMctr9O2MO5yfRzKp { width:14.5625rem;height:9.4375rem;top:135.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtdQzeZlAt0vXTD2Ish4GTHQQlLneoT { width:13.8125rem;height:3.125rem;top:144.228515625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpUfcScvHct60HSdFHPJiEFOlrwouCP { display:block; }
 }@media only screen and (max-width: 763px) { #IhUisTEKHeWvTgp3AF4Qs0g2Xq8RVwdP { width:10.6875rem;height:3.125rem;top:10.478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usWyz335G1U1s6vA14G155wUVVab5ENM { display:block; }
 }@media only screen and (max-width: 763px) { #TPu6PQGKnKThiZhUHVBauSIyxROlAHrb { display:block; }#TPu6PQGKnKThiZhUHVBauSIyxROlAHrb > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP92Kw9GLhExxlyIMB62P5bxrkI3zwVO { width:16.25rem;height:4.3984375rem;top:3.125rem;left:1.875rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tECoZqestJVC19TCRTOd0bm8QULImXIf { display:block; }#tECoZqestJVC19TCRTOd0bm8QULImXIf > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9CaHNCtrRUCnPLzNKwC8KlkBttQRKsI { width:9.25rem;height:1.3496125rem;top:2.0810546875rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwNayceqMtgi0ObPqlX8D9U0PUNh97Ld { width:3.75rem;height:3.75rem;top:0.7119140625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGTrknbiXUX6wQDCCQi8HLEqiIceGMO { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Uys3dLTIab6dIJBOdyR4pPk51y95wNcx { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq6ZB3EG1mwyQhmHkmqWgF9UCpxoMssv { width:20rem;height:12.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn8LGAhr2ev8iQTXuK2w6E6vkIxoQTXm { width:17.3125rem;height:3.19921875rem;top:7.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV { display:block; }#rnHefplgP68Uv0hQxPlgtzJhtd0S8gxV > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaI7uctaaFp21ugs8X7WaORqZfDhpV3F { width:9.5rem;height:1.3496125rem;top:2.0625rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPFxCg75cC9nyxz3TMHsJnd83ZolOR8l { width:3.75rem;height:3.75rem;top:0.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzBlq4DrZb2V9urWSdQ2qLpD737VDQtz { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTsqXCpVyukJ6vXDtWORV9Kvvr7DDr1 { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaW2dz84c2sQeSlvC02B3lEKweXKptac { width:20rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiHoqe4pbWm5bBIREyXaGF2ySTo02uzG { width:17.3125rem;height:4.798825rem;top:7.375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW { display:block; }#CCClkomk1gHOSVqzuRHoV4tq8NDeDHbW > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pklhvJFS7Oh9IsoNk85yocEuvlEmmHG6 { width:9.5rem;height:1.3496125rem;top:2.0625rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTI1tqJku5842d2Kzmdn6C0dQSQ4Jc7 { width:3.75rem;height:3.6875rem;top:0.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOR7uVklVZIyPG6TItxJ5cCAUsTDEgaE { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWKxakJiWg5p0rXipTAQV5XBgvWkSeW2 { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTG4nRevUKaKzxmpExSdaZTvR01CdKZD { width:20rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdiRiZ6KrT4hNrD3UaV32w44yMWK1BHa { width:17.3125rem;height:3.19921875rem;top:7.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 { display:block; }#G3KJC9hntfqURcJzi0bVayfbTO7Re6B7 > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1oOUDSnUdgwf3K9amnXTRIWxzMztsMg { width:9.5rem;height:1.3496125rem;top:2.0625rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTU6lCsUdTEKlJqxeumbC5h4OlHEMWIL { width:3.75rem;height:3.75rem;top:0.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWm8P5sHCBgUcSRASXfJT4Gd5R324HoI { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIue5u9KNNRM9dReZgNphPK7kkQIOKlG { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpLX74RrdqUDxEr3LILAFSBLsrSLG5B { width:20rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vqprbPJcL68RB1ncUlnVFlvX7L9uM3 { width:17.3125rem;height:4.798825rem;top:7.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK { display:block; }#FuVWG4MSPJeCfo3GSCK0Eyw7va2nuKwK > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDE18Xyi8sN0a4HgVe8am1nwro1rNUiV { width:9.5rem;height:1.3496125rem;top:2.0625rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQSxpLpfixEZ8c2VPM3SL8HiOt7xDIxE { width:3.75rem;height:3.75rem;top:0.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCyWdzSme3c1luyrdDGfUwybcnC06gXU { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIihPMxHIBwm3g6ChWErHRD8X45HgqR { width:3.75rem;height:1.79980625rem;top:1.75rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9wQ2Oy6SoLPVUPJitD9sgTfs2UrRtT6 { width:20rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBH1kFBl6k7OfoT0N5rFDAtZTSZMJWpi { width:17.3125rem;height:3.19921875rem;top:7.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 { display:block; }#PmMoPyU5txctvbTzrNWe2NmkAesNuhc6 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBnKClSB1pL696eMbh57bsGGDEx3oeWK { display:block; }#KBnKClSB1pL696eMbh57bsGGDEx3oeWK > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfhvtr4uubQFZLXgokn2JzXwdSkMVPUD { width:20rem;height:17.5956875rem;top:26.984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb8uxQEBBArLTIv7oD3I7gLOvZ9XaXt8 { width:12.875rem;height:12.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTw5F48f1uFTrfZcv364c9M0ef6xhk7E { width:14.5625rem;height:14.625rem;top:4rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPfzTUIoiQtE9UEcwC1fIP8Pvt2ToEST { width:18rem;height:4.798825rem;top:20.9375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KKHlGFyOD3D2it67dyuhQmSlkU1zerm9 { width:20rem;height:13.0078125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSqFz9leAtGWn3qNSHnXtFa906EU4ly7 { width:13.8125rem;height:3.125rem;top:46.3232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJRE3ZxBnN7EmPtU2J5mN7KAUB04Pzt { display:block; }
 }@media only screen and (max-width: 763px) { #FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz { display:block; }#FKXcvTttK7wnzBc1LxyiR6DRczvJkZXz > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6ivGIHwBkETHmTkcXagXZO09TJMQXIk { width:20rem;height:4.798825rem;top:3.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fSEbDuSmZXbkT9dVB1iiabpsD2HiEg45 { width:20rem;height:4.798825rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqfgRazRAFmwUPGCLRRrSdGBmkBlNO3F { width:12.875rem;height:11.375rem;top:37.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA9zXo1C8XXChQKoPFblDElAGCer6PJT { width:20rem;height:10rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-text {padding-top: 0; padding-bottom: 0;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-select {padding-top: 0; padding-bottom: 0;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a  { width:17.5rem;height:auto;top:13.435546875rem;left:0rem; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a {display:block;}#qb35vwJaPn2TTsWQQsWuVuxKfUProT4a { width:17.5rem;height:auto;top:13.435546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #spUy9kBs1762NXAcMTAMU6Ih2w4WeyH0 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #H2VAGiUhD3mmAuleaQ4Iush8rdT1qoMp {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Tq2b1g9u1EKo7RHyUZTpMWR5yAqDtuTK {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #RT67RslMTJFvlnVXsyfzPhaOTKrqvoTV {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #MJKz0qJOA4CXzlyBau7y65QMXViZEoNx {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Rs1g1QJrmMTISpaQir9B5K7dWCbfaOH1 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #NFQBUhOvVTwtw62Kq6H2RuthEsFreyu3 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #D0uo6ctTkbTgv3XxC34Ubs0v3gQObBy5 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #TFJNaOFeoXF0vGSHwrpAuwBNmLHeTQrL {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #KVyDOIx1sxqnmmDh6rKCOtyeqVCmG2tx {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #ZMniuz1n9VzTFNhuGuzUkTToMAuBs2oA {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #k6CLxdrRXZOtkwNxdNpTkKI27B9b6QV5 {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #Ls3V64LwtgrxdTzq44a9bUL9pU7q2fsl {  }
 }@media only screen and (max-width: 763px) { #qb35vwJaPn2TTsWQQsWuVuxKfUProT4a #DnTflAm9Rx9MO7Nc2foiT3bEUiOi4dvz {  }
 }@media only screen and (max-width: 763px) { #cyEOi1GeAevgFBv82hGUkU9PHWBAuguU { display:block; }#cyEOi1GeAevgFBv82hGUkU9PHWBAuguU > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbTp74IOlvsyDnKXQwNfNTwSaECbWP0q { width:4.75rem;height:1.25rem;top:2.40625rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R968W0LwiFRmNVT1wZfcOyKs6AiIShAl { width:2.5625rem;height:2.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKz4R6lcrDtWoqX525nGdFOoIEXzsErn { width:18.125rem;height:1.79980625rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8IBJ2zRZ6GH04KDonA7urP17qzi5BK { width:18.125rem;height:4.7988375rem;top:20.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIfRINnlwL5lclwqan5GIznS2lNTQS7 { width:18.125rem;height:1.79980625rem;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV8g9qE04lgXNMITl0GLgKr27tdQDMcF { width:18.125rem;height:6.39844375rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbOKwZLmeIQH74gPyGJXH9NwZmKUzfRv { width:17.125rem;height:1.79980625rem;top:28.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOAZGi95FcvrRqaZeCIXuxS2kuDzB0oS { width:3rem;height:3rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nngHcrrhmSeClTr6vd5z29LTptaa2unK { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #U4dRqSTQDeKxxTrRK69df7k2V8sqlE7X { width:3rem;height:3rem;top:31.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwAFFFzdAqlMdsCRQBZS0oSd3Vf4TssG { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #aI36yvHkg1J75ssGOXBNgB9ZFtdDuodV { width:3rem;height:3rem;top:31.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luSAA79Ls7mXl4ghJeGd3sg3qLbTdlXh { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:9.625rem; }
 }