.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:237,232,253;--color-primary-1:196,179,249;--color-primary-2:137,103,243;--color-primary-3:69,52,122;--color-primary-4:21,15,36;--color-secondary-0:235,254,248;--color-secondary-1:189,250,232;--color-secondary-2:122,245,208;--color-secondary-3:61,123,104;--color-secondary-4:18,37,31;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:48,48,48;--color-tertiary-3:40,40,40;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:#f3f3f3;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf { background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/8eb68696-a0dc-4e2d-9854-b1858d942d0e/RocketLeadsbrandbook.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf.adaptive-delivery-prevent-bg, #ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf.lazyload, #ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf.lazyloading { background-image: none; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container { background-color: transparent; background-image: none; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container > .video-iframe-container { display: none; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row > .video-iframe-container { display: none; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .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); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container { border-width: 0; border-radius: 0; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container { font-size:0.875rem;font-family:arial;height:68.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#QUVp93Iq5NFX5apVTE4LQmJtZxvE2RZb { position:absolute;display:block;z-index:15013;height:21.75rem;width:38.75rem;top:21.75rem;left:10.625rem;display:block; }
#mqDEXsKrbp4AgSmS9vGdhOe5vlAUrdk9 { color:#fafafa;display:block;width:60rem;position:absolute;font-family:"clash grotesk";font-size:2.9375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:6.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTLaTArmMS8oti44oCoJe4TepDT71L5v { color:#fafafa;display:block;width:42.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.75rem;left:8.78125rem;height:7.3120125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHzZ25eqTpf7TNAUT3Bs47xWiEwD2Zlm { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.25rem;width:30.0625rem;top:57.875rem;left:15rem;display:block; }
#HdJZhxRoOi1gUUbwcyKMDwrZ2QlTzZAO { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:59.625rem;left:15.3125rem;height:2.76220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fp4IP8n6C2IDMBLlLO43auEuDClGA8hZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:10.5625rem;top:64.75rem;left:16.625rem;overflow:hidden;display:block; }
#qaUUraLGZmsTiztHvrNzathZhlTw3q8z { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:64.875rem;left:28.5rem;display:block; }
#xbPV50R2gCEeOVNFPRCAxfvzc3QdtVTn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.3125rem;width:12.25rem;top:64.6875rem;left:30.625rem;overflow:hidden;display:block; }
#fz5dvHk20HRIkZyZBaNefLNbIBOMQPu0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:10.5625rem;top:35rem;left:31.5625rem;overflow:hidden;display:none; }
#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container { background-color: transparent; background-image: none; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container > .video-iframe-container { display: none; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row > .video-iframe-container { display: none; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .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); }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container { border-width: 0; border-radius: 0; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container { font-size:0.875rem;font-family:arial;height:153.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#nVTQqqvI7mGXV8mTepw6AAuzLNHIvEPU { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"druk trial";font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:5.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EwdCNo4Ki0cnLAPovGgsUQWVhweWzE9p { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:36.5rem;left:25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gSpXsSV2ZWoohcSFvL7cLg9GLdaHnNVu { color:#303030;display:block;width:37.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.25rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GFx2TSI7irU0mD0GEdK8hSRIkyffReKS { box-sizing:content-box;height:23.3125rem;width:12.1875rem;position:absolute;display:block;z-index:15008;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.0625rem;left:2.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#NuA9DZc2DqrqvI3t4ekM2cc4Z9N4ikTT { box-sizing:content-box;height:11.8125rem;width:10.375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.9375rem;left:3.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PPR9BZSmhqhhVWSLWDmDM5KgDCwGIbed { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:8.5rem;top:13.8125rem;left:4.1875rem;overflow:hidden;display:block; }
#SmAwro6rcMi1utGzexm60p1I5OxRIZzR { box-sizing:content-box;height:11.0625rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.0625rem;left:15.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#pMzLhSBPwDma8OQSStAgpOyGiS7oixF0 { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.625rem;left:16.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lBOpTqOldOdNhXB0PabTVxxTrZnUifOu { color:#303030;display:block;width:3.375rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5625rem;left:16.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XOLTxgD7OD3pIxpTQVoRe8QpZF7ibKZ4 { color:#303030;display:block;width:4.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.0625rem;left:16.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9prwX8CyZt8OzLM91NHqN0PgaLlDm2w { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.4375rem;top:18.75rem;left:3.0625rem;overflow:hidden;display:block; }
#XOJ0XqmBItTEssEpkIGoD8qX91RyRvtP { box-sizing:content-box;height:11.0625rem;width:25.875rem;position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:24.25rem;left:15.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#PtTD5W5SZ9hPbaD1fcqErJyn2dxODy7v { color:rgba(48,48,48,0.28);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.875rem;left:24.375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#laUUqeOVxxZy2kDiVHv4URlw39S0H806 { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.75rem;left:28.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o7g7l1aXaoG28nZ1PQN9RU1erwqyEwGA { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.875rem;left:19.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ndDdAMExIkvyEmsG9ABSAse3bTvPxnVX { box-sizing:content-box;height:11.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.0625rem;left:28.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#n9zTVTTBzqz9EFGZZ1i1LF2m11uwKlTe { color:#303030;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.25rem;left:30.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQEHp5bGbO3sq8oiMgBMyqOgNWJ8MLUV { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8125rem;left:30.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGaiEcqcGaA5yodOiG9l5eCGHIKsB7ds { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:11.1875rem;top:8.625rem;left:29.5625rem;overflow:hidden;display:block; }
#zKWxQf5tt7sCwCdpEBpAFPtyMFIo4dKi { box-sizing:content-box;height:4.5625rem;width:10.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.9375rem;left:29.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FJ0vEPdBOMLx5GiiEDatiXSytIARWCOd { color:rgba(48,48,48,0.78);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:26.125rem;left:20.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFcX7HRq30XuqoyGcsUye1uDhISB1pwl { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.875rem;left:32.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4r5nxki5Bc7DDtFQGufo8qs0kfMH4TJ { color:#303030;display:block;width:11.4375rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.125rem;left:3.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3vArkweqOHwXppp5Ws3KCfJhpKqE1T4 { color:#303030;display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.25rem;left:32rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lKpVAS6ny4u938e3m2faP5fnthbmZTms { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:27.3125rem;left:25.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WJ8pT9iOcpuKmiwDTQZfBut16TSgdd7a { color:rgba(48,48,48,0.42);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.75rem;left:35.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nbPZTWHo94OJXehR8uESZ64XvzTtdSSw { color:rgba(48,48,48,0.28);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.25rem;left:16.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CRusfiCbAf7C6fIdZyx1Ir4MpPb8KXWL { color:#303030;display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:28.25rem;left:28.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CqSzUXHHdlJ3Jg4kfa2q9op9xJJvzyXB { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:17.0625rem;top:28.875rem;left:24.375rem;overflow:hidden;display:block; }
#F3BLZGJFdDy6I8SmqxLTy8PEGXT75vuC { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.625rem;left:16.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e2q8VqnxKT5wennmBk9tZNRQO3tbfyoU { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.625rem;left:24.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fVS9tHrz7mDBycauXfeTZRl40l5MGVyC { color:rgba(48,48,48,0.62);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:24.25rem;left:38.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lsm6PRZ3D9S4cuGTPoXuZWHBP1iydlFA { color:#303030;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:29.625rem;left:3.1875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPvMN71PZEDg2owoJouDqulSeNnQfohT { color:#303030;display:block;width:10.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:16.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EJACL2JK59u804ODIdORk5l1yZDLDcbm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:5.4375rem;left:43.125rem;display:block; }
#f95IMEZms2P3Acpd73PLaV9KyFSdORWT { color:#303030;display:block;width:38.6875rem;position:absolute;font-family:"clash grotesk";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.375rem;left:2.375rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GRrbbKtFyTw7yzBiNUf7ymNxDkwUozkS { box-sizing:content-box;height:11.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.9375rem;left:37.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#tTXig6ughAUgbXFJNXHV1JTDkL0kz1q5 { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:36.5rem;left:38.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tUNzikfeJxdqomVKTNH2WOnp96uiXRuf { color:#303030;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:38.9375rem;left:38.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rAuNSGT4PGpcVyS7fokA0cNEF7zsmOT0 { box-sizing:content-box;height:11.8125rem;width:10.375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.5rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#RBpHQ46qV8JcWqhawIft7q50tnoE728Q { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:53.625rem;left:2.375rem;display:block; }
#WzmeZ15rwh9iTthz3OZumbRSxXbqkKwC { box-sizing:content-box;height:10.4375rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:#303030;background-image:none;top:60.5rem;left:37.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#cd0CCF2R7rlxW6Uk8d9dESiBPpNzA7gJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:"clash grotesk";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:61.8125rem;left:38.9375rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V03CfNV0oAHS92Da5FkTrazgd46zpAGP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:67rem;left:37.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9ICIe7NJQIFnShOE8O2QqLdLbuh17Ub { box-sizing:content-box;height:10.4375rem;width:9.8125rem;position:absolute;display:block;z-index:15007;background-color:#303030;background-image:none;top:60.4375rem;left:48.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#G4DHSPgJo7tHmIik0AMtqdsEbcHTIieg { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:66.875rem;left:50.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLMT8QpaapFdR9vPVEnTtrHLKxnXBIpN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:"clash grotesk";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:61.75rem;left:50.3125rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uBOgRZWKrRgbLKs2ehARaJCT4xM9fhGz { box-sizing:content-box;height:10.4375rem;width:9.8125rem;position:absolute;display:block;z-index:15007;background-color:#303030;background-image:none;top:72.125rem;left:37.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Tnw9QgLTwgHHPKd7RZvIGwTXAmXepl1H { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:79.125rem;left:37.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrEV2MzLL0iQzey9pO0WHQE1dSLm7HMH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:"clash grotesk";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:73.875rem;left:38.875rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaEkymETFbQSRKyvh1Qqwoi7di4Ndh1n { box-sizing:content-box;height:10.4375rem;width:9.8125rem;position:absolute;display:block;z-index:15010;background-color:#303030;background-image:none;top:72.0625rem;left:48.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ySpLGP43aev1VvtnAIMQ6wZpiruK2VPR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:79rem;left:49rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sr4fXfQf2tC0XWtFhEGr7qWk0JircC64 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:"clash grotesk";font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:73.8125rem;left:50.0625rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Da4ziRkQn03mg02qiHNmbN8hTlTKSvR1 { color:#303030;display:block;width:23rem;position:absolute;font-family:"clash grotesk";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:54.5rem;left:23.5625rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bxlDwzwaA9WhcNKSJktTRJo7flctidlg { box-sizing:content-box;height:12.25rem;width:49.4375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:36.875rem;left:6.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eEnKLPam2Jemr5U1ZC8C3TL8Dl6t8QEq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:39.625rem;left:8.5rem;overflow:hidden;display:block; }
#GO2cVoo5PPEy9coKPyeACizfg9XNDT4E { display:block;width:7.0625rem;position:absolute;font-family:"clash grotesk";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:43.875rem;left:6.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7wSyUQTDUT2cTqdubyvuLd4kIXyOoZT { display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:39.6875rem;left:16.375rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q19v18CDAMbfm3WaTUSeNG8HaPJB10ZO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5rem;width:7.3125rem;top:44.8125rem;left:16.375rem;overflow:hidden;display:block; }
#Tl8dpQeFTshiUz56eO5zkIRW2cSJxSlf { box-sizing:content-box;height:30.8125rem;width:38.5rem;position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;top:53.25rem;left:21.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#o6L068l5oWuFcSRAct5x144U0hh5CfTX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.25rem;width:14.6875rem;top:54.5rem;left:42.4375rem;overflow:hidden;display:block; }
#NuvWxWgv3sJdEJQbcg4LOLzcXC0PAxgv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:60.8125rem;left:23.8125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9HWgDN9BnZeeFGVsUExrNyTkKo3v8z6 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:70.9375rem;left:23.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKz5WQNW0HypSrqTBlJc6r6u9RFR3Hh1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5rem;width:7.3125rem;top:15.875rem;left:37rem;overflow:hidden;display:none; }
#laTZBRkKAE5BT6EylpbCaCDVdI88DZpz { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:62rem;left:23.8125rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#T125zr47Mvx1TXRtTT0dKAQpXutwES2m { box-sizing:content-box;height:12.25rem;width:49.4375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8967f3, #6f94e5);background-image: -moz-linear-gradient(90deg, #8967f3, #6f94e5);background-image: -ms-linear-gradient(90deg, #8967f3, #6f94e5);background-image: -o-linear-gradient(90deg, #8967f3, #6f94e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8967f3', endColorstr='#6f94e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8967f3', endColorstr='#6f94e5' );";background-image: linear-gradient(90deg, #8967f3, #6f94e5);background-size:auto !important;top:140.8125rem;left:6.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#zpKTkZn0T7yyoM5tChRrdonicG2TU4T7 { display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:143.3125rem;left:16.3125rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n5xOlCCoKGF7aoEG0rUJ8e63XVLGlsR0 { display:block;width:8.125rem;position:absolute;font-family:"clash grotesk";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:147.625rem;left:6.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nH0s6cJOSkMAncXH6mDTCyrFq0IKSQQR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5rem;width:7.3125rem;top:148.625rem;left:16.3125rem;overflow:hidden;display:block; }
#EMqosGO3iXm9TIefIi8eHebiFyqsuwZC { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:143.0625rem;left:9.25rem;overflow:hidden;display:block; }
#NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ { box-sizing:content-box;height:47.75rem;width:57.5rem;position:absolute;display:block;z-index:15010;background-color:#303030;background-image:url("https://images.assets-landingi.com/uc/8eb68696-a0dc-4e2d-9854-b1858d942d0e/RocketLeadsbrandbook.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:88.875rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ.adaptive-delivery-prevent-bg, #NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ.lazyload, #NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ.lazyloading { background-image: none; }
#HwJB1sWaZDaKTfGQcWTQPX40rm40TRH8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:10rem;top:105.3125rem;left:4.625rem;overflow:hidden;display:block; }
#LvZ3qiKcxoMdTPLyrewPs3z9IaMEtBtQ { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:92.9375rem;left:27.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOwabHCi8foIl2WWTlVDTvnpioQTMh2O { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:"clash grotesk";font-size:2.8125rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:94.9375rem;left:14.0625rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uct2dS8tSsngJOKkwMc7XhH5eeHPkMvf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.8125rem;width:10rem;top:105.3125rem;left:19rem;overflow:hidden;display:block; }
#lKLPTfIhbGwR3V6tNp9vGpbr5EUOHIUc { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:10.375rem;top:105.3125rem;left:47.5rem;overflow:hidden;display:block; }
#iumIbAEwqUekKSNA34kW4ScMqfrBTaWL { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:125.3125rem;left:3.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdAnIGLyBoKxOvptQpslwyBoxBwQetWX { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:125.3125rem;left:18.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRtqnzqyU0ihB6o8vEc158HVNT8hXZLT { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:125.3125rem;left:32.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRJTowdN0CbOeSFBFafJSUz6tByEWg6e { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:125.3125rem;left:47.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJkCF5tPmIUWV90VlzJvlymq6bFt5CZR { display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:100rem;left:15.4375rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(255,255,255,0.71);display:block; }
#c7xbBmXxBJ9ex7KVkgpGLdKBbghu8S79 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8966f3, #6f94e5);background-image: -moz-linear-gradient(90deg, #8966f3, #6f94e5);background-image: -ms-linear-gradient(90deg, #8966f3, #6f94e5);background-image: -o-linear-gradient(90deg, #8966f3, #6f94e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8966f3', endColorstr='#6f94e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8966f3', endColorstr='#6f94e5' );";background-image: linear-gradient(90deg, #8966f3, #6f94e5);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:129.9375rem;left:24.375rem;display:block; }
#yRPLTOx6gupEmD1TuCMCt8BtSEMJdzmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdE0F2Tb0TcwLFNWNfT295vyReTrDWnr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8966f3, #6e95e4);background-image: -moz-linear-gradient(90deg, #8966f3, #6e95e4);background-image: -ms-linear-gradient(90deg, #8966f3, #6e95e4);background-image: -o-linear-gradient(90deg, #8966f3, #6e95e4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8966f3', endColorstr='#6e95e4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8966f3', endColorstr='#6e95e4' );";background-image: linear-gradient(90deg, #8966f3, #6e95e4);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:79.1875rem;left:23.3125rem;display:block; }
#lvvedOkdchiHCNhgmXWxEKWbzyzJyd4l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2h4NZAw8Ra0OWvRgTrGaHT2CAe9QbmD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5625rem;width:10.6875rem;top:105.4375rem;left:33.0625rem;overflow:hidden;display:block; }
#bosrhVrThZNvZ3ZTt9BR2TbTXK14Cu2U { box-sizing:content-box;height:3.125rem;width:29.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #6e95e4);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #6e95e4);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #6e95e4);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #6e95e4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#6e95e4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#6e95e4' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #6e95e4);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5625rem;left:7.21875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qNKCQwGPEszPrhkaNQ2HSiq5BtwQknLr { box-sizing:content-box;height:1.5rem;width:10.875rem;position:absolute;display:block;z-index:15010;background-color:#8967f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92.8125rem;left:27.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#b1c1UO1iiL1O9SNBVO2qUhUHw8Iias6T { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:129.375rem;left:29.90625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h0vTnEA5hiCGOOfUVpaDaz9GnPH0V3OR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;display:none; }
#XITh9adFSQKW8TrBZb0irCULAIFNTvWM { color:#303030;display:block;width:33.75rem;position:absolute;font-family:"clash grotesk";font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.375rem;left:2.375rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34cfa31e-4db1-46f6-a64a-76e8ba96d2e0/RLLPHeros1.svg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk.adaptive-delivery-prevent-bg, #d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk.lazyload, #d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk.lazyloading { background-image: none; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk > .row .container { border-width: 0; border-radius: 0; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#XlTTA7748MTG32WvpGTShJLIiLcCoec5 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:11.4375rem;left:2.8125rem;height:8.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iNmDNQ4INkee1H63R8CMm2OZvsMAK591 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8967f3, #6f94e5);background-image: -moz-linear-gradient(90deg, #8967f3, #6f94e5);background-image: -ms-linear-gradient(90deg, #8967f3, #6f94e5);background-image: -o-linear-gradient(90deg, #8967f3, #6f94e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8967f3', endColorstr='#6f94e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8967f3', endColorstr='#6f94e5' );";background-image: linear-gradient(90deg, #8967f3, #6f94e5);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;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.1875rem;left:2.8125rem;display:block; }
#Th79ZXdWTE8B2EbfhJm80OaipkJ974zu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVotaomk67TVXh6dmfkLypxyQDIl3olR { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.875rem;width:54.9375rem;top:34.375rem;left:2.53125rem;overflow:hidden;display:none; }
#J6oRI5ZqS6O2SkSyoRyVuLr5h9vRrDI5 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.875rem;width:24.6875rem;top:17.39892578125rem;left:1.625rem;overflow:hidden;display:none; }
#n9ANG0ci4LG33bhhawpGXicacHBzKgVL { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:"clash grotesk";font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.5rem;left:2.8125rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DX1RNNgAKwh62zV1d2ekHzmWNclOIZWH { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:27.875rem;left:5.625rem;height:1.3999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EfBM2v1ah8Ipc5J5OC1kKJ1aofMmEvex { color:rgba(var(--color-tertiary-3),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:25rem;left:5.625rem;height:1.3999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhLc9weisuV53wFdnoFNkGtlT4d2uQyX { color:rgba(var(--color-tertiary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:22.25rem;left:5.625rem;height:1.3999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x69iZD53BOefng6xSkc3XlmfLxPmPJuh { color:rgba(var(--color-tertiary-3),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:30.8125rem;left:5.625rem;height:1.3999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nIka5rMGeALP5VeM4htDXxKvWlvHrp25 { 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:25rem;width:18.75rem;display:none; }
#ktIbnb7oboC3TUxhxgVWc1PU7udd5D6X { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:22.04345703125rem;left:2.8125rem;overflow:hidden;display:block; }
#S5dvKqg17Tih9ES0r1H7lupB0PhTbdTI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:24.79345703125rem;left:2.8125rem;overflow:hidden;display:block; }
#mXgghSm730RDfcz1G8uQknD21ge7nkKx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:27.66845703125rem;left:2.8125rem;overflow:hidden;display:block; }
#bVw0kKuookLIsepdIdSf5wlhDgtB7fJ0 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:30.60595703125rem;left:2.8125rem;overflow:hidden;display:block; }
#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda { position:relative;display:block; }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda { background-color: transparent; background-image: none; }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .row .container > .video-iframe-container { display: none; }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .row > .video-iframe-container { display: none; }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .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); }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda { border-width: 0; border-radius: 0; }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .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; }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;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; }#HUf3LGIMUPdtSdAUknSpKg5iDcQPt5e5 { 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:6.9375rem;width:13.9375rem;top:1.4375rem;left:0.5625rem;overflow:hidden;display:block; }
#hMZCyqZwyyt8HfEhQBKGtvlDND7GQzsx { 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:6.9375rem;width:13.9375rem;top:1.4375rem;left:30.5625rem;overflow:hidden;display:block; }
#gT70she1Sg5wqzmKTil56uFbzgmf0NM1 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:13.9375rem;top:1.4375rem;left:15.5625rem;overflow:hidden;display:block; }
#uMyogqL4LfGEKtkIsnqEnkmi21JQp2Rl { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:13.9375rem;top:1.375rem;left:45.53125rem;overflow:hidden;display:block; }
#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC { position:relative;display:block; }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC { background-color: transparent; background-image: none; }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .row .container > .video-iframe-container { display: none; }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .row > .video-iframe-container { display: none; }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .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); }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC { border-width: 0; border-radius: 0; }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .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; }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#irxk1Rnu71fmdtqx0OHdgDRl4nmSDDTu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.1875rem;width:9.8125rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#FG6Mzx6bZxRA8cm4vAtU2GhkzQs9C6AW { color:#686868;display:block;width:16.1235625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:7.8125rem;left:43.875rem;height:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#cCgkdgPo1IaPCRREz5m28o00wTXO6cdW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:3.01953125rem;left:43.8759765625rem;height:6.39845rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf { display:block; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUVp93Iq5NFX5apVTE4LQmJtZxvE2RZb { top:21.75rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqDEXsKrbp4AgSmS9vGdhOe5vlAUrdk9 { width:47.75rem;height:6.4375rem;top:3.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLaTArmMS8oti44oCoJe4TepDT71L5v { width:42.4375rem;height:7.25rem;top:11.75rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzZ25eqTpf7TNAUT3Bs47xWiEwD2Zlm { width:30.0625rem;height:6.25rem;top:57.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdJZhxRoOi1gUUbwcyKMDwrZ2QlTzZAO { width:29.75rem;height:2.75rem;top:59.625rem;left:9.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp4IP8n6C2IDMBLlLO43auEuDClGA8hZ { top:64.75rem;left:10.5rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaUUraLGZmsTiztHvrNzathZhlTw3q8z { width:0.0625rem;height:1.875rem;top:64.875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbPV50R2gCEeOVNFPRCAxfvzc3QdtVTn { top:64.6875rem;left:24.5rem;width:12.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz5dvHk20HRIkZyZBaNefLNbIBOMQPu0 { top:35rem;left:25.4375rem;width:10.5625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #esQ7kXNFxe08crdbvMBMbpSglvNerhMQ { display:block; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVTQqqvI7mGXV8mTepw6AAuzLNHIvEPU { width:20rem;height:8.25rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwdCNo4Ki0cnLAPovGgsUQWVhweWzE9p { width:12.25rem;height:2.4375rem;top:36.5rem;left:18.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSpXsSV2ZWoohcSFvL7cLg9GLdaHnNVu { width:20rem;height:6.0625rem;top:10.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFx2TSI7irU0mD0GEdK8hSRIkyffReKS { top:12.0625rem;left:0rem;width:12.1875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuA9DZc2DqrqvI3t4ekM2cc4Z9N4ikTT { top:12.9375rem;left:0rem;width:10.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPR9BZSmhqhhVWSLWDmDM5KgDCwGIbed { top:13.8125rem;left:0rem;width:8.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAwro6rcMi1utGzexm60p1I5OxRIZzR { top:12.0625rem;left:9.4375rem;width:12.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzLhSBPwDma8OQSStAgpOyGiS7oixF0 { width:12.25rem;height:2.4375rem;top:17.625rem;left:10.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOpTqOldOdNhXB0PabTVxxTrZnUifOu { width:3.375rem;height:2.4375rem;top:14.5625rem;left:10.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOLTxgD7OD3pIxpTQVoRe8QpZF7ibKZ4 { width:4.9375rem;height:1.375rem;top:20.0625rem;left:10.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9prwX8CyZt8OzLM91NHqN0PgaLlDm2w { top:18.75rem;left:0rem;width:10.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOJ0XqmBItTEssEpkIGoD8qX91RyRvtP { top:24.25rem;left:9.4375rem;width:25.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtTD5W5SZ9hPbaD1fcqErJyn2dxODy7v { width:3.75rem;height:2.4375rem;top:24.875rem;left:18.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laUUqeOVxxZy2kDiVHv4URlw39S0H806 { width:3.75rem;height:2.4375rem;top:24.75rem;left:22.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7g7l1aXaoG28nZ1PQN9RU1erwqyEwGA { width:3.75rem;height:1.25rem;top:24.875rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndDdAMExIkvyEmsG9ABSAse3bTvPxnVX { top:12.0625rem;left:22.75rem;width:12.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9zTVTTBzqz9EFGZZ1i1LF2m11uwKlTe { width:11.25rem;height:1.25rem;top:20.25rem;left:24.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEHp5bGbO3sq8oiMgBMyqOgNWJ8MLUV { width:12.25rem;height:2.4375rem;top:17.8125rem;left:24.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGaiEcqcGaA5yodOiG9l5eCGHIKsB7ds { top:8.625rem;left:23.4375rem;width:11.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKWxQf5tt7sCwCdpEBpAFPtyMFIo4dKi { top:12.9375rem;left:23.75rem;width:10.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ0vEPdBOMLx5GiiEDatiXSytIARWCOd { width:3.75rem;height:2.4375rem;top:26.125rem;left:14.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcX7HRq30XuqoyGcsUye1uDhISB1pwl { width:3.75rem;height:1.25rem;top:24.875rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4r5nxki5Bc7DDtFQGufo8qs0kfMH4TJ { width:11.4375rem;height:2.4375rem;top:26.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3vArkweqOHwXppp5Ws3KCfJhpKqE1T4 { width:3.75rem;height:2.4375rem;top:27.25rem;left:25.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKpVAS6ny4u938e3m2faP5fnthbmZTms { width:3.75rem;height:1.25rem;top:27.3125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ8pT9iOcpuKmiwDTQZfBut16TSgdd7a { width:3.75rem;height:2.4375rem;top:24.75rem;left:29.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbPZTWHo94OJXehR8uESZ64XvzTtdSSw { width:3.75rem;height:2.4375rem;top:27.25rem;left:10.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRusfiCbAf7C6fIdZyx1Ir4MpPb8KXWL { width:3.75rem;height:1.4375rem;top:28.25rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqSzUXHHdlJ3Jg4kfa2q9op9xJJvzyXB { top:28.875rem;left:18.25rem;width:17.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3BLZGJFdDy6I8SmqxLTy8PEGXT75vuC { width:12.25rem;height:2.4375rem;top:29.625rem;left:10.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2q8VqnxKT5wennmBk9tZNRQO3tbfyoU { width:3.75rem;height:1.25rem;top:29.625rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVS9tHrz7mDBycauXfeTZRl40l5MGVyC { width:3.75rem;height:1.25rem;top:24.25rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsm6PRZ3D9S4cuGTPoXuZWHBP1iydlFA { width:11.125rem;height:2.5625rem;top:29.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPvMN71PZEDg2owoJouDqulSeNnQfohT { width:10.125rem;height:2.5625rem;top:32rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJACL2JK59u804ODIdORk5l1yZDLDcbm { top:5.4375rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95IMEZms2P3Acpd73PLaV9KyFSdORWT { width:38.6875rem;height:6.1875rem;top:2.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRrbbKtFyTw7yzBiNUf7ymNxDkwUozkS { top:30.9375rem;left:31.0625rem;width:12.5rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTXig6ughAUgbXFJNXHV1JTDkL0kz1q5 { width:8rem;height:2.4375rem;top:25.3125rem;left:5.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUNzikfeJxdqomVKTNH2WOnp96uiXRuf { width:8.375rem;height:1.25rem;top:38.9375rem;left:32.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAuNSGT4PGpcVyS7fokA0cNEF7zsmOT0 { top:26.5rem;left:0rem;width:10.375rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBpHQ46qV8JcWqhawIft7q50tnoE728Q { top:53.625rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzmeZ15rwh9iTthz3OZumbRSxXbqkKwC { top:60.5rem;left:31.5625rem;width:9.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd0CCF2R7rlxW6Uk8d9dESiBPpNzA7gJ { width:7.125rem;height:5.1875rem;top:61.8125rem;left:32.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V03CfNV0oAHS92Da5FkTrazgd46zpAGP { width:9.5rem;height:2.4375rem;top:67rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ICIe7NJQIFnShOE8O2QqLdLbuh17Ub { top:60.4375rem;left:37.9375rem;width:9.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4DHSPgJo7tHmIik0AMtqdsEbcHTIieg { width:7rem;height:2.4375rem;top:66.875rem;left:40.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLMT8QpaapFdR9vPVEnTtrHLKxnXBIpN { width:7.125rem;height:5.1875rem;top:61.75rem;left:40.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBOgRZWKrRgbLKs2ehARaJCT4xM9fhGz { top:72.125rem;left:31.5rem;width:9.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnw9QgLTwgHHPKd7RZvIGwTXAmXepl1H { width:9.5rem;height:2.4375rem;top:79.125rem;left:31.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrEV2MzLL0iQzey9pO0WHQE1dSLm7HMH { width:7.125rem;height:5.1875rem;top:73.875rem;left:32.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEkymETFbQSRKyvh1Qqwoi7di4Ndh1n { top:72.0625rem;left:37.9375rem;width:9.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySpLGP43aev1VvtnAIMQ6wZpiruK2VPR { width:9.5rem;height:2.4375rem;top:79rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4fXfQf2tC0XWtFhEGr7qWk0JircC64 { width:7.125rem;height:5.1875rem;top:73.8125rem;left:40.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da4ziRkQn03mg02qiHNmbN8hTlTKSvR1 { width:23rem;height:5.5rem;top:54.5rem;left:17.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxlDwzwaA9WhcNKSJktTRJo7flctidlg { top:36.875rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEnKLPam2Jemr5U1ZC8C3TL8Dl6t8QEq { top:39.625rem;left:2.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO2cVoo5PPEy9coKPyeACizfg9XNDT4E { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7wSyUQTDUT2cTqdubyvuLd4kIXyOoZT { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19v18CDAMbfm3WaTUSeNG8HaPJB10ZO { top:44.8125rem;left:10.25rem;width:7.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8dpQeFTshiUz56eO5zkIRW2cSJxSlf { top:53.25rem;left:9.25rem;width:38.5rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6L068l5oWuFcSRAct5x144U0hh5CfTX { top:54.5rem;left:33.0625rem;width:14.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuvWxWgv3sJdEJQbcg4LOLzcXC0PAxgv { width:12.375rem;height:15rem;top:60.8125rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9HWgDN9BnZeeFGVsUExrNyTkKo3v8z6 { width:14.0625rem;height:0;top:70.9375rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKz5WQNW0HypSrqTBlJc6r6u9RFR3Hh1 { top:15.875rem;left:30.875rem;width:7.3125rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #laTZBRkKAE5BT6EylpbCaCDVdI88DZpz { width:18.4375rem;height:7.875rem;top:145.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T125zr47Mvx1TXRtTT0dKAQpXutwES2m { top:140.8125rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpKTkZn0T7yyoM5tChRrdonicG2TU4T7 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5xOlCCoKGF7aoEG0rUJ8e63XVLGlsR0 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH0s6cJOSkMAncXH6mDTCyrFq0IKSQQR { top:148.625rem;left:10.1875rem;width:7.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMqosGO3iXm9TIefIi8eHebiFyqsuwZC { top:143.0625rem;left:3.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ { top:88.875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwJB1sWaZDaKTfGQcWTQPX40rm40TRH8 { top:105.3125rem;left:0rem;width:10rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvZ3qiKcxoMdTPLyrewPs3z9IaMEtBtQ { width:11.125rem;height:1.25rem;top:92.9375rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOwabHCi8foIl2WWTlVDTvnpioQTMh2O { width:37.3125rem;height:3.0625rem;top:94.9375rem;left:7.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uct2dS8tSsngJOKkwMc7XhH5eeHPkMvf { top:105.3125rem;left:12.875rem;width:10rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKLPTfIhbGwR3V6tNp9vGpbr5EUOHIUc { top:105.3125rem;left:37.375rem;width:10.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iumIbAEwqUekKSNA34kW4ScMqfrBTaWL { width:11.125rem;height:1.25rem;top:125.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdAnIGLyBoKxOvptQpslwyBoxBwQetWX { width:11.125rem;height:1.25rem;top:125.3125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtqnzqyU0ihB6o8vEc158HVNT8hXZLT { width:11.125rem;height:1.25rem;top:125.3125rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJTowdN0CbOeSFBFafJSUz6tByEWg6e { width:11.125rem;height:1.25rem;top:125.3125rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJkCF5tPmIUWV90VlzJvlymq6bFt5CZR { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7xbBmXxBJ9ex7KVkgpGLdKBbghu8S79 { width:14.875rem;height:3.4375rem;top:129.9375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRPLTOx6gupEmD1TuCMCt8BtSEMJdzmt { display:block; }
 }@media only screen and (max-width: 763px) { #FdE0F2Tb0TcwLFNWNfT295vyReTrDWnr { width:11.9375rem;height:2.6875rem;top:79.1875rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvvedOkdchiHCNhgmXWxEKWbzyzJyd4l { display:block; }
 }@media only screen and (max-width: 763px) { #r2h4NZAw8Ra0OWvRgTrGaHT2CAe9QbmD { top:105.4375rem;left:26.9375rem;width:10.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bosrhVrThZNvZ3ZTt9BR2TbTXK14Cu2U { top:5.5625rem;left:1.09375rem;width:29.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNKCQwGPEszPrhkaNQ2HSiq5BtwQknLr { top:92.8125rem;left:21rem;width:10.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1c1UO1iiL1O9SNBVO2qUhUHw8Iias6T { width:11.125rem;height:1.25rem;top:130rem;left:24.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0vTnEA5hiCGOOfUVpaDaz9GnPH0V3OR { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XITh9adFSQKW8TrBZb0irCULAIFNTvWM { width:19.375rem;height:6.1875rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk { display:block; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlTTA7748MTG32WvpGTShJLIiLcCoec5 { top:11.4375rem;left:0rem;width:31.125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNmDNQ4INkee1H63R8CMm2OZvsMAK591 { width:24.625rem;height:3.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th79ZXdWTE8B2EbfhJm80OaipkJ974zu { display:block; }
 }@media only screen and (max-width: 763px) { #cVotaomk67TVXh6dmfkLypxyQDIl3olR { top:34.375rem;left:0rem;width:47.75rem;height:26.835608646189rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6oRI5ZqS6O2SkSyoRyVuLr5h9vRrDI5 { top:17.375rem;left:0rem;width:24.6875rem;height:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9ANG0ci4LG33bhhawpGXicacHBzKgVL { width:29.6875rem;height:5.625rem;top:3.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX1RNNgAKwh62zV1d2ekHzmWNclOIZWH { width:24.125rem;height:1.375rem;top:27.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfBM2v1ah8Ipc5J5OC1kKJ1aofMmEvex { width:37.0625rem;height:1.375rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhLc9weisuV53wFdnoFNkGtlT4d2uQyX { width:26.875rem;height:1.375rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x69iZD53BOefng6xSkc3XlmfLxPmPJuh { width:23.8125rem;height:1.375rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIka5rMGeALP5VeM4htDXxKvWlvHrp25 { width:18.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktIbnb7oboC3TUxhxgVWc1PU7udd5D6X { top:22rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5dvKqg17Tih9ES0r1H7lupB0PhTbdTI { top:24.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXgghSm730RDfcz1G8uQknD21ge7nkKx { top:27.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVw0kKuookLIsepdIdSf5wlhDgtB7fJ0 { top:30.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda { display:block; }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUf3LGIMUPdtSdAUknSpKg5iDcQPt5e5 { top:1.4375rem;left:0rem;width:13.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMZCyqZwyyt8HfEhQBKGtvlDND7GQzsx { top:1.4375rem;left:21.875rem;width:13.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT70she1Sg5wqzmKTil56uFbzgmf0NM1 { top:1.4375rem;left:9.9375rem;width:13.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMyogqL4LfGEKtkIsnqEnkmi21JQp2Rl { top:1.375rem;left:33.8125rem;width:13.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGQzl9vWMhet2CL7rA10KfRZNT8bueC { display:block; }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irxk1Rnu71fmdtqx0OHdgDRl4nmSDDTu { top:3.625rem;left:0rem;width:9.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG6Mzx6bZxRA8cm4vAtU2GhkzQs9C6AW { width:16.0625rem;height:0;top:7.8125rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgkdgPo1IaPCRREz5m28o00wTXO6cdW { width:16.0625rem;height:6.375rem;top:3rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8eb68696-a0dc-4e2d-9854-b1858d942d0e/RocketLeadsbrandbook.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf.adaptive-delivery-prevent-bg, #ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf.lazyload, #ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf.lazyloading { background-image: none; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container { background-color: transparent; background-image: none; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container > .video-iframe-container { display: none; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row > .video-iframe-container { display: none; }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .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); }#ywFo2IBAA5ROzg8DBAzd0KORFyzyhbbf > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUVp93Iq5NFX5apVTE4LQmJtZxvE2RZb { width:20rem;height:21.75rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqDEXsKrbp4AgSmS9vGdhOe5vlAUrdk9 { width:19.875rem;height:9.3496125rem;top:9.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;font-weight:400;font-style:normal;font-family:"clash grotesk";z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PTLaTArmMS8oti44oCoJe4TepDT71L5v { width:20rem;height:11.69824375rem;top:20.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #OHzZ25eqTpf7TNAUT3Bs47xWiEwD2Zlm { width:20rem;height:4.9375rem;top:0.3466796875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(137,103,243,0.62), #7af5d0);background-image: -moz-linear-gradient(90deg, rgba(137,103,243,0.62), #7af5d0);background-image: -ms-linear-gradient(90deg, rgba(137,103,243,0.62), #7af5d0);background-image: -o-linear-gradient(90deg, rgba(137,103,243,0.62), #7af5d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8967f39e', endColorstr='#7af5d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8967f39e', endColorstr='#7af5d0' );";background-image: linear-gradient(90deg, rgba(137,103,243,0.62), #7af5d0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HdJZhxRoOi1gUUbwcyKMDwrZ2QlTzZAO { width:20rem;height:1.86865rem;top:1.880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #fp4IP8n6C2IDMBLlLO43auEuDClGA8hZ { width:9.1875rem;height:1.8125rem;top:5.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaUUraLGZmsTiztHvrNzathZhlTw3q8z { width:0.0625rem;height:1.875rem;top:5.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbPV50R2gCEeOVNFPRCAxfvzc3QdtVTn { width:12.25rem;height:2.3125rem;top:68.34814453125rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fz5dvHk20HRIkZyZBaNefLNbIBOMQPu0 { width:9.875rem;height:1.9375rem;top:5.8125rem;left:9.5625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #esQ7kXNFxe08crdbvMBMbpSglvNerhMQ { background-color:rgba(255,255,255,0.76);background-image:none;display:block; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container { background-color: transparent; background-image: none; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container > .video-iframe-container { display: none; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row > .video-iframe-container { display: none; }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .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); }#esQ7kXNFxe08crdbvMBMbpSglvNerhMQ > .row .container { width:20rem;height:277.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVTQqqvI7mGXV8mTepw6AAuzLNHIvEPU { width:18.3125rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #EwdCNo4Ki0cnLAPovGgsUQWVhweWzE9p { width:12.25rem;height:0;top:80.374025rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #gSpXsSV2ZWoohcSFvL7cLg9GLdaHnNVu { width:20rem;height:6.49903125rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:inter;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GFx2TSI7irU0mD0GEdK8hSRIkyffReKS { width:14.875rem;height:23.3125rem;top:49.624025rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuA9DZc2DqrqvI3t4ekM2cc4Z9N4ikTT { width:18.875rem;height:8.25rem;top:32.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPR9BZSmhqhhVWSLWDmDM5KgDCwGIbed { width:4.8125rem;height:2.125rem;top:33.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAwro6rcMi1utGzexm60p1I5OxRIZzR { width:20rem;height:14.5rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzLhSBPwDma8OQSStAgpOyGiS7oixF0 { width:12.25rem;height:0;top:79.749025rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:none; }
 }@media only screen and (max-width: 763px) { #lBOpTqOldOdNhXB0PabTVxxTrZnUifOu { width:3.1875rem;height:2.4375rem;top:22.0625rem;left:11.625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #XOLTxgD7OD3pIxpTQVoRe8QpZF7ibKZ4 { width:4.9375rem;height:0;top:82.186525rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:none; }
 }@media only screen and (max-width: 763px) { #h9prwX8CyZt8OzLM91NHqN0PgaLlDm2w { width:12.5rem;height:5.75rem;top:35.375rem;left:6.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XOJ0XqmBItTEssEpkIGoD8qX91RyRvtP { width:20rem;height:11.0625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtTD5W5SZ9hPbaD1fcqErJyn2dxODy7v { width:3.75rem;height:2.4375rem;top:8.0625rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #laUUqeOVxxZy2kDiVHv4URlw39S0H806 { width:3.75rem;height:2.4375rem;top:12.9375rem;left:16.25rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #o7g7l1aXaoG28nZ1PQN9RU1erwqyEwGA { width:3.75rem;height:1.29980625rem;top:24.0625rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #ndDdAMExIkvyEmsG9ABSAse3bTvPxnVX { width:9.8125rem;height:11.0625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9zTVTTBzqz9EFGZZ1i1LF2m11uwKlTe { width:7.375rem;height:2.5996125rem;top:27.8125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #nQEHp5bGbO3sq8oiMgBMyqOgNWJ8MLUV { width:7.6875rem;height:2.4375rem;top:25.375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #EGaiEcqcGaA5yodOiG9l5eCGHIKsB7ds { width:10.375rem;height:8.5625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKWxQf5tt7sCwCdpEBpAFPtyMFIo4dKi { width:8.9375rem;height:3.875rem;top:20.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ0vEPdBOMLx5GiiEDatiXSytIARWCOd { width:3.75rem;height:2.4375rem;top:9.3125rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #ZFcX7HRq30XuqoyGcsUye1uDhISB1pwl { width:3.75rem;height:1.29980625rem;top:9.625rem;left:16.25rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #d4r5nxki5Bc7DDtFQGufo8qs0kfMH4TJ { width:12.25rem;height:2.4375rem;top:42.125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #F3vArkweqOHwXppp5Ws3KCfJhpKqE1T4 { width:3.75rem;height:2.4375rem;top:9.3125rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #lKpVAS6ny4u938e3m2faP5fnthbmZTms { width:3.75rem;height:0;top:115.449221875rem;left:9.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:none; }
 }@media only screen and (max-width: 763px) { #WJ8pT9iOcpuKmiwDTQZfBut16TSgdd7a { width:3.75rem;height:2.4375rem;top:9.5rem;left:16.25rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #nbPZTWHo94OJXehR8uESZ64XvzTtdSSw { width:3.75rem;height:2.4375rem;top:10.4375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #CRusfiCbAf7C6fIdZyx1Ir4MpPb8KXWL { width:3.75rem;height:1.4624rem;top:11.4375rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #CqSzUXHHdlJ3Jg4kfa2q9op9xJJvzyXB { width:13.25rem;height:4.625rem;top:13.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3BLZGJFdDy6I8SmqxLTy8PEGXT75vuC { width:12.25rem;height:2.4375rem;top:12.8125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #e2q8VqnxKT5wennmBk9tZNRQO3tbfyoU { width:3.75rem;height:1.29980625rem;top:12.8125rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #fVS9tHrz7mDBycauXfeTZRl40l5MGVyC { width:3.75rem;height:1.29980625rem;top:8.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #Lsm6PRZ3D9S4cuGTPoXuZWHBP1iydlFA { width:17.875rem;height:1.29980625rem;top:44.5rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #CPvMN71PZEDg2owoJouDqulSeNnQfohT { width:9.25rem;height:2.5996125rem;top:15.1875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #EJACL2JK59u804ODIdORk5l1yZDLDcbm { width:16.875rem;height:30rem;top:81.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95IMEZms2P3Acpd73PLaV9KyFSdORWT { width:19.375rem;height:0;top:0.5625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:none; }
 }@media only screen and (max-width: 763px) { #GRrbbKtFyTw7yzBiNUf7ymNxDkwUozkS { width:9.75rem;height:11.0625rem;top:20.0625rem;left:10.25rem;z-index:15015;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTXig6ughAUgbXFJNXHV1JTDkL0kz1q5 { width:8rem;height:2.4375rem;top:25.3125rem;left:11.625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #tUNzikfeJxdqomVKTNH2WOnp96uiXRuf { width:8.375rem;height:1.29980625rem;top:27.75rem;left:11.625rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #rAuNSGT4PGpcVyS7fokA0cNEF7zsmOT0 { width:18.875rem;height:8.25rem;top:32.875rem;left:0.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RBpHQ46qV8JcWqhawIft7q50tnoE728Q { width:16.875rem;height:30rem;top:162.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzmeZ15rwh9iTthz3OZumbRSxXbqkKwC { width:8.625rem;height:10.4375rem;top:132.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd0CCF2R7rlxW6Uk8d9dESiBPpNzA7gJ { width:7.125rem;height:5.199225rem;top:133.375rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #V03CfNV0oAHS92Da5FkTrazgd46zpAGP { width:7.9375rem;height:2.2744125rem;top:138.5625rem;left:10.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ICIe7NJQIFnShOE8O2QqLdLbuh17Ub { width:8.625rem;height:10.4375rem;top:132.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4DHSPgJo7tHmIik0AMtqdsEbcHTIieg { width:7rem;height:2.2744125rem;top:138.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLMT8QpaapFdR9vPVEnTtrHLKxnXBIpN { width:7.125rem;height:5.199225rem;top:133.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #uBOgRZWKrRgbLKs2ehARaJCT4xM9fhGz { width:8.625rem;height:10.4375rem;top:143.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnw9QgLTwgHHPKd7RZvIGwTXAmXepl1H { width:9.5rem;height:2.2744125rem;top:150.6875rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrEV2MzLL0iQzey9pO0WHQE1dSLm7HMH { width:7.125rem;height:5.199225rem;top:145.25rem;left:11.25rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #KaEkymETFbQSRKyvh1Qqwoi7di4Ndh1n { width:8.625rem;height:10.4375rem;top:143.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySpLGP43aev1VvtnAIMQ6wZpiruK2VPR { width:9.5rem;height:2.2744125rem;top:150.625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4fXfQf2tC0XWtFhEGr7qWk0JircC64 { width:7.125rem;height:5.199225rem;top:145.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #Da4ziRkQn03mg02qiHNmbN8hTlTKSvR1 { width:20rem;height:4.125rem;top:116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #bxlDwzwaA9WhcNKSJktTRJo7flctidlg { width:20rem;height:18.3125rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEnKLPam2Jemr5U1ZC8C3TL8Dl6t8QEq { width:2.875rem;height:2.875rem;top:62.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO2cVoo5PPEy9coKPyeACizfg9XNDT4E { width:7.5rem;height:2.5996125rem;top:67.0625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i7wSyUQTDUT2cTqdubyvuLd4kIXyOoZT { width:18.125rem;height:6.12305rem;top:70.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19v18CDAMbfm3WaTUSeNG8HaPJB10ZO { width:7.3125rem;height:1.5rem;top:14.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8dpQeFTshiUz56eO5zkIRW2cSJxSlf { width:20rem;height:48.5rem;top:112.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6L068l5oWuFcSRAct5x144U0hh5CfTX { width:8.1875rem;height:2.9375rem;top:112.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuvWxWgv3sJdEJQbcg4LOLzcXC0PAxgv { width:18.4375rem;height:0;top:137.9375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9HWgDN9BnZeeFGVsUExrNyTkKo3v8z6 { width:14.0625rem;height:5.949225rem;top:146.275390625rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKz5WQNW0HypSrqTBlJc6r6u9RFR3Hh1 { width:7.3125rem;height:1.5rem;top:77.375rem;left:6.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #laTZBRkKAE5BT6EylpbCaCDVdI88DZpz { width:18.4375rem;height:10.5rem;top:120.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #T125zr47Mvx1TXRtTT0dKAQpXutwES2m { width:20rem;height:20.9375rem;top:255.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpKTkZn0T7yyoM5tChRrdonicG2TU4T7 { width:19.0625rem;height:6.12305rem;top:266rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5xOlCCoKGF7aoEG0rUJ8e63XVLGlsR0 { width:9.4375rem;height:2.5996125rem;top:262.4375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nH0s6cJOSkMAncXH6mDTCyrFq0IKSQQR { width:7.3125rem;height:1.5rem;top:272.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMqosGO3iXm9TIefIi8eHebiFyqsuwZC { width:3.75rem;height:3.75rem;top:257.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ { width:20rem;height:60.25rem;top:193.8125rem;left:0rem;background-color:#303030;background-image:url("https://images.assets-landingi.com/uc/8eb68696-a0dc-4e2d-9854-b1858d942d0e/RocketLeadsbrandbook.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ.adaptive-delivery-prevent-bg, #NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ.lazyload, #NfCRJIphDAeA7KK8tg9LSigoPcpPq1zQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HwJB1sWaZDaKTfGQcWTQPX40rm40TRH8 { width:8.4375rem;height:15.8125rem;top:209.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvZ3qiKcxoMdTPLyrewPs3z9IaMEtBtQ { width:11.0625rem;height:0;top:234.375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";color:#8967f3;display:none; }
 }@media only screen and (max-width: 763px) { #XOwabHCi8foIl2WWTlVDTvnpioQTMh2O { width:20rem;height:4.125rem;top:197.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #uct2dS8tSsngJOKkwMc7XhH5eeHPkMvf { width:8.4375rem;height:15rem;top:209.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKLPTfIhbGwR3V6tNp9vGpbr5EUOHIUc { width:7.625rem;height:14.0625rem;top:229.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iumIbAEwqUekKSNA34kW4ScMqfrBTaWL { width:9.9375rem;height:1.29980625rem;top:226.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #EdAnIGLyBoKxOvptQpslwyBoxBwQetWX { width:10.4375rem;height:1.29980625rem;top:226.625rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #PRtqnzqyU0ihB6o8vEc158HVNT8hXZLT { width:10.8125rem;height:1.29980625rem;top:244.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #fRJTowdN0CbOeSFBFafJSUz6tByEWg6e { width:10.8125rem;height:1.29980625rem;top:244.25rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #fJkCF5tPmIUWV90VlzJvlymq6bFt5CZR { width:20rem;height:3.673825rem;top:203.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7xbBmXxBJ9ex7KVkgpGLdKBbghu8S79 { width:14.875rem;height:3.4375rem;top:248.4375rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRPLTOx6gupEmD1TuCMCt8BtSEMJdzmt { display:block; }
 }@media only screen and (max-width: 763px) { #FdE0F2Tb0TcwLFNWNfT295vyReTrDWnr { width:15.375rem;height:3.4375rem;top:156.0625rem;left:2.3125rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lvvedOkdchiHCNhgmXWxEKWbzyzJyd4l { display:block; }
 }@media only screen and (max-width: 763px) { #r2h4NZAw8Ra0OWvRgTrGaHT2CAe9QbmD { width:8rem;height:13.9375rem;top:229.375rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bosrhVrThZNvZ3ZTt9BR2TbTXK14Cu2U { width:11.9375rem;height:2.0625rem;top:4.8125rem;left:4.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNKCQwGPEszPrhkaNQ2HSiq5BtwQknLr { width:10.875rem;height:1.5rem;top:195.8125rem;left:4.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1c1UO1iiL1O9SNBVO2qUhUHw8Iias6T { width:11.0625rem;height:1.29980625rem;top:195.9375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h0vTnEA5hiCGOOfUVpaDaz9GnPH0V3OR { top:47.9375rem;left:0rem;width:20rem;height:13.3125rem;z-index:15034;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITh9adFSQKW8TrBZb0irCULAIFNTvWM { width:19.375rem;height:6.1875rem;top:0.625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk > .row .container { border-width: 0; border-radius: 0; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4yOM5WRh35wAsi0qVFSVWBXc4IGlZuk > .row .container { width:20rem;height:58.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XlTTA7748MTG32WvpGTShJLIiLcCoec5 { width:20rem;height:11.19921875rem;top:7.2890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNmDNQ4INkee1H63R8CMm2OZvsMAK591 { width:18.4375rem;height:3.1875rem;top:36.25rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th79ZXdWTE8B2EbfhJm80OaipkJ974zu { display:block; }
 }@media only screen and (max-width: 763px) { #cVotaomk67TVXh6dmfkLypxyQDIl3olR { width:19.3125rem;height:10.875rem;top:34.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6oRI5ZqS6O2SkSyoRyVuLr5h9vRrDI5 { width:20rem;height:25.25rem;top:29.4375rem;left:0rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #n9ANG0ci4LG33bhhawpGXicacHBzKgVL { width:20rem;height:3.75rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX1RNNgAKwh62zV1d2ekHzmWNclOIZWH { width:17.0625rem;height:2.79980625rem;top:28.375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfBM2v1ah8Ipc5J5OC1kKJ1aofMmEvex { width:16.9375rem;height:2.79980625rem;top:24.375rem;left:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhLc9weisuV53wFdnoFNkGtlT4d2uQyX { width:16.9375rem;height:2.79980625rem;top:20.6875rem;left:3.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x69iZD53BOefng6xSkc3XlmfLxPmPJuh { width:17.0625rem;height:2.79980625rem;top:31.97509765625rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIka5rMGeALP5VeM4htDXxKvWlvHrp25 { top:31.1748046875rem;left:0rem;width:20rem;height:26.8125rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ktIbnb7oboC3TUxhxgVWc1PU7udd5D6X { width:1.8125rem;height:1.8125rem;top:20.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5dvKqg17Tih9ES0r1H7lupB0PhTbdTI { width:1.8125rem;height:1.8125rem;top:24.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXgghSm730RDfcz1G8uQknD21ge7nkKx { width:1.8125rem;height:1.8125rem;top:28.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVw0kKuookLIsepdIdSf5wlhDgtB7fJ0 { width:1.8125rem;height:1.8125rem;top:31.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda { display:block; }#QSWbBSqpVEaoInnZa5AqzsXPJIvfxgda > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUf3LGIMUPdtSdAUknSpKg5iDcQPt5e5 { width:8.8125rem;height:4.25rem;top:1.625rem;left:1.001953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMZCyqZwyyt8HfEhQBKGtvlDND7GQzsx { width:8.875rem;height:4.25rem;top:6.84375rem;left:10.41796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT70she1Sg5wqzmKTil56uFbzgmf0NM1 { width:8.4375rem;height:3.9375rem;top:1.71875rem;left:10.855603448276rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMyogqL4LfGEKtkIsnqEnkmi21JQp2Rl { width:8.625rem;height:4.3125rem;top:6.75rem;left:0.87731481481481rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGQzl9vWMhet2CL7rA10KfRZNT8bueC { display:block; }#VrGQzl9vWMhet2CL7rA10KfRZNT8bueC > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irxk1Rnu71fmdtqx0OHdgDRl4nmSDDTu { width:5.1875rem;height:2.75rem;top:2.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG6Mzx6bZxRA8cm4vAtU2GhkzQs9C6AW { width:16.0625rem;height:0;top:6.625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgkdgPo1IaPCRREz5m28o00wTXO6cdW { width:16.0610625rem;height:5.5996rem;top:6.625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:inter;display:block; }
 }