.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:224,224,229;--color-primary-1:152,151,170;--color-primary-2:48,46,84;--color-primary-3:24,23,42;--color-primary-4:7,7,13;--color-secondary-0:253,210,230;--color-secondary-1:249,119,179;--color-secondary-2:245,29,129;--color-secondary-3:187,15,95;--color-secondary-4:49,6,26;--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:4.1875rem;width:20.6875rem;top:1rem;left:0rem;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:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:7rem;left:0rem;height:;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-primary-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.8;letter-spacing:0;top:15.737501144409rem;left:0rem;height:10.1220625rem;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:#5cbfa6;background-image:none;top:5.8125rem;left:0rem;display:block; }
#TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));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:28.068752288818rem;left:0rem;display:block; }
#e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:2.0625rem;width:1.5625rem;top:29.831249237061rem;left:60.268754005432rem;overflow:hidden;display:block; }
#cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;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:30.049999237061rem;left:51.593750953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mKV3oKczuHaQUcyryKOM5LwDDLIsDsZX { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.1484375rem;left:0rem;height:;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; }
#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:26.75rem;width:18.6875rem;top:1.7242188453674rem;left:47.593750953674rem;overflow:hidden;display:block; }
#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:2.8125rem;width:13.0625rem;top:5.46875rem;left:2.15625rem;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.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.6687507629394rem;left:17.655468940735rem;height:10.411125rem;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:34.75rem;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; }#Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.5625rem;width:30.9375rem;top:4.98046875rem;left:0.49843692779541rem;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-primary-2),1);background-image:none;top:4.10546875rem;left:34.28125rem;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:4.98046875rem;left:34.71875rem;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:10.15625rem;left:35.25rem;overflow:hidden;display:block; }
#AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.9375rem;left:39.375000953674rem;height:6rem;font-style:normal;display:block; }
#ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;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:16.85546875rem;left:39.531250953674rem;height:6rem;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:18.07421875rem;left:35.34375rem;overflow:hidden;display:block; }
#TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;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:24.91796875rem;left:39.375000953674rem;height:6rem;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:26.41796875rem;left:35.34375rem;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-primary-2),1);background-image:none;top:15.8125rem;left:34.28125rem;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-primary-2),1);background-image:none;top:23.8515625rem;left:34.28125rem;display:block; }
#WMnlxu8grRkmXriT6GQR2K2cXuX4Sf7C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));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:28.10546875rem;left:6.34375rem;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:;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-primary-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:3.6875rem;width:3.6875rem;top:8.375rem;left:10.499999046326rem;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:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.56875038147rem;left:2.53125rem;height:6.499rem;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:#5cbfa6;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:3.5625rem;width:4.5rem;top:8.375rem;left:35.250000953674rem;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:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.56875038147rem;left:26.593750953674rem;height:6.499rem;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-primary-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:3.6875rem;width:3.6875rem;top:8.375rem;left:60.500000953674rem;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:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.878126144409rem;left:52.500000953674rem;height:7.7988125rem;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:35.5625rem;width:75rem;position:relative;display:block; }#kBcdGSdM9SBQUKuwxI35xvAAi7mQ1LiT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;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:24.96875rem;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.25rem;width:29rem;top:7.5875005722044rem;left:1.0625rem;overflow:hidden;display:block; }
#uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { box-sizing:content-box;height:23.75rem;width:39rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.2875003814697rem;left:31.218750953674rem;border-top:0.0625rem solid #5cbfa6;border-left:0.0625rem solid #5cbfa6;border-right:0.0625rem solid #5cbfa6;border-bottom:0.0625rem solid #5cbfa6;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:35.625rem;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:6.2625007629394rem;left:32.956250190735rem;height:22.69725rem;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, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));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:30.75rem;left:27.875000953674rem;display:block; }
#kSE1XD9JzSivqBRnwJGF4t9BlA0PHAtQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl { position:relative;display:block; }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl { background-color: transparent; background-image: none; }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .row .container > .video-iframe-container { display: none; }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .row > .video-iframe-container { display: none; }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .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); }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl { border-width: 0; border-radius: 0; }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .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; }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .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:20.6875rem;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; }#G9eHxH80iB3VOLoOUVoSnRpAwB8vduAw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16rem;width:11.625rem;top:2.4984375238419rem;left:6.2179689407349rem;overflow:hidden;display:block; }
#ao4AOfhGJ2aVJZUthm4Ss7vSaGHPyyfg { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.4992127418518rem;left:21.217968940735rem;height:4.3125rem;display:block; }
#v5hi9t4w6gysMOEKlX5C1tuaaT9BzxeS { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;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.557819366455rem;left:20.592968940735rem;height:11.046875rem;text-align:left;text-align-last:left;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.625rem;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.3125rem;left:28.21875rem;overflow:hidden;display:block; }
#SleiVfQtG5sJrgZZ8gteZL35S0acyadv { 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; }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row .container { background-color: transparent; background-image: none; }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row .container > .video-iframe-container { display: none; }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row > .video-iframe-container { display: none; }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .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); }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row .container { border-width: 0; border-radius: 0; }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#OUIfJm8cbJcAXHtSFl2iUnON3Zn2I3GX { position:absolute;z-index:15011;top:8.65625rem;left:18.375rem;width:38.25rem;height:20.875rem;display:block; }
#Ag1ui5EVzQ0T1Dmc150BoCzlT8mFGiW0 { 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; }
#J5NWVru9IuRh24yPOO7Q3V5EOaV3OHTp { 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-primary-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:7.0625rem;width:33.3125rem;top:5.1875rem;left:20.84375rem;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:14.625rem;height:3.0625rem;top:1.5625rem;left:0.625rem;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:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { width:44.125rem;height:2.5375rem;top:4.75rem;left:1.8125000596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { width:40.3125rem;height:8.999rem;top:12.625rem;left:3.7187500596046rem;font-size:1rem;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:3.0937500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #v16TH3cNiFSLb8OQcvAETdKunhk1KizB { width:1.3125rem;height:1.375rem;top:1.5437502861023rem;left:4.8125000596046rem;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:19.25rem;height:3.875rem;top:24.0625rem;left:14.250000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block; }
 }@media only screen and (max-width: 1199px) { #yRaZviBTAlUuwTaE4uTk3fkE8ttIQOfT { width:1.75rem;height:2.3125rem;top:29.456251144409rem;left:27.800000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { width:12.5rem;height:1.625rem;top:30.09375rem;left:17.624999582768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKV3oKczuHaQUcyryKOM5LwDDLIsDsZX { width:43rem;height:3.673825rem;top:7.7874999046325rem;left:2.3750000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 1199px) { #JrteS81mvaQlsG4K8AurqepFwdCNqgxK { width:18.4375rem;height:26.3125rem;top:33.4375rem;left:15.112499773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC { display:block; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { width:47.75rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vZ8vWfXKXBUBhdwvxxeCCPTszTSKnlcP { width:10.75rem;height:2.3125rem;top:4.4365234375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3wlBtmc4vR0spFV3tdZzEJUkmabw1sM { width:33.625rem;height:11.8125rem;top:0.6875rem;left:12.812500536442rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { display:block; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container { width:47.75rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { width:29rem;height:19.3125rem;top:2.6250028610229rem;left:10.875000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BpVFhIOGcf9IKiK4A19JIq8IWVgT0o4E { width:24.8125rem;height:3.375rem;top:24.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAeICSgII4TfCXsNKQQmzXp9TVWtmNdD { width:23.9375rem;height:1.625rem;top:25rem;left:13.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmNZ8ZGrk4knb1yR7glAlDeotPzgFHFu { width:3.25rem;height:3.5625rem;top:30.46875rem;left:2.5937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { width:34.8125rem;height:6rem;top:29.25rem;left:7.9687505364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { width:34.8125rem;height:4.5rem;top:37.018751144409rem;left:7.9687505364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aC0SqVrstlKTEtJFN9efSrFPrnVH5EL6 { width:3.0625rem;height:3.5625rem;top:37.487501144409rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { width:34.375rem;height:6rem;top:45.3125rem;left:7.9687505364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEo6C2PP6qGGAdlu6w0U8C2lW5c0mym9 { width:3.0625rem;height:3rem;top:46.8125rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRSZJuWLpTQXurLSqfTX0dF5sMbNWmmE { width:37.5rem;height:0.0625rem;top:35.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OTNAQS76CiRBd3PiSOa1sAURhzfGRG6b { width:37.5rem;height:0.0625rem;top:43.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMnlxu8grRkmXriT6GQR2K2cXuX4Sf7C { width:19.25rem;height:3.875rem;top:52.5625rem;left:15.749999582768rem;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.499rem;top:12.3125rem;left:13.906250536442rem;font-size:1rem;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:6.499rem;top:28.5625rem;left:12.968750536442rem;font-size:1rem;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:7.7988125rem;top:43.8125rem;left:13.875000536442rem;font-size:1rem;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:47.75rem;height:1.95rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEfRMQTC7PgxbusPKkiIbThJ2bOdf6ba { width:16.75rem;height:11.125rem;top:8.625rem;left:0.96796876192094rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { width:28.375rem;height:27.75rem;top:4.75rem;left:18.489062845707rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc { width:25.75rem;height:24.75rem;top:6.300000190735rem;left:19.851562082768rem;font-size:0.9375rem;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:15rem;height:2.9375rem;top:22.53359413147rem;left:1.8429687619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSE1XD9JzSivqBRnwJGF4t9BlA0PHAtQ { display:block; }
 }@media only screen and (max-width: 1199px) { #lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl { display:block; }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G9eHxH80iB3VOLoOUVoSnRpAwB8vduAw { width:9.5rem;height:13.0625rem;top:6.453125rem;left:3.7812500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ao4AOfhGJ2aVJZUthm4Ss7vSaGHPyyfg { width:27.8125rem;height:4.5rem;top:1.375rem;left:15.125000536442rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #v5hi9t4w6gysMOEKlX5C1tuaaT9BzxeS { width:30rem;height:12.503875rem;top:6.7281250953675rem;left:15.125000536442rem;font-size:0.875rem;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.625rem;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.3125rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SleiVfQtG5sJrgZZ8gteZL35S0acyadv { display:block; }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row .container { width:47.75rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OUIfJm8cbJcAXHtSFl2iUnON3Zn2I3GX { width:38.875rem;height:22.875rem;top:7.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ag1ui5EVzQ0T1Dmc150BoCzlT8mFGiW0 { width:42.3125rem;height:49.9375rem;top:3rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5NWVru9IuRh24yPOO7Q3V5EOaV3OHTp { 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:25rem;height:5.1875rem;top:3.9375rem;left:11.375rem;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:16.4375rem;height:3.4375rem;top:1.375rem;left:1.78125rem;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:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { width:20rem;height:1.925rem;top:7.6982421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { width:20rem;height:13.15725rem;top:16.357031822204rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyrnyII12PcZoESeV0B6BkRuhV89rGoS { width:20rem;height:2.7625rem;top:2.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v16TH3cNiFSLb8OQcvAETdKunhk1KizB { width:1.3125rem;height:1.375rem;top:0.75rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { width:20rem;height:0.0625rem;top:6.6357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { width:17.4375rem;height:3.4375rem;top:31.16953086853rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block; }
 }@media only screen and (max-width: 763px) { #yRaZviBTAlUuwTaE4uTk3fkE8ttIQOfT { width:1.6875rem;height:2.1875rem;top:36.03125rem;left:4.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { width:12.5rem;height:1.625rem;top:36.3125rem;left:4.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKV3oKczuHaQUcyryKOM5LwDDLIsDsZX { width:20rem;height:4.19824375rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrteS81mvaQlsG4K8AurqepFwdCNqgxK { width:12.5625rem;height:18rem;top:38.3125rem;left:3.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC { display:block; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZ8vWfXKXBUBhdwvxxeCCPTszTSKnlcP { width:13.0625rem;height:2.8125rem;top:2.5625rem;left:3.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3wlBtmc4vR0spFV3tdZzEJUkmabw1sM { width:19.3125rem;height:22.5rem;top:6.75rem;left:0.34296876192093rem;font-size:0.9375rem;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:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { width:20rem;height:13.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpVFhIOGcf9IKiK4A19JIq8IWVgT0o4E { width:20rem;height:3.375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAeICSgII4TfCXsNKQQmzXp9TVWtmNdD { width:20rem;height:3.25rem;top:16.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmNZ8ZGrk4knb1yR7glAlDeotPzgFHFu { width:3.25rem;height:3.5625rem;top:21.61953163147rem;left:8.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { width:20rem;height:7.3125rem;top:27.107031822204rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { width:20rem;height:6.09375rem;top:42.36953163147rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aC0SqVrstlKTEtJFN9efSrFPrnVH5EL6 { width:3.0625rem;height:3.5625rem;top:37.65625rem;left:8.4687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { width:20rem;height:7.3125rem;top:56.68203163147rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEo6C2PP6qGGAdlu6w0U8C2lW5c0mym9 { width:3.0625rem;height:3rem;top:52.74453163147rem;left:8.4687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRSZJuWLpTQXurLSqfTX0dF5sMbNWmmE { width:20rem;height:0.0625rem;top:35.74453163147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTNAQS76CiRBd3PiSOa1sAURhzfGRG6b { width:20rem;height:0.0625rem;top:51.2451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMnlxu8grRkmXriT6GQR2K2cXuX4Sf7C { width:19.25rem;height:3.875rem;top:67.6767578125rem;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:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJ43W3nStTdxJxNOUbm0SuRvwUsRp1ds { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:1.3125rem;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:3.625rem;height:3.625rem;top:7.8984375rem;left:8.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDTxRZKqrOiwzBOWngZC2wcBZK6ibfc { width:17.875rem;height:6.09375rem;top:13.0859375rem;left:1.0617187619209rem;font-size:0.9375rem;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:4.375rem;height:3.5rem;top:24.0234375rem;left:7.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TInIgxvRPvWdMgPgtWHmfVD8okefq6QT { width:18.875rem;height:6.09375rem;top:28.6484375rem;left:0.56171876192093rem;font-size:0.9375rem;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:3.5625rem;height:3.5625rem;top:39.7109375rem;left:8.2187505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZ6OTRpk5y60PNWSL6Vr05NsLzHluZc { width:17.375rem;height:7.3125rem;top:44.723438262939rem;left:1.3125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLMEGemlMECasTiJfZxXBMPQfJukfpg2 { display:block; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBcdGSdM9SBQUKuwxI35xvAAi7mQ1LiT { width:20rem;height:1.86875rem;top:13.874219417572rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEfRMQTC7PgxbusPKkiIbThJ2bOdf6ba { width:18rem;height:12rem;top:0.9609375rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { width:20rem;height:39.5rem;top:16.394531846046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJnkVOZz1MSVDobxuKTLaW0u45Paq6Mc { width:17.75rem;height:36.9375rem;top:17.725781440735rem;left:1.1242187619209rem;font-size:0.9375rem;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:18.875rem;height:3.625rem;top:58.082033157349rem;left:0.56171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSE1XD9JzSivqBRnwJGF4t9BlA0PHAtQ { display:block; }
 }@media only screen and (max-width: 763px) { #lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl { display:block; }#lD0XGlP1P3z2Dyk6wo6SR57d5Rt40hkl > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9eHxH80iB3VOLoOUVoSnRpAwB8vduAw { width:8.9375rem;height:12.3125rem;top:5.4375rem;left:5.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao4AOfhGJ2aVJZUthm4Ss7vSaGHPyyfg { width:18rem;height:3.75rem;top:0rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5hi9t4w6gysMOEKlX5C1tuaaT9BzxeS { width:18.25rem;height:31.75975rem;top:19.374218940735rem;left:0.87421876192094rem;font-size:1.0625rem;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.375rem;top:4.26171875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SleiVfQtG5sJrgZZ8gteZL35S0acyadv { display:block; }#SleiVfQtG5sJrgZZ8gteZL35S0acyadv > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUIfJm8cbJcAXHtSFl2iUnON3Zn2I3GX { width:18.75rem;height:28.25rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1ui5EVzQ0T1Dmc150BoCzlT8mFGiW0 { width:20rem;height:54.3125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5NWVru9IuRh24yPOO7Q3V5EOaV3OHTp { 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:5.84375rem;left:3.09375rem;display:block; }
 }