.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:251,236,222;--color-primary-1:243,191,145;--color-primary-2:230,126,34;--color-primary-3:115,63,17;--color-primary-4:35,19,5;--color-secondary-0:220,233,236;--color-secondary-1:138,183,192;--color-secondary-2:21,110,129;--color-secondary-3:11,55,65;--color-secondary-4:3,17,19;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:37,37,37;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:poppins;--paragraphs-font-family:poppins; }body { background-color:#f1e7df;background-image:none;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); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { 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; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { background-color: transparent; background-image: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container > .video-iframe-container { display: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container { display: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .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); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { border-width: 0; border-radius: 0; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:9.812rem;top:1.124267578125rem;left:0.99853515625rem;overflow:hidden;display:block; }
#rymKl5GZaa21fy3g3TQcf8UHizq0imec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { background-color: transparent; background-image: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container > .video-iframe-container { display: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container { display: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .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); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { border-width: 0; border-radius: 0; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { color:rgba(var(--color-tertiary-1),1);display:block;width:47.8735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.875rem;height:7.3125rem;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; }
#pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { color:rgba(var(--color-tertiary-1),1);display:block;width:48.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13rem;left:1.875rem;height:5.84765625rem;display:block; }
#tSrR6yfx4Or1t9FUWwb402aqZDW3yDBf { 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.93725rem;width:20.3125rem;top:1.75rem;left:51.625rem;overflow:hidden;display:block; }
#hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.2483125rem;height:3.49975625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.873779296875rem;left:1.875rem;display:block; }
#mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nexngsOiE3iR2c3DKemfs9XAwsy0Q48X { box-sizing:content-box;height:2.0625rem;width:15.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.9375rem;left:30.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#KpkhJI9xTCQ30dPoQvBifpWxVMGHP73X { box-sizing:content-box;height:2rem;width:6rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.875rem;left:1.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { position:relative;display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { background-color: transparent; background-image: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container > .video-iframe-container { display: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row > .video-iframe-container { display: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .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); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { border-width: 0; border-radius: 0; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { color:rgba(var(--color-tertiary-2),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.34375rem;height:2.92480625rem;font-style:normal;display:block; }
#ZPz7Bzo3bkLOC5HynUmwocs2k0sdNoBb { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5869140625rem;left:54.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FfHO5RSCtVexCU7QfzOmDwdTVOyUgof7 { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5869140625rem;left:62.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meOBlwVEDxJUbQ2IZnVoTSoHVOEMFty2 { box-sizing:content-box;height:0.0625rem;width:65.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:8.125rem;left:4.34375rem;display:block; }
#FLMVm7go7ne5AtCWXoqpninhit0JXQha { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:5.21875rem;height:3.25rem;display:block; }
#K3GJMcSLnpqeAREF3iMhSXkGbncak5kR { 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:1.9375rem;width:1.9375rem;top:10.3125rem;left:56.15625rem;overflow:hidden;display:block; }
#ureRn9K52v9WAsWt2RU6Gdaox8AeaoA2 { 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:2rem;width:2rem;top:10.3125rem;left:64.40625rem;overflow:hidden;display:block; }
#agd15Bn11HES50FnlidHU8bqJmKL8zoJ { box-sizing:content-box;height:0.0625rem;width:65.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:15.34375rem;left:4.375rem;display:block; }
#RoxCxUgXo8vnhchKW2Ot66GmgzzlGUPR { box-sizing:content-box;height:0.0625rem;width:65.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:21.8125rem;left:4.375rem;display:block; }
#Vqmr6hUfnLDzRuwhq1fHTVMysUC6I78s { color:rgba(var(--color-tertiary-2),1);display:block;width:43.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8115234375rem;left:5.21728515625rem;height:3.25rem;display:block; }
#yVOuHgKCbnMB9NHihaygHBpK5qpP4476 { position:absolute;display:block;z-index:15009;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.9375rem;width:1.9375rem;top:17.4375rem;left:56.125rem;overflow:hidden;display:block; }
#U1RSsTMlF2Cy319T0yb3ImxOwiqtOZe0 { 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:2rem;width:2rem;top:17.4375rem;left:64.375rem;overflow:hidden;display:block; }
#JTe33iyA4H4ucCG08ITldIggqwk11XTh { box-sizing:content-box;height:0.0625rem;width:65.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:28.3125rem;left:4.375rem;display:block; }
#FQrakAWkRAH4THpT7WBhs8iFWPMMDPzL { color:rgba(var(--color-tertiary-2),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.9375rem;left:5.1875rem;height:3.25rem;display:block; }
#P3xrtosvDU7y6aWF2si2Bvmarw0CgLRo { position:absolute;display:block;z-index:15013;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.9375rem;width:1.9375rem;top:23.9375rem;left:56.125rem;overflow:hidden;display:block; }
#RS9pQ3PrDOFHprKPncaw7nHendGK7qHx { position:absolute;display:block;z-index:15014;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:2rem;width:2rem;top:23.9375rem;left:64.375rem;overflow:hidden;display:block; }
#CQyimIiC8h4hMaS1wRCTqFNRggVeOzGd { color:rgba(var(--color-tertiary-2),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.375rem;left:5.21875rem;height:3.25rem;display:block; }
#GdUGCAQWJdGrZTcbfx8THCzfsDXDgltH { position:absolute;display:block;z-index:15017;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.9375rem;width:1.9375rem;top:30.1875rem;left:56.1875rem;overflow:hidden;display:block; }
#u1UIGMTiHwfKAi1F8SEVkGkIH48dmRow { position:absolute;display:block;z-index:15018;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:2rem;width:2rem;top:30.1875rem;left:64.4375rem;overflow:hidden;display:block; }
#uxx2459ZwZcDDfdtPO51m9G6qUiqiX6R { color:rgba(var(--color-primary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.1865234375rem;left:4.34326171875rem;height:1.625rem;display:block; }
#Wvb22mV7G031AyTdyWbSsATql7GVISJn { position:relative;display:block; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn { background-color: transparent; background-image: none; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container > .video-iframe-container { display: none; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row > .video-iframe-container { display: none; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .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); }#Wvb22mV7G031AyTdyWbSsATql7GVISJn { border-width: 0; border-radius: 0; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f1f2;background-image:none;font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#UHTwa5mriMmJbGN3A2fInzhZOmbN71QW { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:10.6201171875rem;left:25.623779296875rem;height:19.125rem;font-style:normal;display:block; }
#eaAH6eTRBSUOIdGB8A0KXE6ITiPz5Gqa { color:rgba(var(--color-tertiary-4),1);display:block;width:36.12425rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.68798828125rem;left:25.623779296875rem;height:5.8496125rem;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; }
#r2M6zEF1AT0UDIFauuK9JhQTQrUBTG4b { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.3108125rem;height:3.49975625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.247314453125rem;left:29.512939453125rem;display:block; }
#IV09nln182GxDmAF4G30nw6FJRvNsKcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LhWCX5ffy1KNiQMMoL4BVrwVQx092zTL { position:absolute;display:block;z-index:15009;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:31.687rem;width:20rem;top:2.68798828125rem;left:2.3681640625rem;overflow:hidden;display:block; }
#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { position:relative;display:block; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { background-color: transparent; background-image: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container > .video-iframe-container { display: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container { display: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .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); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { border-width: 0; border-radius: 0; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .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:39.8125rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#xx5WUBKwEDn0lAr7n4uDKK8mgJteITQ1 { color:#2d3250;display:block;width:34.1858125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.499755859375rem;left:2.640380859375rem;height:5.6875rem;font-style:normal;display:block; }
#bcNGZFsL5CZFdlMyE5KLu3xyxD0e6p2S { 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:1.5rem;width:1.5rem;top:34.6875rem;left:36.75rem;overflow:hidden;display:block; }
#yhd1JiQUovJ4Xddl8ZmoEnonpiQ8TkyU { box-sizing:content-box;height:2.625rem;width:13.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.5rem;left:5.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:10.8740234375rem;left:3.414306640625rem;height:17rem;overflow:hidden;display:block; }#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
#c0r32hZnXwgtEJIVgcIEJkdUC0DTdNAm { 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:22.8735625rem;width:30.9375rem;top:7.935791015625rem;left:44.0625rem;overflow:hidden;display:block; }
#QzVBrsrioo1IItTOA6wCc6W00I3w81Lt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.56225rem;height:3.49975625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.809326171875rem;left:9.600830078125rem;display:block; }
#SwPbx9Llu2qECSECuI9DOHNDx0ZeMTaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { position:relative;display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { background-color: transparent; background-image: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container > .video-iframe-container { display: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row > .video-iframe-container { display: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .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); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { border-width: 0; border-radius: 0; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d3250;background-image:none;font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:9.74975rem;top:2.51220703125rem;left:4.466552734375rem;overflow:hidden;display:block; }
#mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { color:rgba(var(--color-tertiary-0),1);display:block;width:66.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.3115234375rem;left:4.466552734375rem;height:14.0625rem;text-align:justify;text-align-last:initial;display:block; }
#Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.82470703125rem;left:24.498291015625rem;height:2.4375rem;font-style:normal;display:block; }
#A8fCAElE6UMNA3xOTXmLKT7nATctNrsF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.3108125rem;height:3.49975625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.752685546875rem;left:21.343994140625rem;display:block; }
#ra3aKUfxy2cuzi3ISHJ2z7wRkNnJh44t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { position:relative;display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { background-color: transparent; background-image: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container > .video-iframe-container { display: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container { display: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .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); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { border-width: 0; border-radius: 0; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { color:#090134;display:block;width:32.6245rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.670654296875rem;left:21.1865234375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { position:relative;display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { background-color: transparent; background-image: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .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); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { border-width: 0; border-radius: 0; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { position:absolute;z-index:15009;top:2.685546875rem;left:8.02978515625rem;width:58.93675rem;height:36.9995rem;display:block; }
#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { background-color: transparent; background-image: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container > .video-iframe-container { display: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container { display: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .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); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { border-width: 0; border-radius: 0; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.6875rem;top:2.40625rem;left:31.78125rem;overflow:hidden;display:block; }
#PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20.78125rem;height:8.7715125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/460322a7-aa20-4e47-8bfb-5a09c150db8e/00001.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 1199px) { #QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { display:block; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { width:11.25rem;height:3.62305rem;top:0.843505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rymKl5GZaa21fy3g3TQcf8UHizq0imec { display:block; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { width:47.75rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { width:46.1865rem;height:6.5rem;top:3.896484375rem;left:0.78125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { width:41.3745rem;height:4.875rem;top:12.68310546875rem;left:3.184814453125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #tSrR6yfx4Or1t9FUWwb402aqZDW3yDBf { width:17.1875rem;height:22.749rem;top:20.684814453125rem;left:16.436767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { width:22.56225rem;height:3.49975625rem;top:45.43701171875rem;left:13.748779296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block; }
 }@media only screen and (max-width: 1199px) { #nexngsOiE3iR2c3DKemfs9XAwsy0Q48X { width:11.6875rem;height:2.625rem;top:3.125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KpkhJI9xTCQ30dPoQvBifpWxVMGHP73X { width:11.687rem;height:2.6245125rem;top:4.49951171875rem;left:6.748046875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { width:42rem;height:2.51855625rem;top:3.9375rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPz7Bzo3bkLOC5HynUmwocs2k0sdNoBb { width:5rem;height:1.625rem;top:4.8935546875rem;left:37.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfHO5RSCtVexCU7QfzOmDwdTVOyUgof7 { width:5rem;height:1.625rem;top:4.5625rem;left:42.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meOBlwVEDxJUbQ2IZnVoTSoHVOEMFty2 { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLMVm7go7ne5AtCWXoqpninhit0JXQha { width:32.4375rem;height:2.76171875rem;top:10.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3GJMcSLnpqeAREF3iMhSXkGbncak5kR { width:2rem;height:2rem;top:10.693359375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ureRn9K52v9WAsWt2RU6Gdaox8AeaoA2 { width:2rem;height:2rem;top:10.6875rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #agd15Bn11HES50FnlidHU8bqJmKL8zoJ { width:47.75rem;height:0.0625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoxCxUgXo8vnhchKW2Ot66GmgzzlGUPR { width:47.75rem;height:0.0625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vqmr6hUfnLDzRuwhq1fHTVMysUC6I78s { width:32.4375rem;height:2.76171875rem;top:17.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVOuHgKCbnMB9NHihaygHBpK5qpP4476 { width:2rem;height:2rem;top:17.4375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1RSsTMlF2Cy319T0yb3ImxOwiqtOZe0 { width:2rem;height:2rem;top:17.3125rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTe33iyA4H4ucCG08ITldIggqwk11XTh { width:47.75rem;height:0.0625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQrakAWkRAH4THpT7WBhs8iFWPMMDPzL { width:32.4375rem;height:2.76171875rem;top:23.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3xrtosvDU7y6aWF2si2Bvmarw0CgLRo { width:2rem;height:2rem;top:23.5rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RS9pQ3PrDOFHprKPncaw7nHendGK7qHx { width:2rem;height:2rem;top:23.5rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQyimIiC8h4hMaS1wRCTqFNRggVeOzGd { width:32.4375rem;height:2.76171875rem;top:30.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdUGCAQWJdGrZTcbfx8THCzfsDXDgltH { width:2rem;height:2rem;top:30.375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1UIGMTiHwfKAi1F8SEVkGkIH48dmRow { width:2rem;height:2rem;top:30.375rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxx2459ZwZcDDfdtPO51m9G6qUiqiX6R { width:35.5625rem;height:1.3808625rem;top:36.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wvb22mV7G031AyTdyWbSsATql7GVISJn { display:block; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UHTwa5mriMmJbGN3A2fInzhZOmbN71QW { width:32.1875rem;height:25.5rem;top:8.411865234375rem;left:14.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #eaAH6eTRBSUOIdGB8A0KXE6ITiPz5Gqa { width:35.8105625rem;height:5.19921875rem;top:1.292724609375rem;left:5.968017578125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #r2M6zEF1AT0UDIFauuK9JhQTQrUBTG4b { width:22.56225rem;height:3.49975625rem;top:37.249755859375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IV09nln182GxDmAF4G30nw6FJRvNsKcH { display:block; }
 }@media only screen and (max-width: 1199px) { #LhWCX5ffy1KNiQMMoL4BVrwVQx092zTL { width:14.375rem;height:22.875rem;top:7.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { display:block; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container { width:47.75rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xx5WUBKwEDn0lAr7n4uDKK8mgJteITQ1 { width:38.81225rem;height:2.4375rem;top:3.1875rem;left:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bcNGZFsL5CZFdlMyE5KLu3xyxD0e6p2S { width:1.5rem;height:1.5rem;top:30.4375rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhd1JiQUovJ4Xddl8ZmoEnonpiQ8TkyU { width:11.6875rem;height:2.625rem;top:3.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw { width:35.3125rem;height:15.420875rem;top:8.81103515625rem;left:6.217041015625rem;font-size:1.125rem;display:block; }#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
 }@media only screen and (max-width: 1199px) { #c0r32hZnXwgtEJIVgcIEJkdUC0DTdNAm { width:24.12475rem;height:17.749rem;top:27.3876953125rem;left:11.8115234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzVBrsrioo1IItTOA6wCc6W00I3w81Lt { width:22.56225rem;height:3.49975625rem;top:47.93701171875rem;left:12.5927734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwPbx9Llu2qECSECuI9DOHNDx0ZeMTaA { display:block; }
 }@media only screen and (max-width: 1199px) { #dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { width:9.74975rem;height:3.061525rem;top:1.4990234375rem;left:2.310791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { width:43.125rem;height:15rem;top:7.8125rem;left:2.310791015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { width:27.1875rem;height:2.4375rem;top:1.8115234375rem;left:15.123291015625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8fCAElE6UMNA3xOTXmLKT7nATctNrsF { width:22.5625rem;height:3.5rem;top:25.5rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ra3aKUfxy2cuzi3ISHJ2z7wRkNnJh44t { display:block; }
 }@media only screen and (max-width: 1199px) { #ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { width:32.6245rem;height:1.7871125rem;top:2.794189453125rem;left:7.559814453125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { width:41.4375rem;height:29.75rem;top:2.0625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { width:12.6875rem;height:3.9375rem;top:2.375rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { width:33.4375rem;height:8.7715125rem;top:7.4375rem;left:7.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/460322a7-aa20-4e47-8bfb-5a09c150db8e/00001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { display:block; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { width:11.25rem;height:3.625rem;top:0.9375rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymKl5GZaa21fy3g3TQcf8UHizq0imec { display:block; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { width:20rem;height:6.82325rem;top:2.030029296875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { width:20rem;height:8.7715rem;top:10.570068359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSrR6yfx4Or1t9FUWwb402aqZDW3yDBf { width:12.99925rem;height:17.24975rem;top:22.906494140625rem;left:3.499755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { width:19rem;height:3.4375rem;top:42.87841796875rem;left:0.499267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block; }
 }@media only screen and (max-width: 763px) { #nexngsOiE3iR2c3DKemfs9XAwsy0Q48X { width:11.8125rem;height:1.5rem;top:12.002685546875rem;left:7.310791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpkhJI9xTCQ30dPoQvBifpWxVMGHP73X { width:4.6875rem;height:1.3125rem;top:13.5009765625rem;left:1.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { width:20rem;height:5.0371125rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPz7Bzo3bkLOC5HynUmwocs2k0sdNoBb { width:5rem;height:1.625rem;top:10.599609375rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfHO5RSCtVexCU7QfzOmDwdTVOyUgof7 { width:5rem;height:1.625rem;top:10.599609375rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meOBlwVEDxJUbQ2IZnVoTSoHVOEMFty2 { width:20rem;height:0.0625rem;top:13.2871125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLMVm7go7ne5AtCWXoqpninhit0JXQha { width:11.5625rem;height:6.499rem;top:14.5996125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3GJMcSLnpqeAREF3iMhSXkGbncak5kR { width:2rem;height:2rem;top:15rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ureRn9K52v9WAsWt2RU6Gdaox8AeaoA2 { width:2rem;height:2rem;top:15rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agd15Bn11HES50FnlidHU8bqJmKL8zoJ { width:20rem;height:0.0625rem;top:23.99805rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoxCxUgXo8vnhchKW2Ot66GmgzzlGUPR { width:20rem;height:0.0625rem;top:31.91015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqmr6hUfnLDzRuwhq1fHTVMysUC6I78s { width:11.75rem;height:6.499rem;top:25.310546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOuHgKCbnMB9NHihaygHBpK5qpP4476 { width:2rem;height:2rem;top:26.259765625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1RSsTMlF2Cy319T0yb3ImxOwiqtOZe0 { width:2rem;height:2rem;top:26.259765625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTe33iyA4H4ucCG08ITldIggqwk11XTh { width:20rem;height:0.0625rem;top:39.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQrakAWkRAH4THpT7WBhs8iFWPMMDPzL { width:11.9375rem;height:5.19921875rem;top:33.22265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3xrtosvDU7y6aWF2si2Bvmarw0CgLRo { width:2rem;height:2rem;top:33.22265625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS9pQ3PrDOFHprKPncaw7nHendGK7qHx { width:2rem;height:2rem;top:33.22265625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyimIiC8h4hMaS1wRCTqFNRggVeOzGd { width:12.125rem;height:5.19921875rem;top:41.24609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdUGCAQWJdGrZTcbfx8THCzfsDXDgltH { width:2rem;height:2rem;top:41.24609375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UIGMTiHwfKAi1F8SEVkGkIH48dmRow { width:2rem;height:2rem;top:41.24609375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxx2459ZwZcDDfdtPO51m9G6qUiqiX6R { width:20rem;height:2.76171875rem;top:48.592529296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wvb22mV7G031AyTdyWbSsATql7GVISJn { display:block; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHTwa5mriMmJbGN3A2fInzhZOmbN71QW { width:20rem;height:32.5058625rem;top:12.908935546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaAH6eTRBSUOIdGB8A0KXE6ITiPz5Gqa { width:20rem;height:7.7988125rem;top:1.6748046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2M6zEF1AT0UDIFauuK9JhQTQrUBTG4b { width:17.625rem;height:3.4375rem;top:77.481689453125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV09nln182GxDmAF4G30nw6FJRvNsKcH { display:block; }
 }@media only screen and (max-width: 763px) { #LhWCX5ffy1KNiQMMoL4BVrwVQx092zTL { width:17.312rem;height:27.6245rem;top:47.032470703125rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq { background-color:#ffffff;background-image:none;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;display:block; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container { background-color: transparent; background-image: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container > .video-iframe-container { display: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container { display: none; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .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); }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container { border-width: 0; border-radius: 0; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#ceTsIyqXFHP7eGRDTvXukNGI6yKz9yzq > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xx5WUBKwEDn0lAr7n4uDKK8mgJteITQ1 { width:17.56225rem;height:7.7988125rem;top:1.715087890625rem;left:1.21826171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcNGZFsL5CZFdlMyE5KLu3xyxD0e6p2S { width:1.5rem;height:1.5rem;top:42.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhd1JiQUovJ4Xddl8ZmoEnonpiQ8TkyU { width:13.5rem;height:2.5rem;top:1.90478515625rem;left:3.62060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw { width:19.24925rem;height:25.543rem;top:11.56005859375rem;left:0.37353515625rem;font-size:1.125rem;display:block; }#b17MmqlG0HH4frtGtgZaMPS3Viq3KnOw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/be7a842d-bbf6-448c-96ce-a8012c8315a8/li.png); }
 }@media only screen and (max-width: 763px) { #c0r32hZnXwgtEJIVgcIEJkdUC0DTdNAm { width:20rem;height:14.714349371496rem;top:71.611355078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzVBrsrioo1IItTOA6wCc6W00I3w81Lt { width:19rem;height:3.4375rem;top:40.201416015625rem;left:0.499267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwPbx9Llu2qECSECuI9DOHNDx0ZeMTaA { display:block; }
 }@media only screen and (max-width: 763px) { #dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { width:7.8125rem;height:2.375rem;top:0.623779296875rem;left:1.031494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { width:17.937rem;height:25.3125rem;top:10.684814453125rem;left:1.031494140625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { width:20rem;height:4.875rem;top:4.68505859375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8fCAElE6UMNA3xOTXmLKT7nATctNrsF { width:19rem;height:3.4375rem;top:38.2568359375rem;left:0.499267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3aKUfxy2cuzi3ISHJ2z7wRkNnJh44t { display:block; }
 }@media only screen and (max-width: 763px) { #ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { width:18.75rem;height:1.7871125rem;top:3.3251953125rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { background-color:rgba(0,0,0,0);background-image:none;display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { background-color: transparent; background-image: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .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); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { width:20rem;height:37rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { width:10.5625rem;height:3.0625rem;top:1.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { width:20rem;height:11.69533125rem;top:6.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }