.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:254,237,218;--color-primary-1:251,201,145;--color-primary-2:249,165,71;--color-primary-3:255,171,0;--color-primary-4:50,33,14;--color-secondary-0:226,233,240;--color-secondary-1:159,183,204;--color-secondary-2:63,110,153;--color-secondary-3:32,55,77;--color-secondary-4:9,17,23;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/27ec70c6-012e-4272-ad51-8e659cccb9e3/top.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#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:35.25rem;width:75rem;position:relative;display:block; }#PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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:34rem;height:3.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.125rem;left:0rem;display:block; }
#KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:#696cff;display:block;width:39.3125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTBHqM2EtQ221x8tdTJs8xJn2JdG9tMb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:14.3125rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#z50mQtxqkBn0HROiTfRd1L3hJ5ztpHmx { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.1875rem;left:31.625rem;overflow:hidden;display:block; }
#I8LgfsOqNZrNsZJ2uibODQgKOpL1tGve { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:12rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#wQdoatQEVc1czIbWrf7plQH5EzirkiJL { position:relative;display:block; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL { background-color: transparent; background-image: none; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container > .video-iframe-container { display: none; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row > .video-iframe-container { display: none; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .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); }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL { border-width: 0; border-radius: 0; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .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; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .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:38.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U89URHtvR3wOGHqwysg8GfX6D6xO34VJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:31.9375rem;height:2.2744125rem;font-style:normal;display:block; }
#gP8upKDeO35vdhJU4cNTRRZXaxdJN7gP { box-sizing:content-box;height:5.125rem;width:43.0625rem;position:absolute;display:block;z-index:15001;background-color:#696cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.375rem;left:31.9375rem;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; }
#bHuLdHHEHTuNGJSSiphAqh1TpFW0ntT3 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.375rem;top:7.625rem;left:33.125rem;overflow:hidden;display:block; }
#lT8WeVrBPMWTDAZioMvOJz38DGLRQJeC { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:35.75rem;height:2.5996125rem;font-style:normal;display:block; }
#BvnTd58AVzI5tlNgc7mZbEuXZ9PrPsHA { box-sizing:content-box;height:3.9375rem;width:43.0625rem;position:absolute;display:block;z-index:15005;background-color:#696cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:31.9375rem;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; }
#Tdwoe92kmp2i8486Lv1sR6IpT8gefD9J { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.4375rem;left:35.875rem;height:1.29980625rem;font-style:normal;display:block; }
#O7XL0CPGwTvDzgP3LBzq5FRNBbdtB3OD { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.375rem;top:13.4375rem;left:33.125rem;overflow:hidden;display:block; }
#Rrxlb8X7LWUMiiV0sg5VNumkalVeut6I { box-sizing:content-box;height:4rem;width:43.0625rem;position:absolute;display:block;z-index:15009;background-color:#696cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:31.9375rem;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; }
#ilWOaieZGtzk2fWeAvwitoJb1Hcb6prD { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.912109375rem;left:35.75rem;height:1.29980625rem;font-style:normal;display:block; }
#fFSOE8gERbm8OAyWKvQT9pItuHyx3Q3O { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.375rem;top:18.125rem;left:33.125rem;overflow:hidden;display:block; }
#fT0wlAC4pXfGMRGOWLJD4OqBdkF626B1 { box-sizing:content-box;height:4rem;width:43.0625rem;position:absolute;display:block;z-index:15013;background-color:#696cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8125rem;left:31.9375rem;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; }
#BDoHrahOptbyxMnkepJc9uOFZXHRl3C3 { color:#ffffff;display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.162109375rem;left:35.75rem;height:1.29980625rem;font-style:normal;display:block; }
#MAnr1sITPyOcGmk7N364hMFIEhCoauWr { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.375rem;top:23.0625rem;left:33.125rem;overflow:hidden;display:block; }
#C5kLa0xMF74dGwqEcqnRDVMhIToibhT9 { box-sizing:content-box;height:4rem;width:43.0625rem;position:absolute;display:block;z-index:15019;background-color:#696cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:31.9375rem;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; }
#SQ2AAKOIsqX4BNxZxI6T57J66891bLGJ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.375rem;top:33.4375rem;left:33.125rem;overflow:hidden;display:block; }
#XTTf1g5ZNGROSPLIEGBeFs2iJrfzw8yO { box-sizing:content-box;height:4rem;width:43.0625rem;position:absolute;display:block;z-index:15015;background-color:#696cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:31.9375rem;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; }
#a1H27QFcksGQqBRaVd6rAJ70eUeDXxzT { color:#ffffff;display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:33.5625rem;left:35.75rem;height:1.29980625rem;font-style:normal;display:block; }
#yB1qOJe6yTFPVWqNK4Go2zIE2NG82rFr { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.375rem;top:28.5rem;left:33.125rem;overflow:hidden;display:block; }
#Tqcq3m9emuoJAGLPx4TKKi4s9NH48loB { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.3125rem;left:35.75rem;height:1.29980625rem;font-style:normal;display:block; }
#deyP4KcBMtXRmfBJTcx57KaW6BVTPbnO { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:9.0625rem;top:2.6875rem;left:10.5625rem;overflow:hidden;display:block; }
#J5yv5h91dqLPDELThd15ikJvNkVFJMAf { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.9375rem;left:1.625rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXuFtaVezoPeEA2PPEQvDDhvaHFNuGso { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:25.3125rem;top:17.912109375rem;left:2.4375rem;overflow:hidden;display:block; }
#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI { position:relative;display:block; }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI { background-color: transparent; background-image: none; }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .row .container > .video-iframe-container { display: none; }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .row > .video-iframe-container { display: none; }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .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); }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI { border-width: 0; border-radius: 0; }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .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; }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .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.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xeL0VMlHaLdpW3Ze1lo4raATZEo4mg2p { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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:34rem;height:3.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:20.5rem;display:block; }
#LxlhQ16r00BT1RSpKTxbhCRIQ3uWGcwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTlFMuA5WRRxewQo0O36ARWeKL1qfgMF { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.75rem;left:52.125rem;overflow:hidden;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { 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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:9.375rem;left:18.625rem;width:38.25rem;height:35.875rem;display:block; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:46.8125rem;width:41.0625rem;top:1.3125rem;left:17rem;display:block; }
#rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { color:#192855;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:18.125rem;height:2.4375rem;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:#696cff;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:7.75rem;width:75rem;position:relative;display:block; }#yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { color:#ffffff;display:block;width:12.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:2.4375rem;left:55.5625rem;height:1.29980625rem;display:block; }
#rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5498046875rem;left:55.5625rem;height:1.29980625rem;display:block; }
#qxN4K0cnhWAApQLogduwgTMeFftnqgVo { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1rem;top:2.5244140625rem;left:53.59375rem;overflow:hidden;display:block; }
#SUfKxTpNBadTsdERLik3n4gzUesT7UmS { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1rem;top:4.85546875rem;left:53.59375rem;overflow:hidden;display:block; }
#VxTC0yGD5drA2IZxOCw8EizPlB1TUgRq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.923828125rem;left:4.59375rem;height:3.89941875rem;display:block; }
#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ { position:relative;display:block; }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ { background-color: transparent; background-image: none; }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .row .container > .video-iframe-container { display: none; }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .row > .video-iframe-container { display: none; }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .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); }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ { border-width: 0; border-radius: 0; }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .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; }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .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:11.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; }#XZQ9WdhOqBorxhKqWlaX7TKECn6HQXQ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:17.5rem;height:8.04200625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/27ec70c6-012e-4272-ad51-8e659cccb9e3/top.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#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:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:41.0625rem;height:3.3125rem;top:20.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:25.3125rem;height:2.5996125rem;top:9.875rem;left:11.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LTBHqM2EtQ221x8tdTJs8xJn2JdG9tMb { width:38.75rem;height:5.0625rem;top:13.625rem;left:4.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #z50mQtxqkBn0HROiTfRd1L3hJ5ztpHmx { width:1.5625rem;height:1.5625rem;top:21.1875rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8LgfsOqNZrNsZJ2uibODQgKOpL1tGve { width:12rem;height:6.5rem;top:2.125rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQdoatQEVc1czIbWrf7plQH5EzirkiJL { display:block; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container { width:47.75rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U89URHtvR3wOGHqwysg8GfX6D6xO34VJ { width:20.3125rem;height:1.625rem;top:33.5625rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gP8upKDeO35vdhJU4cNTRRZXaxdJN7gP { width:36.875rem;height:5.625rem;top:36.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHuLdHHEHTuNGJSSiphAqh1TpFW0ntT3 { width:1.375rem;height:1.3125rem;top:6.6243476867675rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lT8WeVrBPMWTDAZioMvOJz38DGLRQJeC { width:29.4375rem;height:2.5996125rem;top:37.5rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BvnTd58AVzI5tlNgc7mZbEuXZ9PrPsHA { width:36.875rem;height:4.375rem;top:42.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tdwoe92kmp2i8486Lv1sR6IpT8gefD9J { width:33.0625rem;height:1.29980625rem;top:44.0625rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O7XL0CPGwTvDzgP3LBzq5FRNBbdtB3OD { width:1.375rem;height:1.3125rem;top:12.998264074326rem;left:1.2500001192093rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Rrxlb8X7LWUMiiV0sg5VNumkalVeut6I { width:36.875rem;height:4rem;top:48.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilWOaieZGtzk2fWeAvwitoJb1Hcb6prD { width:33.4375rem;height:1.29980625rem;top:50rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fFSOE8gERbm8OAyWKvQT9pItuHyx3Q3O { width:1.375rem;height:1.3125rem;top:19.248047590256rem;left:1.2500001192093rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fT0wlAC4pXfGMRGOWLJD4OqBdkF626B1 { width:36.875rem;height:4rem;top:53.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDoHrahOptbyxMnkepJc9uOFZXHRl3C3 { width:33.8125rem;height:1.29980625rem;top:54.9375rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAnr1sITPyOcGmk7N364hMFIEhCoauWr { width:1.375rem;height:1.3125rem;top:24.187497375488rem;left:1.2500001192093rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C5kLa0xMF74dGwqEcqnRDVMhIToibhT9 { width:36.875rem;height:4rem;top:63.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQ2AAKOIsqX4BNxZxI6T57J66891bLGJ { width:1.375rem;height:1.3125rem;top:36.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XTTf1g5ZNGROSPLIEGBeFs2iJrfzw8yO { width:36.875rem;height:4rem;top:58.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1H27QFcksGQqBRaVd6rAJ70eUeDXxzT { width:33.8125rem;height:1.29980625rem;top:64.9375rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yB1qOJe6yTFPVWqNK4Go2zIE2NG82rFr { width:1.375rem;height:1.3125rem;top:29.248046875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tqcq3m9emuoJAGLPx4TKKi4s9NH48loB { width:33.4375rem;height:1.29980625rem;top:60rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #deyP4KcBMtXRmfBJTcx57KaW6BVTPbnO { width:12rem;height:6.5rem;top:1.4990234375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5yv5h91dqLPDELThd15ikJvNkVFJMAf { width:44.375rem;height:4.0625rem;top:27.873046875rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXuFtaVezoPeEA2PPEQvDDhvaHFNuGso { width:25.3125rem;height:18.25rem;top:8.9990234375rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI { display:block; }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xeL0VMlHaLdpW3Ze1lo4raATZEo4mg2p { width:41.0625rem;height:3.3125rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxlhQ16r00BT1RSpKTxbhCRIQ3uWGcwb { display:block; }
 }@media only screen and (max-width: 1199px) { #HTlFMuA5WRRxewQo0O36ARWeKL1qfgMF { width:1.5625rem;height:1.5625rem;top:2.125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:38.875rem;height:37rem;top:7.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:41.0625rem;height:46.1875rem;top:0.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:47.75rem;height:2.11230625rem;top:3.4375rem;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:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:8.875rem;height:1.4619125rem;top:2.3515625rem;left:35.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:9.25rem;height:1.4619125rem;top:5.23828125rem;left:35.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #qxN4K0cnhWAApQLogduwgTMeFftnqgVo { width:1rem;height:1.125rem;top:2.3125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUfKxTpNBadTsdERLik3n4gzUesT7UmS { width:1rem;height:0.6875rem;top:5.625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VxTC0yGD5drA2IZxOCw8EizPlB1TUgRq { width:12.5rem;height:3.89941875rem;top:2.3515625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ { display:block; }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XZQ9WdhOqBorxhKqWlaX7TKECn6HQXQ2 { width:40rem;height:8.04200625rem;top:1.5625rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;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:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:18.624rem;height:3.624025rem;top:33.19921875rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 763px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:19.9365rem;height:5.19921875rem;top:9rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTBHqM2EtQ221x8tdTJs8xJn2JdG9tMb { width:20rem;height:16.5rem;top:15.44921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z50mQtxqkBn0HROiTfRd1L3hJ5ztpHmx { width:1.5625rem;height:1.5625rem;top:25.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8LgfsOqNZrNsZJ2uibODQgKOpL1tGve { width:12rem;height:6.5rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQdoatQEVc1czIbWrf7plQH5EzirkiJL { display:block; }#wQdoatQEVc1czIbWrf7plQH5EzirkiJL > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U89URHtvR3wOGHqwysg8GfX6D6xO34VJ { width:20rem;height:1.625rem;top:-1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP8upKDeO35vdhJU4cNTRRZXaxdJN7gP { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHuLdHHEHTuNGJSSiphAqh1TpFW0ntT3 { width:1.375rem;height:1.3125rem;top:2.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT8WeVrBPMWTDAZioMvOJz38DGLRQJeC { width:20rem;height:3.8994125rem;top:2.54296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvnTd58AVzI5tlNgc7mZbEuXZ9PrPsHA { width:20rem;height:5.625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdwoe92kmp2i8486Lv1sR6IpT8gefD9J { width:20rem;height:2.5996125rem;top:9.63671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7XL0CPGwTvDzgP3LBzq5FRNBbdtB3OD { width:1.375rem;height:1.3125rem;top:9.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rrxlb8X7LWUMiiV0sg5VNumkalVeut6I { width:20rem;height:5.625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilWOaieZGtzk2fWeAvwitoJb1Hcb6prD { width:20rem;height:2.5996125rem;top:16.1865234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFSOE8gERbm8OAyWKvQT9pItuHyx3Q3O { width:1.3125rem;height:1.2524197031346rem;top:16.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT0wlAC4pXfGMRGOWLJD4OqBdkF626B1 { width:20rem;height:5.625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDoHrahOptbyxMnkepJc9uOFZXHRl3C3 { width:20rem;height:2.5996125rem;top:23.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAnr1sITPyOcGmk7N364hMFIEhCoauWr { width:1.3125rem;height:1.2524197031346rem;top:23.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5kLa0xMF74dGwqEcqnRDVMhIToibhT9 { width:20rem;height:4rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ2AAKOIsqX4BNxZxI6T57J66891bLGJ { width:1.375rem;height:1.3125rem;top:35.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTTf1g5ZNGROSPLIEGBeFs2iJrfzw8yO { width:20rem;height:4rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1H27QFcksGQqBRaVd6rAJ70eUeDXxzT { width:20rem;height:2.5996125rem;top:34.7001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yB1qOJe6yTFPVWqNK4Go2zIE2NG82rFr { width:1.375rem;height:1.3125rem;top:30rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tqcq3m9emuoJAGLPx4TKKi4s9NH48loB { width:20rem;height:2.5996125rem;top:29.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deyP4KcBMtXRmfBJTcx57KaW6BVTPbnO { width:9.0625rem;height:4.875rem;top:39.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5yv5h91dqLPDELThd15ikJvNkVFJMAf { width:20rem;height:8.125rem;top:61.0439375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXuFtaVezoPeEA2PPEQvDDhvaHFNuGso { width:20rem;height:14.41975308642rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI { display:block; }#XQB4v0eWJchq7iLHzTMJKTItsyqN4nUI > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeL0VMlHaLdpW3Ze1lo4raATZEo4mg2p { width:19rem;height:3.6875rem;top:1.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxlhQ16r00BT1RSpKTxbhCRIQ3uWGcwb { display:block; }
 }@media only screen and (max-width: 763px) { #HTlFMuA5WRRxewQo0O36ARWeKL1qfgMF { width:1.5625rem;height:1.5625rem;top:2.75rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:18.75rem;height:41.875rem;top:6.9248046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:20rem;height:48.3125rem;top:4.61230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:12.8125rem;height:1.4619125rem;top:8.7744125rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:9.25rem;height:1.4619125rem;top:13.42285rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxN4K0cnhWAApQLogduwgTMeFftnqgVo { width:1rem;height:1.125rem;top:6.3994125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUfKxTpNBadTsdERLik3n4gzUesT7UmS { width:1rem;height:0.6875rem;top:11.48535rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxTC0yGD5drA2IZxOCw8EizPlB1TUgRq { width:12.5rem;height:3.89941875rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ { display:block; }#EtgxR5ZMFTicykqdetwUCv9Xp9xIRdbZ > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZQ9WdhOqBorxhKqWlaX7TKECn6HQXQ2 { width:20rem;height:9.82911875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }