.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.4);background-image:url("https://images.assets-landingi.com/uc/6239b3e1-729d-4d32-b7a1-c6aa2c753440/landingpage5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.adaptive-delivery-prevent-bg, #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.lazyload, #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.lazyloading { background-image: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { background-color: transparent; background-image: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container > .video-iframe-container { display: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container { display: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .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); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { border-width: 0; border-radius: 0; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { font-size:0.875rem;font-family:arial;height:68.9375rem;width:60rem;position:relative;display:block; }#qBuGZN2IRaK7S7NDmsT7wZo27Dwrp7hD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#i5UhWEa9O2u9FzAL4rQe23isT8HmfdRH { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:adelle;font-size:4.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.5634765625rem;left:0rem;height:28.4985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1JIA2tn7Vv2dKwpJdlvhcR3ANhyGRna { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:45.15625rem;left:0rem;display:block; }
#n1OqOPW2dT99PdBkUnL806JVDosGZIXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:52.28125rem;left:20.375rem;z-index:15027; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #T8r0mJOIyMTxrnNoLotdRy0MS8IXd5mv { display:flex;position:relative;top:0rem;left:0rem; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #TTZ1PPnv3STRyqfogBxkGBTZMBJt1gim { width:auto; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #dH9IkCcDXanMVlTpm9w1hHOs2cMxk05E {  }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #TE3WgmVTsoqihJfWDR3OTtU3eMSWXMCa { display:flex;position:relative;top:0rem;left:0rem; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #Uoi7iEFCPBDfdD781KkIboo0ftQtfTCX {  }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #WZWbh7ddmDq0olxWZA1BdTvusxNodxsP {  }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #pTcpcou78Hefwbab8TC87a5LgNVWcT1W { display:flex;position:relative;top:0rem;left:0rem; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #HnWFpUBNIZ6GZ7Zmz4gVgVDhMNoLI62G {  }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #S91VEIiOlLCzAmLTMFs7utni6avy5h5n {  }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #uuTtavSmbzqTV9L5RZw5LuPBPNemH6Ky { display:flex;position:relative;top:0rem;left:0rem; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #nCdz61BWIzTT9vgTgr79PQce4wTpg8S1 {  }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D #qI3sAnbMxkiiXe0yuxlvJH05fF7FtVCw {  }
#r4Iz24GgzKD1BLvkTkOFKbirXg42adRA { color:#f3f3f3;display:block;width:26rem;position:absolute;font-family:adelle;font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:39.75rem;left:0rem;height:2.11230625rem;display:block; }
#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { position:relative;display:block; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { background-color: transparent; background-image: none; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container > .video-iframe-container { display: none; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row > .video-iframe-container { display: none; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .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); }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { border-width: 0; border-radius: 0; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .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; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s7VdI3CDgKz2h1caKHu77hc9kVwhUnZ4 { color:#071033;display:block;width:52.625rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.90625rem;left:3.6875rem;height:22.75rem;text-align:center;text-align-last:center;display:block; }
#XGUEWzzDtTCM3dP51gKuVFITOVPxwrJ4 { 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:2.625rem;width:18.625rem;top:24.65625rem;left:20.6875rem;overflow:hidden;display:block; }
#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { position:relative;display:block; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { background-color: transparent; background-image: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container > .video-iframe-container { display: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row > .video-iframe-container { display: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .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); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { border-width: 0; border-radius: 0; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lHk5tTsTEgwlwsXswE9O9eDZ5ZVEBL41 { box-sizing:content-box;height:2.375rem;width:9.8125rem;position:absolute;display:block;z-index:15008;background-color:#ffe76c;background-image:none;top:5.125rem;left:33.6875rem;display:block; }
#kqPktw2EvBz3zQZ8vOF4RreZ1lK8T2Dl { color:#031569;display:block;width:9.1875rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.6875rem;left:34.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDr6Oa0wCnltodq3SoiwkqtTSTa2xyb2 { color:#071033;display:block;width:23.4375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:15.5068359375rem;left:33.28125rem;height:14.624rem;font-style:normal;display:block; }
#aTWlTVB9TrpliOKMHqnDfKSlPabv1BWR { background-color:transparent;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:31.65625rem;left:33.28125rem;display:block; }
#QPgyR1f5coetZ5t7gGvxqt6NhF7SaFnL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAtTr4CCNW1MVDUCPFl6oio2g54Mmpht { color:#000000;display:block;width:25.25rem;position:absolute;font-family:adelle;font-size:1.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:9.1875rem;left:33.15625rem;height:4.875rem;font-style:normal;display:block; }
#puTtfTJ7t2VVOQT1TvQZUL3WnCrvmeCs { position:absolute;display:block;z-index:15043;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.8125rem;top:2.0625rem;left:42.375rem;overflow:hidden;display:block; }
#SO3FwuAdLQOPeMo4OVTSmEmTlMlnaPW0 { box-sizing:content-box;height:27.75rem;width:24.8125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/87addb53-0534-4a3e-81da-3cf9e1c6bada/GOALS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.53125rem;left:2.59375rem;display:block; }#SO3FwuAdLQOPeMo4OVTSmEmTlMlnaPW0.adaptive-delivery-prevent-bg, #SO3FwuAdLQOPeMo4OVTSmEmTlMlnaPW0.lazyload, #SO3FwuAdLQOPeMo4OVTSmEmTlMlnaPW0.lazyloading { background-image: none; }
#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc { 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; }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row .container { background-color: transparent; background-image: none; }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row .container > .video-iframe-container { display: none; }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row > .video-iframe-container { display: none; }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .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); }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row .container { border-width: 0; border-radius: 0; }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#kfBMM7DRMvw0qTZJtQ1KCkJ4bFdyhfyG { color:#071033;display:block;width:39.375rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:10.3125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#NaskqSpcGsyyVidzPubFH582fxUHLmcf { 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; }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row .container { background-color: transparent; background-image: none; }#NaskqSpcGsyyVidzPubFH582fxUHLmcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row .container > .video-iframe-container { display: none; }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row > .video-iframe-container { display: none; }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .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); }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row .container { border-width: 0; border-radius: 0; }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#TfUTJQ6ADLWmX89lr52ZmJRrSy0wI6zv { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:13.3125rem;top:1.6875rem;left:0.6875rem;display:block; }
#a5Id7Vdo1G8S5Lg98GzgIV73xbChlgei { color:#071033;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um6FZnIXWFkTWD1L4BOSQmsC5t3WTVys { color:#071033;display:block;width:12.375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:7.44384765625rem;left:1.3125rem;height:10.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x4KuiakADdEtCICgvIJdGomhebgq9VCx { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:13.3125rem;top:1.6875rem;left:15.6875rem;display:block; }
#n1D8maoGGe8gHy4XL0zAfFmGNxM5eGIb { color:#071033;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:16.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieVm9BiVODP90AtpZO4hkV2smS3rQH2d { color:#071033;display:block;width:11.8125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:6.54345703125rem;left:16.59375rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mA8mcNgE9uICgdaFgINiZGt7T2KGGMn4 { color:#071033;display:block;width:11.8125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:7.44384765625rem;left:31.59375rem;height:10.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yiZGiT1FuuDX2KGzo3Dc82MdLfqkVHBd { color:#071033;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8125rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4U6Pb7f1qu9uBeklAtA8AP0rp6zGIXi { position:absolute;display:block;z-index:15013;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:13.3125rem;top:1.6875rem;left:45.6875rem;display:block; }
#NyGwmSmltvZmJnwycJOF687EkGceN5oq { color:#071033;display:block;width:11.8125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:6.54345703125rem;left:46.59375rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HpGATMppsslalB9PDBNiZeykAwDClJop { color:#071033;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDHBcilTfroo5XecBDim0Kp5LmDhWoTV { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:13.3125rem;top:1.6875rem;left:30.6875rem;display:block; }
#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container { background-color: transparent; background-image: none; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container > .video-iframe-container { display: none; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row > .video-iframe-container { display: none; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .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); }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container { border-width: 0; border-radius: 0; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#qdOLIrfsPMKDC9Fz0abZ4q2FU4maJxsB { box-sizing:content-box;height:2.375rem;width:11.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffe76c;background-image:none;top:4.5625rem;left:2.625rem;display:block; }
#IJEqsexgNrsWiBoUTXuZV8fRHbM80lPS { color:#031569;display:block;width:10.875rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0wvEeSTJKKg2IWUEbCDaqukilCdUGhZ { color:#031569;display:block;width:23.875rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:13.1240234375rem;left:2.625rem;height:17.5488125rem;font-style:normal;display:block; }
#ytUCPNcfpgPN3VEOOHtkBMAGW6WGhqbA { background-color:transparent;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32.125rem;left:2.625rem;display:block; }
#z8aqdD8Wl7FGyQOUlOVvBI79Ednr8rsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUAkFW3JtqFQKqNwZWT4SnpIPCvPzGtu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.375rem;top:32.25rem;left:18.125rem;overflow:hidden;display:block; }
#NycpTsro1nN5yebxRff3TOcPuv2RBTfm { color:#000000;display:block;width:24.75rem;position:absolute;font-family:adelle;font-size:1.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:9rem;left:2.625rem;height:2.4375rem;font-style:normal;display:block; }
#V2sQUSlfoMENzeMIWd9K27wWfTnQmoZo { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.75rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#wQfJnOhaUo6vl0FaVAZqiudWbN7aTq14 { box-sizing:content-box;height:27.75rem;width:24.8125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7acefab6-0889-44ca-844b-56a295bac33c/Ford.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.46875rem;left:32.59375rem;display:block; }#wQfJnOhaUo6vl0FaVAZqiudWbN7aTq14.adaptive-delivery-prevent-bg, #wQfJnOhaUo6vl0FaVAZqiudWbN7aTq14.lazyload, #wQfJnOhaUo6vl0FaVAZqiudWbN7aTq14.lazyloading { background-image: none; }
#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh { 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; }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row .container { background-color: transparent; background-image: none; }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row .container > .video-iframe-container { display: none; }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row > .video-iframe-container { display: none; }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .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); }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row .container { border-width: 0; border-radius: 0; }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#d4cU22SPeIdVhm6I0okLVnCumxkiR0HL { color:#071033;display:block;width:39.375rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:10.3125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { position:relative;display:block; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { background-color: transparent; background-image: none; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container > .video-iframe-container { display: none; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row > .video-iframe-container { display: none; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .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); }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { border-width: 0; border-radius: 0; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .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; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OZBzXzIiVI3PLrbJVD7VzxR6IyaPyC5H { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:4.5rem;left:10.625rem;display:block; }
#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { background-color: transparent; background-image: none; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container > .video-iframe-container { display: none; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row > .video-iframe-container { display: none; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .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); }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { border-width: 0; border-radius: 0; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#mbRCSuT61wC4fUH9shSzqWi2OlqX08a2 { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:10.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row .container { background-color: transparent; background-image: none; }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row .container > .video-iframe-container { display: none; }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row > .video-iframe-container { display: none; }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .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); }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row .container { border-width: 0; border-radius: 0; }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#101b6e;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00b9e5; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#ffffff;font-family:satoshi; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#ffffff;font-family:satoshi; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-trigger.adaptive-delivery-prevent-bg, #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-trigger.lazyload, #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-trigger.lazyloading { background-image: none; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU { box-sizing:content-box;height:auto;width:46.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#101b6e;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.75rem;left:5.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #WXTPB3RfTRTu7hzLVuAtyeySNTwRFxqI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #z3rL83zel2RRDbwUP7GuapKtuavzRsrK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #uExT3WiR6dt0xZl7xd4iofwdAQ7qUrAB { display:block;position:relative; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #TsBQTiQtWZLFluTfmJl3owRF80ITu6J0 {  }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #NrX4FQ6PQgHwNoz0nSGSb1kHUDEvsnqi {  }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ZFNh0zESarBnzKS1LZL7noMri7KTw0Zm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #BTI4mChTnEWAD8oA0kwghVRqG5SyF82t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ZrN8XIPPvS174Knl1wBC7eVp2uGJVxRC { display:block;position:relative; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #V2WMJ2h6NumqkoGBX6zz3wbvuPSUt8Hk {  }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #IVHJP4o3ccrKJL4GGi7fECuKqPtVIFl8 { display:none; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #iLTNf9VOf3s6iEofT7P0qXCFhB3XDT4L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #cgxVJx46SlBzpKCuvRN2ZFT56l1bs4vb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #vBB8rQ4zLrcJk3ouGC0ztDE1E9waaSLO { display:block;position:relative; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #dLdnFQABbcG5ETyq6ShtPiys2Lisc5G8 {  }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #O1UO8ZDtzdWv33Zvw4aA53vlwPQBergO { display:none; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #lC8o0zzaXguofAyiHIiOIqBCTTLt2m1k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #f96rt2RSNCCB7N7ZxfSsTJWsRixowtix { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #cVnGS19PJrcADL6g1BqQxHirxfkEuRJ9 { display:block;position:relative; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #Bdv6bew8AUUl7xzK4Szyoi8qrfL6bMgw {  }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ovEqPQgsfPL3t11TxxI98f9u8p3yB9fg { display:none; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #TAKB0tDbSSe4gsgWT37W1TcHNfaUOAUf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #nRZEiD8qUIvpGD8fW3LGFNdVHcqDLd3s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #varJqVCB1k2O49IHhRJ992ZDGiV4mSmV { display:block;position:relative; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #SQEiDqNZzHSuLPXzTKTXyKdV09iPdT5L {  }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #CTCzQ6s9fNxh2PVq6UinoAgUeT6q7lgJ { display:none; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #hgd9SJ1ITGnZMr3oca6vpXd3vZ5VCxRZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #NMNLGbAG7lQgJvTHRhxa2cri8PTvlnXb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #r6JhoaWG1kl4Vk4bC5h3eSzNGLSmA4kq { display:block;position:relative; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #xmFp3ZpHdrLe2WMJQvnARroUk2bOTsAx {  }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #dFeyRgT0kGWTiipifSFENoh8MFSuG8G3 { display:none; }
#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d { position:relative;display:block; }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d { background-color: transparent; background-image: none; }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .row .container > .video-iframe-container { display: none; }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .row > .video-iframe-container { display: none; }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .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); }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d { border-width: 0; border-radius: 0; }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .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; }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sz3pUkb3Z10TUikN3uK9aX52iusbMa6K { color:#071033;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6748046875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twORGu93I25XypUQ6EtM6rXiWduDMsTB { position:relative;display:block; }#twORGu93I25XypUQ6EtM6rXiWduDMsTB { background-color: transparent; background-image: none; }#twORGu93I25XypUQ6EtM6rXiWduDMsTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .row .container > .video-iframe-container { display: none; }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .row > .video-iframe-container { display: none; }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .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); }#twORGu93I25XypUQ6EtM6rXiWduDMsTB { border-width: 0; border-radius: 0; }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .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; }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HUO0MWKrDyoD5rSga2PzxxtGyfoV1DRd { box-sizing:content-box;height:2.375rem;width:8.3125rem;position:absolute;display:block;z-index:15010;background-color:#ffe76c;background-image:none;top:1.75rem;left:25.875rem;display:block; }
#HAQ0SctFS4wCwPIm3WN8whrvMQtp8GzA { color:#031569;display:block;width:7.875rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.3125rem;left:26.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM { position:relative;display:block; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM { background-color: transparent; background-image: none; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row .container > .video-iframe-container { display: none; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row > .video-iframe-container { display: none; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .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); }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM { border-width: 0; border-radius: 0; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .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; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:95.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JAXCwwOXTETaR1RgJHpQ4TsrGs7oOFDD { position:absolute;display:block;z-index:15014;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:4.5rem;left:7.8125rem;display:block; }
#wwargyftZGg2cucaJ0MkuO8G5bTpPWgT { color:#071033;display:block;width:32rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.1875rem;left:17.3125rem;height:2.11230625rem;font-style:normal;display:block; }
#R9dLTq8A7ZqWhSrtFG1JfVrTW9U96c30 { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8125rem;left:17.28125rem;height:6.499rem;font-style:normal;display:block; }
#H4utTf6zgJCMvLI03xAHUZPNG69qwBGb { position:absolute;display:block;z-index:15017;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:21.75rem;left:7.8125rem;display:block; }
#D2yFD1A22LGZP1nopsh1xLA8oMf5Frb4 { color:#071033;display:block;width:32rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.125rem;left:17.3125rem;height:2.11230625rem;font-style:normal;display:block; }
#EHll0AR21Vr5dMBPH6KyG0ZQtEsCalg2 { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.0625rem;left:17.28125rem;height:7.7988125rem;font-style:normal;display:block; }
#woIxSMTpyr2FUsNAf9auNczLTEcaW4xy { position:absolute;display:block;z-index:15020;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:39.25rem;left:7.8125rem;display:block; }
#UJP73250bbekuApg9xCp6VR4RU8yHsmi { color:#071033;display:block;width:32rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:41.875rem;left:17.5rem;height:2.11230625rem;font-style:normal;display:block; }
#VSNrIEWlZpnB1SG1eJpJMTyrfuX0UQIT { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:45.625rem;left:17.5rem;height:6.499rem;font-style:normal;display:block; }
#E2H5Tk0979amReEGbdXcRcf5IDDn8wbR { position:absolute;display:block;z-index:15023;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:56.9375rem;left:7.8125rem;display:block; }
#cP5qZLOoZ3Ek3c5yUOPxinUlwOD7Necb { color:#071033;display:block;width:32rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:59.5625rem;left:17.5rem;height:2.11230625rem;font-style:normal;display:block; }
#OxcuumTQFQwHGzCmrBQPqgVStMTO9BgA { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:63.3125rem;left:17.5rem;height:6.499rem;font-style:normal;display:block; }
#Tr3xJhZdLQX4xzQ9uXLBu4El2SKaQcMp { position:absolute;display:block;z-index:15026;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.25rem;width:44.375rem;top:74.375rem;left:7.8125rem;display:block; }
#EslMFBlDFkLMqyHbRyruFIxtkls0arWu { color:#071033;display:block;width:31.125rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:77rem;left:17.5rem;height:2.11230625rem;font-style:normal;display:block; }
#ubXRXGBq073tXq50HtGguZp6yetEKcgO { color:#071033;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:80.75rem;left:17.5rem;height:7.7988125rem;font-style:normal;display:block; }
#GDLcU4OJF2g2vtdznbEWgx1A658wWKi7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.1875rem;left:9.25rem; }
#b4cz7ngwah358x0XZXARXCh8VHuJ5gA8 { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:24.125rem;left:9.25rem; }
#TddaygyVxvVA5TiX9hrHC9IZC53pg3bW { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:41.875rem;left:9.25rem; }
#ia1SMvkunm6ccMuguEhTdS0db5JUZpR4 { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:59.5625rem;left:9.6875rem; }
#ZFlaIcNsXNEQvLhtFwB5TpzBU7w3Qvdt { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:77rem;left:9.25rem; }
#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp { position:relative;display:block; }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp { background-color: transparent; background-image: none; }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .row .container > .video-iframe-container { display: none; }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .row > .video-iframe-container { display: none; }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .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); }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp { border-width: 0; border-radius: 0; }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .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; }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gIAmCih5xVtxRl6XKczDBq3TvRhmCU6B { box-sizing:content-box;height:2.375rem;width:13.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffe76c;background-image:none;top:1.75rem;left:23.5rem;display:block; }
#zMOdMHwnBag24ev26CMowIUldZsvELzt { color:#031569;display:block;width:12.6875rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.3125rem;left:23.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi { position:relative;display:block; }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi { background-color: transparent; background-image: none; }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .row .container > .video-iframe-container { display: none; }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .row > .video-iframe-container { display: none; }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .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); }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi { border-width: 0; border-radius: 0; }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .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; }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ok9vK0LSFZEXbDyUG8ma22FbLnOrLxNX { color:#071033;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0498046875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB { 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; }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row .container { background-color: transparent; background-image: none; }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row .container > .video-iframe-container { display: none; }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row > .video-iframe-container { display: none; }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .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); }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row .container { border-width: 0; border-radius: 0; }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#QQoPH383trhsxxpgq4ISmeJSlhKiXJkn { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDOBDoWUmlM1KkZ9UJJ7yA5kvcL4HwGe { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.625rem;left:0.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cd2IwehTg5Xwk35pXUuIDgB71d99e4f6 { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:14.625rem;left:20.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QCI8BHC3rR56FZz5MxB0UGxG6CUlCnhi { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:20.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaOcoU07bmM1XrKTg21gDn1fZkA9Xesp { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.625rem;left:40.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X9Td11lwHvhQwKpXS0VJHeA9kCkHncDF { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWbXDQdepT0xN999ruKW8Mnf8xWes6O4 { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1a7eb9e-a62b-4477-b293-bad62319bdad/unseenstudios9CC2SKySJMunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:5.75rem;display:block; }#yWbXDQdepT0xN999ruKW8Mnf8xWes6O4.adaptive-delivery-prevent-bg, #yWbXDQdepT0xN999ruKW8Mnf8xWes6O4.lazyload, #yWbXDQdepT0xN999ruKW8Mnf8xWes6O4.lazyloading { background-image: none; }
#NTBgC7emfcChnp9LX4MudgCvT3tCSfJQ { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e77f3e91-e5fd-441b-a129-cfac92ca1fb7/thoughtcatalogRdmLSJRtq8unsplash.crop_2846x2019_799,392.preview.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.3125rem;left:25.75rem;display:block; }#NTBgC7emfcChnp9LX4MudgCvT3tCSfJQ.adaptive-delivery-prevent-bg, #NTBgC7emfcChnp9LX4MudgCvT3tCSfJQ.lazyload, #NTBgC7emfcChnp9LX4MudgCvT3tCSfJQ.lazyloading { background-image: none; }
#lzmaP2uD1P6kAMxfbgwScW4oDOkwcKC0 { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ef653f7-dee8-4a9a-a416-6e2ad7b4cb08/margotrichardNJJ7paSBOcunsplash.crop_2209x1847_570,1064.preview.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:45.75rem;display:block; }#lzmaP2uD1P6kAMxfbgwScW4oDOkwcKC0.adaptive-delivery-prevent-bg, #lzmaP2uD1P6kAMxfbgwScW4oDOkwcKC0.lazyload, #lzmaP2uD1P6kAMxfbgwScW4oDOkwcKC0.lazyloading { background-image: none; }
#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla { 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; }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row .container { background-color: transparent; background-image: none; }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row .container > .video-iframe-container { display: none; }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row > .video-iframe-container { display: none; }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .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); }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row .container { border-width: 0; border-radius: 0; }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#LnJ29LIrgzuBFhCtakhSRh4dNepSzSuK { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dv4pbgdq2aXunLFOLRzLuPMhk3AINoG5 { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.625rem;left:0.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwcvVTIaBX5CJkRzFa7iD7w5FUncSDbe { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:14.625rem;left:20.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJkMF0nu3dQb5AJEXRIxFSOEU0BDWi3S { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:20.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stZf8F9nZUcyazvZKurfBMT9SOMVvDFf { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.625rem;left:40.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAwybhPS0EaRAAGwoNxx3WsHoPgcHx7v { color:#071033;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VR7qrQVmrLpG3cWHHwatCsKgAc6n5H1T { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e4af388c-60fb-43cd-b72d-6f642bd2faeb/pexelstarawinstead8386440.crop_2350x2202_1948,1606.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:5.75rem;display:block; }#VR7qrQVmrLpG3cWHHwatCsKgAc6n5H1T.adaptive-delivery-prevent-bg, #VR7qrQVmrLpG3cWHHwatCsKgAc6n5H1T.lazyload, #VR7qrQVmrLpG3cWHHwatCsKgAc6n5H1T.lazyloading { background-image: none; }
#zHnIvR1Gc1tNZsqAVTyxwIf9Fta5FXZb { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b062e24-5518-4327-b160-d5c1938e23cc/pexelsthirdman8940524.crop_2531x2545_1087,2228.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:25.75rem;display:block; }#zHnIvR1Gc1tNZsqAVTyxwIf9Fta5FXZb.adaptive-delivery-prevent-bg, #zHnIvR1Gc1tNZsqAVTyxwIf9Fta5FXZb.lazyload, #zHnIvR1Gc1tNZsqAVTyxwIf9Fta5FXZb.lazyloading { background-image: none; }
#Ua18WTxbNSkHuocTxtyvw6T3JpTGrcEd { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dfb1ad6f-b95d-40b0-8414-38239106a6df/headwayjfR5wu2hMI0unsplash.crop_2437x1911_1431,1412.preview.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:46.0625rem;display:block; }#Ua18WTxbNSkHuocTxtyvw6T3JpTGrcEd.adaptive-delivery-prevent-bg, #Ua18WTxbNSkHuocTxtyvw6T3JpTGrcEd.lazyload, #Ua18WTxbNSkHuocTxtyvw6T3JpTGrcEd.lazyloading { background-image: none; }
#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row .container { background-color: transparent; background-image: none; }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row .container > .video-iframe-container { display: none; }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row > .video-iframe-container { display: none; }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .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); }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row .container { border-width: 0; border-radius: 0; }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#Vbp7dWy9iygbaHVHemazqrHXPSTV2vgl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.375rem;left:24.5625rem; }
#EyTG7I6DPTyUQQcsTUIe5qINTeL7p32m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3.6875rem;left:27.3125rem; }
#avlUT8dmWsTB8BTFmK6h561aFRHTo7ys { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.0625rem;left:22.5rem; }
#viOJmzFcdUiCvv4Tv0P4TdiH1TSFsAyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.375rem;left:31.75rem; }
#QWA333lMRaaz7uZvgpBfTyk1wITXK4Z3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:6.0625rem;left:34.5625rem; }
#dK3nqDRLJUqph024CzmC1BiTMixmczTt { color:#071033;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:11.6996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row .container { background-color: transparent; background-image: none; }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row .container > .video-iframe-container { display: none; }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row > .video-iframe-container { display: none; }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .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); }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row .container { border-width: 0; border-radius: 0; }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#nMx9Dmqrz9yXVvxToWAANcif0f0iLUHw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.3125rem;width:25.875rem;top:2.21875rem;left:2.0625rem;display:block; }
#w2IPbDo0i6k7BXPCFvQxZLgWwPn0qNAh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.3125rem;width:25.625rem;top:2.21875rem;left:32.1875rem;display:block; }
#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN { position:relative;display:block; }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN { background-color: transparent; background-image: none; }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .row .container > .video-iframe-container { display: none; }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .row > .video-iframe-container { display: none; }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .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); }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN { border-width: 0; border-radius: 0; }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .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; }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VgVpr2hLym8dsa1pfDtPnZ5T83TPcz8X { color:#071033;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6748046875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R { 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; }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row .container { background-color: transparent; background-image: none; }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row .container > .video-iframe-container { display: none; }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row > .video-iframe-container { display: none; }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .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); }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row .container { border-width: 0; border-radius: 0; }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#IELNJUnKLov7WZXgrbIPH7rVPfxuCTm1 { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:2.3125rem;left:0.34375rem;display:block; }
#eDZp4TXaMyeOE8UVycMSiSMhTAF8mmTl { color:#071033;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.13720703125rem;left:3.09375rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBO9hMazQxTMAH2DZnE9N8JDremTkcnL { color:#071033;display:block;width:20.5625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.76220703125rem;left:4.71875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E0hEJKoDICLW19md30wU55FISeWVLm5e { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #00b9e5;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:2.3125rem;left:30.46875rem;display:block; }
#TyA8nR8HVWi5XrFLb6zClfC9MWTF9Deo { color:#071033;display:block;width:20.5625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:4.76220703125rem;left:34.71875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBq6x79TuG0ru2F6SMyKQtEmsAdqF4ZE { color:#071033;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.13720703125rem;left:33.375rem;height:5.59960625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXMEbBc3TDv56BOmV9V4R7S06r6iJhAT { background-color:transparent;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.6875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20.125rem;left:24.65625rem;display:block; }
#bPENVeWGnuXE7zQksKVHvga9d3NiNOnP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI { position:relative;display:block; }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI { background-color: transparent; background-image: none; }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .row .container > .video-iframe-container { display: none; }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .row > .video-iframe-container { display: none; }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .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); }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI { border-width: 0; border-radius: 0; }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .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; }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OllAbGVatw4MmEzGTqXL2KdHiNwA947W { color:#071033;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.72412109375rem;left:0rem;height:7.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw { position:relative;display:block; }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw { background-color: transparent; background-image: none; }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .row .container > .video-iframe-container { display: none; }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .row > .video-iframe-container { display: none; }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .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); }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw { border-width: 0; border-radius: 0; }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .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; }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JUtfr3V2HiZCQw5FaG3Kvw4wwx7Kaers { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9375rem;width:55rem;top:6.65625rem;left:2.5rem;overflow:hidden;display:block; }
#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row .container { background-color: transparent; background-image: none; }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row .container > .video-iframe-container { display: none; }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row > .video-iframe-container { display: none; }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .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); }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row .container { border-width: 0; border-radius: 0; }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#TxQw9pT2ofX0zyGqCvuecV1P6cJLPdfF { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.1875rem;left:1.1875rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#O2Zgpx9gmT6oLBTuCzrM02P1snz8aIgg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b9e5;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; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { background-color: transparent; background-image: none; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container > .video-iframe-container { display: none; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row > .video-iframe-container { display: none; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .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); }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { border-width: 0; border-radius: 0; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#qmpdDepiA0l5kGnukawlw4b9KIMZIMO6 { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:satoshi;font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tn3ahPIbF6mX5uZQ9SuAuxkUsJx6Sw1J { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.744140625rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#CACvbra962kA7acXCbPxazIM91h9mdwI { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:21.25rem;left:0rem;display:block; }
#SMz7P4HdJ0OXdwfu9V2az0U2S9IK5mBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlA9rQof7JA1CHVVowQTCPhke1qfOCW0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:24.5rem;top:0rem;left:34.8125rem;overflow:hidden;display:block; }
#pZmh56wLy9tA2oCKAg05qRyBm9uC2vNf { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5rem;width:54.5rem;top:0.375rem;left:3.4375rem;overflow:hidden;display:block; }
#gt8QZGEC8aAdRKtrcG6b7fqVZ7ercS1M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.625rem;width:60rem;display:none; }
#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { position:relative;display:block; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { background-color: transparent; background-image: none; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container > .video-iframe-container { display: none; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row > .video-iframe-container { display: none; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .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); }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { border-width: 0; border-radius: 0; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .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; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84633d31-20a1-4e18-8cd4-e95a3444943a/Untitleddesign20240917T115958731.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ.adaptive-delivery-prevent-bg, #EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ.lazyload, #EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ.lazyloading { background-image: none; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row .container { background-color: transparent; background-image: none; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row .container > .video-iframe-container { display: none; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row > .video-iframe-container { display: none; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .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); }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row .container { border-width: 0; border-radius: 0; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#TzcLPTUJJTFeb0cAFgtTZTT6UgnFk6Gi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:20.0625rem;top:0rem;left:4.240234375rem;overflow:hidden;display:block; }
#oSrhL1mwJOOqvNTdVPa0lPfH9EPUxF92 { box-sizing:content-box;height:2.375rem;width:5.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffe76c;background-image:none;top:8.3125rem;left:30.75rem;display:block; }
#FTlcTDnEdErS4XAwGcll0Q9Pad5FP9QT { color:#071033;display:block;width:5.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:31rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9DsWHKotyILCmkFcEQ22Gx6Jdhe2pAi { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:adelle;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:11.668619632721rem;left:30.750000953674rem;height:4.0625rem;display:block; }
#ZkP22o7wtXmuqyCEeKVtKAkco4Jtf2q8 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.541666625rem;height:2.729166625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.853516101837rem;left:30.750000953674rem;display:block; }
#TP3gr6xWgcRi0lXtsuMJeMcn5HhB4q1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001242;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; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { background-color: transparent; background-image: none; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container > .video-iframe-container { display: none; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row > .video-iframe-container { display: none; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .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); }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { border-width: 0; border-radius: 0; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#G4Wn48DiE7nVWmGx0pdS3bwKWCq8Pv4k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:3.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#ESzXWLinDgdKk9d0zx4k5pArAnweTnmH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:16.250000953674rem;height:1.29980625rem;display:block; }
#QAQy4bW0AHGXmFPZgxcsMPrrFHnHiW7f { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:16.250000953674rem;height:5.847675rem;display:block; }
#HCoWCV90Zbsx83tX6qBKWhvC7MMsESWH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.25rem;height:1.29980625rem;display:block; }
#LDLIW1PRbgXIlumqXGCFkKMNl3UqGLwT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:31.250000953674rem;height:4.8730625rem;display:block; }
#ULOVNmHJOIUhFNFpqovgOsER0R6KKzx7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:46.25rem;height:1.29980625rem;display:block; }
#hMuyMVilvJCoouSIQe40TN4DS26WX9rT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.25rem;height:5.847675rem;display:block; }
#aTzKAXFwH8TnpUimbQvU7MEr19lsW26U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.451171875rem;left:30.000000953674rem; }
#B7xAOhTABD7NSVL0EZBAmQTOsIbzOsUa { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.44921875rem;left:30.000000953674rem; }
#alzVXyQuHTS6JlfE14JrwGBPb0Zv5cef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.553384780884rem;left:30.000000953674rem; }
#HkrNK1KyRpSnBkJsLgZHxyD42kpA0ka3 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.451171875rem;left:45.000000953674rem; }
#UiMdxvTXmNcEZnBZSNtF5P4dTgC0hSWi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.48046875rem;left:45.000000953674rem; }
#lEOO12myAINek38U1PLVoKWHvtuzyPSa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001242;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; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { background-color: transparent; background-image: none; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container > .video-iframe-container { display: none; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row > .video-iframe-container { display: none; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .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); }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { border-width: 0; border-radius: 0; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#IhhoQsfO7dTOXPavUeJd2HDiqxt8D1Mn { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:37.645833015442rem;height:0.9746125rem;display:block; }
#TcXKuZrKyCHOOPAyfOnnggkBTyf0POvg { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:46.145833015442rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 { display:block; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBuGZN2IRaK7S7NDmsT7wZo27Dwrp7hD { top:1.3125rem;left:0rem;width:10rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5UhWEa9O2u9FzAL4rQe23isT8HmfdRH { top:7.5625rem;left:0rem;width:36.625rem;height:28.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1JIA2tn7Vv2dKwpJdlvhcR3ANhyGRna { width:16.8125rem;height:3.5rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1OqOPW2dT99PdBkUnL806JVDosGZIXy { display:block; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D { display:flex;width:18rem;height:5.0625rem;top:34.875rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #T8r0mJOIyMTxrnNoLotdRy0MS8IXd5mv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #TTZ1PPnv3STRyqfogBxkGBTZMBJt1gim {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #dH9IkCcDXanMVlTpm9w1hHOs2cMxk05E {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #TE3WgmVTsoqihJfWDR3OTtU3eMSWXMCa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #Uoi7iEFCPBDfdD781KkIboo0ftQtfTCX {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #WZWbh7ddmDq0olxWZA1BdTvusxNodxsP {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #pTcpcou78Hefwbab8TC87a5LgNVWcT1W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #HnWFpUBNIZ6GZ7Zmz4gVgVDhMNoLI62G {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #S91VEIiOlLCzAmLTMFs7utni6avy5h5n {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #uuTtavSmbzqTV9L5RZw5LuPBPNemH6Ky { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #nCdz61BWIzTT9vgTgr79PQce4wTpg8S1 {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #qI3sAnbMxkiiXe0yuxlvJH05fF7FtVCw {  }
 }@media only screen and (max-width: 763px) { #r4Iz24GgzKD1BLvkTkOFKbirXg42adRA { top:39.75rem;left:0rem;width:26rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { display:block; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7VdI3CDgKz2h1caKHu77hc9kVwhUnZ4 { top:1.875rem;left:0rem;width:47.75rem;height:22.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUEWzzDtTCM3dP51gKuVFITOVPxwrJ4 { top:24.625rem;left:14.5625rem;width:18.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { display:block; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHk5tTsTEgwlwsXswE9O9eDZ5ZVEBL41 { top:5.125rem;left:24.5rem;width:9.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqPktw2EvBz3zQZ8vOF4RreZ1lK8T2Dl { top:5.6875rem;left:24.9375rem;width:9.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDr6Oa0wCnltodq3SoiwkqtTSTa2xyb2 { top:15.5rem;left:24.09375rem;width:23.4375rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWlTVB9TrpliOKMHqnDfKSlPabv1BWR { width:12.4375rem;height:2.6875rem;top:31.625rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPgyR1f5coetZ5t7gGvxqt6NhF7SaFnL { display:block; }
 }@media only screen and (max-width: 763px) { #DAtTr4CCNW1MVDUCPFl6oio2g54Mmpht { top:9.1875rem;left:22.5rem;width:25.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puTtfTJ7t2VVOQT1TvQZUL3WnCrvmeCs { top:2.0625rem;left:33.1875rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO3FwuAdLQOPeMo4OVTSmEmTlMlnaPW0 { top:6.5rem;left:0rem;width:24.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc { display:block; }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfBMM7DRMvw0qTZJtQ1KCkJ4bFdyhfyG { top:4.125rem;left:4.1875rem;width:39.375rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaskqSpcGsyyVidzPubFH582fxUHLmcf { display:block; }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfUTJQ6ADLWmX89lr52ZmJRrSy0wI6zv { width:13.3125rem;height:18.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Id7Vdo1G8S5Lg98GzgIV73xbChlgei { width:12.5rem;height:1.625rem;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #um6FZnIXWFkTWD1L4BOSQmsC5t3WTVys { width:12.375rem;height:10.75rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4KuiakADdEtCICgvIJdGomhebgq9VCx { width:13.3125rem;height:18.875rem;top:1.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1D8maoGGe8gHy4XL0zAfFmGNxM5eGIb { width:12.5rem;height:1.625rem;top:3.8125rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieVm9BiVODP90AtpZO4hkV2smS3rQH2d { width:11.8125rem;height:12.5625rem;top:6.5rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA8mcNgE9uICgdaFgINiZGt7T2KGGMn4 { width:11.8125rem;height:10.75rem;top:7.4375rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiZGiT1FuuDX2KGzo3Dc82MdLfqkVHBd { width:12.5rem;height:1.625rem;top:3.8125rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4U6Pb7f1qu9uBeklAtA8AP0rp6zGIXi { width:13.3125rem;height:18.8125rem;top:1.6875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyGwmSmltvZmJnwycJOF687EkGceN5oq { width:11.8125rem;height:12.5625rem;top:6.5rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpGATMppsslalB9PDBNiZeykAwDClJop { width:12.5rem;height:1.625rem;top:3.8125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDHBcilTfroo5XecBDim0Kp5LmDhWoTV { width:13.3125rem;height:18.8125rem;top:1.6875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT { display:block; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdOLIrfsPMKDC9Fz0abZ4q2FU4maJxsB { top:4.5625rem;left:0rem;width:11.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJEqsexgNrsWiBoUTXuZV8fRHbM80lPS { top:5.125rem;left:0rem;width:10.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0wvEeSTJKKg2IWUEbCDaqukilCdUGhZ { top:13.0625rem;left:0rem;width:23.875rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytUCPNcfpgPN3VEOOHtkBMAGW6WGhqbA { width:10.125rem;height:2.6875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8aqdD8Wl7FGyQOUlOVvBI79Ednr8rsv { display:block; }
 }@media only screen and (max-width: 763px) { #xUAkFW3JtqFQKqNwZWT4SnpIPCvPzGtu { top:32.25rem;left:15.0625rem;width:4.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NycpTsro1nN5yebxRff3TOcPuv2RBTfm { top:9rem;left:0rem;width:24.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2sQUSlfoMENzeMIWd9K27wWfTnQmoZo { top:1.5625rem;left:0rem;width:3.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQfJnOhaUo6vl0FaVAZqiudWbN7aTq14 { top:5.4375rem;left:22.9375rem;width:24.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh { display:block; }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4cU22SPeIdVhm6I0okLVnCumxkiR0HL { top:4.125rem;left:4.1875rem;width:39.375rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { display:block; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZBzXzIiVI3PLrbJVD7VzxR6IyaPyC5H { top:4.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrndBPaPcIhTyTg1ewRfm1dywQp0SJck { display:block; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbRCSuT61wC4fUH9shSzqWi2OlqX08a2 { top:1.6875rem;left:4.1875rem;width:39.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu { display:block; }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU { display:flex;height:auto;width:23.8125rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #WXTPB3RfTRTu7hzLVuAtyeySNTwRFxqI {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #z3rL83zel2RRDbwUP7GuapKtuavzRsrK {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #uExT3WiR6dt0xZl7xd4iofwdAQ7qUrAB {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #TsBQTiQtWZLFluTfmJl3owRF80ITu6J0 {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #NrX4FQ6PQgHwNoz0nSGSb1kHUDEvsnqi {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ZFNh0zESarBnzKS1LZL7noMri7KTw0Zm {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #BTI4mChTnEWAD8oA0kwghVRqG5SyF82t {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ZrN8XIPPvS174Knl1wBC7eVp2uGJVxRC {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #V2WMJ2h6NumqkoGBX6zz3wbvuPSUt8Hk {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #IVHJP4o3ccrKJL4GGi7fECuKqPtVIFl8 {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #iLTNf9VOf3s6iEofT7P0qXCFhB3XDT4L {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #cgxVJx46SlBzpKCuvRN2ZFT56l1bs4vb {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #vBB8rQ4zLrcJk3ouGC0ztDE1E9waaSLO {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #dLdnFQABbcG5ETyq6ShtPiys2Lisc5G8 {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #O1UO8ZDtzdWv33Zvw4aA53vlwPQBergO {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #lC8o0zzaXguofAyiHIiOIqBCTTLt2m1k {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #f96rt2RSNCCB7N7ZxfSsTJWsRixowtix {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #cVnGS19PJrcADL6g1BqQxHirxfkEuRJ9 {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #Bdv6bew8AUUl7xzK4Szyoi8qrfL6bMgw {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ovEqPQgsfPL3t11TxxI98f9u8p3yB9fg {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #TAKB0tDbSSe4gsgWT37W1TcHNfaUOAUf {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #nRZEiD8qUIvpGD8fW3LGFNdVHcqDLd3s {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #varJqVCB1k2O49IHhRJ992ZDGiV4mSmV {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #SQEiDqNZzHSuLPXzTKTXyKdV09iPdT5L {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #CTCzQ6s9fNxh2PVq6UinoAgUeT6q7lgJ {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #hgd9SJ1ITGnZMr3oca6vpXd3vZ5VCxRZ {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #NMNLGbAG7lQgJvTHRhxa2cri8PTvlnXb {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #r6JhoaWG1kl4Vk4bC5h3eSzNGLSmA4kq {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #xmFp3ZpHdrLe2WMJQvnARroUk2bOTsAx {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #dFeyRgT0kGWTiipifSFENoh8MFSuG8G3 {  }
 }@media only screen and (max-width: 763px) { #kCb2gIKXqeBuRKmPwABfAPcC48nyP18d { display:block; }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz3pUkb3Z10TUikN3uK9aX52iusbMa6K { top:3.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twORGu93I25XypUQ6EtM6rXiWduDMsTB { display:block; }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUO0MWKrDyoD5rSga2PzxxtGyfoV1DRd { top:1.75rem;left:19.75rem;width:8.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAQ0SctFS4wCwPIm3WN8whrvMQtp8GzA { top:2.3125rem;left:20.0625rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM { display:block; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAXCwwOXTETaR1RgJHpQ4TsrGs7oOFDD { top:4.5rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwargyftZGg2cucaJ0MkuO8G5bTpPWgT { top:6.1875rem;left:11.1875rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9dLTq8A7ZqWhSrtFG1JfVrTW9U96c30 { top:9.8125rem;left:11.15625rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4utTf6zgJCMvLI03xAHUZPNG69qwBGb { top:21.75rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2yFD1A22LGZP1nopsh1xLA8oMf5Frb4 { top:24.125rem;left:11.1875rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHll0AR21Vr5dMBPH6KyG0ZQtEsCalg2 { top:28.0625rem;left:11.15625rem;width:32.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woIxSMTpyr2FUsNAf9auNczLTEcaW4xy { top:39.25rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJP73250bbekuApg9xCp6VR4RU8yHsmi { top:41.875rem;left:11.375rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSNrIEWlZpnB1SG1eJpJMTyrfuX0UQIT { top:45.625rem;left:11.375rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2H5Tk0979amReEGbdXcRcf5IDDn8wbR { top:56.9375rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP5qZLOoZ3Ek3c5yUOPxinUlwOD7Necb { top:59.5625rem;left:11.375rem;width:32rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxcuumTQFQwHGzCmrBQPqgVStMTO9BgA { top:63.3125rem;left:11.375rem;width:32.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3xJhZdLQX4xzQ9uXLBu4El2SKaQcMp { top:74.375rem;left:1.6875rem;width:44.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EslMFBlDFkLMqyHbRyruFIxtkls0arWu { top:77rem;left:11.375rem;width:31.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubXRXGBq073tXq50HtGguZp6yetEKcgO { top:80.75rem;left:11.375rem;width:32.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDLcU4OJF2g2vtdznbEWgx1A658wWKi7 { top:6.1875rem;left:3.125rem;width:5.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4cz7ngwah358x0XZXARXCh8VHuJ5gA8 { top:24.125rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TddaygyVxvVA5TiX9hrHC9IZC53pg3bW { top:41.875rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia1SMvkunm6ccMuguEhTdS0db5JUZpR4 { top:59.5625rem;left:3.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFlaIcNsXNEQvLhtFwB5TpzBU7w3Qvdt { top:77rem;left:3.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp { display:block; }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIAmCih5xVtxRl6XKczDBq3TvRhmCU6B { top:1.75rem;left:17.375rem;width:13.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOdMHwnBag24ev26CMowIUldZsvELzt { top:2.3125rem;left:17.5625rem;width:12.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi { display:block; }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ok9vK0LSFZEXbDyUG8ma22FbLnOrLxNX { top:2rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB { display:block; }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQoPH383trhsxxpgq4ISmeJSlhKiXJkn { width:18.75rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOBDoWUmlM1KkZ9UJJ7yA5kvcL4HwGe { width:18.75rem;height:4.75rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2IwehTg5Xwk35pXUuIDgB71d99e4f6 { width:18.75rem;height:4.75rem;top:14.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCI8BHC3rR56FZz5MxB0UGxG6CUlCnhi { width:18.75rem;height:1.75rem;top:12.125rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaOcoU07bmM1XrKTg21gDn1fZkA9Xesp { width:18.75rem;height:4.75rem;top:14.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Td11lwHvhQwKpXS0VJHeA9kCkHncDF { width:18.75rem;height:1.75rem;top:12.0625rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWbXDQdepT0xN999ruKW8Mnf8xWes6O4 { top:2.375rem;left:3.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBgC7emfcChnp9LX4MudgCvT3tCSfJQ { top:2.3125rem;left:19.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzmaP2uD1P6kAMxfbgwScW4oDOkwcKC0 { top:2.375rem;left:35.4375rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla { display:block; }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnJ29LIrgzuBFhCtakhSRh4dNepSzSuK { width:18.75rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv4pbgdq2aXunLFOLRzLuPMhk3AINoG5 { width:18.75rem;height:4.75rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwcvVTIaBX5CJkRzFa7iD7w5FUncSDbe { width:18.75rem;height:4.75rem;top:14.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkMF0nu3dQb5AJEXRIxFSOEU0BDWi3S { width:18.75rem;height:1.75rem;top:12.125rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stZf8F9nZUcyazvZKurfBMT9SOMVvDFf { width:18.75rem;height:4.75rem;top:14.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAwybhPS0EaRAAGwoNxx3WsHoPgcHx7v { width:18.75rem;height:1.75rem;top:12.0625rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR7qrQVmrLpG3cWHHwatCsKgAc6n5H1T { top:2.375rem;left:3.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHnIvR1Gc1tNZsqAVTyxwIf9Fta5FXZb { top:2.375rem;left:19.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua18WTxbNSkHuocTxtyvw6T3JpTGrcEd { top:2.375rem;left:35.75rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ske80oQZeWrRtsbTfgSlD1LLtueGcCQM { display:block; }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vbp7dWy9iygbaHVHemazqrHXPSTV2vgl { top:5.375rem;left:18.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyTG7I6DPTyUQQcsTUIe5qINTeL7p32m { top:3.6875rem;left:21.1875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avlUT8dmWsTB8BTFmK6h561aFRHTo7ys { top:6.0625rem;left:16.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viOJmzFcdUiCvv4Tv0P4TdiH1TSFsAyT { top:5.375rem;left:25.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWA333lMRaaz7uZvgpBfTyk1wITXK4Z3 { top:6.0625rem;left:28.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK3nqDRLJUqph024CzmC1BiTMixmczTt { top:11.1875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 { display:block; }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMx9Dmqrz9yXVvxToWAANcif0f0iLUHw { top:2.1875rem;left:0rem;width:25.875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2IPbDo0i6k7BXPCFvQxZLgWwPn0qNAh { top:2.1875rem;left:22.125rem;width:25.625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN { display:block; }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgVpr2hLym8dsa1pfDtPnZ5T83TPcz8X { top:3.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R { display:block; }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IELNJUnKLov7WZXgrbIPH7rVPfxuCTm1 { width:29.0625rem;height:12.5625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDZp4TXaMyeOE8UVycMSiSMhTAF8mmTl { width:23.25rem;height:5.5625rem;top:8.125rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBO9hMazQxTMAH2DZnE9N8JDremTkcnL { width:20.5625rem;height:1.75rem;top:4.75rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0hEJKoDICLW19md30wU55FISeWVLm5e { width:29.0625rem;height:12.5625rem;top:2.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyA8nR8HVWi5XrFLb6zClfC9MWTF9Deo { width:20.5625rem;height:1.75rem;top:4.75rem;left:25.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBq6x79TuG0ru2F6SMyKQtEmsAdqF4ZE { width:23.25rem;height:5.5625rem;top:8.125rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXMEbBc3TDv56BOmV9V4R7S06r6iJhAT { width:10.125rem;height:2.6875rem;top:20.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPENVeWGnuXE7zQksKVHvga9d3NiNOnP { display:block; }
 }@media only screen and (max-width: 763px) { #vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI { display:block; }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OllAbGVatw4MmEzGTqXL2KdHiNwA947W { top:1.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw { display:block; }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUtfr3V2HiZCQw5FaG3Kvw4wwx7Kaers { top:6.625rem;left:0rem;width:47.75rem;height:32.936647727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR { display:block; }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxQw9pT2ofX0zyGqCvuecV1P6cJLPdfF { top:10.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Zgpx9gmT6oLBTuCzrM02P1snz8aIgg { top:4.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C { display:block; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmpdDepiA0l5kGnukawlw4b9KIMZIMO6 { top:5.9375rem;left:0rem;width:29.3125rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3ahPIbF6mX5uZQ9SuAuxkUsJx6Sw1J { top:12.6875rem;left:0rem;width:27.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACvbra962kA7acXCbPxazIM91h9mdwI { width:13.375rem;height:2.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMz7P4HdJ0OXdwfu9V2az0U2S9IK5mBT { display:block; }
 }@media only screen and (max-width: 763px) { #WlA9rQof7JA1CHVVowQTCPhke1qfOCW0 { top:0rem;left:23.25rem;width:24.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZmh56wLy9tA2oCKAg05qRyBm9uC2vNf { top:0.375rem;left:0rem;width:47.75rem;height:25.846330275229rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt8QZGEC8aAdRKtrcG6b7fqVZ7ercS1M { width:47.75rem;height:54.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { display:block; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ { display:block; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzcLPTUJJTFeb0cAFgtTZTT6UgnFk6Gi { top:0rem;left:0rem;width:20.0625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrhL1mwJOOqvNTdVPa0lPfH9EPUxF92 { top:8.3125rem;left:24.625rem;width:5.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTlcTDnEdErS4XAwGcll0Q9Pad5FP9QT { top:8.875rem;left:24.875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9DsWHKotyILCmkFcEQ22Gx6Jdhe2pAi { top:11.625rem;left:24.625000953674rem;width:16.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkP22o7wtXmuqyCEeKVtKAkco4Jtf2q8 { width:9.5rem;height:2.6875rem;top:17.8125rem;left:24.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3gr6xWgcRi0lXtsuMJeMcn5HhB4q1m { display:block; }
 }@media only screen and (max-width: 763px) { #TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv { display:block; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Wn48DiE7nVWmGx0pdS3bwKWCq8Pv4k { top:3rem;left:0.90625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzXWLinDgdKk9d0zx4k5pArAnweTnmH { top:4.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQy4bW0AHGXmFPZgxcsMPrrFHnHiW7f { top:6.4375rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCoWCV90Zbsx83tX6qBKWhvC7MMsESWH { top:4.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLIW1PRbgXIlumqXGCFkKMNl3UqGLwT { top:6.4375rem;left:23.3125rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULOVNmHJOIUhFNFpqovgOsER0R6KKzx7 { top:4.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMuyMVilvJCoouSIQe40TN4DS26WX9rT { top:6.4375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzKAXFwH8TnpUimbQvU7MEr19lsW26U { top:6.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7xAOhTABD7NSVL0EZBAmQTOsIbzOsUa { top:8.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alzVXyQuHTS6JlfE14JrwGBPb0Zv5cef { top:10.5rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkrNK1KyRpSnBkJsLgZHxyD42kpA0ka3 { top:6.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiMdxvTXmNcEZnBZSNtF5P4dTgC0hSWi { top:8.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEOO12myAINek38U1PLVoKWHvtuzyPSa { display:block; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhhoQsfO7dTOXPavUeJd2HDiqxt8D1Mn { top:0.625rem;left:29.1875rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXKuZrKyCHOOPAyfOnnggkBTyf0POvg { top:0.625rem;left:35.8125rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/454282f8-37b6-4c1a-affb-c2152c8315f0/Group37412.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.adaptive-delivery-prevent-bg, #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.lazyload, #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.lazyloading { background-image: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { background-color: transparent; background-image: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container > .video-iframe-container { display: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container { display: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .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); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBuGZN2IRaK7S7NDmsT7wZo27Dwrp7hD { width:9.25rem;height:2.25rem;top:1.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5UhWEa9O2u9FzAL4rQe23isT8HmfdRH { width:16.25rem;height:12.3730625rem;top:5.70751953125rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1JIA2tn7Vv2dKwpJdlvhcR3ANhyGRna { width:12.4375rem;height:2.6875rem;top:27.69921875rem;left:3.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1OqOPW2dT99PdBkUnL806JVDosGZIXy { display:block; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-text.counter-number { padding-top:0.336875rem;padding-right:0.29875rem;padding-bottom:0.336875rem;padding-left:0.29875rem;width:1.79125rem;min-width:1.79125rem;height:1.809375rem;font-size:1.34625rem;line-height:28.95px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.210625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.388125rem;height:0.715625rem;font-size:0.505rem;line-height:11.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uotlrrFryKr6M0ku29BAc43OGv2mKn3D { display:flex;width:13.5625rem;height:3.409375rem;top:32.34619140625rem;left:2.7919921875rem;padding-top:0.420625rem;padding-right:0.42625rem;padding-bottom:0.420625rem;padding-left:0.42625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #T8r0mJOIyMTxrnNoLotdRy0MS8IXd5mv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #TTZ1PPnv3STRyqfogBxkGBTZMBJt1gim {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #dH9IkCcDXanMVlTpm9w1hHOs2cMxk05E {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #TE3WgmVTsoqihJfWDR3OTtU3eMSWXMCa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #Uoi7iEFCPBDfdD781KkIboo0ftQtfTCX {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #WZWbh7ddmDq0olxWZA1BdTvusxNodxsP {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #pTcpcou78Hefwbab8TC87a5LgNVWcT1W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #HnWFpUBNIZ6GZ7Zmz4gVgVDhMNoLI62G {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #S91VEIiOlLCzAmLTMFs7utni6avy5h5n {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #uuTtavSmbzqTV9L5RZw5LuPBPNemH6Ky { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #nCdz61BWIzTT9vgTgr79PQce4wTpg8S1 {  }
 }@media only screen and (max-width: 763px) { #uotlrrFryKr6M0ku29BAc43OGv2mKn3D #qI3sAnbMxkiiXe0yuxlvJH05fF7FtVCw {  }
 }@media only screen and (max-width: 763px) { #r4Iz24GgzKD1BLvkTkOFKbirXg42adRA { width:11.9375rem;height:3.4121125rem;top:21.59912109375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { display:block; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7VdI3CDgKz2h1caKHu77hc9kVwhUnZ4 { width:20rem;height:30.707rem;top:0rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUEWzzDtTCM3dP51gKuVFITOVPxwrJ4 { width:13.5rem;height:1.5rem;top:30.70654296875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { display:block; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { background-color: transparent; background-image: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container > .video-iframe-container { display: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row > .video-iframe-container { display: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .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); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container { width:20rem;height:61.3125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHk5tTsTEgwlwsXswE9O9eDZ5ZVEBL41 { width:9.6875rem;height:2.375rem;top:4.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqPktw2EvBz3zQZ8vOF4RreZ1lK8T2Dl { width:15.625rem;height:1.29980625rem;top:4.787109375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDr6Oa0wCnltodq3SoiwkqtTSTa2xyb2 { width:20rem;height:17.5488125rem;top:37.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTWlTVB9TrpliOKMHqnDfKSlPabv1BWR { width:14.25rem;height:2.6875rem;top:57.5rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPgyR1f5coetZ5t7gGvxqt6NhF7SaFnL { display:block; }
 }@media only screen and (max-width: 763px) { #DAtTr4CCNW1MVDUCPFl6oio2g54Mmpht { width:20rem;height:4.875rem;top:7.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puTtfTJ7t2VVOQT1TvQZUL3WnCrvmeCs { width:3.8125rem;height:3.6875rem;top:1.162109375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO3FwuAdLQOPeMo4OVTSmEmTlMlnaPW0 { width:20rem;height:20.875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc { display:block; }#sUrM4LstJV3DHXM9PekLSlmnbmTo2iXc > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfBMM7DRMvw0qTZJtQ1KCkJ4bFdyhfyG { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaskqSpcGsyyVidzPubFH582fxUHLmcf { display:block; }#NaskqSpcGsyyVidzPubFH582fxUHLmcf > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfUTJQ6ADLWmX89lr52ZmJRrSy0wI6zv { width:17.625rem;height:14.9375rem;top:2.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Id7Vdo1G8S5Lg98GzgIV73xbChlgei { width:15.125rem;height:1.4624rem;top:5.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #um6FZnIXWFkTWD1L4BOSQmsC5t3WTVys { width:15.875rem;height:7.312rem;top:9.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x4KuiakADdEtCICgvIJdGomhebgq9VCx { width:17.625rem;height:14.9375rem;top:21.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1D8maoGGe8gHy4XL0zAfFmGNxM5eGIb { width:15.625rem;height:1.4624rem;top:24.375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieVm9BiVODP90AtpZO4hkV2smS3rQH2d { width:15.625rem;height:7.312rem;top:27.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mA8mcNgE9uICgdaFgINiZGt7T2KGGMn4 { width:15.0625rem;height:5.8496125rem;top:46.3125rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yiZGiT1FuuDX2KGzo3Dc82MdLfqkVHBd { width:17.0625rem;height:1.4624rem;top:43.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4U6Pb7f1qu9uBeklAtA8AP0rp6zGIXi { width:17.625rem;height:14.9375rem;top:58.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyGwmSmltvZmJnwycJOF687EkGceN5oq { width:15.125rem;height:7.312rem;top:65.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HpGATMppsslalB9PDBNiZeykAwDClJop { width:12.5rem;height:1.4624rem;top:62.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDHBcilTfroo5XecBDim0Kp5LmDhWoTV { width:17.625rem;height:14.9375rem;top:40.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT { display:block; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT { background-color: transparent; background-image: none; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container > .video-iframe-container { display: none; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row > .video-iframe-container { display: none; }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .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); }#whOuTvp8G4VMEFvs2nVDhtzWSV47y2iT > .row .container { width:20rem;height:61.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdOLIrfsPMKDC9Fz0abZ4q2FU4maJxsB { width:11.375rem;height:2.375rem;top:4.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJEqsexgNrsWiBoUTXuZV8fRHbM80lPS { width:15.625rem;height:1.29980625rem;top:4.75rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0wvEeSTJKKg2IWUEbCDaqukilCdUGhZ { width:20rem;height:21.9360625rem;top:33.36865234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytUCPNcfpgPN3VEOOHtkBMAGW6WGhqbA { width:11.8125rem;height:2.6875rem;top:56.3125rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8aqdD8Wl7FGyQOUlOVvBI79Ednr8rsv { display:block; }
 }@media only screen and (max-width: 763px) { #xUAkFW3JtqFQKqNwZWT4SnpIPCvPzGtu { width:2.8125rem;height:1.5rem;top:56.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NycpTsro1nN5yebxRff3TOcPuv2RBTfm { width:20rem;height:2.4375rem;top:8.61865234375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2sQUSlfoMENzeMIWd9K27wWfTnQmoZo { width:3.875rem;height:3.75rem;top:1.0625rem;left:1.5458984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQfJnOhaUo6vl0FaVAZqiudWbN7aTq14 { width:14rem;height:19.4375rem;top:12.30615234375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh { display:block; }#HeBw4Aurt6taD0gE9G4VGbLF9xuZmbQh > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4cU22SPeIdVhm6I0okLVnCumxkiR0HL { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { display:block; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZBzXzIiVI3PLrbJVD7VzxR6IyaPyC5H { width:20rem;height:21.75rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrndBPaPcIhTyTg1ewRfm1dywQp0SJck { display:block; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbRCSuT61wC4fUH9shSzqWi2OlqX08a2 { width:20rem;height:2.4375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu { display:block; }#EXxJGHOcTC5yfudPvsdwtsNNL7cWNmHu > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU { display:flex;height:auto;width:17.5rem;top:0.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #WXTPB3RfTRTu7hzLVuAtyeySNTwRFxqI {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #z3rL83zel2RRDbwUP7GuapKtuavzRsrK {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #uExT3WiR6dt0xZl7xd4iofwdAQ7qUrAB {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #TsBQTiQtWZLFluTfmJl3owRF80ITu6J0 {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #NrX4FQ6PQgHwNoz0nSGSb1kHUDEvsnqi {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ZFNh0zESarBnzKS1LZL7noMri7KTw0Zm {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #BTI4mChTnEWAD8oA0kwghVRqG5SyF82t {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ZrN8XIPPvS174Knl1wBC7eVp2uGJVxRC {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #V2WMJ2h6NumqkoGBX6zz3wbvuPSUt8Hk {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #IVHJP4o3ccrKJL4GGi7fECuKqPtVIFl8 {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #iLTNf9VOf3s6iEofT7P0qXCFhB3XDT4L {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #cgxVJx46SlBzpKCuvRN2ZFT56l1bs4vb {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #vBB8rQ4zLrcJk3ouGC0ztDE1E9waaSLO {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #dLdnFQABbcG5ETyq6ShtPiys2Lisc5G8 {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #O1UO8ZDtzdWv33Zvw4aA53vlwPQBergO {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #lC8o0zzaXguofAyiHIiOIqBCTTLt2m1k {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #f96rt2RSNCCB7N7ZxfSsTJWsRixowtix {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #cVnGS19PJrcADL6g1BqQxHirxfkEuRJ9 {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #Bdv6bew8AUUl7xzK4Szyoi8qrfL6bMgw {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #ovEqPQgsfPL3t11TxxI98f9u8p3yB9fg {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #TAKB0tDbSSe4gsgWT37W1TcHNfaUOAUf {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #nRZEiD8qUIvpGD8fW3LGFNdVHcqDLd3s {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #varJqVCB1k2O49IHhRJ992ZDGiV4mSmV {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #SQEiDqNZzHSuLPXzTKTXyKdV09iPdT5L {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #CTCzQ6s9fNxh2PVq6UinoAgUeT6q7lgJ {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #hgd9SJ1ITGnZMr3oca6vpXd3vZ5VCxRZ {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #NMNLGbAG7lQgJvTHRhxa2cri8PTvlnXb {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #r6JhoaWG1kl4Vk4bC5h3eSzNGLSmA4kq {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #xmFp3ZpHdrLe2WMJQvnARroUk2bOTsAx {  }
 }@media only screen and (max-width: 763px) { #T3DZ9Rnch5tkSdfk0PBSzvn9Kd4gPggU #dFeyRgT0kGWTiipifSFENoh8MFSuG8G3 {  }
 }@media only screen and (max-width: 763px) { #kCb2gIKXqeBuRKmPwABfAPcC48nyP18d { display:block; }#kCb2gIKXqeBuRKmPwABfAPcC48nyP18d > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz3pUkb3Z10TUikN3uK9aX52iusbMa6K { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twORGu93I25XypUQ6EtM6rXiWduDMsTB { display:block; }#twORGu93I25XypUQ6EtM6rXiWduDMsTB > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUO0MWKrDyoD5rSga2PzxxtGyfoV1DRd { width:8.3125rem;height:2.375rem;top:1.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAQ0SctFS4wCwPIm3WN8whrvMQtp8GzA { width:7.875rem;height:1.29980625rem;top:1.8125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM { display:block; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM { background-color: transparent; background-image: none; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row .container > .video-iframe-container { display: none; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row > .video-iframe-container { display: none; }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .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); }#Kqmml4vBnxgLMZex8uHbElmAQt1nsfEM > .row .container { width:20rem;height:138rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAXCwwOXTETaR1RgJHpQ4TsrGs7oOFDD { width:18.75rem;height:21.75rem;top:3rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwargyftZGg2cucaJ0MkuO8G5bTpPWgT { width:17.6875rem;height:1.7871125rem;top:9.625rem;left:1.15625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R9dLTq8A7ZqWhSrtFG1JfVrTW9U96c30 { width:17.125rem;height:9.75rem;top:13.3125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4utTf6zgJCMvLI03xAHUZPNG69qwBGb { width:18.75rem;height:24.4375rem;top:28rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2yFD1A22LGZP1nopsh1xLA8oMf5Frb4 { width:16.9375rem;height:1.7871125rem;top:34.4375rem;left:1.53125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EHll0AR21Vr5dMBPH6KyG0ZQtEsCalg2 { width:16.9375rem;height:13.40625rem;top:37.78125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #woIxSMTpyr2FUsNAf9auNczLTEcaW4xy { width:18.75rem;height:23.25rem;top:54.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJP73250bbekuApg9xCp6VR4RU8yHsmi { width:15.5625rem;height:1.7871125rem;top:61.5625rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VSNrIEWlZpnB1SG1eJpJMTyrfuX0UQIT { width:16.9375rem;height:10.96875rem;top:64.8125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2H5Tk0979amReEGbdXcRcf5IDDn8wbR { width:18.75rem;height:22.75rem;top:80.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP5qZLOoZ3Ek3c5yUOPxinUlwOD7Necb { width:15.375rem;height:1.7871125rem;top:86.375rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OxcuumTQFQwHGzCmrBQPqgVStMTO9BgA { width:16.875rem;height:10.96875rem;top:89.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3xJhZdLQX4xzQ9uXLBu4El2SKaQcMp { width:18.75rem;height:26rem;top:106.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EslMFBlDFkLMqyHbRyruFIxtkls0arWu { width:17.75rem;height:3.57421875rem;top:113.1875rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ubXRXGBq073tXq50HtGguZp6yetEKcgO { width:16.9375rem;height:13.40625rem;top:117.5625rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GDLcU4OJF2g2vtdznbEWgx1A658wWKi7 { display:flex;width:3.875rem;height:3.875rem;top:4.75rem;left:1.15625rem;font-size:2.6875rem; }
 }@media only screen and (max-width: 763px) { #b4cz7ngwah358x0XZXARXCh8VHuJ5gA8 { display:flex;width:3.4375rem;height:3.4375rem;top:30rem;left:1.15625rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #TddaygyVxvVA5TiX9hrHC9IZC53pg3bW { display:flex;width:3.4375rem;height:3.4375rem;top:56.3125rem;left:1.1875rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #ia1SMvkunm6ccMuguEhTdS0db5JUZpR4 { display:flex;width:3.4375rem;height:3.4375rem;top:82.125rem;left:1.6875rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #ZFlaIcNsXNEQvLhtFwB5TpzBU7w3Qvdt { display:flex;width:3.4375rem;height:3.4375rem;top:108.0625rem;left:1.15625rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp { display:block; }#pd44MsTQqSUASCTnBRTfSsnyMPuvI2Mp > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIAmCih5xVtxRl6XKczDBq3TvRhmCU6B { width:13.0625rem;height:2.375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOdMHwnBag24ev26CMowIUldZsvELzt { width:12.6875rem;height:1.29980625rem;top:1.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi { display:block; }#dabHb8Hm5hV6qsOWTGFzSy1i6BImrxFi > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ok9vK0LSFZEXbDyUG8ma22FbLnOrLxNX { width:20rem;height:4.38720625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB { display:block; }#D9oPgtvVi6XRZ5PitM5eVpTTgRMTMnCB > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQoPH383trhsxxpgq4ISmeJSlhKiXJkn { width:18.75rem;height:1.7871125rem;top:13.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOBDoWUmlM1KkZ9UJJ7yA5kvcL4HwGe { width:18.75rem;height:4.798825rem;top:16.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cd2IwehTg5Xwk35pXUuIDgB71d99e4f6 { width:18.75rem;height:4.798825rem;top:36.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCI8BHC3rR56FZz5MxB0UGxG6CUlCnhi { width:18.75rem;height:1.7871125rem;top:34.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaOcoU07bmM1XrKTg21gDn1fZkA9Xesp { width:18.75rem;height:4.798825rem;top:57.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9Td11lwHvhQwKpXS0VJHeA9kCkHncDF { width:18.75rem;height:1.7871125rem;top:55.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWbXDQdepT0xN999ruKW8Mnf8xWes6O4 { width:8.5rem;height:8.5rem;top:3.48583984375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBgC7emfcChnp9LX4MudgCvT3tCSfJQ { width:8.5rem;height:8.5rem;top:24.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzmaP2uD1P6kAMxfbgwScW4oDOkwcKC0 { width:8.5rem;height:8.5rem;top:46rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla { display:block; }#EwpJ9ExoElmv0CApHcQ7p5fBzl7qSpla > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnJ29LIrgzuBFhCtakhSRh4dNepSzSuK { width:18.75rem;height:1.7871125rem;top:11.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv4pbgdq2aXunLFOLRzLuPMhk3AINoG5 { width:18.75rem;height:4.798825rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwcvVTIaBX5CJkRzFa7iD7w5FUncSDbe { width:18.75rem;height:4.798825rem;top:34.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJkMF0nu3dQb5AJEXRIxFSOEU0BDWi3S { width:18.75rem;height:1.7871125rem;top:32.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stZf8F9nZUcyazvZKurfBMT9SOMVvDFf { width:18.75rem;height:4.798825rem;top:56.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAwybhPS0EaRAAGwoNxx3WsHoPgcHx7v { width:18.75rem;height:1.7871125rem;top:53.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR7qrQVmrLpG3cWHHwatCsKgAc6n5H1T { width:8.5rem;height:8.5rem;top:1.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHnIvR1Gc1tNZsqAVTyxwIf9Fta5FXZb { width:8.5rem;height:8.5rem;top:22.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua18WTxbNSkHuocTxtyvw6T3JpTGrcEd { width:8.5rem;height:8.5rem;top:44.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ske80oQZeWrRtsbTfgSlD1LLtueGcCQM { display:block; }#ske80oQZeWrRtsbTfgSlD1LLtueGcCQM > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vbp7dWy9iygbaHVHemazqrHXPSTV2vgl { display:flex;width:2.8125rem;height:2.8125rem;top:4.4375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #EyTG7I6DPTyUQQcsTUIe5qINTeL7p32m { display:flex;width:4.4375rem;height:4.4375rem;top:2.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #avlUT8dmWsTB8BTFmK6h561aFRHTo7ys { display:flex;width:2.125rem;height:2.125rem;top:5.1875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #viOJmzFcdUiCvv4Tv0P4TdiH1TSFsAyT { display:flex;width:2.8125rem;height:2.8125rem;top:4.4375rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #QWA333lMRaaz7uZvgpBfTyk1wITXK4Z3 { display:flex;width:2.125rem;height:2.125rem;top:5.1875rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #dK3nqDRLJUqph024CzmC1BiTMixmczTt { width:20rem;height:12.1875rem;top:11.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 { display:block; }#HVa1L0df6IoTCSXp3G8MIVnXnTOJLBJ6 > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMx9Dmqrz9yXVvxToWAANcif0f0iLUHw { height:11.062801932367rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2IPbDo0i6k7BXPCFvQxZLgWwPn0qNAh { height:11.1704375rem;width:20rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN { display:block; }#ZR4TZq6OxQ5LwQxBxyemM4epfkB1icoN > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgVpr2hLym8dsa1pfDtPnZ5T83TPcz8X { width:20rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R { display:block; }#OwZzeIXCCIMAEHN0p1wPTWnOFmSLCn3R > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IELNJUnKLov7WZXgrbIPH7rVPfxuCTm1 { width:18rem;height:17.6875rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDZp4TXaMyeOE8UVycMSiSMhTAF8mmTl { width:16.8125rem;height:11.19725rem;top:7.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBO9hMazQxTMAH2DZnE9N8JDremTkcnL { width:17.8125rem;height:2.19970625rem;top:4.4375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0hEJKoDICLW19md30wU55FISeWVLm5e { width:18rem;height:17.6875rem;top:23.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyA8nR8HVWi5XrFLb6zClfC9MWTF9Deo { width:20rem;height:2.19970625rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBq6x79TuG0ru2F6SMyKQtEmsAdqF4ZE { width:16.8125rem;height:9.597675rem;top:30.08984375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXMEbBc3TDv56BOmV9V4R7S06r6iJhAT { width:10.125rem;height:2.6875rem;top:45.9375rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPENVeWGnuXE7zQksKVHvga9d3NiNOnP { display:block; }
 }@media only screen and (max-width: 763px) { #vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI { display:block; }#vlPFdhaTOfZcv5TazCe6XvrAKAXsZ9PI > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OllAbGVatw4MmEzGTqXL2KdHiNwA947W { width:20rem;height:7.3125rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw { display:block; }#PrSZV3A5U1kKbmg36h2BBFxLH5S7HAiw > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUtfr3V2HiZCQw5FaG3Kvw4wwx7Kaers { width:20rem;height:13.7954375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR { display:block; }#IEFEqQF0RyIdIJ4R5JFTIIUhGiDB1cBR > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxQw9pT2ofX0zyGqCvuecV1P6cJLPdfF { width:20rem;height:10.2368125rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Zgpx9gmT6oLBTuCzrM02P1snz8aIgg { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C { display:block; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmpdDepiA0l5kGnukawlw4b9KIMZIMO6 { width:20rem;height:2.5996125rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tn3ahPIbF6mX5uZQ9SuAuxkUsJx6Sw1J { width:20rem;height:5.8496125rem;top:8.287109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CACvbra962kA7acXCbPxazIM91h9mdwI { width:13.375rem;height:2.6875rem;top:16.8369140625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMz7P4HdJ0OXdwfu9V2az0U2S9IK5mBT { display:block; }
 }@media only screen and (max-width: 763px) { #WlA9rQof7JA1CHVVowQTCPhke1qfOCW0 { width:17.5625rem;height:21.5rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZmh56wLy9tA2oCKAg05qRyBm9uC2vNf { width:20rem;height:10.75rem;top:28rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gt8QZGEC8aAdRKtrcG6b7fqVZ7ercS1M { top:21.875rem;left:0rem;width:16.125rem;height:18.4375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { display:block; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ { display:block; }#EQ2rKR66i0lviHr24nzCc42FwF9wN4LJ > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzcLPTUJJTFeb0cAFgtTZTT6UgnFk6Gi { width:13.125rem;height:15.5625rem;top:0rem;left:6.7785917063781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrhL1mwJOOqvNTdVPa0lPfH9EPUxF92 { width:5.5625rem;height:2.375rem;top:13.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTlcTDnEdErS4XAwGcll0Q9Pad5FP9QT { width:5.0625rem;height:1.29980625rem;top:13.6875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9DsWHKotyILCmkFcEQ22Gx6Jdhe2pAi { width:16.0625rem;height:4.0625rem;top:16.612635612488rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkP22o7wtXmuqyCEeKVtKAkco4Jtf2q8 { width:8.375rem;height:2.1875rem;top:22.300131797791rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3gr6xWgcRi0lXtsuMJeMcn5HhB4q1m { display:block; }
 }@media only screen and (max-width: 763px) { #TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv { display:block; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Wn48DiE7nVWmGx0pdS3bwKWCq8Pv4k { width:7.1875rem;height:7.1875rem;top:1.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzXWLinDgdKk9d0zx4k5pArAnweTnmH { width:4.0625rem;height:1.29980625rem;top:0.9375rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQy4bW0AHGXmFPZgxcsMPrrFHnHiW7f { width:6.125rem;height:5.847675rem;top:3.5rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCoWCV90Zbsx83tX6qBKWhvC7MMsESWH { width:6.5625rem;height:1.29980625rem;top:12.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLIW1PRbgXIlumqXGCFkKMNl3UqGLwT { width:7.5625rem;height:4.8730625rem;top:15.125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULOVNmHJOIUhFNFpqovgOsER0R6KKzx7 { width:8.5rem;height:1.29980625rem;top:12.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMuyMVilvJCoouSIQe40TN4DS26WX9rT { width:8.5rem;height:5.847675rem;top:15.125rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzKAXFwH8TnpUimbQvU7MEr19lsW26U { display:flex;width:0.8125rem;height:0.8125rem;top:15.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B7xAOhTABD7NSVL0EZBAmQTOsIbzOsUa { display:flex;width:0.8125rem;height:0.8125rem;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alzVXyQuHTS6JlfE14JrwGBPb0Zv5cef { display:flex;width:0.8125rem;height:0.8125rem;top:19.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkrNK1KyRpSnBkJsLgZHxyD42kpA0ka3 { display:flex;width:0.8125rem;height:0.8125rem;top:15.125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #UiMdxvTXmNcEZnBZSNtF5P4dTgC0hSWi { display:flex;width:0.8125rem;height:0.8125rem;top:17.1875rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #lEOO12myAINek38U1PLVoKWHvtuzyPSa { display:block; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhhoQsfO7dTOXPavUeJd2HDiqxt8D1Mn { width:6.625rem;height:0.9746125rem;top:0.875rem;left:6.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXKuZrKyCHOOPAyfOnnggkBTyf0POvg { width:5rem;height:0.9746125rem;top:0.875rem;left:15rem;font-size:0.75rem;display:block; }
 }