.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:253,231,209;--color-primary-1:245,219,145;--color-primary-2:246,136,23;--color-primary-3:252,210,0;--color-primary-4:49,27,5;--color-secondary-0:221,219,227;--color-secondary-1:143,136,160;--color-secondary-2:31,17,65;--color-secondary-3:16,9,33;--color-secondary-4:5,3,10;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,252;--color-tertiary-2:151,151,151;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }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); }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row .container { background-color: transparent; background-image: none; }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row .container > .video-iframe-container { display: none; }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row > .video-iframe-container { display: none; }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .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); }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row .container { border-width: 0; border-radius: 0; }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#GTv73FSsJBNgOhMXwhTlRTQ3ZPIG4I78 { 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:5.8125rem;width:14.0625rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#Zup12By8dkvlbmyKBuBOxBUTPWZwyTSo { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:14.0625rem;height:1.462675rem;font-style:normal;display:block; }
#itdu8WdVEb2GxMk7Pc5uUTzDkvNF8lH1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #122882, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #122882, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #122882, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #122882, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#122882', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#122882', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #122882, rgba(var(--color-secondary-2),1));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:none; }#itdu8WdVEb2GxMk7Pc5uUTzDkvNF8lH1 > .row .container { border-width: 0; border-radius: 0; }#itdu8WdVEb2GxMk7Pc5uUTzDkvNF8lH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itdu8WdVEb2GxMk7Pc5uUTzDkvNF8lH1 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:none; }#isfJ693KIuyzi2HhX3IuP84FcOy8M6rT { color:#fbe9b2;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0.625rem;height:1.95rem;font-style:normal;display:block; }
#nlQPlTbuDpk6aGuefpkSbwRmCX6OwdDr { color:#fdf7e4;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0.625rem;height:6.6625rem;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;display:block; }
#QgWMCcP0TWAJWULJ0iLiMJpV8CEQCxAS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.625rem;width:26.5625rem;top:3.15625rem;left:44.375rem;overflow:hidden;display:block; }
#ucLghiwCT31OC8R4XnyNBiVMbtXg3y9h { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;box-sizing:border-box;color:#191434;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.155468940735rem;left:17.79921913147rem;display:block; }
#B9hRNcr3bSK4i7ERX6rF3deTL9WGvxsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fh30gRK1z4Exoq954Di4OBWHLHSt0PXL { color:#fdf7e4;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.54296875rem;left:0.625rem;height:3.9rem;display:block; }
#uknEXGJ1we8Et01Wb36uDLghgWeHM11l { 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:1.75rem;width:1.75rem;top:29.0625rem;left:31.125rem;overflow:hidden;display:block; }
#Rnz8zTqZGKQpEA7DQLOm42ALrAilm4Ap { position:absolute;display:block;z-index:15015;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:11.25rem;width:11.125rem;top:10.375rem;left:38.53125rem;overflow:hidden;display:block; }
#m8Z8wKf7AW3Rtw08clhSpvsKCOVEy5KG { color:#141a58;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.3369140625rem;left:39.5625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#lupBbq7onvAKhyMyRZL3fiepikFEbW7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row .container { background-color: transparent; background-image: none; }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row .container > .video-iframe-container { display: none; }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row > .video-iframe-container { display: none; }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .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); }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row .container { border-width: 0; border-radius: 0; }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#TQIgmfVoLTauVMhgV0s2R3S5gzCrBiKb { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.7490234375rem;left:0rem;height:7.7988125rem;font-style:normal;display:block; }
#kqlqrHlbpnaIVtOmFQgzMOwr4WwJNfxN { color:rgba(var(--color-tertiary-4),1);display:block;width:38.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.0625rem;left:0rem;height:6.3369375rem;display:block; }
#mh9nqIT3KfqM99WNiKEi5MDQL5E0uqEL { background-color:rgba(var(--color-tertiary-4),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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6245rem;height:4.74975625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.125rem;left:0rem;display:block; }
#sqHCe8m6lZDcbpRmtzaFFEfKLy7ZeiL4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OB85P5I9JHkc5fglViWCOhUV3bKuA17n { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3728125rem;width:18.3728125rem;top:16.38916015625rem;left:28.31298828125rem;overflow:hidden;display:block; }
#WGSTs4lStyUBpsbyVJXFZdHKxMqVWCEA { color:#ffffff;display:block;width:22.24975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0.75rem;height:1.7871125rem;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; }
#lgGUJSNdqSkM2gsO9bc8rDFw7r8zoE3Z { position:absolute;display:block;z-index:14999;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:3.125rem;width:15.125rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#g2CL0d4P3F71hF2A5A3qMIuW8ZHQ17z5 { position:absolute;display:block;z-index:15003;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:30.06225rem;width:23.2495rem;top:2.935791015625rem;left:48.060302734375rem;overflow:hidden;display:block; }
#HKAwKDQOlr6IId5hEErC289VTx9LABqS { 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; }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row .container { background-color: transparent; background-image: none; }#HKAwKDQOlr6IId5hEErC289VTx9LABqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row .container > .video-iframe-container { display: none; }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row > .video-iframe-container { display: none; }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .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); }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row .container { border-width: 0; border-radius: 0; }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#zsZN6tLF7iCFT0mBTLTMOQrPNXLQTivo { box-sizing:content-box;height:2.5rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2.875rem;left:30.96875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ACP8My19TDHmutp5mM4S2ZDkgFTTF7O4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:33.46875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wKRyLC5LNKopQmuHc2z3JQ4FbAVcLD0K { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:30.968017578125rem;height:4.548825rem;font-style:normal;display:block; }
#wSXfBOkBKr75OR3M3CRMwcXJxEFGbXVE { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;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:13.126220703125rem;left:30.968017578125rem;height:;overflow:hidden;display:block; }#wSXfBOkBKr75OR3M3CRMwcXJxEFGbXVE li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wSXfBOkBKr75OR3M3CRMwcXJxEFGbXVE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
#mDEabG5Lw7PSmZsR609epv3aiS9W4tZx { background-color:rgba(var(--color-tertiary-4),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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:4.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.75rem;left:30.96875rem;display:block; }
#E3FoFLVAboOsKPQozb5pirP3yzTqfe5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bzl85cUdtQ1mHNfGhsIK8oGBdhCrn8c7 { box-sizing:content-box;height:4.75rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:41.040626525879rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#A3tlDdrc1eMzPlPeS0s7AAQ6SBOrkWhS { color:rgba(var(--color-tertiary-4),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.440628051757rem;left:14.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMVXyF26Slbp3p2B3iLFUpwRoHNcTPou { 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:42.0625rem;width:28.9375rem;top:32.75000166893rem;left:0rem;overflow:hidden;display:none; }
#Mt2ZSKikKBELvN1G2UKouhWd9HdLzDvh { 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:42.0625rem;width:28.9375rem;top:32.75000166893rem;left:0rem;overflow:hidden;display:none; }
#OnCHEB9LehbkHLQBH4Cbvx1EpSkMo9TL { 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:34.74975rem;width:23.8745rem;top:2.874755859375rem;left:2.061767578125rem;overflow:hidden;display:block; }
#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row .container { background-color: transparent; background-image: none; }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row .container > .video-iframe-container { display: none; }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row > .video-iframe-container { display: none; }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .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); }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row .container { border-width: 0; border-radius: 0; }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#VD6zcv5SZzagaoEhuDsdZr54MUdMnDXT { color:rgba(var(--color-tertiary-0),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:2.625rem;height:5.8483875rem;text-align:center;text-align-last:center;display:block; }
#nqT2TQXxSOliXaOpZtVFiaGZ8e2q2D1w { box-sizing:content-box;height:27rem;width:43.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.6875rem;left:0.625rem;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; }
#okDKJHKPtui71PwcJRUDBdzJv6DMub6q { color:rgba(var(--color-tertiary-4),1);display:block;width:41.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.37451171875rem;left:1.6552734375rem;height:21.625rem;overflow:hidden;display:block; }#okDKJHKPtui71PwcJRUDBdzJv6DMub6q li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#okDKJHKPtui71PwcJRUDBdzJv6DMub6q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
#TQpezcOvQ2yb67SR8CwOh2DuH7kQ31IQ { 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:29.43725rem;width:20.18675rem;top:12.467041015625rem;left:48.5595703125rem;overflow:hidden;display:block; }
#t2ECl1G506RFK82mwS2AUZXw88czqfwK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f6f6f6, #f6f6f6);background-image: -moz-linear-gradient(top, #f6f6f6, #f6f6f6);background-image: -ms-linear-gradient(top, #f6f6f6, #f6f6f6);background-image: -o-linear-gradient(top, #f6f6f6, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6' );";background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6);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; }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row .container { background-color: transparent; background-image: none; }#t2ECl1G506RFK82mwS2AUZXw88czqfwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row .container > .video-iframe-container { display: none; }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row > .video-iframe-container { display: none; }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .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); }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row .container { border-width: 0; border-radius: 0; }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#yMzr9gw0x6mE1SnVXINFUeDTaGXiGhmA { position:absolute;display:block;z-index:14999;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.25rem;width:47.9375rem;top:2.875rem;left:13.09375rem;display:block; }
#siyeOLTuyABhVJVoFFqpRullyt7iQZEa { display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.6875rem;left:18.75rem;height:2.70019375rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#v11pUSxsWGWc6wlMfdyNTUa1RaiNmD4C { position:absolute;z-index:15009;top:11.125rem;left:21.4375rem;width:32.125rem;height:21.25rem;display:block; }
#Z0RpmqC4MRoseTqL6NWnRATmUJdKBK8J { display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:4.0625rem;left:20.71875rem;height:2.1rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row .container { background-color: transparent; background-image: none; }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row .container > .video-iframe-container { display: none; }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row > .video-iframe-container { display: none; }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .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); }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row .container { border-width: 0; border-radius: 0; }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#L3MMsd8SUEy32B869Gc7QKFkD44H9CGo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4110260009766rem;left:16.048179626465rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LuqIMvwMlqNObDsxJ0sxkuFf8pfX75ER { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4110260009766rem;left:31.360683441162rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#lKzEMTwJGcwgNiTf1CIEdInH8ptyVw99 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4110260009766rem;left:47.360027313233rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#s4bkKmOM9dFl9Owms093cEATAQfrClMb { 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:2.1875rem;width:2.1875rem;top:1.9672317504882rem;left:63.734813690188rem;overflow:hidden;display:block; }
#mVSk73oTSfmd1tTTdNbpL7sG5TPiMNHB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.125rem;top:1.9672317504882rem;left:66.547313690187rem;overflow:hidden;display:block; }
#GHG6CKbMrrm4W34eRwpdv2bAhMWAWnho { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81163125rem;width:14.0625rem;top:0.84418487548825rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 { display:block; }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row .container { width:47.75rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GTv73FSsJBNgOhMXwhTlRTQ3ZPIG4I78 { width:18.375rem;height:6.4375rem;top:2.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zup12By8dkvlbmyKBuBOxBUTPWZwyTSo { width:12.5rem;height:1.462675rem;top:2.8125rem;left:21.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itdu8WdVEb2GxMk7Pc5uUTzDkvNF8lH1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #122882, #1f1141);background-image: -moz-linear-gradient(180deg, #122882, #1f1141);background-image: -ms-linear-gradient(180deg, #122882, #1f1141);background-image: -o-linear-gradient(180deg, #122882, #1f1141);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#122882', endColorstr='#1f1141' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#122882', endColorstr='#1f1141' );";background-image: linear-gradient(180deg, #122882, #1f1141);background-size:cover !important;display:none; }#itdu8WdVEb2GxMk7Pc5uUTzDkvNF8lH1 > .row .container { width:47.75rem;height:36.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #isfJ693KIuyzi2HhX3IuP84FcOy8M6rT { width:36.375rem;height:1.625rem;top:4.5625rem;left:2.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #nlQPlTbuDpk6aGuefpkSbwRmCX6OwdDr { width:28.75rem;height:8.775rem;top:7.5625rem;left:2.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgWMCcP0TWAJWULJ0iLiMJpV8CEQCxAS { width:17.6875rem;height:25.0625rem;top:6.1875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ucLghiwCT31OC8R4XnyNBiVMbtXg3y9h { width:19.0625rem;height:3.5625rem;top:26.4375rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9hRNcr3bSK4i7ERX6rF3deTL9WGvxsh { display:block; }
 }@media only screen and (max-width: 1199px) { #fh30gRK1z4Exoq954Di4OBWHLHSt0PXL { width:22.9375rem;height:6.499rem;top:16.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uknEXGJ1we8Et01Wb36uDLghgWeHM11l { width:1.75rem;height:1.75rem;top:27.343750834465rem;left:18.750000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rnz8zTqZGKQpEA7DQLOm42ALrAilm4Ap { width:11.125rem;height:11.25rem;top:1.375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8Z8wKf7AW3Rtw08clhSpvsKCOVEy5KG { width:9.3125rem;height:3.4125rem;top:5.3125rem;left:30.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lupBbq7onvAKhyMyRZL3fiepikFEbW7b { display:block; }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row .container { width:47.75rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TQIgmfVoLTauVMhgV0s2R3S5gzCrBiKb { width:34.624rem;height:9.503875rem;top:1.749267578125rem;left:6.561279296875rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kqlqrHlbpnaIVtOmFQgzMOwr4WwJNfxN { width:36.3745rem;height:5.1181625rem;top:36.689453125rem;left:6.561279296875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mh9nqIT3KfqM99WNiKEi5MDQL5E0uqEL { width:27.625rem;height:4.75rem;top:45.312508583069rem;left:10.062500089407rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqHCe8m6lZDcbpRmtzaFFEfKLy7ZeiL4 { display:block; }
 }@media only screen and (max-width: 1199px) { #OB85P5I9JHkc5fglViWCOhUV3bKuA17n { width:18.3125rem;height:18.3125rem;top:16.375rem;left:14.68798828125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WGSTs4lStyUBpsbyVJXFZdHKxMqVWCEA { width:21.5625rem;height:0;top:2.264404296875rem;left:1.19873046875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lgGUJSNdqSkM2gsO9bc8rDFw7r8zoE3Z { width:15.06225rem;height:3.111575rem;top:4.376220703125rem;left:1.19873046875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #g2CL0d4P3F71hF2A5A3qMIuW8ZHQ17z5 { width:17rem;height:21.875rem;top:9.788818359375rem;left:15.341796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKAwKDQOlr6IId5hEErC289VTx9LABqS { display:block; }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row .container { width:47.75rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zsZN6tLF7iCFT0mBTLTMOQrPNXLQTivo { width:17.5rem;height:2.5rem;top:2.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACP8My19TDHmutp5mM4S2ZDkgFTTF7O4 { width:12.5rem;height:1.625rem;top:3.125rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKRyLC5LNKopQmuHc2z3JQ4FbAVcLD0K { width:39.9375rem;height:4.548825rem;top:6.1854166984558rem;left:3.9062500894069rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wSXfBOkBKr75OR3M3CRMwcXJxEFGbXVE { width:41.0625rem;height:16.9375rem;top:38.795830726624rem;left:3.9062500894069rem;font-size:1.25rem;display:block; }#wSXfBOkBKr75OR3M3CRMwcXJxEFGbXVE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
 }@media only screen and (max-width: 1199px) { #mDEabG5Lw7PSmZsR609epv3aiS9W4tZx { width:27.625rem;height:4.75rem;top:61.481252670288rem;left:10.062500089407rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E3FoFLVAboOsKPQozb5pirP3yzTqfe5l { display:block; }
 }@media only screen and (max-width: 1199px) { #Bzl85cUdtQ1mHNfGhsIK8oGBdhCrn8c7 { width:39.125rem;height:4.75rem;top:70.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3tlDdrc1eMzPlPeS0s7AAQ6SBOrkWhS { width:46.375rem;height:1.95rem;top:71.625rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMVXyF26Slbp3p2B3iLFUpwRoHNcTPou { width:16.125rem;height:23.4375rem;top:16.625rem;left:25.879167646169rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Mt2ZSKikKBELvN1G2UKouhWd9HdLzDvh { width:14.56175rem;height:21.25rem;top:13.985595703125rem;left:16.591796875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #OnCHEB9LehbkHLQBH4Cbvx1EpSkMo9TL { width:16.125rem;height:23.4375rem;top:16.625rem;left:25.879167646169rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q { display:block; }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row .container { width:47.75rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VD6zcv5SZzagaoEhuDsdZr54MUdMnDXT { width:44.625rem;height:7.1484375rem;top:4.6875rem;left:1.5625000894069rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqT2TQXxSOliXaOpZtVFiaGZ8e2q2D1w { width:43.125rem;height:27rem;top:14.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okDKJHKPtui71PwcJRUDBdzJv6DMub6q { width:40.1875rem;height:21.625rem;top:16.406250953674rem;left:3.7812500894069rem;font-size:1.25rem;display:block; }#okDKJHKPtui71PwcJRUDBdzJv6DMub6q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
 }@media only screen and (max-width: 1199px) { #TQpezcOvQ2yb67SR8CwOh2DuH7kQ31IQ { width:15.375rem;height:22.375rem;top:42.6875rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t2ECl1G506RFK82mwS2AUZXw88czqfwK { display:block; }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row .container { width:47.75rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yMzr9gw0x6mE1SnVXINFUeDTaGXiGhmA { width:32.8125rem;height:32.5rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #siyeOLTuyABhVJVoFFqpRullyt7iQZEa { width:28.9375rem;height:4.048825rem;top:7.0625rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v11pUSxsWGWc6wlMfdyNTUa1RaiNmD4C { width:28.9375rem;height:19.125rem;top:12.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0RpmqC4MRoseTqL6NWnRATmUJdKBK8J { width:28.9375rem;height:1.8rem;top:4.26171875rem;left:9.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL { display:block; }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L3MMsd8SUEy32B869Gc7QKFkD44H9CGo { width:15.186625rem;height:1.3rem;top:5.098747253418rem;left:16.281466960907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LuqIMvwMlqNObDsxJ0sxkuFf8pfX75ER { width:12.3123125rem;height:1.3rem;top:7.2547683715819rem;left:17.718099117279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKzEMTwJGcwgNiTf1CIEdInH8ptyVw99 { width:10.686875rem;height:1.3rem;top:8.7489089965819rem;left:18.530816555023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s4bkKmOM9dFl9Owms093cEATAQfrClMb { width:2.1875rem;height:2.1875rem;top:10.75rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVSk73oTSfmd1tTTdNbpL7sG5TPiMNHB { width:2.12456875rem;height:2.1875rem;top:10.75rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHG6CKbMrrm4W34eRwpdv2bAhMWAWnho { width:6.12413125rem;height:2.12456875rem;top:1.6851196289062rem;left:20.810548305511rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 { display:block; }#P3i1BJ2e23o0dMvmQvlXS3HfyLlTxt54 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTv73FSsJBNgOhMXwhTlRTQ3ZPIG4I78 { width:9.3125rem;height:3.3125rem;top:2.8955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zup12By8dkvlbmyKBuBOxBUTPWZwyTSo { width:8rem;height:0.73125rem;top:4.1865234375rem;left:9.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itdu8WdVEb2GxMk7Pc5uUTzDkvNF8lH1 { background-color:#122882;background-image:none;display:none; }#itdu8WdVEb2GxMk7Pc5uUTzDkvNF8lH1 > .row .container { width:20rem;height:75.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #isfJ693KIuyzi2HhX3IuP84FcOy8M6rT { width:17rem;height:1.05625rem;top:1.25rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlQPlTbuDpk6aGuefpkSbwRmCX6OwdDr { width:17.375rem;height:3.0859375rem;top:3.5546875rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgWMCcP0TWAJWULJ0iLiMJpV8CEQCxAS { width:12.9375rem;height:18.3125rem;top:9.888671875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucLghiwCT31OC8R4XnyNBiVMbtXg3y9h { width:14.3125rem;height:2.375rem;top:40.25rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9hRNcr3bSK4i7ERX6rF3deTL9WGvxsh { display:block; }
 }@media only screen and (max-width: 763px) { #fh30gRK1z4Exoq954Di4OBWHLHSt0PXL { width:19.25rem;height:7.7988125rem;top:30.1875rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uknEXGJ1we8Et01Wb36uDLghgWeHM11l { width:1.1875rem;height:1.1875rem;top:40.875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnz8zTqZGKQpEA7DQLOm42ALrAilm4Ap { width:9.125rem;height:9.25rem;top:7.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Z8wKf7AW3Rtw08clhSpvsKCOVEy5KG { width:9.3125rem;height:2.2734375rem;top:11.0625rem;left:10.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lupBbq7onvAKhyMyRZL3fiepikFEbW7b { display:block; }#lupBbq7onvAKhyMyRZL3fiepikFEbW7b > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQIgmfVoLTauVMhgV0s2R3S5gzCrBiKb { width:18.125rem;height:10.07425rem;top:2.1249998509884rem;left:0.93750005960463rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqlqrHlbpnaIVtOmFQgzMOwr4WwJNfxN { width:20rem;height:8.125rem;top:33.078126907349rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh9nqIT3KfqM99WNiKEi5MDQL5E0uqEL { width:19rem;height:4.75rem;top:45.448956012726rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqHCe8m6lZDcbpRmtzaFFEfKLy7ZeiL4 { display:block; }
 }@media only screen and (max-width: 763px) { #OB85P5I9JHkc5fglViWCOhUV3bKuA17n { width:18.3125rem;height:18.3125rem;top:16.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGSTs4lStyUBpsbyVJXFZdHKxMqVWCEA { width:20rem;height:0;top:55.81063021092rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lgGUJSNdqSkM2gsO9bc8rDFw7r8zoE3Z { width:15.0625rem;height:3.1121896591623rem;top:51.448440551757rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2CL0d4P3F71hF2A5A3qMIuW8ZHQ17z5 { width:13.2495rem;height:17.124rem;top:13.59130859375rem;left:4.122314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKAwKDQOlr6IId5hEErC289VTx9LABqS { display:block; }#HKAwKDQOlr6IId5hEErC289VTx9LABqS > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsZN6tLF7iCFT0mBTLTMOQrPNXLQTivo { width:17.5rem;height:2.5rem;top:2.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACP8My19TDHmutp5mM4S2ZDkgFTTF7O4 { width:12.5rem;height:1.625rem;top:3.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKRyLC5LNKopQmuHc2z3JQ4FbAVcLD0K { width:20rem;height:9.097625rem;top:6.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSXfBOkBKr75OR3M3CRMwcXJxEFGbXVE { width:18.75rem;height:25.8661875rem;top:37.008329391479rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }#wSXfBOkBKr75OR3M3CRMwcXJxEFGbXVE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
 }@media only screen and (max-width: 763px) { #mDEabG5Lw7PSmZsR609epv3aiS9W4tZx { width:18.999rem;height:4.74975625rem;top:66.6943359375rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3FoFLVAboOsKPQozb5pirP3yzTqfe5l { display:block; }
 }@media only screen and (max-width: 763px) { #Bzl85cUdtQ1mHNfGhsIK8oGBdhCrn8c7 { width:18.9375rem;height:4.75rem;top:73.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3tlDdrc1eMzPlPeS0s7AAQ6SBOrkWhS { width:17.1875rem;height:3.8984375rem;top:74rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMVXyF26Slbp3p2B3iLFUpwRoHNcTPou { width:11.31225rem;height:16.499rem;top:17.635498046875rem;left:4.342041015625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mt2ZSKikKBELvN1G2UKouhWd9HdLzDvh { width:13.75rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnCHEB9LehbkHLQBH4Cbvx1EpSkMo9TL { width:13.75rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q { display:block; }#wXzweeMauSR75ZQXV4u0TWoupKsk8a6Q > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VD6zcv5SZzagaoEhuDsdZr54MUdMnDXT { width:18.8125rem;height:19.4921875rem;top:2.1208324432373rem;left:0.59375005960464rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqT2TQXxSOliXaOpZtVFiaGZ8e2q2D1w { width:20rem;height:37.125rem;top:25.291748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okDKJHKPtui71PwcJRUDBdzJv6DMub6q { width:18.9375rem;height:31.526375rem;top:27.23020362854rem;left:0.53125005960464rem;font-size:1.125rem;display:block; }#okDKJHKPtui71PwcJRUDBdzJv6DMub6q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
 }@media only screen and (max-width: 763px) { #TQpezcOvQ2yb67SR8CwOh2DuH7kQ31IQ { width:13.75rem;height:20rem;top:68.005210876462rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2ECl1G506RFK82mwS2AUZXw88czqfwK { display:block; }#t2ECl1G506RFK82mwS2AUZXw88czqfwK > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMzr9gw0x6mE1SnVXINFUeDTaGXiGhmA { width:20rem;height:33.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siyeOLTuyABhVJVoFFqpRullyt7iQZEa { width:17.9375rem;height:3.15rem;top:3.75rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v11pUSxsWGWc6wlMfdyNTUa1RaiNmD4C { width:18.9375rem;height:21.875rem;top:8.625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0RpmqC4MRoseTqL6NWnRATmUJdKBK8J { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL { display:block; }#L8AqfTvlNzxi42QN9ykV4J8xXJs4TfmL > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3MMsd8SUEy32B869Gc7QKFkD44H9CGo { width:15.186625rem;height:1.3rem;top:8.31055rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuqIMvwMlqNObDsxJ0sxkuFf8pfX75ER { width:12.3123125rem;height:1.3rem;top:10.859375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKzEMTwJGcwgNiTf1CIEdInH8ptyVw99 { width:10.686875rem;height:1.3rem;top:13.4082rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bkKmOM9dFl9Owms093cEATAQfrClMb { width:2.1875rem;height:2.1875rem;top:15.951606750488rem;left:10.437283575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVSk73oTSfmd1tTTdNbpL7sG5TPiMNHB { width:2.125rem;height:2.1875rem;top:15.954860687256rem;left:7.4359808564187rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHG6CKbMrrm4W34eRwpdv2bAhMWAWnho { width:14.0625rem;height:5.81163125rem;top:2.5672760009766rem;left:2.9687500596046rem;display:block; }
 }