.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/709ba79b-60e2-4a8e-822a-39e4a5072742/rar03s08_schoolstudent_625x300_12_March_19.webp");background-position:top 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; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.89); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.89); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:24.4375rem;width:27.5625rem;top:6.5625rem;left:45.125rem;display:block; }
#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(35,114,245,0.2) ;height:27.125rem;width:28.5rem;top:4.1875rem;left:44.375rem;display:block; }
#hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.5625rem;height:5.361325rem;font-style:normal;display:block; }
#lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.75rem;height:5.19921875rem;font-style:normal;display:block; }
#le2oVOh8k5x69klODZXbA5bTobExbaCN { 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.625rem;width:9.125rem;top:0.9375rem;left:1.0625rem;overflow:hidden;display:block; }
#GE0zc3Ed1endTbmJlGTcGDXQ4LLaBpqW { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.375rem;left:47.5rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#EzZsFE7xViFieXwGUqTGUCg8QeuE2pCs { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.4375rem;left:1.5625rem;height:3.4121125rem;font-style:normal;display:block; }
#pMg1BCVbTgJ3wyrzTlZTdoInBMdhMV3h { box-sizing:content-box;height:2.4375rem;width:17.375rem;position:absolute;display:block;z-index:15017;background-color:#dea41d;background-image:none;top:19.6875rem;left:1.5625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#PCZGQdKRk5OgKb4S4X9BCD5qgJPg4iLz { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.1748046875rem;left:2.40625rem;height:1.4619125rem;font-style:normal;display:block; }
#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX { position:relative;display:block; }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX { background-color: transparent; background-image: none; }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .row .container > .video-iframe-container { display: none; }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .row > .video-iframe-container { display: none; }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .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); }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX { border-width: 0; border-radius: 0; }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .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; }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffdc;background-image:none;font-size:0.875rem;font-family:arial;height:78.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qCgwGxNpRJOo37Sl9enWni6iF6VHQ9hQ { 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:49.8125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oGrLkOp57Zkh5PiInDnTAeSNih89qGJA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:53.625rem;top:50.5625rem;left:11.3125rem;overflow:hidden;display:block; }
#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6dbead31-ec4c-4780-b0f2-582a82f49b41/abstractbluegeometricshapesbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I.adaptive-delivery-prevent-bg, #eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I.lazyload, #eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I.lazyloading { background-image: none; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row .container { background-color: transparent; background-image: none; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row .container > .video-iframe-container { display: none; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row > .video-iframe-container { display: none; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .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); }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row .container { border-width: 0; border-radius: 0; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#xTeyVgRoUiWCvmmVyJCihURA0Bi8cQBG { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:25.6875rem;width:39.125rem;top:3.4375rem;left:33.75rem;display:block; }
#w2DxeLdPNlwleK0e011KMAtBeANWMxE4 { color:#080606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.8125rem;left:6.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#b5yvnBtIWwLwuvtQ8FG1QNUeaJXfSZe3 { color:#0f0908;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:10.25rem;left:6.6875rem;height:8.25rem;font-style:normal;display:block; }#b5yvnBtIWwLwuvtQ8FG1QNUeaJXfSZe3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b5yvnBtIWwLwuvtQ8FG1QNUeaJXfSZe3 li:before{  }
#AApDHXqidxfZMBqnxqFAdmAZ42Zc9v6N { color:#0f0908;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:31.6875rem;left:6.6875rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MiQuD04O7gFvx8geBuC8eLOLsH5dINJJ { color:#080606;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.4375rem;left:6.6875rem;height:2.2747375rem;font-style:normal;display:block; }
#ZgaJpUsbratgH7r3bH44todOf0LPhDXS { color:#080606;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.625rem;left:35.25rem;height:2.2747375rem;font-style:normal;display:block; }
#R29WKECTOaJq0rdoJaWUSC2Bt37aeT3V { color:#0f0908;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:35.25rem;height:16.53125rem;display:block; }#R29WKECTOaJq0rdoJaWUSC2Bt37aeT3V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R29WKECTOaJq0rdoJaWUSC2Bt37aeT3V li:before{  }
#ddayqN27zpcToxqpuFPlVHRHguT10kP0 { color:#080606;display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.375rem;left:6.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#fWO1Md1i0QpMUC83LpflcM2aUexyfwOJ { color:#0f0908;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.75rem;left:6.6875rem;height:8.25rem;font-style:normal;display:block; }#fWO1Md1i0QpMUC83LpflcM2aUexyfwOJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fWO1Md1i0QpMUC83LpflcM2aUexyfwOJ li:before{  }
#ZAM7u8iHX2uTShQsIcIJyZfiAZ3l5ABS { color:#0f0908;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.4375rem;left:55.6875rem;height:16.53125rem;display:block; }#ZAM7u8iHX2uTShQsIcIJyZfiAZ3l5ABS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZAM7u8iHX2uTShQsIcIJyZfiAZ3l5ABS li:before{  }
#MRPQviPGsuUAfThe9Vl6neJHTWREA9J9 { color:#080606;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:9rem;left:35.25rem;height:1.70605625rem;font-style:normal;display:block; }
#dR9ynE1QbyTiwGJhaASdzhkuEzDyrUTT { color:#080606;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:9rem;left:55.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#kNmaTq2dJxFWQyNk3qSAyOngEAGXvm8y { color:#080606;display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:35.875rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQAxsrmzPZGadykITqDqWe6z3pXCpETc { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:25.6875rem;width:39.125rem;top:3.4375rem;left:33.75rem;display:none; }
#GhXTbeGMOHuq8BswHsBJ5eqVFfPNdnHL { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:25.6875rem;width:39.125rem;top:3.4375rem;left:33.75rem;display:none; }
#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { position:relative;display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { background-color: transparent; background-image: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container > .video-iframe-container { display: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container { display: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { border-width: 0; border-radius: 0; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vQJdibdbPoQddfMJl270PUA3a3w6ETRg { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1867160797119rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTzile3pwcF1B2mQ0eGZJiTWTf0OCne9 { box-sizing:content-box;height:3.625rem;width:19.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(250,134,0,0.68);background-image:none;top:0.75rem;left:27.6875rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row .container { background-color: transparent; background-image: none; }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row .container > .video-iframe-container { display: none; }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row > .video-iframe-container { display: none; }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .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); }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row .container { border-width: 0; border-radius: 0; }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#kJpVdI2EbspS8Rk10GWwChDTOfhhyNwW { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:27.875rem;width:16.125rem;top:4.3125rem;left:2.25rem;display:block; }
#uM0H7A1Hm01uPzBp7n2Oqoky0Gy9ccSy { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.25rem;width:8.375rem;top:7.0625rem;left:6.25rem;overflow:hidden;display:block; }
#GsWLUdGbNvVHEzD4yeXzyPkwnnRTNTkm { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.875rem;left:2.8125rem;height:12.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GsWLUdGbNvVHEzD4yeXzyPkwnnRTNTkm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GsWLUdGbNvVHEzD4yeXzyPkwnnRTNTkm li:before{  }
#nNt3utNJw03bZ3SGniRXR73q8qrRMrDp { color:#200c41;display:block;width:10.5605625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:3.4375rem;left:5.125rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Seh7nyKqxeR6Xr6GFWTp6Tm3iQFJXHWt { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37413125rem;width:10.499125rem;top:3.125rem;left:5.0625rem;display:block; }
#I1T9R2fUDVOSuKUX3bXRGHZmvQ9s2oJs { position:absolute;display:block;z-index:15019;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:6.875rem;left:6.125rem;display:block; }
#UVqJ2vByQX3DMc5EHcnHr1kRxQ2CpCbN { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:27.875rem;width:16.125rem;top:4.5rem;left:20.375rem;display:block; }
#BIhb1k7u5qW087wP0R8r0vNyCK0UGqu2 { position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37413125rem;width:10.499125rem;top:3.3125rem;left:23.1875rem;display:block; }
#y7NF7VvCboBndkASfizilRvFOXbCSia6 { position:absolute;display:block;z-index:15025;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:7.0625rem;left:24.25rem;display:block; }
#rATbMgEtoPXkAPsIZL0Baaq41agiWDdz { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:27.875rem;width:16.125rem;top:4.5rem;left:38.5rem;display:block; }
#i2ZQR7TxT0eQbE8GzTs5tOdpMoIlrKwx { position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37413125rem;width:10.499125rem;top:3.3125rem;left:41.3125rem;display:block; }
#MD1zwJxp0tP9pTittHCOh8VXXeRdi1Sl { position:absolute;display:block;z-index:15031;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:7.0625rem;left:42.375rem;display:block; }
#swZ3iDTKb0dtcsEUclps0z3abNh7yK9l { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:27.875rem;width:16.125rem;top:4.5rem;left:56.625rem;display:block; }
#mMDZLyMy3xnryToL301LCHALb1v6vIxd { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:3.6875rem;left:59.5rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TvVTk4kU3Pryv0e8GobHJtUhKU27146R { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37413125rem;width:10.499125rem;top:3.3125rem;left:59.4375rem;display:block; }
#gJ430skQgyLaLFZeqQxThSuKQSXvOn1f { position:absolute;display:block;z-index:15005;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:7.3125rem;left:60.5rem;display:block; }
#I5sULzavo91eFLCcDvpTXi0hQet8zKwF { color:#000000;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.875rem;left:58.1875rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#I5sULzavo91eFLCcDvpTXi0hQet8zKwF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I5sULzavo91eFLCcDvpTXi0hQet8zKwF li:before{  }
#Riscbneb94fh2496SUfTNCGv6bT9VUTO { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:6.6875rem;top:7.5rem;left:25.125rem;overflow:hidden;display:block; }
#unIcDkrf7p1XAR67gfudNR74y13sh6Sn { color:#000000;display:block;width:14rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:16.875rem;left:21.5rem;height:14.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#unIcDkrf7p1XAR67gfudNR74y13sh6Sn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#unIcDkrf7p1XAR67gfudNR74y13sh6Sn li:before{  }
#Ua2Xs68PfKGViibUbXZpqfn67AAxa88h { color:#200c41;display:block;width:10.5605625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:3.5625rem;left:23.1875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DLHzA3g8EJpF2fQ6DkckGidkKfqUqNm8 { color:#200c41;display:block;width:10.5605625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:3.5625rem;left:41.375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ru2IcqeiPQeLDJ7gqz2CK4ge16fRn27M { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.625rem;width:7.3125rem;top:6.9375rem;left:42.9375rem;overflow:hidden;display:block; }
#CS2ZQExviU69qlhpm96KLRpSRgEpq9OS { color:#000000;display:block;width:14.124rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.875rem;left:39.5625rem;height:8.25rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#CS2ZQExviU69qlhpm96KLRpSRgEpq9OS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CS2ZQExviU69qlhpm96KLRpSRgEpq9OS li:before{  }
#Buv8TXyTbIdgUmeqadin6TPMKWntJz3N { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.25rem;width:6.4375rem;top:7.6875rem;left:61.4375rem;overflow:hidden;display:block; }
#GEmCvk1u2inNISuyEKDi4TIcxoGmcanw { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.875rem;left:2.8125rem;height:12.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fXkvvzOLKZWOR9cBOpdw69zlP4aKBtF1 { color:#000000;display:block;width:14rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:16.875rem;left:21.5rem;height:14.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CKSNXsPsQT5BmyFUNKXslmipveDd5G9h { color:#000000;display:block;width:14.124rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.875rem;left:39.5625rem;height:8.25rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a3mnLBJCNP1uQqDWFAULIAUXWFK9TUVO { color:#000000;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.875rem;left:58.1875rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.adaptive-delivery-prevent-bg, #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.lazyload, #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5.lazyloading { background-image: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { background-color: transparent; background-image: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container > .video-iframe-container { display: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container { display: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .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); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { border-width: 0; border-radius: 0; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.921875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OxceRDK7LVlPILT6foR9vyR3GLmD6TGq { box-sizing:content-box;height:3.625rem;width:19.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(250,134,0,0.68);background-image:none;top:0.53125rem;left:27.687503814698rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 { position:relative;display:block; }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 { background-color: transparent; background-image: none; }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .row .container > .video-iframe-container { display: none; }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .row > .video-iframe-container { display: none; }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .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); }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 { border-width: 0; border-radius: 0; }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .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; }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tl71C3VpivXwhh54MUUUnrXy3ET8ffJv { position:absolute;display:block;z-index:15004;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: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:14.3125rem;width:28.6875rem;top:2.7187500596046rem;left:5rem;overflow:hidden;display:block; }
#LzkgTCEmxWZK3TFCdyn6XXzNMuVMBpgp { color:#000000;display:block;width:29.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:19.375rem;left:4.125rem;height:13.734375rem;overflow:hidden;display:block; }#LzkgTCEmxWZK3TFCdyn6XXzNMuVMBpgp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LzkgTCEmxWZK3TFCdyn6XXzNMuVMBpgp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#lTU3MCLl9LqoKo35Ld7ihf22Bt2WI5nV { color:#000000;display:block;width:29.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:19.375rem;left:40.4375rem;height:15.6465rem;overflow:hidden;display:block; }#lTU3MCLl9LqoKo35Ld7ihf22Bt2WI5nV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTU3MCLl9LqoKo35Ld7ihf22Bt2WI5nV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#PeVKUZxrL8AXMizOTllRsWWeep85txgi { position:absolute;display:block;z-index:15003;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: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:14rem;width:28rem;top:2.875rem;left:41.625rem;overflow:hidden;display:block; }
#ThzJEQQpOhMsTquT1b00q09exH4Mx15H { box-sizing:content-box;height:15.625rem;width:30.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(250,134,0,0.72);background-image:none;top:2.0625rem;left:4.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#GbhISX9NTvQZJQtQWittJqotFsWeSRSA { box-sizing:content-box;height:15.625rem;width:30.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(250,134,0,0.72);background-image:none;top:2.0625rem;left:40.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#oUx48z8XCXlUauMskNc3dPq20WGPSNaG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row .container { background-color: transparent; background-image: none; }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row .container > .video-iframe-container { display: none; }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row > .video-iframe-container { display: none; }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .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); }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row .container { border-width: 0; border-radius: 0; }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row .container { font-size:0.875rem;font-family:arial;height:122.25rem;width:75rem;position:relative;display:block; }#gJKB6IS4eftv18MlTRP5ZTXxas8J371l { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.625rem;width:49.125rem;top:3.4375rem;left:12.75rem;overflow:hidden;display:block; }
#IoTosgSwf7TPQhPi74WlNq2IfxmnQP25 { box-sizing:content-box;height:29.25rem;width:51.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(250,134,0,0.81);background-image:none;top:2.625rem;left:11.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#S2up5BOdbAvVuKeMf1Vtk6rBZ979JyXu { box-sizing:content-box;height:12.25rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(0,0,0,0.94), rgba(0,0,0,0.67));background-image: -moz-linear-gradient(175deg, rgba(0,0,0,0.94), rgba(0,0,0,0.67));background-image: -ms-linear-gradient(175deg, rgba(0,0,0,0.94), rgba(0,0,0,0.67));background-image: -o-linear-gradient(175deg, rgba(0,0,0,0.94), rgba(0,0,0,0.67));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef000000', endColorstr='#aa000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef000000', endColorstr='#aa000000' );";background-image: linear-gradient(175deg, rgba(0,0,0,0.94), rgba(0,0,0,0.67));background-size:auto !important;top:61.75rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);display:block; }
#daPE5Ipe1QWVcIDLyFCC6RQGWKPdl0dF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:62.5rem;left:42.0625rem;overflow:hidden;display:block; }
#Z5KtPZ8oXtQ54hRdgUTPOTURTWLxTxdJ { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:68.375rem;left:6.125rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gbEntLrw7o6axVcs3UGiHp0p5MfRwq2T { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:62.5625rem;left:8.875rem;overflow:hidden;display:block; }
#acNpzXv7W8eTu7D8FFN2foxaoSrCx96G { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:62.5rem;left:58.5rem;overflow:hidden;display:block; }
#NBs6fgqxKCCKsrxlLhSqgJEhb4SV3B3w { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:62.49934387207rem;left:26.343750476837rem;overflow:hidden;display:block; }
#zEvhVRAGZQquVxHxn0mKGTQLn5VHiMSe { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:68.375rem;left:25.125000476837rem;height:4.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWkTAnXstWVtnT5I1c8dxQctb3evRVFR { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:68.125rem;left:39.0625rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEX9cSIotFq0B9iTgsXIsQfXMSLsgA7F { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:68.125rem;left:55.5rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdIe7d6gHwEwRNVcoxPa2EXsUXhQCfP3 { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:86.6875rem;left:25.25rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U9ErQ6CHblk51Dii7KFf0Sy5fB75KCTW { box-sizing:content-box;height:5.125rem;width:27.6875rem;position:absolute;display:block;z-index:15039;background-color:#f6c808;background-image:none;top:90.625rem;left:23.75rem;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;display:block; }
#ucBLOzTCemeouabIDO2e4ZVlyghS9iR6 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:91rem;left:29.0625rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMEuNCc8u3X94iUTVyNGfdhEogCvd241 { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:93.5rem;left:25.5rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NT4Jq9qmklvtep1rFTDaud1UiOUZJE09 { box-sizing:content-box;height:20.9375rem;width:66.9375rem;position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:none;top:93rem;left:4.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #f6c808;border-left:0.0625rem solid #f6c808;border-right:0.0625rem solid #f6c808;border-bottom:0.0625rem solid #f6c808;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#fwmkVore6uW5y63FG3i92fNmKDmue2Z3 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:99.375rem;left:8.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZiMukPRTJTy1k4XuQDE4NgnusfAqZ2N { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:99.375rem;left:49rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ri66LQbT551OxiHLgJS6fX1Cicg0XEt0 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:99.375rem;left:34.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8MiZeXpHGQPQVJG6ecvaCHmZ6s0M1Tg { color:#ffffff;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:103.5rem;left:11.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLxkSXdLICXmTIVTVP6qoWzfO6WdK3eq { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:103.5rem;left:33.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4X9g2m2zUiFbZp1zQMzQLHKki9ngEGg { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:103.5rem;left:50.28125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSSTHoz7vRaWgtdvIQnEclWy5327BTES { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:107.5rem;left:11.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZB3BoABxuu46hOVCfDFGMNtmGKkDtL0z { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:107.5rem;left:32.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVroyS1WHeDkwOPCX8EsogRuql68yzkc { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:107.5rem;left:47.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTphDkBDFStetXRsurfllCpZe7VqH219 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:35.5625rem;left:17.5rem;display:block; }
#iH5msIwfBrPbtTBXN3XkMCDUlhma4kkG { box-sizing:content-box;height:3.5625rem;width:26.375rem;position:absolute;display:block;z-index:15024;background-color:#f6c808;background-image:none;top:79.875rem;left:23.8125rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#URIS4u51VQGpU3St54apWnPHsTbFecTO { box-sizing:content-box;height:3.25rem;width:12.6875rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:80rem;left:23.9375rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#LsHST7Juazn6LHMZVXP1vVTAVDT1HWnU { color:#000000;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:80.8125rem;left:25.25rem;height:1.8684875rem;font-style:normal;display:block; }
#zCRHIbGo35n3kkikFTrlJTR82fvx7SLT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:80.4375rem;left:25rem;overflow:hidden;display:block; }
#Po9FZEtnOuVbuV4gxzuUV3QrHnlCrsNf { color:#000000;display:block;width:9rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:80.3125rem;left:27.5rem;height:2.51855625rem;font-style:normal;display:block; }
#LmNEyUQJJCTe7wPnyrTT6Im2oQZHhbDJ { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:80.25rem;left:39.875rem;height:2.76171875rem;font-style:normal;display:block; }
#o347Ca7Z2D45qx3VKJyyft47vKxRKeuO { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:80.4375rem;left:37.5rem;overflow:hidden;display:block; }
#quxpilHKIstHcP40Hewr8nsbdOnVkSG8 { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:76.5rem;left:33.125rem;height:2.84375rem;font-style:normal;display:block; }
#vpk25hr7APXCztuVfEkqw8QmRxPlZNvn { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:118.875rem;left:41.1875rem;height:2.76236875rem;font-style:normal;display:block; }
#VIgwh13svZIVb4fKy2qhFTObXGez0t78 { box-sizing:content-box;height:3.5625rem;width:26.375rem;position:absolute;display:block;z-index:15032;background-color:#f6c808;background-image:none;top:118.5rem;left:25.125rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#pem1qnU8AQ9D3QpFN2mqApfALlzysmgH { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:119.0625rem;left:38.8125rem;overflow:hidden;display:block; }
#KHeE5bs64cSRkWXXU3zGF1TMJmotpQob { box-sizing:content-box;height:3.25rem;width:12.6875rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:118.625rem;left:25.25rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#pXMnTH8Cba5pZwTHHS8ZGSGHzcdnDRI8 { color:#000000;display:block;width:9rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:118.9375rem;left:28.8125rem;height:2.51855625rem;font-style:normal;display:block; }
#M8IeZHPE5mf6RMyEXNIMCDsWOfUVywLa { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:114.9375rem;left:24.406250476837rem;height:2.84375rem;font-style:normal;display:block; }
#FMMZeVRxfyteZzz1BmgrQTJmPTpgHCg9 { color:#000000;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:119.4375rem;left:26.5625rem;height:1.8684875rem;font-style:normal;display:block; }
#OgIgLQnX0ULBVu8VldQtH5NT14lqJrhW { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:119.0625rem;left:26.3125rem;overflow:hidden;display:block; }
#fSmNTGA8y1UXeJPHXbIHOiGcR8ISvDqK { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:119.0625rem;left:26.3125rem;overflow:hidden;display:none; }
#QOia0TbdrmTtX29Vz2epigN63713WUXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row .container { background-color: transparent; background-image: none; }#QOia0TbdrmTtX29Vz2epigN63713WUXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row .container > .video-iframe-container { display: none; }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row > .video-iframe-container { display: none; }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .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); }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row .container { border-width: 0; border-radius: 0; }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { background-color:#ff8313;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.625rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.9375rem;left:18.6875rem;display:block; }
#adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .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); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { color:#26265b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi { position:relative;display:block; }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi { background-color: transparent; background-image: none; }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .row .container > .video-iframe-container { display: none; }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .row > .video-iframe-container { display: none; }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .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); }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi { border-width: 0; border-radius: 0; }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .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; }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-trigger.adaptive-delivery-prevent-bg, #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-trigger.lazyload, #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-trigger.lazyloading { background-image: none; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 { box-sizing:content-box;height:auto;width:73rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:0.77783203125rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #VrVDITQ3rxECaWxD8cXau31cJqr1KGTf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #a5UXcONQFuP3XhfJydUtaoKIpw0f5zbc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #xzzwpoEJiRLvTbsqact4w6L2vRlnh1Ho { display:block;position:relative; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #TGsWVkkLPb6BhCEGD5r6eIUE8LFTEHIh {  }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #XofabwlF0pedZB7H5zrUWC3wOw3I1VE0 {  }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #RvFSnLfNShKSHR4uUBzicfqvL3U84f6r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #UKhfL5mA4mz3Ai0z8PvCkyycLUzlb6Xs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #AqaFlE0kQO3RkEXfyc55uLMn2NrkHaxp { display:block;position:relative; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #nJxyk8iNS0XrourVMdfq2oGF7VNaeAnI {  }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #C5nxi6HZJp6af9C7uFSGMJ7qxwZwvGor { display:none; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #uWTmU4xOcZIxizwD1XzmF0xyfSiJ6Aid { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #RZp3u1bSTF9isz7KhGqVkn5f2uPwy2Me { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #XcAQpc4JMUfVENsPQuge6dR92o8xiXMT { display:block;position:relative; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #q2pJhuhBIOpPRtAu0eZ7xS1MqDGsruu1 {  }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #rw3KJvHXMIA5Mxes4TDz8ytuW2B6kVaz { display:none; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #nwBEpzLkMBrUMfKdw34XR7P7T6yzInUm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #ToGBciKU2TlG6C3bkNRDMcqpaSH7IF4T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #PqUMB7clNUD4BRTVSPpLTrUPmXaGtovy { display:block;position:relative; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #y09npcvKEITz7F5ptKWA3LWGI3yMfWon {  }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #TZueC5shRRH6SOU0f3MftWmU397auHPH { display:none; }
#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub { position:relative;display:block; }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub { background-color: transparent; background-image: none; }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .row .container > .video-iframe-container { display: none; }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .row > .video-iframe-container { display: none; }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .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); }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub { border-width: 0; border-radius: 0; }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .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; }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y5Ut3JRPkTZU39TV1B1zBxDWl582LRip { background-color:#ff8313;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.3125rem;left:27.187501907349rem;display:block; }
#fF0nd4p3i3kGMHagaSZrdRI8bL7J7ZIt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:6.5625rem;left:20.1875rem;width:27.5625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:28.5rem;height:27.125rem;top:4.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { top:7.5rem;left:0rem;width:43.4375rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { top:13.25rem;left:0rem;width:37.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { top:0.9375rem;left:0rem;width:9.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE0zc3Ed1endTbmJlGTcGDXQ4LLaBpqW { top:4.375rem;left:24.875rem;width:22.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzZsFE7xViFieXwGUqTGUCg8QeuE2pCs { top:24.4375rem;left:0rem;width:38.5625rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMg1BCVbTgJ3wyrzTlZTdoInBMdhMV3h { top:19.6875rem;left:0rem;width:17.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCZGQdKRk5OgKb4S4X9BCD5qgJPg4iLz { top:20.125rem;left:0rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX { display:block; }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCgwGxNpRJOo37Sl9enWni6iF6VHQ9hQ { top:0rem;left:0rem;width:47.75rem;height:31.713958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGrLkOp57Zkh5PiInDnTAeSNih89qGJA { top:50.5625rem;left:0rem;width:47.75rem;height:24.876748251748rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I { display:block; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTeyVgRoUiWCvmmVyJCihURA0Bi8cQBG { top:3.4375rem;left:8.5rem;width:39.125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2DxeLdPNlwleK0e011KMAtBeANWMxE4 { top:7.8125rem;left:0rem;width:19.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5yvnBtIWwLwuvtQ8FG1QNUeaJXfSZe3 { top:10.25rem;left:0rem;width:19.75rem;height:;font-size:0.8125rem;display:block; }#b5yvnBtIWwLwuvtQ8FG1QNUeaJXfSZe3 li:before{  }
 }@media only screen and (max-width: 763px) { #AApDHXqidxfZMBqnxqFAdmAZ42Zc9v6N { top:31.6875rem;left:0rem;width:17.5rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiQuD04O7gFvx8geBuC8eLOLsH5dINJJ { top:3.4375rem;left:0rem;width:19rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgaJpUsbratgH7r3bH44todOf0LPhDXS { top:4.625rem;left:14.9375rem;width:32.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R29WKECTOaJq0rdoJaWUSC2Bt37aeT3V { top:11.4375rem;left:21.625rem;width:19.375rem;height:16.5rem;font-size:1.0625rem;display:block; }#R29WKECTOaJq0rdoJaWUSC2Bt37aeT3V li:before{  }
 }@media only screen and (max-width: 763px) { #ddayqN27zpcToxqpuFPlVHRHguT10kP0 { top:20.375rem;left:0rem;width:19.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWO1Md1i0QpMUC83LpflcM2aUexyfwOJ { top:22.75rem;left:0rem;width:19.75rem;height:8.25rem;font-size:0.8125rem;display:block; }#fWO1Md1i0QpMUC83LpflcM2aUexyfwOJ li:before{  }
 }@media only screen and (max-width: 763px) { #ZAM7u8iHX2uTShQsIcIJyZfiAZ3l5ABS { top:11.4375rem;left:30.625rem;width:17.125rem;height:16.5rem;font-size:1.0625rem;display:block; }#ZAM7u8iHX2uTShQsIcIJyZfiAZ3l5ABS li:before{  }
 }@media only screen and (max-width: 763px) { #MRPQviPGsuUAfThe9Vl6neJHTWREA9J9 { top:9rem;left:21.625rem;width:7.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR9ynE1QbyTiwGJhaASdzhkuEzDyrUTT { top:9rem;left:31.5625rem;width:16.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNmaTq2dJxFWQyNk3qSAyOngEAGXvm8y { top:35.875rem;left:0rem;width:38.1875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQAxsrmzPZGadykITqDqWe6z3pXCpETc { top:3.4375rem;left:8.5rem;width:39.125rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhXTbeGMOHuq8BswHsBJ5eqVFfPNdnHL { top:3.4375rem;left:8.5rem;width:39.125rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { top:1.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTzile3pwcF1B2mQ0eGZJiTWTf0OCne9 { top:0.75rem;left:14.0625rem;width:19.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 { display:block; }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJpVdI2EbspS8Rk10GWwChDTOfhhyNwW { width:16.125rem;height:27.875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM0H7A1Hm01uPzBp7n2Oqoky0Gy9ccSy { top:7.0625rem;left:0rem;width:8.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsWLUdGbNvVHEzD4yeXzyPkwnnRTNTkm { width:15.125rem;height:12.1875rem;top:16.875rem;left:0rem;font-size:0.8125rem;display:block; }#GsWLUdGbNvVHEzD4yeXzyPkwnnRTNTkm li:before{  }
 }@media only screen and (max-width: 763px) { #nNt3utNJw03bZ3SGniRXR73q8qrRMrDp { width:10.5rem;height:1.75rem;top:3.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Seh7nyKqxeR6Xr6GFWTp6Tm3iQFJXHWt { top:3.125rem;left:0rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1T9R2fUDVOSuKUX3bXRGHZmvQ9s2oJs { width:8.5rem;height:8.5rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVqJ2vByQX3DMc5EHcnHr1kRxQ2CpCbN { width:16.125rem;height:27.875rem;top:4.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIhb1k7u5qW087wP0R8r0vNyCK0UGqu2 { top:3.3125rem;left:9.5625rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NF7VvCboBndkASfizilRvFOXbCSia6 { width:8.5rem;height:8.5rem;top:7.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATbMgEtoPXkAPsIZL0Baaq41agiWDdz { width:16.125rem;height:27.875rem;top:4.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ZQR7TxT0eQbE8GzTs5tOdpMoIlrKwx { top:3.3125rem;left:27.6875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD1zwJxp0tP9pTittHCOh8VXXeRdi1Sl { width:8.5rem;height:8.5rem;top:7.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swZ3iDTKb0dtcsEUclps0z3abNh7yK9l { width:16.125rem;height:27.875rem;top:4.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMDZLyMy3xnryToL301LCHALb1v6vIxd { width:10.5rem;height:1.75rem;top:3.6875rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvVTk4kU3Pryv0e8GobHJtUhKU27146R { top:3.3125rem;left:37.1875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ430skQgyLaLFZeqQxThSuKQSXvOn1f { width:8.5rem;height:8.5rem;top:7.3125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5sULzavo91eFLCcDvpTXi0hQet8zKwF { width:13.125rem;height:7rem;top:16.875rem;left:34.625rem;font-size:0.8125rem;display:block; }#I5sULzavo91eFLCcDvpTXi0hQet8zKwF li:before{  }
 }@media only screen and (max-width: 763px) { #Riscbneb94fh2496SUfTNCGv6bT9VUTO { top:7.5rem;left:11.5rem;width:6.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unIcDkrf7p1XAR67gfudNR74y13sh6Sn { width:14rem;height:14.625rem;top:16.875rem;left:7.875rem;font-size:0.8125rem;display:block; }#unIcDkrf7p1XAR67gfudNR74y13sh6Sn li:before{  }
 }@media only screen and (max-width: 763px) { #Ua2Xs68PfKGViibUbXZpqfn67AAxa88h { width:10.5rem;height:1.75rem;top:3.5625rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLHzA3g8EJpF2fQ6DkckGidkKfqUqNm8 { width:10.5rem;height:1.75rem;top:3.5625rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru2IcqeiPQeLDJ7gqz2CK4ge16fRn27M { top:6.9375rem;left:29.3125rem;width:7.3125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2ZQExviU69qlhpm96KLRpSRgEpq9OS { width:14.0625rem;height:;top:16.875rem;left:25.9375rem;font-size:0.8125rem;display:block; }#CS2ZQExviU69qlhpm96KLRpSRgEpq9OS li:before{  }
 }@media only screen and (max-width: 763px) { #Buv8TXyTbIdgUmeqadin6TPMKWntJz3N { top:7.6875rem;left:41.3125rem;width:6.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEmCvk1u2inNISuyEKDi4TIcxoGmcanw { width:15.125rem;height:12.1875rem;top:16.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXkvvzOLKZWOR9cBOpdw69zlP4aKBtF1 { width:14rem;height:14.625rem;top:16.875rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKSNXsPsQT5BmyFUNKXslmipveDd5G9h { width:14.0625rem;height:;top:16.875rem;left:25.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3mnLBJCNP1uQqDWFAULIAUXWFK9TUVO { width:13.125rem;height:7rem;top:16.875rem;left:34.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { display:block; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { top:0.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxceRDK7LVlPILT6foR9vyR3GLmD6TGq { top:0.5rem;left:14.062503814698rem;width:19.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 { display:block; }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl71C3VpivXwhh54MUUUnrXy3ET8ffJv { top:2.6875rem;left:0rem;width:28.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzkgTCEmxWZK3TFCdyn6XXzNMuVMBpgp { top:19.375rem;left:0rem;width:29.125rem;height:13.6875rem;font-size:1rem;display:block; }#LzkgTCEmxWZK3TFCdyn6XXzNMuVMBpgp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #lTU3MCLl9LqoKo35Ld7ihf22Bt2WI5nV { top:19.375rem;left:18.625rem;width:29.125rem;height:;font-size:1rem;display:block; }#lTU3MCLl9LqoKo35Ld7ihf22Bt2WI5nV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #PeVKUZxrL8AXMizOTllRsWWeep85txgi { top:2.875rem;left:19.75rem;width:28rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzJEQQpOhMsTquT1b00q09exH4Mx15H { top:2.0625rem;left:0rem;width:30.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbhISX9NTvQZJQtQWittJqotFsWeSRSA { top:2.0625rem;left:17.3125rem;width:30.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUx48z8XCXlUauMskNc3dPq20WGPSNaG { display:block; }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJKB6IS4eftv18MlTRP5ZTXxas8J371l { top:3.4375rem;left:0rem;width:47.75rem;height:26.851781170483rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoTosgSwf7TPQhPi74WlNq2IfxmnQP25 { top:2.625rem;left:0rem;width:47.75rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2up5BOdbAvVuKeMf1Vtk6rBZ979JyXu { top:61.75rem;left:0rem;width:47.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daPE5Ipe1QWVcIDLyFCC6RQGWKPdl0dF { top:62.5rem;left:28.4375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5KtPZ8oXtQ54hRdgUTPOTURTWLxTxdJ { top:68.375rem;left:0rem;width:13.375rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbEntLrw7o6axVcs3UGiHp0p5MfRwq2T { top:62.5625rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNpzXv7W8eTu7D8FFN2foxaoSrCx96G { top:62.5rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBs6fgqxKCCKsrxlLhSqgJEhb4SV3B3w { top:62.4375rem;left:12.718750476837rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEvhVRAGZQquVxHxn0mKGTQLn5VHiMSe { top:68.375rem;left:11.500000476837rem;width:9.8125rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWkTAnXstWVtnT5I1c8dxQctb3evRVFR { top:68.125rem;left:25.4375rem;width:13.375rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEX9cSIotFq0B9iTgsXIsQfXMSLsgA7F { top:68.125rem;left:34.375rem;width:13.375rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdIe7d6gHwEwRNVcoxPa2EXsUXhQCfP3 { top:86.6875rem;left:11.625rem;width:24.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ErQ6CHblk51Dii7KFf0Sy5fB75KCTW { top:90.625rem;left:10.125rem;width:27.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucBLOzTCemeouabIDO2e4ZVlyghS9iR6 { top:91rem;left:15.4375rem;width:17.25rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMEuNCc8u3X94iUTVyNGfdhEogCvd241 { top:93.5rem;left:11.875rem;width:24.1875rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT4Jq9qmklvtep1rFTDaud1UiOUZJE09 { top:93rem;left:0rem;width:47.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmkVore6uW5y63FG3i92fNmKDmue2Z3 { top:99.375rem;left:0rem;width:17.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZiMukPRTJTy1k4XuQDE4NgnusfAqZ2N { top:99.375rem;left:30.625rem;width:17.125rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri66LQbT551OxiHLgJS6fX1Cicg0XEt0 { top:99.375rem;left:21rem;width:5.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8MiZeXpHGQPQVJG6ecvaCHmZ6s0M1Tg { top:103.5rem;left:0rem;width:12rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLxkSXdLICXmTIVTVP6qoWzfO6WdK3eq { top:103.5rem;left:20.25rem;width:7.375rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4X9g2m2zUiFbZp1zQMzQLHKki9ngEGg { top:103.5rem;left:33.1875rem;width:14.5625rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSSTHoz7vRaWgtdvIQnEclWy5327BTES { top:107.5rem;left:0rem;width:12.1875rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3BoABxuu46hOVCfDFGMNtmGKkDtL0z { top:107.5rem;left:18.75rem;width:10.375rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVroyS1WHeDkwOPCX8EsogRuql68yzkc { top:107.5rem;left:27.625rem;width:20.125rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTphDkBDFStetXRsurfllCpZe7VqH219 { top:35.5625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH5msIwfBrPbtTBXN3XkMCDUlhma4kkG { top:79.875rem;left:10.1875rem;width:26.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIS4u51VQGpU3St54apWnPHsTbFecTO { top:80rem;left:10.3125rem;width:12.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsHST7Juazn6LHMZVXP1vVTAVDT1HWnU { top:80.8125rem;left:11.625rem;width:5.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCRHIbGo35n3kkikFTrlJTR82fvx7SLT { top:80.4375rem;left:11.375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po9FZEtnOuVbuV4gxzuUV3QrHnlCrsNf { top:80.3125rem;left:13.875rem;width:9rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmNEyUQJJCTe7wPnyrTT6Im2oQZHhbDJ { top:80.25rem;left:26.25rem;width:11.3125rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o347Ca7Z2D45qx3VKJyyft47vKxRKeuO { top:80.4375rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quxpilHKIstHcP40Hewr8nsbdOnVkSG8 { top:76.5rem;left:19.5rem;width:8.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpk25hr7APXCztuVfEkqw8QmRxPlZNvn { top:118.875rem;left:27.5625rem;width:11.3125rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIgwh13svZIVb4fKy2qhFTObXGez0t78 { top:118.5rem;left:11.5rem;width:26.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pem1qnU8AQ9D3QpFN2mqApfALlzysmgH { top:119.0625rem;left:25.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHeE5bs64cSRkWXXU3zGF1TMJmotpQob { top:118.625rem;left:11.625rem;width:12.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXMnTH8Cba5pZwTHHS8ZGSGHzcdnDRI8 { top:118.9375rem;left:15.1875rem;width:9rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8IeZHPE5mf6RMyEXNIMCDsWOfUVywLa { top:114.9375rem;left:10.781250476837rem;width:28.625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMMZeVRxfyteZzz1BmgrQTJmPTpgHCg9 { top:119.4375rem;left:12.9375rem;width:5.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgIgLQnX0ULBVu8VldQtH5NT14lqJrhW { top:119.0625rem;left:12.6875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSmNTGA8y1UXeJPHXbIHOiGcR8ISvDqK { top:119.0625rem;left:12.6875rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOia0TbdrmTtX29Vz2epigN63713WUXA { display:block; }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { width:37.625rem;height:3.375rem;top:0.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { top:1.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi { display:block; }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 { display:flex;height:auto;width:45.25rem;top:1.5625rem;left:0rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #VrVDITQ3rxECaWxD8cXau31cJqr1KGTf {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #a5UXcONQFuP3XhfJydUtaoKIpw0f5zbc {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #xzzwpoEJiRLvTbsqact4w6L2vRlnh1Ho {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #TGsWVkkLPb6BhCEGD5r6eIUE8LFTEHIh {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #XofabwlF0pedZB7H5zrUWC3wOw3I1VE0 {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #RvFSnLfNShKSHR4uUBzicfqvL3U84f6r {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #UKhfL5mA4mz3Ai0z8PvCkyycLUzlb6Xs {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #AqaFlE0kQO3RkEXfyc55uLMn2NrkHaxp {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #nJxyk8iNS0XrourVMdfq2oGF7VNaeAnI {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #C5nxi6HZJp6af9C7uFSGMJ7qxwZwvGor {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #uWTmU4xOcZIxizwD1XzmF0xyfSiJ6Aid {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #RZp3u1bSTF9isz7KhGqVkn5f2uPwy2Me {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #XcAQpc4JMUfVENsPQuge6dR92o8xiXMT {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #q2pJhuhBIOpPRtAu0eZ7xS1MqDGsruu1 {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #rw3KJvHXMIA5Mxes4TDz8ytuW2B6kVaz {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #nwBEpzLkMBrUMfKdw34XR7P7T6yzInUm {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #ToGBciKU2TlG6C3bkNRDMcqpaSH7IF4T {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #PqUMB7clNUD4BRTVSPpLTrUPmXaGtovy {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #y09npcvKEITz7F5ptKWA3LWGI3yMfWon {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #TZueC5shRRH6SOU0f3MftWmU397auHPH {  }
 }@media only screen and (max-width: 763px) { #dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub { display:block; }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5Ut3JRPkTZU39TV1B1zBxDWl582LRip { width:20.625rem;height:3.625rem;top:0.3125rem;left:13.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF0nd4p3i3kGMHagaSZrdRI8bL7J7ZIt { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97b73316-d48e-44ce-9a89-cb1f8c1a4cc8/groupdiversegradsthrowingcapsupsky.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.89); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.89); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:19.375rem;height:24.3125rem;top:28.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:20rem;height:28.25rem;top:25.6875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { width:20rem;height:3.25rem;top:5.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { width:18.75rem;height:7.957rem;top:9.625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { width:7.5rem;height:2.9375rem;top:0.8740234375rem;left:5.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GE0zc3Ed1endTbmJlGTcGDXQ4LLaBpqW { width:19.125rem;height:1.7871125rem;top:26.25rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzZsFE7xViFieXwGUqTGUCg8QeuE2pCs { width:19.5rem;height:2.111325rem;top:22.1240234375rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pMg1BCVbTgJ3wyrzTlZTdoInBMdhMV3h { width:17.375rem;height:2.4375rem;top:18.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCZGQdKRk5OgKb4S4X9BCD5qgJPg4iLz { width:15.6875rem;height:1.4619125rem;top:19.25rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX { display:block; }#ztTvgxBmW8maX6QC6vxcaak3HF5UC5aX > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCgwGxNpRJOo37Sl9enWni6iF6VHQ9hQ { width:20rem;height:13.3154375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGrLkOp57Zkh5PiInDnTAeSNih89qGJA { width:20rem;height:10.375rem;top:14.2529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I { display:block; }#eNQUO0AgDfZ6Xgi2bvariCUVOD7u8U3I > .row .container { width:20rem;height:107.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTeyVgRoUiWCvmmVyJCihURA0Bi8cQBG { width:19.9375rem;height:63.1875rem;top:43.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #w2DxeLdPNlwleK0e011KMAtBeANWMxE4 { width:20rem;height:1.5rem;top:6.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b5yvnBtIWwLwuvtQ8FG1QNUeaJXfSZe3 { width:19.25rem;height:11.4375rem;top:9.4375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#b5yvnBtIWwLwuvtQ8FG1QNUeaJXfSZe3 li:before{  }
 }@media only screen and (max-width: 763px) { #AApDHXqidxfZMBqnxqFAdmAZ42Zc9v6N { width:19rem;height:1.3808625rem;top:38.5048828125rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MiQuD04O7gFvx8geBuC8eLOLsH5dINJJ { width:20rem;height:1.875rem;top:2.7060546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZgaJpUsbratgH7r3bH44todOf0LPhDXS { width:20rem;height:3rem;top:44.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #R29WKECTOaJq0rdoJaWUSC2Bt37aeT3V { width:18.5rem;height:19.6953125rem;top:53.6875rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }#R29WKECTOaJq0rdoJaWUSC2Bt37aeT3V li:before{  }
 }@media only screen and (max-width: 763px) { #ddayqN27zpcToxqpuFPlVHRHguT10kP0 { width:19.4375rem;height:1.5rem;top:23rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fWO1Md1i0QpMUC83LpflcM2aUexyfwOJ { width:19.25rem;height:11.4375rem;top:25.75rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#fWO1Md1i0QpMUC83LpflcM2aUexyfwOJ li:before{  }
 }@media only screen and (max-width: 763px) { #ZAM7u8iHX2uTShQsIcIJyZfiAZ3l5ABS { width:18.375rem;height:18.3144375rem;top:79.6875rem;left:0.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }#ZAM7u8iHX2uTShQsIcIJyZfiAZ3l5ABS li:before{  }
 }@media only screen and (max-width: 763px) { #MRPQviPGsuUAfThe9Vl6neJHTWREA9J9 { width:9.25rem;height:1.875rem;top:50.4375rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dR9ynE1QbyTiwGJhaASdzhkuEzDyrUTT { width:16.1875rem;height:1.57486875rem;top:76.6875rem;left:2rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kNmaTq2dJxFWQyNk3qSAyOngEAGXvm8y { width:20rem;height:3.1494125rem;top:101.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tQAxsrmzPZGadykITqDqWe6z3pXCpETc { width:19.1875rem;height:21.1875rem;top:52.87890625rem;left:0.34375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GhXTbeGMOHuq8BswHsBJ5eqVFfPNdnHL { width:19.1875rem;height:21.1875rem;top:78.9375rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:2.51855625rem;top:2.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTzile3pwcF1B2mQ0eGZJiTWTf0OCne9 { width:19.625rem;height:3.625rem;top:1.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 { display:block; }#PXsqVMHWS2ys9yPi6CAr4GedqZlxpXH8 > .row .container { width:20rem;height:125.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJpVdI2EbspS8Rk10GWwChDTOfhhyNwW { width:18.625rem;height:32rem;top:1.6875rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uM0H7A1Hm01uPzBp7n2Oqoky0Gy9ccSy { width:8.25rem;height:8.125rem;top:5.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsWLUdGbNvVHEzD4yeXzyPkwnnRTNTkm { width:17.25rem;height:16.25rem;top:14.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#GsWLUdGbNvVHEzD4yeXzyPkwnnRTNTkm li:before{  }
 }@media only screen and (max-width: 763px) { #nNt3utNJw03bZ3SGniRXR73q8qrRMrDp { width:10.5625rem;height:1.5996125rem;top:1rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Seh7nyKqxeR6Xr6GFWTp6Tm3iQFJXHWt { width:8.75rem;height:2.0625rem;top:0.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1T9R2fUDVOSuKUX3bXRGHZmvQ9s2oJs { width:8.5rem;height:8.5rem;top:4.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVqJ2vByQX3DMc5EHcnHr1kRxQ2CpCbN { width:18.625rem;height:33rem;top:36.8125rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #BIhb1k7u5qW087wP0R8r0vNyCK0UGqu2 { width:10.4375rem;height:2.3125rem;top:35.7060546875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NF7VvCboBndkASfizilRvFOXbCSia6 { width:8.5rem;height:8.5rem;top:39.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATbMgEtoPXkAPsIZL0Baaq41agiWDdz { width:18.625rem;height:25.1875rem;top:72.9375rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #i2ZQR7TxT0eQbE8GzTs5tOdpMoIlrKwx { width:10.4375rem;height:2.3125rem;top:71.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD1zwJxp0tP9pTittHCOh8VXXeRdi1Sl { width:8.5rem;height:8.5rem;top:75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swZ3iDTKb0dtcsEUclps0z3abNh7yK9l { width:18.625rem;height:23.8125rem;top:101.3125rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #mMDZLyMy3xnryToL301LCHALb1v6vIxd { width:10.5rem;height:1.5996125rem;top:100.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvVTk4kU3Pryv0e8GobHJtUhKU27146R { width:10.4375rem;height:2.3125rem;top:100.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ430skQgyLaLFZeqQxThSuKQSXvOn1f { width:8.5rem;height:8.5rem;top:104.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5sULzavo91eFLCcDvpTXi0hQet8zKwF { width:13.125rem;height:8.4375rem;top:113.6875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#I5sULzavo91eFLCcDvpTXi0hQet8zKwF li:before{  }
 }@media only screen and (max-width: 763px) { #Riscbneb94fh2496SUfTNCGv6bT9VUTO { width:6.0625rem;height:8.4375rem;top:39.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unIcDkrf7p1XAR67gfudNR74y13sh6Sn { width:16.1230625rem;height:19.25rem;top:47.9375rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#unIcDkrf7p1XAR67gfudNR74y13sh6Sn li:before{  }
 }@media only screen and (max-width: 763px) { #Ua2Xs68PfKGViibUbXZpqfn67AAxa88h { width:10.5625rem;height:1.5996125rem;top:36.125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLHzA3g8EJpF2fQ6DkckGidkKfqUqNm8 { width:10.5625rem;height:1.5996125rem;top:72.2314453125rem;left:4.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru2IcqeiPQeLDJ7gqz2CK4ge16fRn27M { width:7.3125rem;height:8.5rem;top:74.96875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2ZQExviU69qlhpm96KLRpSRgEpq9OS { width:16.875rem;height:9.9375rem;top:84.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#CS2ZQExviU69qlhpm96KLRpSRgEpq9OS li:before{  }
 }@media only screen and (max-width: 763px) { #Buv8TXyTbIdgUmeqadin6TPMKWntJz3N { width:6.4375rem;height:8.25rem;top:104.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEmCvk1u2inNISuyEKDi4TIcxoGmcanw { width:17.25rem;height:17.0946875rem;top:14.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #fXkvvzOLKZWOR9cBOpdw69zlP4aKBtF1 { width:17.5625rem;height:18.99413125rem;top:49.193359375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15061;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #CKSNXsPsQT5BmyFUNKXslmipveDd5G9h { width:18.125rem;height:11.396475rem;top:84.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15033;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #a3mnLBJCNP1uQqDWFAULIAUXWFK9TUVO { width:15.75rem;height:9.4970625rem;top:113.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { display:block; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { width:20rem;height:1.94921875rem;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxceRDK7LVlPILT6foR9vyR3GLmD6TGq { width:19.625rem;height:3.625rem;top:1.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 { display:block; }#hvNQqhGBs8vrtHsP7BWOyUuHoCZ7V0O0 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl71C3VpivXwhh54MUUUnrXy3ET8ffJv { width:19.125rem;height:9.5625rem;top:1.21875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzkgTCEmxWZK3TFCdyn6XXzNMuVMBpgp { width:20rem;height:13.734375rem;top:12.09375rem;left:0rem;font-size:1rem;display:block; }#LzkgTCEmxWZK3TFCdyn6XXzNMuVMBpgp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #lTU3MCLl9LqoKo35Ld7ihf22Bt2WI5nV { width:20rem;height:15.6465rem;top:38.375rem;left:0rem;font-size:1rem;display:block; }#lTU3MCLl9LqoKo35Ld7ihf22Bt2WI5nV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #PeVKUZxrL8AXMizOTllRsWWeep85txgi { width:19.125rem;height:9.5625rem;top:27.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzJEQQpOhMsTquT1b00q09exH4Mx15H { width:20rem;height:10.4375rem;top:0.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbhISX9NTvQZJQtQWittJqotFsWeSRSA { width:20rem;height:10.5rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUx48z8XCXlUauMskNc3dPq20WGPSNaG { display:block; }#oUx48z8XCXlUauMskNc3dPq20WGPSNaG > .row .container { width:20rem;height:113.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJKB6IS4eftv18MlTRP5ZTXxas8J371l { width:18.875rem;height:10.625rem;top:1.03125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoTosgSwf7TPQhPi74WlNq2IfxmnQP25 { width:20rem;height:11.6875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2up5BOdbAvVuKeMf1Vtk6rBZ979JyXu { width:20rem;height:41.0625rem;top:25.375rem;left:-0.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(255,255,255,0.17);border-left:0.0625rem solid rgba(255,255,255,0.17);border-right:0.0625rem solid rgba(255,255,255,0.17);border-bottom:0.0625rem solid rgba(255,255,255,0.17);z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #daPE5Ipe1QWVcIDLyFCC6RQGWKPdl0dF { width:9.625rem;height:9.625rem;top:46.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5KtPZ8oXtQ54hRdgUTPOTURTWLxTxdJ { width:17.875rem;height:2.54948125rem;top:34.125rem;left:0.9375rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbEntLrw7o6axVcs3UGiHp0p5MfRwq2T { width:9.125rem;height:9.125rem;top:37.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNpzXv7W8eTu7D8FFN2foxaoSrCx96G { width:8.9375rem;height:8.9375rem;top:57.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBs6fgqxKCCKsrxlLhSqgJEhb4SV3B3w { width:11.75rem;height:11.75rem;top:25.375rem;left:5.125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #zEvhVRAGZQquVxHxn0mKGTQLn5VHiMSe { width:18.3125rem;height:3.82324375rem;top:44rem;left:0.75rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWkTAnXstWVtnT5I1c8dxQctb3evRVFR { width:19rem;height:2.54948125rem;top:54.0625rem;left:0.375rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEX9cSIotFq0B9iTgsXIsQfXMSLsgA7F { width:19.3125rem;height:1.2747375rem;top:64.3125rem;left:0.25rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdIe7d6gHwEwRNVcoxPa2EXsUXhQCfP3 { width:20rem;height:2.1933625rem;top:77.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ErQ6CHblk51Dii7KFf0Sy5fB75KCTW { width:16.4375rem;height:3.9375rem;top:81.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucBLOzTCemeouabIDO2e4ZVlyghS9iR6 { width:17.25rem;height:1.54296875rem;top:81.4375rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMEuNCc8u3X94iUTVyNGfdhEogCvd241 { width:20rem;height:1.3808625rem;top:83.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT4Jq9qmklvtep1rFTDaud1UiOUZJE09 { width:19.875rem;height:14.6875rem;top:82.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmkVore6uW5y63FG3i92fNmKDmue2Z3 { width:6.375rem;height:1.94921875rem;top:87.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZiMukPRTJTy1k4XuQDE4NgnusfAqZ2N { width:5.0625rem;height:1.94921875rem;top:87.9375rem;left:14.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri66LQbT551OxiHLgJS6fX1Cicg0XEt0 { width:5.875rem;height:1.29980625rem;top:88.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8MiZeXpHGQPQVJG6ecvaCHmZ6s0M1Tg { width:6.25rem;height:0.9746125rem;top:91.3125rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLxkSXdLICXmTIVTVP6qoWzfO6WdK3eq { width:4.5625rem;height:1.0559875rem;top:91.25rem;left:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4X9g2m2zUiFbZp1zQMzQLHKki9ngEGg { width:5.1875rem;height:1.94921875rem;top:91.3125rem;left:14.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XSSTHoz7vRaWgtdvIQnEclWy5327BTES { width:7rem;height:0.9746125rem;top:94rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3BoABxuu46hOVCfDFGMNtmGKkDtL0z { width:5rem;height:1.0559875rem;top:93.9375rem;left:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVroyS1WHeDkwOPCX8EsogRuql68yzkc { width:5.6875rem;height:2.923825rem;top:94rem;left:13.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cTphDkBDFStetXRsurfllCpZe7VqH219 { height:11.25rem;width:20rem;top:13.619140625rem;left:-0.15234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH5msIwfBrPbtTBXN3XkMCDUlhma4kkG { width:20rem;height:3.25rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIS4u51VQGpU3St54apWnPHsTbFecTO { width:9.875rem;height:2.875rem;top:71.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsHST7Juazn6LHMZVXP1vVTAVDT1HWnU { width:5.75rem;height:1.8684875rem;top:72.3125rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCRHIbGo35n3kkikFTrlJTR82fvx7SLT { width:1.9375rem;height:1.9375rem;top:72.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po9FZEtnOuVbuV4gxzuUV3QrHnlCrsNf { width:6.25rem;height:2.03125rem;top:71.875rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmNEyUQJJCTe7wPnyrTT6Im2oQZHhbDJ { width:7.1875rem;height:2.1933625rem;top:71.8125rem;left:12.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o347Ca7Z2D45qx3VKJyyft47vKxRKeuO { width:2.1875rem;height:2.1875rem;top:71.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quxpilHKIstHcP40Hewr8nsbdOnVkSG8 { width:7.6875rem;height:2.5996125rem;top:68.75rem;left:6.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpk25hr7APXCztuVfEkqw8QmRxPlZNvn { width:7.75rem;height:2.1933625rem;top:103.966796875rem;left:12.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIgwh13svZIVb4fKy2qhFTObXGez0t78 { width:20rem;height:3.5rem;top:103.2822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pem1qnU8AQ9D3QpFN2mqApfALlzysmgH { width:2.4375rem;height:2.4375rem;top:110.907552125rem;left:13.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHeE5bs64cSRkWXXU3zGF1TMJmotpQob { width:9.6875rem;height:3.25rem;top:103.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXMnTH8Cba5pZwTHHS8ZGSGHzcdnDRI8 { width:9rem;height:2.03125rem;top:104.0478515625rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8IeZHPE5mf6RMyEXNIMCDsWOfUVywLa { width:20rem;height:2.03125rem;top:100.1455078125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMMZeVRxfyteZzz1BmgrQTJmPTpgHCg9 { width:5.75rem;height:1.8684875rem;top:111.282552125rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgIgLQnX0ULBVu8VldQtH5NT14lqJrhW { width:2.4375rem;height:2.4375rem;top:103.8447265625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSmNTGA8y1UXeJPHXbIHOiGcR8ISvDqK { width:2.4375rem;height:2.4375rem;top:103.8447265625rem;left:9.78125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #QOia0TbdrmTtX29Vz2epigN63713WUXA { display:block; }#QOia0TbdrmTtX29Vz2epigN63713WUXA > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZWsFVB9B7HWxCzctz5k0r8aFm0xzd7g { width:20rem;height:2.1875rem;top:1.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUhfD0vqkOIVeVt3CiihiUx8IQ0MoRO { display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { width:20rem;height:2.03125rem;top:0.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi { display:block; }#th2vIi2SSQ816V9JmsBzxbDMfKCPFhzi > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-heading-text { font-size:0.9375rem;height:auto; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 { display:flex;height:auto;width:17.5rem;top:1.5625rem;left:0rem; }
#al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #VrVDITQ3rxECaWxD8cXau31cJqr1KGTf {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #a5UXcONQFuP3XhfJydUtaoKIpw0f5zbc {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #xzzwpoEJiRLvTbsqact4w6L2vRlnh1Ho {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #TGsWVkkLPb6BhCEGD5r6eIUE8LFTEHIh {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #XofabwlF0pedZB7H5zrUWC3wOw3I1VE0 {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #RvFSnLfNShKSHR4uUBzicfqvL3U84f6r {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #UKhfL5mA4mz3Ai0z8PvCkyycLUzlb6Xs {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #AqaFlE0kQO3RkEXfyc55uLMn2NrkHaxp {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #nJxyk8iNS0XrourVMdfq2oGF7VNaeAnI {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #C5nxi6HZJp6af9C7uFSGMJ7qxwZwvGor {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #uWTmU4xOcZIxizwD1XzmF0xyfSiJ6Aid {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #RZp3u1bSTF9isz7KhGqVkn5f2uPwy2Me {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #XcAQpc4JMUfVENsPQuge6dR92o8xiXMT {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #q2pJhuhBIOpPRtAu0eZ7xS1MqDGsruu1 {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #rw3KJvHXMIA5Mxes4TDz8ytuW2B6kVaz {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #nwBEpzLkMBrUMfKdw34XR7P7T6yzInUm {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #ToGBciKU2TlG6C3bkNRDMcqpaSH7IF4T {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #PqUMB7clNUD4BRTVSPpLTrUPmXaGtovy {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #y09npcvKEITz7F5ptKWA3LWGI3yMfWon {  }
 }@media only screen and (max-width: 763px) { #al6OugpRA2qPkSMNOcCJvsNoZBJoXD99 #TZueC5shRRH6SOU0f3MftWmU397auHPH {  }
 }@media only screen and (max-width: 763px) { #dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub { display:block; }#dGRSLvyFBdmQo5T3ChkrSCZNEXOBK8ub > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5Ut3JRPkTZU39TV1B1zBxDWl582LRip { width:16.9375rem;height:2.375rem;top:0rem;left:1.5312501192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF0nd4p3i3kGMHagaSZrdRI8bL7J7ZIt { display:block; }
 }