.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,245,242;--color-primary-1:174,223,211;--color-primary-2:92,191,166;--color-primary-3:46,96,83;--color-primary-4:14,29,25;--color-secondary-0:224,224,229;--color-secondary-1:152,151,170;--color-secondary-2:48,46,84;--color-secondary-3:24,23,42;--color-secondary-4:7,7,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { position:relative;display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { background-color: transparent; background-image: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { border-width: 0; border-radius: 0; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;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; }#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { 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:3.25rem;width:15.375rem;top:1.6875rem;left:1.59375rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:6.999218940735rem;left:0rem;height:9.44825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { color:rgba(var(--color-secondary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.180469512939rem;left:0rem;height:2.923825rem;display:block; }
#EyrnyII12PcZoESeV0B6BkRuhV89rGoS { color:#151515;display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.41796875rem;left:2.46875rem;height:1.4625rem;display:block; }
#v16TH3cNiFSLb8OQcvAETdKunhk1KizB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.3125rem;top:3.4609375rem;left:0rem;overflow:hidden;display:block; }
#TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { box-sizing:content-box;height:0.0625rem;width:41.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.8125rem;left:0rem;display:block; }
#TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -moz-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -ms-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -o-linear-gradient(180deg, #f51d81, #bb0f5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d81', endColorstr='#bb0f5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d81', endColorstr='#bb0f5f' );";background-image: linear-gradient(180deg, #f51d81, #bb0f5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.1875rem;left:0rem;display:block; }
#e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrteS81mvaQlsG4K8AurqepFwdCNqgxK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.3125rem;top:1.4429688453674rem;left:49.062500953674rem;overflow:hidden;display:block; }
#idJKTFw6ChKasHHg40FpzQ284n4xa638 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:2.625rem;top:22.66796875rem;left:25.25rem;overflow:hidden;display:block; }
#r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.6875rem;left:20.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPAr40gzoZhEq9yTZJba2HI4xK59R4G7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.5rem;left:20.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yRaZviBTAlUuwTaE4uTk3fkE8ttIQOfT { position:absolute;display:block;z-index:15010;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.0625rem;width:2.375rem;top:22.6875rem;left:37.25rem;overflow:hidden;display:block; }
#cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:32.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDgmpBxO1ZPozte26PhQcDMPT4HGslTt { box-sizing:content-box;height:8.5625rem;width:25.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.875rem;left:47.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ybFvqf3wtNsEIHTNCTzf34ZUcOuD9MDc { color:rgba(var(--color-primary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:52.375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.42625rem;padding-right:0.384375rem;padding-bottom:0.42625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.3075rem;min-width:2.3075rem;height:2.290625rem;position:relative;font-family:"open sans";font-size:1.704375rem;font-weight:700;line-height:36.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.076875rem;height:0.905rem;position:relative;font-family:"open sans";font-size:0.64rem;font-weight:400;line-height:14.48px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.3125rem;height:4.314375rem;padding-top:0.5325rem;padding-right:0.55rem;padding-bottom:0.5325rem;padding-left:0.55rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.375rem;left:51.0625rem;z-index:15013; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UlTPVsTfeua7UWMpNP79AmDloNSk4br4 { display:flex;position:relative;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #ze7qFvTChXwb16BgvrqLPKcID6WFx1ke { width:auto; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WyCdDcxnbLds4bVGXkvuEOwlOO4a32tz {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #fbCt2uTRE53kwuVqD3uPvmh3nwAIm6Jk { display:flex;position:relative;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #I0sO6MMnJpHUZy1DUD1snoOVMMTdiR2F {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #h3PCaNTALmkaG594ewJVQZSFFIEMpnu8 {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #zqH6zlSGPXqhIKCdVhTR2PfyagTKM4TQ { display:flex;position:relative;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #kCa7zRAA5rhdb8NDU6dQRRaud1FqxNik {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #wcZAD3ITf0ccpokahmlduK2giaWzvCwO {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WgRtaD2oZPlbVXiRRPo7X54e7IzHodR0 { display:flex;position:relative;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #epxgy8CHMv11NXTWZRgIqHQ2WuLK3ovc {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UTWMmML9qL2gLGfQQp8HR1aTtofWOZme {  }
#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { background-color: transparent; background-image: none; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container > .video-iframe-container { display: none; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row > .video-iframe-container { display: none; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .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); }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { border-width: 0; border-radius: 0; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#vZ8vWfXKXBUBhdwvxxeCCPTszTSKnlcP { 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:3.1875rem;width:15.25rem;top:4.7492179870606rem;left:1.21875rem;overflow:hidden;display:block; }
#S3wlBtmc4vR0spFV3tdZzEJUkmabw1sM { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.9375004768372rem;left:20.530468940735rem;height:6.296875rem;display:block; }
#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { position:relative;display:block; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { background-color: transparent; background-image: none; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container > .video-iframe-container { display: none; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row > .video-iframe-container { display: none; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .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); }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { border-width: 0; border-radius: 0; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .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; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;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; }#GquhJ3CL9QwSfE8JZS63ZJDRQp49d2gv { color:rgba(var(--color-tertiary-4),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.625rem;left:0.625rem;height:4.78125rem;display:block; }
#Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { 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:18.6875rem;width:27.625rem;top:14.78125rem;left:1.875rem;overflow:hidden;display:block; }
#BpVFhIOGcf9IKiK4A19JIq8IWVgT0o4E { box-sizing:content-box;height:3.375rem;width:24.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.0625rem;left:32.65625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xAeICSgII4TfCXsNKQQmzXp9TVWtmNdD { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.9375rem;left:33.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmNZ8ZGrk4knb1yR7glAlDeotPzgFHFu { 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.5625rem;width:3.25rem;top:15.6875rem;left:32.6875rem;overflow:hidden;display:block; }
#AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.125rem;left:37.375rem;height:3rem;display:block; }
#ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:21.875rem;left:37.375rem;height:3rem;display:block; }
#aC0SqVrstlKTEtJFN9efSrFPrnVH5EL6 { position:absolute;display:block;z-index:15005;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.5625rem;width:3.0625rem;top:22.04296875rem;left:32.65625rem;overflow:hidden;display:block; }
#TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:28.375001192093rem;left:37.375000953674rem;height:4.5rem;display:block; }
#EEo6C2PP6qGGAdlu6w0U8C2lW5c0mym9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.0625rem;top:29.874999284744rem;left:32.656250953674rem;overflow:hidden;display:block; }
#DRSZJuWLpTQXurLSqfTX0dF5sMbNWmmE { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:20.8125rem;left:32.65625rem;display:block; }
#OTNAQS76CiRBd3PiSOa1sAURhzfGRG6b { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.601563692093rem;left:32.656250953674rem;display:block; }
#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { background-color: transparent; background-image: none; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container > .video-iframe-container { display: none; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row > .video-iframe-container { display: none; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .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); }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { border-width: 0; border-radius: 0; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#MKnsaEgw4E8qDOsTnhauyhTAtuGbnkmp { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:3.4375rem;left:1.375rem;height:23.369125rem;overflow:hidden;display:block; }#MKnsaEgw4E8qDOsTnhauyhTAtuGbnkmp li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKnsaEgw4E8qDOsTnhauyhTAtuGbnkmp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fd05f3b3-a417-4f64-ba15-c094b6c40300/Ellipse1.png); }
#gT43wFRMENVTKfn76X4SAIuFRbxeBQAB { box-sizing:content-box;height:0.0625rem;width:59.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.5rem;left:1.375rem;display:block; }
#CToH26qBvXQsMDlGE4MsmsFg52nAbpnV { box-sizing:content-box;height:0.0625rem;width:59.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.25rem;left:1.375rem;display:block; }
#swaPTXmfIDhdEdVCSJR0G1xMsLNAS542 { box-sizing:content-box;height:0.0625rem;width:59.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.25rem;left:1.375rem;display:block; }
#lRCI4mQXL4i78tVGTxP6hO91hpooLUOu { box-sizing:content-box;height:0.0625rem;width:59.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.625rem;left:1.375rem;display:block; }
#FWTHCUcEs92rPAXl9EyROU4FowoTfgOf { box-sizing:content-box;height:0.0625rem;width:59.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.0625rem;left:1.375rem;display:block; }
#NleB3IRiPv1uQR2hcdgxmfhELGLXCftq { box-sizing:content-box;height:0.0625rem;width:59.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.0625rem;left:1.375rem;display:block; }
#cl1eu1mihy1JAdyAq9kP1rT5OPdEyQnC { box-sizing:content-box;height:0.0625rem;width:59.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31rem;left:1.375rem;display:block; }
#WMnlxu8grRkmXriT6GQR2K2cXuX4Sf7C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -moz-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -ms-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -o-linear-gradient(180deg, #f51d81, #bb0f5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d81', endColorstr='#bb0f5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d81', endColorstr='#bb0f5f' );";background-image: linear-gradient(180deg, #f51d81, #bb0f5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.125002861023rem;left:27.875000953674rem;display:block; }
#OOx6J5PJfHKRnCw2mI4WmCJ2KxMIkvCn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { position:relative;display:block; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { background-color: transparent; background-image: none; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container > .video-iframe-container { display: none; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row > .video-iframe-container { display: none; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .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); }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { border-width: 0; border-radius: 0; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .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; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#UJ43W3nStTdxJxNOUbm0SuRvwUsRp1ds { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:18rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KImWTzIBRboyzN9CiaiCKwo54PtfJKXV { box-sizing:content-box;height:14.625rem;width:24rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.9375rem;left:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FX9FbAFduNR98CBk5TIaRIq4LWPe3T1F { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:8.375rem;left:10.5rem;overflow:hidden;display:block; }
#TgDTxRZKqrOiwzBOWngZC2wcBZK6ibfc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.487501144409rem;left:2.53125rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#ITRtywncKAKrc8ipuk2sMhM1XqAVdyDI { box-sizing:content-box;height:14.625rem;width:24rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.9375rem;left:25.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#osJIahnFGKD2Z56pKTFphMfRJLKpIXa0 { position:absolute;display:block;z-index:15005;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:4rem;width:5rem;top:8.375rem;left:35rem;overflow:hidden;display:block; }
#TInIgxvRPvWdMgPgtWHmfVD8okefq6QT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.487501144409rem;left:26.593750953674rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#m53lzayAU5rAkgfr0IQGbQUBsB8Dtnky { box-sizing:content-box;height:14.625rem;width:24rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.9375rem;left:50.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WRSlSkBTAIrf5XzBauQpsm8b1ne1IhET { position:absolute;display:block;z-index:15008;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:4rem;width:4rem;top:8.375rem;left:60.5rem;overflow:hidden;display:block; }
#uDZ6OTRpk5y60PNWSL6Vr05NsLzHluZc { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.375rem;left:52.5rem;height:6.171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { background-color: transparent; background-image: none; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container > .video-iframe-container { display: none; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row > .video-iframe-container { display: none; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .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); }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { border-width: 0; border-radius: 0; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#kBcdGSdM9SBQUKuwxI35xvAAi7mQ1LiT { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:15.46875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#XEfRMQTC7PgxbusPKkiIbThJ2bOdf6ba { 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:20.4375rem;width:17.25rem;top:5.8617219924927rem;left:9.925000190735rem;overflow:hidden;display:block; }
#uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { box-sizing:content-box;height:20.6875rem;width:35.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.6875rem;left:31.3125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:32.9375rem;height:;overflow:hidden;display:block; }#SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e63f57f-8332-45af-8c75-706893f3746b/check.png); }
#WRcOOFzTnJSmGfgB9fgmD0RDt465wf9y { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -moz-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -ms-linear-gradient(180deg, #f51d81, #bb0f5f);background-image: -o-linear-gradient(180deg, #f51d81, #bb0f5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d81', endColorstr='#bb0f5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d81', endColorstr='#bb0f5f' );";background-image: linear-gradient(180deg, #f51d81, #bb0f5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.9375rem;left:27.875rem;display:block; }
#kSE1XD9JzSivqBRnwJGF4t9BlA0PHAtQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { position:relative;display:block; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { background-color: transparent; background-image: none; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container > .video-iframe-container { display: none; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row > .video-iframe-container { display: none; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .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); }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { border-width: 0; border-radius: 0; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .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; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KrLBo9lXfaZuiuNZ72BNsRIwd8pbLpKU { 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:15.4375rem;width:11.5rem;top:2.25rem;left:2.71875rem;overflow:hidden;display:block; }
#ua7G9KyMtbuNkBZRdyPzI8z2kCgI87uv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.1875rem;left:16.96875rem;height:4.5rem;display:block; }
#v35JsguhFNAodIpSgwVUifegigpELoXs { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9312686920169rem;left:16.967968940735rem;height:9.2578125rem;display:block; }
#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { position:relative;display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { background-color: transparent; background-image: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container > .video-iframe-container { display: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row > .video-iframe-container { display: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .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); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { border-width: 0; border-radius: 0; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .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; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;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; }#LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:9.75rem;top:2.1875rem;left:2.78125rem;overflow:hidden;display:block; }
#cxgct61foIL02Tnn8CM8lZT20TKH5O4c { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.1875rem;left:16.96875rem;height:3.75rem;display:block; }
#CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.48828125rem;left:16.96875rem;height:5.5234375rem;display:block; }
#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { position:relative;display:block; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { background-color: transparent; background-image: none; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container > .video-iframe-container { display: none; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row > .video-iframe-container { display: none; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .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); }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { border-width: 0; border-radius: 0; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .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; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aJneCPB3N1uKzDUGyLGwRfmoJ4Kbot05 { color:#151515;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:31.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ds1kfsXAlshgOlUOga3IAAmil0okyq6a { 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:4.0625rem;width:18.5625rem;top:5.4375rem;left:27.5rem;overflow:hidden;display:block; }
#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { position:relative;display:block; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { background-color: transparent; background-image: none; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container > .video-iframe-container { display: none; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row > .video-iframe-container { display: none; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .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); }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { border-width: 0; border-radius: 0; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .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; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#Cckz28ZfsZ1vBhWG4eBguHwatzdpRu15 { color:#151515;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:31.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8bXKfGSVzqorwNixrPKeSV6xRnfrg41 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:14rem;top:4.75rem;left:30.5rem;overflow:hidden;display:block; }
#JRVl2mbDXz1JJbKBPTrfw49u9o9M2xoh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17rem;top:9.9375rem;left:29rem;overflow:hidden;display:block; }
#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { background-color: transparent; background-image: none; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container > .video-iframe-container { display: none; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row > .video-iframe-container { display: none; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .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); }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { border-width: 0; border-radius: 0; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#U5MQ8SWkabxt0U1N71L2EOyP92A9Bzwd { position:absolute;z-index:15011;top:8.65625rem;left:18.375rem;width:38.25rem;height:20.875rem;display:block; }
#NiV6cEwo8iC9mmOM3fquTf1adLvcwQRG { position:absolute;display:block;z-index:15000;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0c1d3;border-left:0.0625rem solid #b0c1d3;border-right:0.0625rem solid #b0c1d3;border-bottom:0.0625rem solid #b0c1d3;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;height:44.0625rem;width:42.3125rem;top:3rem;left:16.375rem;display:block; }
#CEuA4ZbGrx60GvBSM0GpIBssz22Gc5vy { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:17.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { 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:5.6875rem;width:26.6875rem;top:4.1875rem;left:24.156250953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:10.875rem;height:2.375rem;top:1.90625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { width:44.125rem;height:7.6113125rem;top:6.625rem;left:1.8125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { width:35.9375rem;height:6.5rem;top:15.375rem;left:5.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EyrnyII12PcZoESeV0B6BkRuhV89rGoS { width:41.5625rem;height:1.4625rem;top:1.5rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v16TH3cNiFSLb8OQcvAETdKunhk1KizB { width:1.3125rem;height:1.375rem;top:1.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { width:41.25rem;height:0.0625rem;top:3.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { width:18.0625rem;height:3.5625rem;top:32.187499046326rem;left:14.437500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block; }
 }@media only screen and (max-width: 1199px) { #JrteS81mvaQlsG4K8AurqepFwdCNqgxK { width:15.25rem;height:20.4375rem;top:36.718749046326rem;left:15.487500727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #idJKTFw6ChKasHHg40FpzQ284n4xa638 { width:2.625rem;height:3.0625rem;top:22.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { width:12.5rem;height:1.625rem;top:27rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPAr40gzoZhEq9yTZJba2HI4xK59R4G7 { width:12.5rem;height:1.3rem;top:29.25rem;left:11.374218523503rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRaZviBTAlUuwTaE4uTk3fkE8ttIQOfT { width:2.375rem;height:3.0625rem;top:23rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { width:12.5rem;height:1.625rem;top:27rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDgmpBxO1ZPozte26PhQcDMPT4HGslTt { width:25.5rem;height:10.0625rem;top:58rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybFvqf3wtNsEIHTNCTzf34ZUcOuD9MDc { width:14.8125rem;height:1.1375rem;top:59.4375rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP { display:flex;width:18rem;height:5.0625rem;top:60.57421875rem;left:14.3232421875rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UlTPVsTfeua7UWMpNP79AmDloNSk4br4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #ze7qFvTChXwb16BgvrqLPKcID6WFx1ke {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WyCdDcxnbLds4bVGXkvuEOwlOO4a32tz {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #fbCt2uTRE53kwuVqD3uPvmh3nwAIm6Jk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #I0sO6MMnJpHUZy1DUD1snoOVMMTdiR2F {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #h3PCaNTALmkaG594ewJVQZSFFIEMpnu8 {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #zqH6zlSGPXqhIKCdVhTR2PfyagTKM4TQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #kCa7zRAA5rhdb8NDU6dQRRaud1FqxNik {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #wcZAD3ITf0ccpokahmlduK2giaWzvCwO {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WgRtaD2oZPlbVXiRRPo7X54e7IzHodR0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #epxgy8CHMv11NXTWZRgIqHQ2WuLK3ovc {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UTWMmML9qL2gLGfQQp8HR1aTtofWOZme {  }
 }@media only screen and (max-width: 1199px) { #cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC { display:block; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vZ8vWfXKXBUBhdwvxxeCCPTszTSKnlcP { width:10.75rem;height:2.3125rem;top:5.09375rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3wlBtmc4vR0spFV3tdZzEJUkmabw1sM { width:34.3125rem;height:8.3965rem;top:2.75rem;left:12.750000536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { display:block; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container { width:47.75rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GquhJ3CL9QwSfE8JZS63ZJDRQp49d2gv { width:44.375rem;height:9rem;top:2rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { width:25.5625rem;height:17.3125rem;top:15rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BpVFhIOGcf9IKiK4A19JIq8IWVgT0o4E { width:24.8125rem;height:3.375rem;top:35.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAeICSgII4TfCXsNKQQmzXp9TVWtmNdD { width:23.9375rem;height:1.625rem;top:36.3125rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmNZ8ZGrk4knb1yR7glAlDeotPzgFHFu { width:3.25rem;height:3.5625rem;top:41.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { width:34.8125rem;height:3rem;top:41.875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { width:34.8125rem;height:4.5rem;top:48.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aC0SqVrstlKTEtJFN9efSrFPrnVH5EL6 { width:3.0625rem;height:3.5625rem;top:47.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { width:34.375rem;height:6rem;top:55.6875rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEo6C2PP6qGGAdlu6w0U8C2lW5c0mym9 { width:3.0625rem;height:3rem;top:55.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRSZJuWLpTQXurLSqfTX0dF5sMbNWmmE { width:37.5rem;height:0.0625rem;top:46.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OTNAQS76CiRBd3PiSOa1sAURhzfGRG6b { width:37.5rem;height:0.0625rem;top:54rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR { display:block; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { width:47.75rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MKnsaEgw4E8qDOsTnhauyhTAtuGbnkmp { width:47.75rem;height:28.9668125rem;top:4.1687536239624rem;left:0rem;font-size:1rem;display:block; }#MKnsaEgw4E8qDOsTnhauyhTAtuGbnkmp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fd05f3b3-a417-4f64-ba15-c094b6c40300/Ellipse1.png); }
 }@media only screen and (max-width: 1199px) { #gT43wFRMENVTKfn76X4SAIuFRbxeBQAB { width:47.75rem;height:0.0625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CToH26qBvXQsMDlGE4MsmsFg52nAbpnV { width:47.75rem;height:0.0625rem;top:11.062503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #swaPTXmfIDhdEdVCSJR0G1xMsLNAS542 { width:47.75rem;height:0.0625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRCI4mQXL4i78tVGTxP6hO91hpooLUOu { width:47.75rem;height:0.0625rem;top:20.312503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWTHCUcEs92rPAXl9EyROU4FowoTfgOf { width:47.75rem;height:0.0625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NleB3IRiPv1uQR2hcdgxmfhELGLXCftq { width:47.75rem;height:0.0625rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cl1eu1mihy1JAdyAq9kP1rT5OPdEyQnC { width:47.75rem;height:0.0625rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMnlxu8grRkmXriT6GQR2K2cXuX4Sf7C { width:25.375rem;height:5rem;top:38.0625rem;left:11.187500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OOx6J5PJfHKRnCw2mI4WmCJ2KxMIkvCn { display:block; }
 }@media only screen and (max-width: 1199px) { #OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { display:block; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container { width:47.75rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UJ43W3nStTdxJxNOUbm0SuRvwUsRp1ds { width:39rem;height:1.95rem;top:2.125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KImWTzIBRboyzN9CiaiCKwo54PtfJKXV { width:24rem;height:14.625rem;top:5.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FX9FbAFduNR98CBk5TIaRIq4LWPe3T1F { width:4rem;height:4rem;top:6.875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgDTxRZKqrOiwzBOWngZC2wcBZK6ibfc { width:19.9375rem;height:6.5rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITRtywncKAKrc8ipuk2sMhM1XqAVdyDI { width:24rem;height:14.625rem;top:21.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osJIahnFGKD2Z56pKTFphMfRJLKpIXa0 { width:5rem;height:4rem;top:22.9375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TInIgxvRPvWdMgPgtWHmfVD8okefq6QT { width:21.8125rem;height:8.125rem;top:27.499998092651rem;left:12.968750536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m53lzayAU5rAkgfr0IQGbQUBsB8Dtnky { width:24rem;height:14.625rem;top:37.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WRSlSkBTAIrf5XzBauQpsm8b1ne1IhET { width:4rem;height:4rem;top:39rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uDZ6OTRpk5y60PNWSL6Vr05NsLzHluZc { width:20rem;height:8.125rem;top:44.112503051757rem;left:13.875000536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLMEGemlMECasTiJfZxXBMPQfJukfpg2 { display:block; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { width:47.75rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kBcdGSdM9SBQUKuwxI35xvAAi7mQ1LiT { width:44.0625rem;height:1.95rem;top:2.25rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEfRMQTC7PgxbusPKkiIbThJ2bOdf6ba { width:15.0625rem;height:17.8125rem;top:6.1125001907349rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { width:28.1875rem;height:18.0625rem;top:5.9375rem;left:18.749999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc { width:25.75rem;height:16.7480625rem;top:6.8125rem;left:19.437499582768rem;font-size:1rem;display:block; }#SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e63f57f-8332-45af-8c75-706893f3746b/check.png); }
 }@media only screen and (max-width: 1199px) { #WRcOOFzTnJSmGfgB9fgmD0RDt465wf9y { width:19.25rem;height:3.875rem;top:26.125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSE1XD9JzSivqBRnwJGF4t9BlA0PHAtQ { display:block; }
 }@media only screen and (max-width: 1199px) { #vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { display:block; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container { width:47.75rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KrLBo9lXfaZuiuNZ72BNsRIwd8pbLpKU { width:11.5rem;height:15.4375rem;top:2.0625rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ua7G9KyMtbuNkBZRdyPzI8z2kCgI87uv { width:27.8125rem;height:4.5rem;top:19.375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v35JsguhFNAodIpSgwVUifegigpELoXs { width:40.3125rem;height:14.625rem;top:25.5rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { width:9.75rem;height:10.4375rem;top:1.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxgct61foIL02Tnn8CM8lZT20TKH5O4c { width:27.8125rem;height:3.75rem;top:13.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { width:40.6875rem;height:6.499rem;top:18.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { display:block; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aJneCPB3N1uKzDUGyLGwRfmoJ4Kbot05 { width:12.5rem;height:1.95rem;top:1.9375rem;left:17.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ds1kfsXAlshgOlUOga3IAAmil0okyq6a { width:18.5625rem;height:4.0625rem;top:5.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { display:block; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Cckz28ZfsZ1vBhWG4eBguHwatzdpRu15 { width:12.5rem;height:1.95rem;top:1.9375rem;left:17.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8bXKfGSVzqorwNixrPKeSV6xRnfrg41 { width:14rem;height:2.5rem;top:4.75rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRVl2mbDXz1JJbKBPTrfw49u9o9M2xoh { width:17rem;height:2.75rem;top:9.9375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK { display:block; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { width:47.75rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U5MQ8SWkabxt0U1N71L2EOyP92A9Bzwd { width:38.875rem;height:22.875rem;top:7.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NiV6cEwo8iC9mmOM3fquTf1adLvcwQRG { width:42.3125rem;height:49.9375rem;top:3rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEuA4ZbGrx60GvBSM0GpIBssz22Gc5vy { width:47.75rem;height:2.1125rem;top:4.1875rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:16.9375rem;height:3.375rem;top:4.84375rem;left:15.406249582768rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:10.875rem;height:2.375rem;top:1.90625rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { width:20rem;height:15.225rem;top:10.82324375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { width:20rem;height:8.775rem;top:26.607032299042rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyrnyII12PcZoESeV0B6BkRuhV89rGoS { width:20rem;height:4.3875rem;top:3.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v16TH3cNiFSLb8OQcvAETdKunhk1KizB { width:1.3125rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { width:20rem;height:0.0625rem;top:9.51074375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { width:19.25rem;height:3.875rem;top:36.88125038147rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block; }
 }@media only screen and (max-width: 763px) { #JrteS81mvaQlsG4K8AurqepFwdCNqgxK { width:10.8125rem;height:14.5rem;top:56.250000953674rem;left:4.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #idJKTFw6ChKasHHg40FpzQ284n4xa638 { width:2.625rem;height:3.0625rem;top:42.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { width:12.5rem;height:1.625rem;top:45.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPAr40gzoZhEq9yTZJba2HI4xK59R4G7 { width:12.5rem;height:1.3rem;top:47.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRaZviBTAlUuwTaE4uTk3fkE8ttIQOfT { width:2.375rem;height:3.0625rem;top:49.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { width:12.5rem;height:1.625rem;top:53.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDgmpBxO1ZPozte26PhQcDMPT4HGslTt { width:20rem;height:10.3125rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybFvqf3wtNsEIHTNCTzf34ZUcOuD9MDc { width:14.8125rem;height:1.1375rem;top:74.0166015625rem;left:2.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP { display:flex;width:18rem;height:5.0625rem;top:75.0908203125rem;left:0.4482421875rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UlTPVsTfeua7UWMpNP79AmDloNSk4br4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #ze7qFvTChXwb16BgvrqLPKcID6WFx1ke {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WyCdDcxnbLds4bVGXkvuEOwlOO4a32tz {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #fbCt2uTRE53kwuVqD3uPvmh3nwAIm6Jk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #I0sO6MMnJpHUZy1DUD1snoOVMMTdiR2F {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #h3PCaNTALmkaG594ewJVQZSFFIEMpnu8 {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #zqH6zlSGPXqhIKCdVhTR2PfyagTKM4TQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #kCa7zRAA5rhdb8NDU6dQRRaud1FqxNik {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #wcZAD3ITf0ccpokahmlduK2giaWzvCwO {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WgRtaD2oZPlbVXiRRPo7X54e7IzHodR0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #epxgy8CHMv11NXTWZRgIqHQ2WuLK3ovc {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UTWMmML9qL2gLGfQQp8HR1aTtofWOZme {  }
 }@media only screen and (max-width: 763px) { #cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC { display:block; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZ8vWfXKXBUBhdwvxxeCCPTszTSKnlcP { width:13.0625rem;height:2.8125rem;top:2.3125rem;left:3.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3wlBtmc4vR0spFV3tdZzEJUkmabw1sM { width:20rem;height:12.6rem;top:8.324999809265rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { display:block; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GquhJ3CL9QwSfE8JZS63ZJDRQp49d2gv { width:20rem;height:19.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { width:17.75rem;height:12rem;top:23.062496185302rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpVFhIOGcf9IKiK4A19JIq8IWVgT0o4E { width:20rem;height:3.375rem;top:38.120125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAeICSgII4TfCXsNKQQmzXp9TVWtmNdD { width:20rem;height:1.625rem;top:38.995125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmNZ8ZGrk4knb1yR7glAlDeotPzgFHFu { width:3.25rem;height:3.5625rem;top:42.745125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { width:20rem;height:6rem;top:47.557625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { width:20rem;height:6rem;top:60.932625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aC0SqVrstlKTEtJFN9efSrFPrnVH5EL6 { width:3.0625rem;height:3.5625rem;top:56.119532108307rem;left:8.4687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { width:20rem;height:9rem;top:73.994531631469rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEo6C2PP6qGGAdlu6w0U8C2lW5c0mym9 { width:3.0625rem;height:3rem;top:70.182031631469rem;left:8.4687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRSZJuWLpTQXurLSqfTX0dF5sMbNWmmE { width:20rem;height:0.0625rem;top:54.807625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTNAQS76CiRBd3PiSOa1sAURhzfGRG6b { width:20rem;height:0.0625rem;top:68.869531631469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR { display:block; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKnsaEgw4E8qDOsTnhauyhTAtuGbnkmp { width:20rem;height:52.775rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }#MKnsaEgw4E8qDOsTnhauyhTAtuGbnkmp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fd05f3b3-a417-4f64-ba15-c094b6c40300/Ellipse1.png); }
 }@media only screen and (max-width: 763px) { #gT43wFRMENVTKfn76X4SAIuFRbxeBQAB { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CToH26qBvXQsMDlGE4MsmsFg52nAbpnV { width:20rem;height:0.0625rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #swaPTXmfIDhdEdVCSJR0G1xMsLNAS542 { width:20rem;height:0.0625rem;top:3.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRCI4mQXL4i78tVGTxP6hO91hpooLUOu { width:20rem;height:0.0625rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWTHCUcEs92rPAXl9EyROU4FowoTfgOf { width:20rem;height:0.0625rem;top:7.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NleB3IRiPv1uQR2hcdgxmfhELGLXCftq { width:20rem;height:0.0625rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl1eu1mihy1JAdyAq9kP1rT5OPdEyQnC { width:20rem;height:0.0625rem;top:77.364375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMnlxu8grRkmXriT6GQR2K2cXuX4Sf7C { width:19.25rem;height:3.875rem;top:57.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOx6J5PJfHKRnCw2mI4WmCJ2KxMIkvCn { display:block; }
 }@media only screen and (max-width: 763px) { #OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { display:block; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJ43W3nStTdxJxNOUbm0SuRvwUsRp1ds { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KImWTzIBRboyzN9CiaiCKwo54PtfJKXV { width:20rem;height:14.625rem;top:6.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX9FbAFduNR98CBk5TIaRIq4LWPe3T1F { width:4rem;height:4rem;top:8.1484375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDTxRZKqrOiwzBOWngZC2wcBZK6ibfc { width:16.8125rem;height:5.525rem;top:13.0859375rem;left:1.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRtywncKAKrc8ipuk2sMhM1XqAVdyDI { width:20rem;height:14.625rem;top:22.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osJIahnFGKD2Z56pKTFphMfRJLKpIXa0 { width:5rem;height:4rem;top:23.6484375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TInIgxvRPvWdMgPgtWHmfVD8okefq6QT { width:16.9375rem;height:7.8rem;top:28.5859375rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m53lzayAU5rAkgfr0IQGbQUBsB8Dtnky { width:20rem;height:14.625rem;top:38.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRSlSkBTAIrf5XzBauQpsm8b1ne1IhET { width:4rem;height:4rem;top:40.1484375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZ6OTRpk5y60PNWSL6Vr05NsLzHluZc { width:16.6875rem;height:6.5rem;top:45.3359375rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLMEGemlMECasTiJfZxXBMPQfJukfpg2 { display:block; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBcdGSdM9SBQUKuwxI35xvAAi7mQ1LiT { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEfRMQTC7PgxbusPKkiIbThJ2bOdf6ba { width:12.125rem;height:14.375rem;top:6.0859255790711rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { width:20rem;height:22.8125rem;top:22.332824707031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc { width:17.8125rem;height:18.05rem;top:23.464063644409rem;left:1.0929687619209rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1e63f57f-8332-45af-8c75-706893f3746b/check.png); }
 }@media only screen and (max-width: 763px) { #WRcOOFzTnJSmGfgB9fgmD0RDt465wf9y { width:19.25rem;height:3.875rem;top:45.936718940735rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSE1XD9JzSivqBRnwJGF4t9BlA0PHAtQ { display:block; }
 }@media only screen and (max-width: 763px) { #vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { display:block; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrLBo9lXfaZuiuNZ72BNsRIwd8pbLpKU { width:11.5rem;height:15.4375rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua7G9KyMtbuNkBZRdyPzI8z2kCgI87uv { width:18rem;height:6.75rem;top:17.9375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v35JsguhFNAodIpSgwVUifegigpELoXs { width:18.25rem;height:39rem;top:25.9375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { width:9.75rem;height:10.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxgct61foIL02Tnn8CM8lZT20TKH5O4c { width:16.9375rem;height:3.75rem;top:13rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { width:18.4375rem;height:15.6rem;top:18.4375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { display:block; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJneCPB3N1uKzDUGyLGwRfmoJ4Kbot05 { width:12.5rem;height:1.95rem;top:1.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds1kfsXAlshgOlUOga3IAAmil0okyq6a { width:15.3125rem;height:3.3125rem;top:4.26171875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { display:block; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cckz28ZfsZ1vBhWG4eBguHwatzdpRu15 { width:12.5rem;height:1.95rem;top:1.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8bXKfGSVzqorwNixrPKeSV6xRnfrg41 { width:14rem;height:2.5rem;top:4.26171875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRVl2mbDXz1JJbKBPTrfw49u9o9M2xoh { width:17rem;height:2.75rem;top:8.01171875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK { display:block; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5MQ8SWkabxt0U1N71L2EOyP92A9Bzwd { width:18.75rem;height:28.25rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiV6cEwo8iC9mmOM3fquTf1adLvcwQRG { width:20rem;height:54.3125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEuA4ZbGrx60GvBSM0GpIBssz22Gc5vy { width:20rem;height:2.1125rem;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:13.8125rem;height:3rem;top:2.28125rem;left:3.09375rem;display:block; }
 }