.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:249,218,222;--color-primary-1:235,133,146;--color-primary-2:214,10,36;--color-primary-3:107,5,18;--color-primary-4:32,2,5;--color-secondary-0:255,255,255;--color-secondary-1:241,241,241;--color-secondary-2:239,236,236;--color-secondary-3:143,142,142;--color-secondary-4:48,47,47;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/164dc1ed-4933-4ca8-bf2b-5d51a9eb86c2/Gemini_Generated_Image_iaje5wiaje5wiaje.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.5625rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { 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:5.5625rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#g1hTBQ36nTd91haXagpHPToMcdVyWE0k { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:18.8125rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IBhPMZkSDsEErbtummNSblzXi84bsi6N { position:absolute;display:block;z-index:15009;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:5.625rem;width:13.6875rem;top:28.3125rem;left:0rem;overflow:hidden;display:block; }
#STEqQO0tahI7ybBEFHHEIS12FrJHhCZK { background-color:transparent;background-image:none;border-top:0.125rem solid #d60a24;border-left:0.125rem solid #d60a24;border-right:0.125rem solid #d60a24;border-bottom:0.125rem solid #d60a24;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#d60a24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:49.9375rem;left:14.4375rem;display:block; }
#GLyVWQdkNyKo8Vs5o1Eh8A5C7GygtPhi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTmhA3Nkasr5b5yIghmmvzAfSCMT2LbE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.9375rem;left:0rem;display:block; }
#Pun8C30yAHTX73R2tBWDT1mE8pmIeygz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { position:relative;display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { background-color: transparent; background-image: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container > .video-iframe-container { display: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row > .video-iframe-container { display: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .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); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { border-width: 0; border-radius: 0; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .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; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:17.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { position:relative;display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { background-color: transparent; background-image: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container > .video-iframe-container { display: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row > .video-iframe-container { display: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .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); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { border-width: 0; border-radius: 0; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .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; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:9.75rem;left:41.8125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { position:absolute;display:block;z-index:15001;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:23.9375rem;width:34.25rem;top:0rem;left:3.46875rem;overflow:hidden;display:block; }
#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { background-color: transparent; background-image: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container > .video-iframe-container { display: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container { display: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .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); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { border-width: 0; border-radius: 0; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#za71hDmA8TT4vLEifKhb3guF508u129b { 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:31.6875rem;width:31.6875rem;top:2.03125rem;left:40.40625rem;overflow:hidden;display:block; }
#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
#iUb5i0DKDChquKZvCauHG207TubdqTeW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { color:rgba(var(--color-primary-2),1);display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEQPSGHtmm08uDRyP796lfylLyP7uUR0 { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.375rem;left:0rem;display:block; }
#zrgRm4LrZu0OCMkIHhrJwNNo7OtrJ7vt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { position:relative;display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { background-color: transparent; background-image: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container > .video-iframe-container { display: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row > .video-iframe-container { display: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .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); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { border-width: 0; border-radius: 0; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .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; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.40625rem;left:17.21875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { position:relative;display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { background-color: transparent; background-image: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container > .video-iframe-container { display: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row > .video-iframe-container { display: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .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); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { border-width: 0; border-radius: 0; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .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; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Grbvavm8cP1EEeh4ZQeB6BH7VUk63X5B { 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:10.625rem;width:10.625rem;top:1.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#CDFKDolk6UArMdxeBhogs7EIK89Pc4EK { 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:10.625rem;width:10.625rem;top:1.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#LclJ8PxHvXfXHcbkuZF75KzXueVZTALs { position:absolute;display:block;z-index:15021;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:10.625rem;width:10.625rem;top:1.6875rem;left:25.9375rem;overflow:hidden;display:block; }
#Vw8fxBOu3fhdVRCxH8XG6aBGvhpubczi { position:absolute;display:block;z-index:15020;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:10.625rem;width:10.625rem;top:1.6875rem;left:38.4375rem;overflow:hidden;display:block; }
#JeXwcQFhZBn2dxMrVipRE7f811JripLi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#GNPxGuoL6fQdvgW4Js3saF2slvzLdKOA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:12.9375rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#NWBGwi1wXsuV5ApflWzgzN5aTk2FSBhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:12.9375rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#mruZoAyZuFXMTMKkolEKpo9tDh308yVk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:12.9375rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#PblIw0b21nA00QIhvN6WKZBU11cTFIxn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:12.9375rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#kxeUdsq2QyXIMUtKzpBTiJ84efFIu8WN { position:absolute;display:block;z-index:15023;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:10.625rem;width:10.625rem;top:1.6875rem;left:50.9375rem;overflow:hidden;display:block; }
#QmKNGKlG797ckl5T1fez0uH7RXwTQVQo { position:absolute;display:block;z-index:15022;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:10.625rem;width:10.625rem;top:1.6875rem;left:63.4375rem;overflow:hidden;display:block; }
#vvZ511l4PEVxhHncQEK0tiIC8iazQqAU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:12.9375rem;left:62.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#mBg0hHqKakEd7T6ODX1gXpVzrOuX8hmT { position:absolute;display:block;z-index:15032;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:10.625rem;width:10.625rem;top:15.25rem;left:38.4375rem;overflow:hidden;display:block; }
#Kq6ofAe4xw142aFKW8P0LJ1uU35ONxbO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:26.5rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#f7hn5JJCflf6EC3SoL9nc3TgWQRTCN1k { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:26.5rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#eZNnRr2EcRaRnSHkPLPJIB382JyMeSvd { position:absolute;display:block;z-index:15035;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:10.625rem;width:10.625rem;top:15.25rem;left:50.9375rem;overflow:hidden;display:block; }
#yTO0NO2NlVZ1GNlHKeyh565H2J56P3KL { position:absolute;display:block;z-index:15034;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:10.625rem;width:10.625rem;top:15.25rem;left:63.4375rem;overflow:hidden;display:block; }
#hztVLSDVNgCUCvlx5pr5a9aXSd7bMxm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:26.5rem;left:62.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#qK1r86n7masnUorsJ9zRWrmDcHqkZ93k { position:absolute;display:block;z-index:15030;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:10.625rem;width:10.625rem;top:15.25rem;left:13.4375rem;overflow:hidden;display:block; }
#G7Zl7TKzm19VT74gkGi6z4EqhMfUmWe3 { position:absolute;display:block;z-index:15033;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:10.625rem;width:10.625rem;top:15.25rem;left:25.9375rem;overflow:hidden;display:block; }
#LC76A92uXIMqAAoAdxK9DaMvUbDL43kF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:26.5rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Ak1gH1xCkFf2Qtti9hKhoALofsXD8Qpf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:26.5rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Nl07RUABMyMICvKi8R1s5FIQzwlN5kZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:26.5rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#iefXW5QstrpHT19UPT2oJM99pQFAkN0A { position:absolute;display:block;z-index:15031;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:10.625rem;width:10.625rem;top:15.25rem;left:0.9375rem;overflow:hidden;display:block; }
#NuqcKW0WRSknDlgq0liebHOTpMHh2C9A { position:absolute;display:block;z-index:15044;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:10.625rem;width:10.625rem;top:28.875rem;left:38.4375rem;overflow:hidden;display:block; }
#do7xd55T2shv8AJhc5WClTG7XNVOTEwt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:40.125rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#wTZVmXqpVTiuz43UAoitMgJ2mJrZXScr { position:absolute;display:block;z-index:15042;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:10.625rem;width:10.625rem;top:28.875rem;left:13.4375rem;overflow:hidden;display:block; }
#pipELdEDk5cPArpqUvO6PpiFeqggBmpd { position:absolute;display:block;z-index:15045;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:10.625rem;width:10.625rem;top:28.875rem;left:25.9375rem;overflow:hidden;display:block; }
#wUF0CnKdl8mZyJLtT4NoT4hl7yb1HbJm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:40.125rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#dCgFH1sPGNJcVhqJIKb6OoWaaecAQ7h2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:40.125rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#wesgWoKgUxQGnxlfIctLBuGZ5MS8yJG9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:40.125rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#d7c94G54Mt5ie9anVT16Q8x266kweOBW { position:absolute;display:block;z-index:15043;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:10.625rem;width:10.625rem;top:28.875rem;left:0.9375rem;overflow:hidden;display:block; }
#JlgTrx89gHaVTQD6PH6LmNhZGbp3vdbU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:40.125rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#yOhdW4fiDlX2mAN5M0aoq6MnAkOw2USX { position:absolute;display:block;z-index:15047;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:10.625rem;width:10.625rem;top:28.875rem;left:50.9375rem;overflow:hidden;display:block; }
#ETQyaTSXvsJDSKSftRW4ydmFMiM1X8T4 { position:absolute;display:block;z-index:15046;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:10.625rem;width:10.625rem;top:28.875rem;left:63.4375rem;overflow:hidden;display:block; }
#TSTxXT3pe08B7hfdZU78BtgUDqaRSn7i { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:40.125rem;left:62.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#hJXMN1dTGSOCsAW7iLkk41nWSXODAFfS { position:absolute;display:block;z-index:15066;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:10.625rem;width:10.625rem;top:56.125rem;left:13.4375rem;overflow:hidden;display:block; }
#uTX57T3BB3ym8TC3Be3lGRkW7vbdbwL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:67.375rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#gIiVtv9DoQVcQhmRriMUmo26g43tpqpm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:67.375rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#WmzXzPauaG0pauTOBmP0Ni6rtTJQmst6 { position:absolute;display:block;z-index:15067;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:10.625rem;width:10.625rem;top:56.125rem;left:0.9375rem;overflow:hidden;display:block; }
#L93qItNH0OddBIHpdSTLMpd79VKFDk8K { position:absolute;display:block;z-index:15069;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:10.625rem;width:10.625rem;top:56.125rem;left:25.9375rem;overflow:hidden;display:block; }
#u7iImv71b06HvUOn7DXusgiwT6VTKCwt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:67.375rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#mCus6vN4qVoeGAOMk812HX3vWo3WcoKh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:67.375rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#IJNkuHvbiv5hnGLH2aDM2KbF54DBxFV8 { position:absolute;display:block;z-index:15068;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:10.625rem;width:10.625rem;top:56.125rem;left:38.4375rem;overflow:hidden;display:block; }
#H3yzm0qgRZRrFmTeN7wtbOVSc6xxnlx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:53.75rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#dIPPFQ2rnfMAxGGHXgu8pBABsVlThmtO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:53.75rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#VRbtpZkowmPsSISylSfl7coe3AI1rDTu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:53.75rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#QlpDyaDqqA6a5DkeaOh9oe2o1M71JPcI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:53.75rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#WMOPNvcUd2smOA6WkE5rXUEvs5NIIhzh { position:absolute;display:block;z-index:15056;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:10.625rem;width:10.625rem;top:42.5rem;left:38.4375rem;overflow:hidden;display:block; }
#zRGz6WSkZz3k6GMOgE50IaiFtOB2G60o { position:absolute;display:block;z-index:15054;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:10.625rem;width:10.625rem;top:42.5rem;left:13.4375rem;overflow:hidden;display:block; }
#y7QStCx8S127PSWCcf8xnCgfIuswvJ07 { position:absolute;display:block;z-index:15057;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:10.625rem;width:10.625rem;top:42.5rem;left:25.9375rem;overflow:hidden;display:block; }
#WsBw0UCguTI0J7GMIuv2HsIXq8UMNzAU { position:absolute;display:block;z-index:15055;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:10.625rem;width:10.625rem;top:42.5rem;left:0.9375rem;overflow:hidden;display:block; }
#yZ1w3STWHHynQtPKluERkVzE2T8ida1q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:53.75rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#uoSGhvaZHiQOiZDwrtoQ1DeJ3VHlJBLG { position:absolute;display:block;z-index:15059;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:10.625rem;width:10.625rem;top:42.5rem;left:50.9375rem;overflow:hidden;display:block; }
#LLyIe0eCwNJUTU82924RMTM9HOMpmFuF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:67.375rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#i3Ozsuv0hotzBQt8r5i5MSfgHsegXaen { position:absolute;display:block;z-index:15071;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:10.625rem;width:10.625rem;top:56.125rem;left:50.9375rem;overflow:hidden;display:block; }
#PN0mJoEH3Hi1VLbLJV1VUTLTxByqTPIa { position:absolute;display:block;z-index:15058;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:10.625rem;width:10.625rem;top:42.5rem;left:63.4375rem;overflow:hidden;display:block; }
#KuxRvi2ccr712741qAlEqJhyMvgfo4yD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:53.75rem;left:62.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ZxT81I2eNNIlQ9IhqTDbTGeGmndiuh46 { position:absolute;display:block;z-index:15070;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:10.625rem;width:10.625rem;top:56.125rem;left:63.4375rem;overflow:hidden;display:block; }
#wDr3HKoRzwqz220uGFc8UTewgJAc4aOV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:67.375rem;left:62.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/848f31ce-8c58-4e41-81d8-5588c5ac53af/Gemini_Generated_Image_j2bz9ij2bz9ij2bz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz.adaptive-delivery-prevent-bg, #JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz.lazyload, #JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz.lazyloading { background-image: none; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container { background-color: transparent; background-image: none; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container > .video-iframe-container { display: none; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row > .video-iframe-container { display: none; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .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); }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container { border-width: 0; border-radius: 0; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { background-color: transparent; background-image: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container > .video-iframe-container { display: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row > .video-iframe-container { display: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .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); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { border-width: 0; border-radius: 0; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#aKnmaLWRnwFDZXc0HihQ9VXXU8KdWzBb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7.5rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#hLp1asdNAWfGxuk0RZ1tchO7T4fHAaHk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:3.125rem;left:12.0625rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nWnU8nJsxqpARq0UKWpMTVVG4SxDi10k { color:rgba(var(--color-tertiary-0),0.6);display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5.875rem;left:12.0625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJbkD7GiJXuiRiBnpBDkXANESNM2BrDt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.125rem;left:56rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2yntpV3NBGdvRvU2h4VwmukbAubNtlb { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:56rem;display:block; }
#m3T2RR4qsCETvb9D2WAEVIiycXm6IeIE { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6.5rem;left:56.8125rem; }
#m3T2RR4qsCETvb9D2WAEVIiycXm6IeIE > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#oDLUT6HVVRAlW1Qt6HLfZiPNiimxULev { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:59.625rem;display:block; }
#SyiXcosgIBbZFn5PV8dkQpdo4zJHTHv4 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6.5rem;left:60.4375rem; }
#SyiXcosgIBbZFn5PV8dkQpdo4zJHTHv4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Ba3MBvOFm0KLnpfkU5NXdrKkDiu7gxpI { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.75rem;left:63.125rem;display:block; }
#HelX3mcchOzQStiHvsvcZ8kqi7beIBwk { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:6.5625rem;left:63.9375rem; }
#HelX3mcchOzQStiHvsvcZ8kqi7beIBwk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#aUHvNPDNZN70xZWLxm1RDbL311XZXQKO { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:70.125rem;display:block; }
#mSi7UVAwdNxe8HweMCr6EmgOKhHmPysH { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:66.625rem;display:block; }
#RGJfGSxq4LzhTPKpN9K7V9kpHKDXwVTz { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6.5rem;left:70.9375rem; }
#RGJfGSxq4LzhTPKpN9K7V9kpHKDXwVTz > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#zwJVceU7QH79PCT5s1g78vUtmt87c01b { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:6.5rem;left:67.4375rem; }
#zwJVceU7QH79PCT5s1g78vUtmt87c01b > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#wRWl4zkaQ9EghavTiQLMTGDEfZ1F1CFQ { color:rgba(var(--color-tertiary-0),0.7);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.875rem;left:16.875rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ya565o27lM9KiUhmX0S2FieHnffQIzgG { color:rgba(var(--color-tertiary-0),0.6);display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.875rem;left:31.5rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NtTeoRHTzAQu3NKaRCDAdexgpUNGDB9n { color:rgba(var(--color-tertiary-0),0.7);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5.875rem;left:36.4375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:37.1875rem;height:6.5rem;top:10.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:8.125rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hTBQ36nTd91haXagpHPToMcdVyWE0k { width:30.8125rem;height:4.875rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhPMZkSDsEErbtummNSblzXi84bsi6N { top:28.3125rem;left:0rem;width:13.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STEqQO0tahI7ybBEFHHEIS12FrJHhCZK { width:13.75rem;height:3.375rem;top:49.9375rem;left:0.8125rem;background-color:#ff5e14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GLyVWQdkNyKo8Vs5o1Eh8A5C7GygtPhi { display:block; }
 }@media only screen and (max-width: 763px) { #fTmhA3Nkasr5b5yIghmmvzAfSCMT2LbE { width:13.8125rem;height:3.375rem;top:49.9375rem;left:0rem;background-color:#ff5e14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pun8C30yAHTX73R2tBWDT1mE8pmIeygz { display:block; }
 }@media only screen and (max-width: 763px) { #DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { top:2.375rem;left:3.59375rem;width:40.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { top:9.75rem;left:21.125rem;width:26.625rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { top:0rem;left:0rem;width:34.25rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { display:block; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za71hDmA8TT4vLEifKhb3guF508u129b { top:2rem;left:16.0625rem;width:31.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { width:37.5625rem;height:;top:11.25rem;left:0rem;font-size:0.875rem;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
 }@media only screen and (max-width: 763px) { #iUb5i0DKDChquKZvCauHG207TubdqTeW { width:28.8125rem;height:1.4375rem;top:9.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { width:28.8125rem;height:3.5rem;top:3.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEQPSGHtmm08uDRyP796lfylLyP7uUR0 { width:13.125rem;height:3.375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrgRm4LrZu0OCMkIHhrJwNNo7OtrJ7vt { display:block; }
 }@media only screen and (max-width: 763px) { #MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { top:2.375rem;left:3.59375rem;width:40.5625rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Grbvavm8cP1EEeh4ZQeB6BH7VUk63X5B { top:1.6875rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDFKDolk6UArMdxeBhogs7EIK89Pc4EK { top:1.6875rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LclJ8PxHvXfXHcbkuZF75KzXueVZTALs { top:1.6875rem;left:12.3125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw8fxBOu3fhdVRCxH8XG6aBGvhpubczi { top:1.6875rem;left:24.8125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeXwcQFhZBn2dxMrVipRE7f811JripLi { top:12.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNPxGuoL6fQdvgW4Js3saF2slvzLdKOA { top:12.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBGwi1wXsuV5ApflWzgzN5aTk2FSBhJ { top:12.9375rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mruZoAyZuFXMTMKkolEKpo9tDh308yVk { top:12.9375rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PblIw0b21nA00QIhvN6WKZBU11cTFIxn { top:12.9375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxeUdsq2QyXIMUtKzpBTiJ84efFIu8WN { top:1.6875rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmKNGKlG797ckl5T1fez0uH7RXwTQVQo { top:1.6875rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvZ511l4PEVxhHncQEK0tiIC8iazQqAU { top:12.9375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBg0hHqKakEd7T6ODX1gXpVzrOuX8hmT { top:15.25rem;left:24.8125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq6ofAe4xw142aFKW8P0LJ1uU35ONxbO { top:26.5rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hn5JJCflf6EC3SoL9nc3TgWQRTCN1k { top:26.5rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZNnRr2EcRaRnSHkPLPJIB382JyMeSvd { top:15.25rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTO0NO2NlVZ1GNlHKeyh565H2J56P3KL { top:15.25rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hztVLSDVNgCUCvlx5pr5a9aXSd7bMxm7 { top:26.5rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK1r86n7masnUorsJ9zRWrmDcHqkZ93k { top:15.25rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Zl7TKzm19VT74gkGi6z4EqhMfUmWe3 { top:15.25rem;left:12.3125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC76A92uXIMqAAoAdxK9DaMvUbDL43kF { top:26.5rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak1gH1xCkFf2Qtti9hKhoALofsXD8Qpf { top:26.5rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl07RUABMyMICvKi8R1s5FIQzwlN5kZQ { top:26.5rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iefXW5QstrpHT19UPT2oJM99pQFAkN0A { top:15.25rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuqcKW0WRSknDlgq0liebHOTpMHh2C9A { top:28.875rem;left:24.8125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #do7xd55T2shv8AJhc5WClTG7XNVOTEwt { top:40.125rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZVmXqpVTiuz43UAoitMgJ2mJrZXScr { top:28.875rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pipELdEDk5cPArpqUvO6PpiFeqggBmpd { top:28.875rem;left:12.3125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUF0CnKdl8mZyJLtT4NoT4hl7yb1HbJm { top:40.125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCgFH1sPGNJcVhqJIKb6OoWaaecAQ7h2 { top:40.125rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wesgWoKgUxQGnxlfIctLBuGZ5MS8yJG9 { top:40.125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7c94G54Mt5ie9anVT16Q8x266kweOBW { top:28.875rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgTrx89gHaVTQD6PH6LmNhZGbp3vdbU { top:40.125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOhdW4fiDlX2mAN5M0aoq6MnAkOw2USX { top:28.875rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQyaTSXvsJDSKSftRW4ydmFMiM1X8T4 { top:28.875rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTxXT3pe08B7hfdZU78BtgUDqaRSn7i { top:40.125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJXMN1dTGSOCsAW7iLkk41nWSXODAFfS { top:56.125rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTX57T3BB3ym8TC3Be3lGRkW7vbdbwL5 { top:67.375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIiVtv9DoQVcQhmRriMUmo26g43tpqpm { top:67.375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmzXzPauaG0pauTOBmP0Ni6rtTJQmst6 { top:56.125rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L93qItNH0OddBIHpdSTLMpd79VKFDk8K { top:56.125rem;left:12.3125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7iImv71b06HvUOn7DXusgiwT6VTKCwt { top:67.375rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCus6vN4qVoeGAOMk812HX3vWo3WcoKh { top:67.375rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNkuHvbiv5hnGLH2aDM2KbF54DBxFV8 { top:56.125rem;left:24.8125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3yzm0qgRZRrFmTeN7wtbOVSc6xxnlx3 { top:53.75rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIPPFQ2rnfMAxGGHXgu8pBABsVlThmtO { top:53.75rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbtpZkowmPsSISylSfl7coe3AI1rDTu { top:53.75rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlpDyaDqqA6a5DkeaOh9oe2o1M71JPcI { top:53.75rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOPNvcUd2smOA6WkE5rXUEvs5NIIhzh { top:42.5rem;left:24.8125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRGz6WSkZz3k6GMOgE50IaiFtOB2G60o { top:42.5rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7QStCx8S127PSWCcf8xnCgfIuswvJ07 { top:42.5rem;left:12.3125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsBw0UCguTI0J7GMIuv2HsIXq8UMNzAU { top:42.5rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ1w3STWHHynQtPKluERkVzE2T8ida1q { top:53.75rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoSGhvaZHiQOiZDwrtoQ1DeJ3VHlJBLG { top:42.5rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLyIe0eCwNJUTU82924RMTM9HOMpmFuF { top:67.375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Ozsuv0hotzBQt8r5i5MSfgHsegXaen { top:56.125rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN0mJoEH3Hi1VLbLJV1VUTLTxByqTPIa { top:42.5rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuxRvi2ccr712741qAlEqJhyMvgfo4yD { top:53.75rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxT81I2eNNIlQ9IhqTDbTGeGmndiuh46 { top:56.125rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDr3HKoRzwqz220uGFc8UTewgJAc4aOV { top:67.375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz { display:block; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { background-color: transparent; background-image: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container > .video-iframe-container { display: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row > .video-iframe-container { display: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .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); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { border-width: 0; border-radius: 0; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKnmaLWRnwFDZXc0HihQ9VXXU8KdWzBb { width:7.5rem;height:3.9375rem;top:1.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hLp1asdNAWfGxuk0RZ1tchO7T4fHAaHk { width:17.125rem;height:1.5625rem;top:3.125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nWnU8nJsxqpARq0UKWpMTVVG4SxDi10k { width:7.5rem;height:1.375rem;top:5.875rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #IJbkD7GiJXuiRiBnpBDkXANESNM2BrDt { width:17.125rem;height:1.5625rem;top:3.125rem;left:30.625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r2yntpV3NBGdvRvU2h4VwmukbAubNtlb { width:3rem;height:3rem;top:5.6875rem;left:42.375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m3T2RR4qsCETvb9D2WAEVIiycXm6IeIE { width:1.375rem;height:1.375rem;top:6.5rem;left:43.1875rem;color:#5d92ff;display:block; }
#m3T2RR4qsCETvb9D2WAEVIiycXm6IeIE > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #oDLUT6HVVRAlW1Qt6HLfZiPNiimxULev { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SyiXcosgIBbZFn5PV8dkQpdo4zJHTHv4 { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#SyiXcosgIBbZFn5PV8dkQpdo4zJHTHv4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Ba3MBvOFm0KLnpfkU5NXdrKkDiu7gxpI { width:3rem;height:3rem;top:5.75rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HelX3mcchOzQStiHvsvcZ8kqi7beIBwk { width:1.375rem;height:1.375rem;top:6.5625rem;left:46.375rem;color:#5d92ff;display:block; }
#HelX3mcchOzQStiHvsvcZ8kqi7beIBwk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #aUHvNPDNZN70xZWLxm1RDbL311XZXQKO { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mSi7UVAwdNxe8HweMCr6EmgOKhHmPysH { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RGJfGSxq4LzhTPKpN9K7V9kpHKDXwVTz { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#RGJfGSxq4LzhTPKpN9K7V9kpHKDXwVTz > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #zwJVceU7QH79PCT5s1g78vUtmt87c01b { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#zwJVceU7QH79PCT5s1g78vUtmt87c01b > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #wRWl4zkaQ9EghavTiQLMTGDEfZ1F1CFQ { width:17.5rem;height:6.875rem;top:5.875rem;left:3.25rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #ya565o27lM9KiUhmX0S2FieHnffQIzgG { width:7.5rem;height:4.1875rem;top:5.875rem;left:17.875rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #NtTeoRHTzAQu3NKaRCDAdexgpUNGDB9n { width:17.5rem;height:5.5rem;top:5.875rem;left:22.8125rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/438d8718-8342-4212-87dc-5fe9b11884b6/amio_coversuperpromopion.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:20rem;height:3.75rem;top:6.8125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:6.25rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hTBQ36nTd91haXagpHPToMcdVyWE0k { width:20rem;height:3.1875rem;top:12.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IBhPMZkSDsEErbtummNSblzXi84bsi6N { width:7.5rem;height:3.0625rem;top:20.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STEqQO0tahI7ybBEFHHEIS12FrJHhCZK { width:9.75rem;height:3.125rem;top:52.375rem;left:10.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d60a24;border-left:0.125rem solid #d60a24;border-right:0.125rem solid #d60a24;border-bottom:0.125rem solid #d60a24;box-shadow: none;color:#d60a24;font-size:0.875rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;line-height:1.3;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GLyVWQdkNyKo8Vs5o1Eh8A5C7GygtPhi { display:block; }
 }@media only screen and (max-width: 763px) { #fTmhA3Nkasr5b5yIghmmvzAfSCMT2LbE { width:9.625rem;height:3.125rem;top:52.375rem;left:0rem;background-color:#d60a24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;font-size:0.875rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;line-height:1.3;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Pun8C30yAHTX73R2tBWDT1mE8pmIeygz { display:block; }
 }@media only screen and (max-width: 763px) { #DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { width:20rem;height:4.75rem;top:11.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { width:13.8125rem;height:9.625rem;top:0rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { display:block; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za71hDmA8TT4vLEifKhb3guF508u129b { width:19.9375rem;height:19.9375rem;top:33.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { width:20rem;height:18.9375rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
 }@media only screen and (max-width: 763px) { #iUb5i0DKDChquKZvCauHG207TubdqTeW { width:20rem;height:1.375rem;top:7.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { width:20rem;height:3.25rem;top:2.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEQPSGHtmm08uDRyP796lfylLyP7uUR0 { width:13.125rem;height:3.375rem;top:55.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrgRm4LrZu0OCMkIHhrJwNNo7OtrJ7vt { display:block; }
 }@media only screen and (max-width: 763px) { #MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { width:20rem;height:3rem;top:1.375rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container { width:20rem;height:189.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Grbvavm8cP1EEeh4ZQeB6BH7VUk63X5B { width:9.375rem;height:9.375rem;top:1.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDFKDolk6UArMdxeBhogs7EIK89Pc4EK { width:9.375rem;height:9.375rem;top:1.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LclJ8PxHvXfXHcbkuZF75KzXueVZTALs { width:9.375rem;height:9.375rem;top:13.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw8fxBOu3fhdVRCxH8XG6aBGvhpubczi { width:9.375rem;height:9.375rem;top:13.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeXwcQFhZBn2dxMrVipRE7f811JripLi { width:10rem;height:1.125rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNPxGuoL6fQdvgW4Js3saF2slvzLdKOA { width:10rem;height:1.125rem;top:11.5rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBGwi1wXsuV5ApflWzgzN5aTk2FSBhJ { width:10rem;height:1.125rem;top:23.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mruZoAyZuFXMTMKkolEKpo9tDh308yVk { width:10rem;height:1.125rem;top:23.875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PblIw0b21nA00QIhvN6WKZBU11cTFIxn { width:10rem;height:1.125rem;top:36.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxeUdsq2QyXIMUtKzpBTiJ84efFIu8WN { width:9.375rem;height:9.375rem;top:26.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmKNGKlG797ckl5T1fez0uH7RXwTQVQo { width:9.375rem;height:9.375rem;top:26.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvZ511l4PEVxhHncQEK0tiIC8iazQqAU { width:10rem;height:1.125rem;top:36.25rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBg0hHqKakEd7T6ODX1gXpVzrOuX8hmT { width:9.375rem;height:9.375rem;top:51rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq6ofAe4xw142aFKW8P0LJ1uU35ONxbO { width:10rem;height:1.125rem;top:61rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hn5JJCflf6EC3SoL9nc3TgWQRTCN1k { width:10rem;height:1.125rem;top:73.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZNnRr2EcRaRnSHkPLPJIB382JyMeSvd { width:9.375rem;height:9.375rem;top:63.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTO0NO2NlVZ1GNlHKeyh565H2J56P3KL { width:9.375rem;height:9.375rem;top:63.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hztVLSDVNgCUCvlx5pr5a9aXSd7bMxm7 { width:10rem;height:1.125rem;top:73.375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK1r86n7masnUorsJ9zRWrmDcHqkZ93k { width:9.375rem;height:9.375rem;top:38.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Zl7TKzm19VT74gkGi6z4EqhMfUmWe3 { width:9.375rem;height:9.375rem;top:51rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC76A92uXIMqAAoAdxK9DaMvUbDL43kF { width:10rem;height:1.125rem;top:48.625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak1gH1xCkFf2Qtti9hKhoALofsXD8Qpf { width:10rem;height:1.125rem;top:61rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl07RUABMyMICvKi8R1s5FIQzwlN5kZQ { width:10rem;height:1.125rem;top:48.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iefXW5QstrpHT19UPT2oJM99pQFAkN0A { width:9.375rem;height:9.375rem;top:38.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuqcKW0WRSknDlgq0liebHOTpMHh2C9A { width:9.375rem;height:9.375rem;top:88.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #do7xd55T2shv8AJhc5WClTG7XNVOTEwt { width:10rem;height:1.125rem;top:98.125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZVmXqpVTiuz43UAoitMgJ2mJrZXScr { width:9.375rem;height:9.375rem;top:75.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pipELdEDk5cPArpqUvO6PpiFeqggBmpd { width:9.375rem;height:9.375rem;top:88.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUF0CnKdl8mZyJLtT4NoT4hl7yb1HbJm { width:10rem;height:1.125rem;top:85.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCgFH1sPGNJcVhqJIKb6OoWaaecAQ7h2 { width:10rem;height:1.125rem;top:98.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wesgWoKgUxQGnxlfIctLBuGZ5MS8yJG9 { width:10rem;height:1.125rem;top:85.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7c94G54Mt5ie9anVT16Q8x266kweOBW { width:9.375rem;height:9.375rem;top:75.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgTrx89gHaVTQD6PH6LmNhZGbp3vdbU { width:10rem;height:1.125rem;top:110.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOhdW4fiDlX2mAN5M0aoq6MnAkOw2USX { width:9.375rem;height:9.375rem;top:100.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETQyaTSXvsJDSKSftRW4ydmFMiM1X8T4 { width:9.375rem;height:9.375rem;top:100.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTxXT3pe08B7hfdZU78BtgUDqaRSn7i { width:10rem;height:1.125rem;top:110.5rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJXMN1dTGSOCsAW7iLkk41nWSXODAFfS { width:9.375rem;height:9.375rem;top:150rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTX57T3BB3ym8TC3Be3lGRkW7vbdbwL5 { width:10rem;height:1.125rem;top:160rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIiVtv9DoQVcQhmRriMUmo26g43tpqpm { width:10rem;height:1.125rem;top:160rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmzXzPauaG0pauTOBmP0Ni6rtTJQmst6 { width:9.375rem;height:9.375rem;top:150rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L93qItNH0OddBIHpdSTLMpd79VKFDk8K { width:9.375rem;height:9.375rem;top:162.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7iImv71b06HvUOn7DXusgiwT6VTKCwt { width:10rem;height:1.125rem;top:172.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCus6vN4qVoeGAOMk812HX3vWo3WcoKh { width:10rem;height:1.125rem;top:172.375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNkuHvbiv5hnGLH2aDM2KbF54DBxFV8 { width:9.375rem;height:9.375rem;top:162.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3yzm0qgRZRrFmTeN7wtbOVSc6xxnlx3 { width:10rem;height:1.125rem;top:135.25rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIPPFQ2rnfMAxGGHXgu8pBABsVlThmtO { width:10rem;height:1.125rem;top:122.875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbtpZkowmPsSISylSfl7coe3AI1rDTu { width:10rem;height:1.125rem;top:135.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlpDyaDqqA6a5DkeaOh9oe2o1M71JPcI { width:10rem;height:1.125rem;top:122.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOPNvcUd2smOA6WkE5rXUEvs5NIIhzh { width:9.375rem;height:9.375rem;top:125.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRGz6WSkZz3k6GMOgE50IaiFtOB2G60o { width:9.375rem;height:9.375rem;top:112.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7QStCx8S127PSWCcf8xnCgfIuswvJ07 { width:9.375rem;height:9.375rem;top:125.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsBw0UCguTI0J7GMIuv2HsIXq8UMNzAU { width:9.375rem;height:9.375rem;top:112.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ1w3STWHHynQtPKluERkVzE2T8ida1q { width:10rem;height:1.125rem;top:147.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoSGhvaZHiQOiZDwrtoQ1DeJ3VHlJBLG { width:9.375rem;height:9.375rem;top:137.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLyIe0eCwNJUTU82924RMTM9HOMpmFuF { width:10rem;height:1.125rem;top:184.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Ozsuv0hotzBQt8r5i5MSfgHsegXaen { width:9.375rem;height:9.375rem;top:174.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN0mJoEH3Hi1VLbLJV1VUTLTxByqTPIa { width:9.375rem;height:9.375rem;top:137.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuxRvi2ccr712741qAlEqJhyMvgfo4yD { width:10rem;height:1.125rem;top:147.625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxT81I2eNNIlQ9IhqTDbTGeGmndiuh46 { width:9.375rem;height:9.375rem;top:174.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDr3HKoRzwqz220uGFc8UTewgJAc4aOV { width:10rem;height:1.125rem;top:184.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/848f31ce-8c58-4e41-81d8-5588c5ac53af/Gemini_Generated_Image_j2bz9ij2bz9ij2bz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz.adaptive-delivery-prevent-bg, #JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz.lazyload, #JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz.lazyloading { background-image: none; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container { background-color: transparent; background-image: none; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container > .video-iframe-container { display: none; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row > .video-iframe-container { display: none; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .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); }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container { border-width: 0; border-radius: 0; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLQsD6Q1OdQSb9n7pc8M0q4JbZWTURRz > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { background-color: transparent; background-image: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container > .video-iframe-container { display: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row > .video-iframe-container { display: none; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .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); }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { border-width: 0; border-radius: 0; }#wkZwRZFXBNhnW3eLltwSnoW7h9GLQhvy > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKnmaLWRnwFDZXc0HihQ9VXXU8KdWzBb { width:7.5rem;height:3.9375rem;top:2.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hLp1asdNAWfGxuk0RZ1tchO7T4fHAaHk { width:18.125rem;height:1.75rem;top:9.3125rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nWnU8nJsxqpARq0UKWpMTVVG4SxDi10k { width:18.125rem;height:1.375rem;top:11.6875rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJbkD7GiJXuiRiBnpBDkXANESNM2BrDt { width:17.125rem;height:1.75rem;top:30rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2yntpV3NBGdvRvU2h4VwmukbAubNtlb { width:3rem;height:3rem;top:33rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m3T2RR4qsCETvb9D2WAEVIiycXm6IeIE { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:0.8125rem;color:#5d92ff; }
#m3T2RR4qsCETvb9D2WAEVIiycXm6IeIE > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #oDLUT6HVVRAlW1Qt6HLfZiPNiimxULev { width:3rem;height:3rem;top:33rem;left:3.5625rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SyiXcosgIBbZFn5PV8dkQpdo4zJHTHv4 { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:4.375rem;color:#5d92ff; }
#SyiXcosgIBbZFn5PV8dkQpdo4zJHTHv4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Ba3MBvOFm0KLnpfkU5NXdrKkDiu7gxpI { width:3rem;height:3rem;top:33rem;left:7.1875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HelX3mcchOzQStiHvsvcZ8kqi7beIBwk { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:8.0625rem;color:#5d92ff; }
#HelX3mcchOzQStiHvsvcZ8kqi7beIBwk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #aUHvNPDNZN70xZWLxm1RDbL311XZXQKO { width:3rem;height:3rem;top:33rem;left:14.4375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mSi7UVAwdNxe8HweMCr6EmgOKhHmPysH { width:3rem;height:3rem;top:33rem;left:10.8125rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RGJfGSxq4LzhTPKpN9K7V9kpHKDXwVTz { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:15.25rem;color:#5d92ff; }
#RGJfGSxq4LzhTPKpN9K7V9kpHKDXwVTz > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #zwJVceU7QH79PCT5s1g78vUtmt87c01b { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:11.625rem;color:#5d92ff; }
#zwJVceU7QH79PCT5s1g78vUtmt87c01b > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #wRWl4zkaQ9EghavTiQLMTGDEfZ1F1CFQ { width:15rem;height:6.875rem;top:11.6875rem;left:5rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ya565o27lM9KiUhmX0S2FieHnffQIzgG { width:7.5rem;height:4.125rem;top:19.9375rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NtTeoRHTzAQu3NKaRCDAdexgpUNGDB9n { width:15rem;height:5.5rem;top:19.9375rem;left:5rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }